wgs84:long leaf node


URI

http://www.w3.org/2003/01/geo/wgs84_pos#long

Label

longitude

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) wgs84:long xsd:decimal

Implementation

@prefix ic: <http://ontology.eil.utoronto.ca/icontact.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix wgs84: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

wgs84:long a owl:DatatypeProperty ;
    rdfs:label "longitude"@en ;
    rdfs:range xsd:decimal ;
    rdfs:subPropertyOf ic:addressDataProperty .