[TASK] Change URIs for persons and organizations.
This commit is contained in:
parent
e7e9ab3d23
commit
2192686872
|
@ -74,8 +74,8 @@ vcard = Namespace('http://www.w3.org/2006/vcard/ns#')
|
|||
obo = Namespace('http://purl.obolibrary.org/obo/')
|
||||
hsh = Namespace('http://vivo.bib.hs-hannover.de/ontology/hshOntologie#')
|
||||
|
||||
localPerson = Namespace('http://vivo.bib.hs-hannover.de/person')
|
||||
localOrg = Namespace('http://vivo.bib.hs-hannover.de/org')
|
||||
localPerson = Namespace('http://vivo.bib.hs-hannover.de/individual/person')
|
||||
localOrg = Namespace('http://vivo.bib.hs-hannover.de/individual/org')
|
||||
|
||||
def get_graph():
|
||||
"""Small little helper to create graph with namespaces ;-)"""
|
||||
|
|
Loading…
Reference in New Issue