aboutsummaryrefslogtreecommitdiff
path: root/gn3
diff options
context:
space:
mode:
Diffstat (limited to 'gn3')
-rw-r--r--gn3/api/metadata.py11
1 files changed, 6 insertions, 5 deletions
diff --git a/gn3/api/metadata.py b/gn3/api/metadata.py
index 6dafef2..7657fe3 100644
--- a/gn3/api/metadata.py
+++ b/gn3/api/metadata.py
@@ -499,15 +499,15 @@ $prefix
CONSTRUCT {
?genotype ?predicate ?object .
- ?species rdfs:label ?speciesName .
+ ?species gnt:shortName ?speciesShortName .
} WHERE {
?genotype rdf:type gnc:Genotype ;
rdfs:label "$name" ;
?predicate ?object .
OPTIONAL {
- ?species ^xkos:classifiedUnder ?genotype ;
- rdfs:label ?speciesName .
- }
+ ?species ^gnt:belongsToSpecies ?genotype ;
+ gnt:shortName ?speciesShortName .
+ } .
}
""").substitute(prefix=RDF_PREFIXES, name=name)
_context = {
@@ -524,7 +524,8 @@ CONSTRUCT {
"mb2016": "gnt:mb2016",
"sequence": "gnt:hasSequence",
"source": "gnt:hasSource",
- "species": "xkos:classifiedUnder",
+ "species": "gnt:belongsToSpecies",
+ "speciesName": "gnt:shortName",
"alternateSource": "gnt:hasAltSourceName",
"comments": "rdfs:comments",
"chrNum": {