https://w3id.org/omop/ontology/address_1
For Location: This is the first line of the address.
@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:address_1 a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "Address 1"^^xsd:string ;
rdfs:comment "For Location: This is the first line of the address."@en ;
rdfs:domain omop:Location ;
rdfs:range xsd:string ;
omop:omop_cdm_name "location.address_1#252 AS str"^^xsd:string .