Has target vocabulary leaf node


URI

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

Label

Has target vocabulary

Description

For Source To Concept Map: The Vocabulary of the target Concept.

Usage

DOMAINPROPERTYRANGE
Source to concept map Has target vocabulary Vocabulary

Implementation

@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_target_vocabulary a owl:FunctionalProperty,
        owl:ObjectProperty ;
    rdfs:label "Has target vocabulary"^^xsd:string ;
    owlready:python_name "target_vocabulary"^^xsd:string ;
    rdfs:comment "For Source To Concept Map: The Vocabulary of the target Concept."@en ;
    rdfs:domain omop:SourceToConceptMap ;
    rdfs:range omop:Vocabulary ;
    omop:omop_cdm_name "source_to_concept_map.target_vocabulary_id#407 AS Vocabulary"^^xsd:string .