about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--rdf-documentation/phenotype-metadata.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/rdf-documentation/phenotype-metadata.md b/rdf-documentation/phenotype-metadata.md
index a6e6c02..fe00b4e 100644
--- a/rdf-documentation/phenotype-metadata.md
+++ b/rdf-documentation/phenotype-metadata.md
@@ -14,7 +14,6 @@ The above query results to triples that have the form:
 ```text
 gn:traitPhenotype -> rdf:type -> gnc:Phenotype 
 gn:traitPhenotype -> gnt:belongsToGroup -> gn:setInbredset_inbredsetname 
-gn:traitPhenotype -> rdfs:label -> PublishXRef(Id) 
 gn:traitPhenotype -> skos:altLabel -> Phenotype 
 gn:traitPhenotype -> dct:description -> PhenotypePost_publication_description 
 gn:traitPhenotype -> gnt:abbreviation -> Phenotype(Post_publication_abbreviation) 
@@ -48,7 +47,6 @@ PREFIX pubmed: <http://rdf.ncbi.nlm.nih.gov/pubmed/>
 SELECT * WHERE { 
     ?s rdf:type gnc:Phenotype .
     ?s gnt:belongsToGroup gn:setBxd .
-    ?s rdfs:label "10001" .
     ?s skos:altLabel "BXD_10001" .
     ?s ?p ?o .
 }