as:altitude leaf node


URI

http://www.w3.org/ns/activitystreams#altitude

Label

altitude

Description

The altitude of a place

Usage

DOMAINPROPERTYRANGE
as:Place as:altitude xsd:float

Implementation

@prefix as: <http://www.w3.org/ns/activitystreams#> .
@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#> .

as:altitude a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "altitude"@en ;
    rdfs:comment "The altitude of a place"@en ;
    rdfs:domain as:Place ;
    rdfs:range xsd:float .