https://w3id.org/omop/ontology/longitude
For Location: The geocoded longitude.
@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:longitude a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "Longitude"^^xsd:string ;
rdfs:comment "For Location: The geocoded longitude."@en ;
rdfs:domain omop:Location ;
rdfs:range xsd:decimal ;
omop:omop_cdm_name "location.longitude#260 AS float"^^xsd:string .