https://w3id.org/omop/ontology/has_ancestor
For Concept Ancestor: The Concept Id for the higher-level concept
that forms the ancestor in the relationship.
DOMAIN | PROPERTY | RANGE |
---|---|---|
Concept ancestor | Has ancestor | Concept |
@prefix omop: <https://w3id.org/omop/ontology/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix owlready: <http://www.lesfleursdunormal.fr/static/_downloads/owlready_ontology.owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
omop:has_ancestor a owl:FunctionalProperty,
owl:ObjectProperty ;
rdfs:label "Has ancestor"^^xsd:string ;
owlready:python_name "ancestor"^^xsd:string ;
rdfs:comment """For Concept Ancestor: The Concept Id for the higher-level concept
that forms the ancestor in the relationship."""@en ;
rdfs:domain omop:ConceptAncestor ;
rdfs:range omop:Concept ;
omop:omop_cdm_name "concept_ancestor.ancestor_concept_id#398 AS Concept"^^xsd:string .