NTNames:altitude leaf node


URI

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

Label

altitude

Description

The altitude component of a GeographicLocation

Usage

DOMAINPROPERTYRANGE
NTNames:GeographicLocation NTNames:altitude xsd:int

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#> .

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