NTNames:latitude leaf node


URI

http://semanticbible.org/ns/2006/NTNames#latitude

Label

latitude

Description

The latitude component of a GeographicLocation

Usage

DOMAINPROPERTYRANGE
NTNames:GeographicLocation NTNames:latitude xsd:double

Implementation

@prefix : <http://semanticbible.org/ns/2006/NTNames#> .
@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#> .

:latitude a owl:DatatypeProperty ;
    rdfs:label "latitude"@en ;
    rdfs:comment "The latitude component of a GeographicLocation"@en ;
    rdfs:domain :GeographicLocation ;
    rdfs:range xsd:double .