NTNames:longitude leaf node


URI

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

Label

longitude

Description

The longiitude component of a GeographicLocation

Usage

DOMAINPROPERTYRANGE
NTNames:GeographicLocation NTNames:longitude 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#> .

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