location:longitude leaf node


URI

https://unifiedcyberontology.org/ontology/uco/location#longitude

Label

longitude

Description

The longitude coordinate of a geolocation.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) location:longitude xsd:decimal

Implementation

@prefix location: <https://unifiedcyberontology.org/ontology/uco/location#> .
@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#> .

location:longitude a owl:DatatypeProperty ;
    rdfs:label "longitude"@en ;
    rdfs:comment "The longitude coordinate of a geolocation."@en ;
    rdfs:range xsd:decimal .