https://w3id.org/omop/ontology/is_hierarchical
DOMAIN | PROPERTY | RANGE |
---|---|---|
Relationship | Is hierarchical | string |
@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:is_hierarchical a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "Is hierarchical"^^xsd:string ;
rdfs:domain omop:Relationship ;
rdfs:range xsd:string ;
omop:omop_cdm_name "relationship.is_hierarchical#391 AS str"^^xsd:string .