https://w3id.org/omop/ontology/time
For Measurement: This is present for backwards compatibility and will be deprecated in an upcoming version.
DOMAIN | PROPERTY | RANGE |
---|---|---|
Measurement | Time | 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:time a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "Time"^^xsd:string ;
rdfs:comment "For Measurement: This is present for backwards compatibility and will be deprecated in an upcoming version."@en ;
rdfs:domain omop:Measurement ;
rdfs:range xsd:string ;
omop:omop_cdm_name "measurement.measurement_time#134 AS str"^^xsd:string .