geo:SpatialObject


URI

http://www.opengis.net/ont/geosparql#SpatialObject

Label

Spatial Object

Description

Anything spatial (being or having a shape, position or an extent).

Usage

Instances of geo:SpatialObject can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class owl:Thing
topos:osmKey owl:AnnotationProperty OpenStreetMap key aligned with a ToposKG predicate. owl:Thing
topos:osmTag owl:AnnotationProperty OpenStreetMap key/value tag or wildcard key alignment. owl:Thing
topos:osmValue owl:AnnotationProperty OpenStreetMap value aligned with a ToposKG predicate when the mapping is key=value. owl:Thing

Implementation

@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

geo:SpatialObject a rdfs:Class,
        owl:Class ;
    rdfs:isDefinedBy geo: ;
    skos:definition "Anything spatial (being or having a shape, position or an extent)."@en ;
    skos:note "Subclasses of this class are expected to be used for instance data."@en ;
    skos:prefLabel "Spatial Object"@en .