as:latitude leaf node


URI

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

Label

latitude

Description

The latitude

Usage

DOMAINPROPERTYRANGE
as:Place as:latitude 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:latitude a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "latitude"@en ;
    rdfs:comment "The latitude"@en ;
    rdfs:domain as:Place ;
    rdfs:range xsd:float .