GeoSPARQL Extensions Ontology
Markdown documentation created by pyLODE
IRI
http://linked.data.gov.au/def/geox
Publisher(s)
Creators(s)
Created
Modified
Version Information
Version IRI
Imports
Ontology Source
Code Repository
An extension to GeoSPARQL with new features for the representation of additional elements of feature geometry, such as spatial-resolution, length, area and volume.
Classes
Object Properties
Namespaces
Figure 1: Ontology overview
Spatial measure ,
has area ,
has area in m2 ,
has length ,
has length in m ,
has spatial resolution ,
has spatial resolution in metres ,
has volume ,
has volume in m3 ,
In Coordinate Reference System ,
is geometry of ,
Property
Value
IRI
http://linked.data.gov.au/def/geox#hasArea
Description
The area of a spatial object, expressed as a scaled number
Example
my:plot456 :hasArea [ data:uncertainty 0.5 ; data:unit <http://qudt.org/vocab/unit/M2> ; data:value 63.9 ; ] ; .
Domain(s)
geo:SpatialObject c
Range(s)
geox:SpatialMeasure c
Property
Value
IRI
http://linked.data.gov.au/def/geox#hasAreaM2
Description
The area of the spatial object in m^2
Example
my:plot456 :hasAreaM2 [ data:value 63.9 ; ] ; .
Super-properties
geox:hasArea op
Property
Value
IRI
http://linked.data.gov.au/def/geox#hasLength
Description
The length of a spatial object, expressed as a scaled number
Example
my:road456 :hasLength [ data:uncertainty 5.0 ; data:unit <http://qudt.org/vocab/unit/M> ; data:value 234.0 ; ] ; .
Domain(s)
geo:SpatialObject c
Range(s)
geox:SpatialMeasure c
Property
Value
IRI
http://linked.data.gov.au/def/geox#hasLengthM
Description
The length of a spatial object in metres
Example
my:road456 :hasLengthM [ data:value 234.0 ; ] ; .
Super-properties
geox:hasLength op
has spatial resolution op
Property
Value
IRI
http://linked.data.gov.au/def/geox#hasResolution
Description
The spatial resolution of the Geometry object, expressed as a linear measurement.
Example
my:image456 :hasResolution [ data:unit <http://qudt.org/vocab/unit/M> ; data:value 30.0 ; ] ; .
Domain(s)
geo:Geometry c
Range(s)
data:QuantitativeMeasure c
has spatial resolution in metres op
Property
Value
IRI
http://linked.data.gov.au/def/geox#hasResolutionM
Description
The spatial resolution of the Geometry object, expressed as a linear distance in metres
Example
my:image456 :hasResolutionM [ data:value 30.0 ; ] ; .
Super-properties
geox:hasResolution op
Domain(s)
geo:Geometry c
Property
Value
IRI
http://linked.data.gov.au/def/geox#hasVolume
Description
The volume of a spatial object, expressed as a scaled number
Example
my:swimmingPool99 :hasVolume [ data:unit <http://qudt.org/vocab/unit/M3> ; data:value 3050.0 ; ] ; .
Domain(s)
geo:SpatialObject c
Range(s)
geox:SpatialMeasure c
Property
Value
IRI
http://linked.data.gov.au/def/geox#hasVolumeM3
Description
The volume of a spatial object in cubic-metres
Example
my:swimmingPool99 :hasVolumeM3 [ data:value 3050.0 ; ] ; .
Super-properties
geox:hasVolume op
In Coordinate Reference System op
Property
Value
IRI
http://linked.data.gov.au/def/geox#isGeometryOf
Description
link from a geometry object to the feature(s) for which it is a geometry
Domain(s)
geo:Geometry c
Range(s)
geo:Feature c
default (:)
http://linked.data.gov.au/def/geox#
data
http://linked.data.gov.au/def/datatype/
dc
http://purl.org/dc/elements/1.1/
dcterms
http://purl.org/dc/terms/
doap
http://usefulinc.com/ns/doap#
geo
http://www.opengis.net/ont/geosparql#
geox
http://linked.data.gov.au/def/geox#
owl
http://www.w3.org/2002/07/owl#
prov
http://www.w3.org/ns/prov#
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs
http://www.w3.org/2000/01/rdf-schema#
sdo
skos
http://www.w3.org/2004/02/skos/core#
sosa
http://www.w3.org/ns/sosa/
xml
http://www.w3.org/XML/1998/namespace
xsd
http://www.w3.org/2001/XMLSchema#
Classes: c
Object Properties :op
Functional Properties: fp
Data Properties: dp
Annotation Properties: dp
Properties: p
Named Individuals: ni