https://w3id.org/omop/ontology/cause_source_value
@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:cause_source_value a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "Cause source value"^^xsd:string ;
rdfs:domain omop:Death ;
rdfs:range xsd:string ;
omop:omop_cdm_name "death.cause_source_value#175 AS str"^^xsd:string .