From dc9bc809bc967e54af9ab9a0372747a6d46c0883 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Fri, 8 Aug 2025 10:03:36 +0300 Subject: Update docs. Signed-off-by: Munyoki Kilyungi --- rdf-documentation/phenotype-metadata.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'rdf-documentation') 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: SELECT * WHERE { ?s rdf:type gnc:Phenotype . ?s gnt:belongsToGroup gn:setBxd . - ?s rdfs:label "10001" . ?s skos:altLabel "BXD_10001" . ?s ?p ?o . } -- cgit 1.4.1