http://semanticbible.org/ns/2006/NTNames#latitude
The latitude component of a GeographicLocation
DOMAIN | PROPERTY | RANGE |
---|---|---|
NTNames:GeographicLocation | NTNames:latitude | xsd:double |
@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 .