diff options
Diffstat (limited to 'gn3/db')
| -rw-r--r-- | gn3/db/constants.py | 3 | ||||
| -rw-r--r-- | gn3/db/rdf.py | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/gn3/db/constants.py b/gn3/db/constants.py index 231dc8b..a8c9dc7 100644 --- a/gn3/db/constants.py +++ b/gn3/db/constants.py @@ -1,3 +1,6 @@ +""" +This module contains some constants used in other modules. +""" PREFIXES = { "dcat": "http://www.w3.org/ns/dcat#", "dct": "http://purl.org/dc/terms/", diff --git a/gn3/db/rdf.py b/gn3/db/rdf.py index 4fd47cb..e7942be 100644 --- a/gn3/db/rdf.py +++ b/gn3/db/rdf.py @@ -87,7 +87,6 @@ CONSTRUCT { "reason": "gnt:reason", "species": "gnt:species", "pubmed_id": "dct:references", - "web_url": "foaf:homepage", "email": "foaf:mbox", "initial": "gnt:initial", "comment": "rdfs:comment" |
