https://w3id.org/omop/ontology/value_as_string
For Observation: This is the categorical value of the Result of the Observation, if applicable and available.
DOMAIN | PROPERTY | RANGE |
---|---|---|
Blank node (see implementation) | Value as string | string |
@prefix omop: <https://w3id.org/omop/ontology/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
omop:value_as_string a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "Value as string"^^xsd:string ;
rdfs:comment "For Observation: This is the categorical value of the Result of the Observation, if applicable and available."@en ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( omop:Observation omop:Metadata ) ] ;
rdfs:range xsd:string ;
omop:omop_cdm_name "metadata.value_as_string#348 AS str"^^xsd:string,
"observation.value_as_string#156 AS str"^^xsd:string .