Reference leaf node


URI

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

Label

Reference

Description

For Vocabulary: External reference to documentation or
available download of the about the
vocabulary.

Usage

DOMAINPROPERTYRANGE
Vocabulary Reference string

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:reference a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "Reference"^^xsd:string ;
    rdfs:comment """For Vocabulary: External reference to documentation or
available download of the about the
vocabulary."""@en ;
    rdfs:domain omop:Vocabulary ;
    rdfs:range xsd:string ;
    omop:omop_cdm_name "vocabulary.vocabulary_reference#374 AS str"^^xsd:string .