[TASK] Update URIs.
This commit is contained in:
parent
6cf6aaf4da
commit
cd6974151b
|
@ -48,7 +48,6 @@ class HsHPerson(Base):
|
||||||
firstname = Column(String)
|
firstname = Column(String)
|
||||||
title_prefix = Column(String)
|
title_prefix = Column(String)
|
||||||
title_suffix = Column(String)
|
title_suffix = Column(String)
|
||||||
account = Column(Integer)
|
|
||||||
gender = Column(String)
|
gender = Column(String)
|
||||||
#birthday = Column(DateTime) #TODO: without timezone!
|
#birthday = Column(DateTime) #TODO: without timezone!
|
||||||
memberships = relationship("HsHMembership")
|
memberships = relationship("HsHMembership")
|
||||||
|
@ -74,11 +73,11 @@ vitro = Namespace('http://vitro.mannlib.cornell.edu/ns/vitro/0.7')
|
||||||
vivo = Namespace('http://vivoweb.org/ontology/core#')
|
vivo = Namespace('http://vivoweb.org/ontology/core#')
|
||||||
vcard = Namespace('http://www.w3.org/2006/vcard/ns#')
|
vcard = Namespace('http://www.w3.org/2006/vcard/ns#')
|
||||||
obo = Namespace('http://purl.obolibrary.org/obo/')
|
obo = Namespace('http://purl.obolibrary.org/obo/')
|
||||||
hsh = Namespace('http://vivo.bib.hs-hannover.de/ontology/hshOntologie#')
|
hsh = Namespace('http://data.hs-hannover.de/ontology/hshOntologie#')
|
||||||
|
|
||||||
localPerson = Namespace('http://vivo.bib.hs-hannover.de/individual/p')
|
localPerson = Namespace('http://data.hs-hannover.de/individual/p')
|
||||||
localOrg = Namespace('http://vivo.bib.hs-hannover.de/individual/o')
|
localOrg = Namespace('http://data.hs-hannover.de/individual/o')
|
||||||
localMembership = Namespace('http://vivo.bib.hs-hannover.de/individual/m')
|
localMembership = Namespace('http://data.hs-hannover.de/individual/m')
|
||||||
|
|
||||||
def get_graph():
|
def get_graph():
|
||||||
"""Small little helper to create graph with namespaces ;-)"""
|
"""Small little helper to create graph with namespaces ;-)"""
|
||||||
|
|
Loading…
Reference in New Issue