This version of OLS (OLS3) is no longer updated and will be replaced by OLS4 on 30th October 2023.

Help us test the new version of OLS, with updated versions of ontologies and lots of new features!

https://www.ebi.ac.uk/ols4


Property information

comment

The SPARQL expansion for this relation introduces new named classes into the ontology. For this reason it is likely that the expansion should only be performed during a QC pipeline; the expanded output should usually not be included in a published version of the ontology.

defined by construct

PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX owl: <http://www.w3.org/2002/07/owl#> PREFIX in_taxon: <http://purl.obolibrary.org/obo/RO_0002162> PREFIX present_in_taxon: <http://purl.obolibrary.org/obo/RO_0002175> CONSTRUCT { in_taxon: a owl:ObjectProperty . ?witness rdfs:label ?label . ?witness rdfs:subClassOf ?x . ?witness rdfs:subClassOf [ a owl:Restriction ; owl:onProperty in_taxon: ; owl:someValuesFrom ?taxon ] . } WHERE { ?x present_in_taxon: ?taxon . BIND(IRI(CONCAT( "http://purl.obolibrary.org/obo/RO_0002175#", MD5(STR(?x)), "-", MD5(STR(?taxon)) )) as ?witness) BIND(CONCAT(STR(?x), " in taxon ", STR(?taxon)) AS ?label) }

definition

S present_in_taxon T if some instance of T has some S. This does not means that all instances of T have an S - it may only be certain life stages or sexes that have S

definition source

http://www.ncbi.nlm.nih.gov/pubmed/22293552

seeAlso

https://github.com/obophenotype/uberon/wiki/Taxon-constraints

term editor

https://orcid.org/0000-0002-6601-2165

Property relations