wgs84:lat leaf node


URI

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

Label

lattitude

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) wgs84:lat 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:lat a owl:DatatypeProperty ;
    rdfs:label "lattitude"@en ;
    rdfs:range xsd:decimal ;
    rdfs:subPropertyOf ic:addressDataProperty .