https://w3id.org/omop/ontology/min_levels_of_separation
For Concept Ancestor: The minimum separation in number of
levels of hierarchy between ancestor and
descendant concepts. This is an attribute
that is used to simplify hierarchic analysis.
DOMAIN | PROPERTY | RANGE |
---|---|---|
Concept ancestor | Min levels of separation | integer |
@prefix omop: <https://w3id.org/omop/ontology/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
omop:min_levels_of_separation a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "Min levels of separation"^^xsd:string ;
rdfs:comment """For Concept Ancestor: The minimum separation in number of
levels of hierarchy between ancestor and
descendant concepts. This is an attribute
that is used to simplify hierarchic analysis."""@en ;
rdfs:domain omop:ConceptAncestor ;
rdfs:range xsd:integer ;
omop:omop_cdm_name "concept_ancestor.min_levels_of_separation#400 AS int"^^xsd:string .