about summary refs log tree commit diff
path: root/rdf-documentation
diff options
context:
space:
mode:
authorMunyoki Kilyungi2025-08-08 10:03:36 +0300
committerMunyoki Kilyungi2025-08-08 10:03:36 +0300
commitdc9bc809bc967e54af9ab9a0372747a6d46c0883 (patch)
tree5a9a2db107342bbf0c0f9f5ee20cb775364547f4 /rdf-documentation
parentecf89bacb1d88bba171a7eee0c116fa41e660b55 (diff)
downloadgn-docs-dc9bc809bc967e54af9ab9a0372747a6d46c0883.tar.gz
Update docs. HEAD master
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'rdf-documentation')
-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 .
 }