diff options
author | Munyoki Kilyungi | 2025-08-08 10:03:36 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2025-08-08 10:03:36 +0300 |
commit | dc9bc809bc967e54af9ab9a0372747a6d46c0883 (patch) | |
tree | 5a9a2db107342bbf0c0f9f5ee20cb775364547f4 /rdf-documentation | |
parent | ecf89bacb1d88bba171a7eee0c116fa41e660b55 (diff) | |
download | gn-docs-dc9bc809bc967e54af9ab9a0372747a6d46c0883.tar.gz |
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'rdf-documentation')
-rw-r--r-- | rdf-documentation/phenotype-metadata.md | 2 |
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 . } |