https://w3id.org/omop/ontology/race_source_value
For Person: This field is used to store the race of the person from the source data. It is not intended for use in standard analytics but for reference only.
Put the race of the person as it appears in the source data.
@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:race_source_value a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "Race source value"^^xsd:string ;
rdfs:comment """For Person: This field is used to store the race of the person from the source data. It is not intended for use in standard analytics but for reference only.
Put the race of the person as it appears in the source data."""@en ;
rdfs:domain omop:Person ;
rdfs:range xsd:string ;
omop:omop_cdm_name "person.race_source_value#16 AS str"^^xsd:string .