https://w3id.org/omop/ontology/version
For Vocabulary: Version of the Vocabulary as indicated in
the source.
DOMAIN | PROPERTY | RANGE |
---|---|---|
Vocabulary | Version | 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:version a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "Version"^^xsd:string ;
rdfs:comment """For Vocabulary: Version of the Vocabulary as indicated in
the source."""@en ;
rdfs:domain omop:Vocabulary ;
rdfs:range xsd:string ;
omop:omop_cdm_name "vocabulary.vocabulary_version#375 AS str"^^xsd:string .