as:longitude leaf node


URI

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

Label

longitude

Description

The longitude

Usage

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