Domain concept id 2 leaf node


URI

https://w3id.org/omop/ontology/domain_concept_id_2

Label

Domain concept id 2

Usage

DOMAINPROPERTYRANGE
Fact relationship Domain concept id 2 integer

Implementation

@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:domain_concept_id_2 a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "Domain concept id 2"^^xsd:string ;
    rdfs:domain omop:FactRelationship ;
    rdfs:range xsd:integer ;
    omop:omop_cdm_name "fact_relationship.domain_concept_id_2#224 AS int"^^xsd:string .