Concept id 1 leaf node


URI

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

Label

Concept id 1

Usage

DOMAINPROPERTYRANGE
Concept relationship Concept id 1 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:concept_id_1 a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "Concept id 1"^^xsd:string ;
    rdfs:domain omop:ConceptRelationship ;
    rdfs:range xsd:integer ;
    omop:omop_cdm_name "concept_relationship.concept_id_1#383 AS int"^^xsd:string .