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

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 never_in_taxon: <http://purl.obolibrary.org/obo/RO_0002161> CONSTRUCT { in_taxon: a owl:ObjectProperty . ?x owl:disjointWith [ a owl:Restriction ; owl:onProperty in_taxon: ; owl:someValuesFrom ?taxon ] . ?x rdfs:subClassOf [ a owl:Restriction ; owl:onProperty in_taxon: ; owl:someValuesFrom [ a owl:Class ; owl:complementOf ?taxon ] ] . } WHERE { ?x never_in_taxon: ?taxon . }

definition

x never in taxon T if and only if T is a class, and x does not instantiate the class expression "in taxon some T". Note that this is a shortcut relation, and should be used as a hasValue restriction in OWL.

definition source

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

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

example of usage

tooth SubClassOf 'never in taxon' value 'Aves'

expand assertion to

Class: ?X DisjointWith: RO_0002162 some ?Y

seeAlso

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

term editor

Chris Mungall

Property relations