diff --git a/geosparql10/citeme.bib b/geosparql10/citeme.bib new file mode 100644 index 000000000..7bc7fc04b --- /dev/null +++ b/geosparql10/citeme.bib @@ -0,0 +1,11 @@ +@techreport{perry2012ogc, + type = {{OGC} {Implementation} {Standard}}, + title = {{OGC} {GeoSPARQL} - {A} {Geographic} {Query} {Language} for {RDF} {Data}}, + url = {http://www.opengis.net/doc/IS/geosparql/1.0}, + number = {OGC 11-052r4}, + institution = {Open Geospatial Consortium}, + author = {{Matthew Perry} and {John Herring}}, + month = sep, + year = {2012}, + version = {1.0}, +} \ No newline at end of file diff --git a/geosparql10/document.pdf b/geosparql10/document.pdf new file mode 100644 index 000000000..823a288a3 Binary files /dev/null and b/geosparql10/document.pdf differ diff --git a/geosparql10/functions.html b/geosparql10/functions.html new file mode 100644 index 000000000..a0f5d8335 --- /dev/null +++ b/geosparql10/functions.html @@ -0,0 +1,1158 @@ + + + + GeoSPARQL Functions + + + + + + + + + +
made by + pyLODE + 2.13.2 +
+

GeoSPARQL Functions

+

A taxonomy

+
+

Concept Scheme

+
+
URI
+
http://www.opengis.net/def/function/geosparql/
+
Source
+
http://www.opengis.net/doc/geosparql/1.0
+
Ontology RDF
+
RDF (turtle)
+
+
+
+

Table of Contents

+
    +
  1. Collections
  2. +
  3. Concepts
  4. +
  5. Namespaces
  6. +
  7. Legend
  8. +
+
+
+

Overview

+
+
 
+
Figure 1: Taxonomy overview
+
+
+
+

Collections

+ +
+

GeoSPARQL Functionscol

+ + + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/function/geosparql/
Source + http://www.opengis.net/doc/geosparql/1.0 +
Members + overlapcon, + touchescon, + boundarycon, + non-tangential proper part inversecon, + disconnectedcon, + covered bycon, + equalscon, + equalscon, + overlapscon, + symmetric differencecon, + tangential proper part inversecon, + intersectscon, + coverscon, + buffercon, + differencecon, + externally connectedcon, + convex hullcon, + containscon, + envelopecon, + intersectioncon, + relatecon, + meetcon, + disjointcon, + unioncon, + tangential proper partcon, + withincon, + insidecon, + disjointcon, + crossescon, + getSRIDcon, + containscon, + distancecon, + partially overlappingcon, + equalscon, + non-tangential proper partcon +
+
+
+
+

Concepts

+ +
+

boundarycon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/function/geosparql/boundary
Definition +

A query function that returns the boundary of the input geometry.


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

buffercon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/function/geosparql/buffer
Definition +

A query function that returns a buffer around the input geometry.


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

convex hullcon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/function/geosparql/convexHull
Definition +

A query function that returns the convex hull of the input geometry.


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

differencecon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/function/geosparql/difference
Definition +

A query function that returns a geometry consisting of all points that are part of the first geometry but not the second geometry.


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

distancecon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/function/geosparql/distance
Definition +

A query function that returns the distance between the two closest points of the input geometries.


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

containscon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/function/geosparql/ehContains
Definition +

A query function that returns true if the first geometry argument spatially contains the second geometry argument.

+

DE-9IM: TTFFFF*


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

covered bycon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/function/geosparql/ehCoveredBy
Definition +

A query function that returns true if the first geometry argument is spatially covered by the second geometry argument.

+

DE-9IM: TFFTFT*


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

coverscon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/function/geosparql/ehCovers
Definition +

A query function that returns true if the first geometry argument spatially covers the second geometry argument.

+

DE-9IM: TTFTFF*


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

disjointcon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/function/geosparql/ehDisjoint
Definition +

A query function that returns true if the input geometries are disjoint.

+

DE-9IM: FFFF***


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

equalscon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/function/geosparql/ehEquals
Definition +

A query function that returns true if the input geometries are equal.

+

DE-9IM: TFFFTFFFT


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

insidecon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/function/geosparql/ehInside
Definition +

A query function that returns true if the first geometry argument is spatially inside the second geometry argument.

+

DE-9IM: TFFFFT*


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

meetcon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/function/geosparql/ehMeet
Definition +

A query function that returns true if the input geometries meet.

+

DE-9IM: FT* ^ FT ^ FT****


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

overlapcon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/function/geosparql/ehOverlap
Definition +

A query function that returns true if the input geometries overlap.

+

DE-9IM: TTT


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

envelopecon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/function/geosparql/envelope
Definition +

A query function that returns the minimum bounding rectangle of the input geometry.


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

getSRIDcon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/function/geosparql/getSRID
Definition +

A query function that returns the spatial reference system URI of the input geometry.


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

intersectioncon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/function/geosparql/intersection
Definition +

A query function that returns a geometry consisting of all points that are part of both input geometries.


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

disconnectedcon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/function/geosparql/rcc8dc
Definition +

A query function that returns true if the input geometries are disjoint.

+

DE-9IM: FFTFFTTTT


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

externally connectedcon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/function/geosparql/rcc8ec
Definition +

A query function that returns true if the input geometries meet.

+

DE-9IM: FFTFTTTTT


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

equalscon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/function/geosparql/rcc8eq
Definition +

A query function that returns true if the input geometries are equal.

+

DE-9IM: TFFFTFFFT


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

non-tangential proper partcon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/function/geosparql/rcc8ntpp
Definition +

A query function that returns true if the first geometry argument is spatially inside the second geometry argument.

+

DE-9IM: TFFTFFTTT


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

non-tangential proper part inversecon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/function/geosparql/rcc8ntppi
Definition +

A query function that returns true if the first geometry argument spatially contains the second geometry argument.

+

DE-9IM: TTTFFTFFT


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

partially overlappingcon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/function/geosparql/rcc8po
Definition +

A query function that returns true if the input geometries overlap.

+

DE-9IM: TTTTTTTTT


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

tangential proper partcon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/function/geosparql/rcc8tpp
Definition +

A query function that returns true if the first geometry argument is spatially covered by the second geometry argument.

+

DE-9IM: TFFTTFTTT


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

tangential proper part inversecon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/function/geosparql/rcc8tppi
Definition +

A query function that returns true if the first geometry argument spatially covers the second geometry argument.

+

DE-9IM: TTTFTTFFT


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

relatecon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/function/geosparql/relate
Definition +

A query function that returns true if the spatial relationship between the two input geometries corresponds to one with acceptable values for the specified DE-9IM pattern matrix.


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

containscon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/function/geosparql/sfContains
Definition +

A query function that returns true if the first geometry argument spatially contains the second geometry argument.

+

DE-9IM: T*FF*


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

crossescon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/function/geosparql/sfCrosses
Definition +

A query function that returns true if the first geometry argument spatially crosses the second geometry argument.

+

DE-9IM: TTT


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

disjointcon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/function/geosparql/sfDisjoint
Definition +

A query function that returns true if the input geometries are disjoint.

+

DE-9IM: FFFF***


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

equalscon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/function/geosparql/sfEquals
Definition +

A query function that returns true if the input geometries are equal.

+

DE-9IM: TFFFTFFFT


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

intersectscon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/function/geosparql/sfIntersects
Definition +

A query function that returns true if the input geometries intersect.

+

DE-9IM: T* ^ T* ^ T ^ T**


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

overlapscon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/function/geosparql/sfOverlaps
Definition +

A query function that returns true if the first geometry argument spatially overlaps the second geometry argument.

+

DE-9IM: TTT


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

touchescon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/function/geosparql/sfTouches
Definition +

A query function that returns true if the input geometries touch.

+

DE-9IM: FT* ^ FT ^ FT****


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

withincon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/function/geosparql/sfWithin
Definition +

A query function that returns true if the first geometry argument is spatially within the second geometry argument.

+

DE-9IM: TFF**


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

symmetric differencecon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/function/geosparql/symDifference
Definition +

A query function that returns a geometry consisting of all points that are part of only one input geometry.


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

unioncon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/function/geosparql/union
Definition +

A query function that returns a geometry consisting of all points that are part of at least one input geometry.


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+ +
+

Namespaces

+
+
default (:)
+
http://www.opengis.net/def/function/geosparql/
+
brick
+
https://brickschema.org/schema/Brick#
+
csvw
+
http://www.w3.org/ns/csvw#
+
dc
+
http://purl.org/dc/elements/1.1/
+
dcam
+
http://purl.org/dc/dcam/
+
dcat
+
http://www.w3.org/ns/dcat#
+
dcmitype
+
http://purl.org/dc/dcmitype/
+
dcterms
+
http://purl.org/dc/terms/
+
doap
+
http://usefulinc.com/ns/doap#
+
fno
+
https://w3id.org/function/ontology#
+
foaf
+
http://xmlns.com/foaf/0.1/
+
geo
+
http://www.opengis.net/ont/geosparql#
+
geofo
+
http://www.opengis.net/def/function/output/geosparql/
+
geofp
+
http://www.opengis.net/def/function/parameter/geosparql/
+
geor
+
http://www.opengis.net/def/rule/geosparql/
+
odrl
+
http://www.w3.org/ns/odrl/2/
+
ogc
+
http://www.opengis.net/
+
org
+
http://www.w3.org/ns/org#
+
owl
+
http://www.w3.org/2002/07/owl#
+
policy
+
http://www.opengis.net/def/metamodel/ogc-na/
+
prof
+
http://www.w3.org/ns/dx/prof/
+
prov
+
http://www.w3.org/ns/prov#
+
qb
+
http://purl.org/linked-data/cube#
+
rdf
+
http://www.w3.org/1999/02/22-rdf-syntax-ns#
+
rdfs
+
http://www.w3.org/2000/01/rdf-schema#
+
sd
+
http://www.w3.org/ns/sparql-service-description#
+
sdo
+
https://schema.org/
+
sh
+
http://www.w3.org/ns/shacl#
+
skos
+
http://www.w3.org/2004/02/skos/core#
+
sosa
+
http://www.w3.org/ns/sosa/
+
ssn
+
http://www.w3.org/ns/ssn/
+
status
+
http://www.opengis.net/def/status/
+
time
+
http://www.w3.org/2006/time#
+
vann
+
http://purl.org/vocab/vann/
+
void
+
http://rdfs.org/ns/void#
+
wgs
+
https://www.w3.org/2003/01/geo/wgs84_pos#
+
xsd
+
http://www.w3.org/2001/XMLSchema#
+
+
+ +
+

Legend

+ + + +
colCollections
conConcepts
+
+ + \ No newline at end of file diff --git a/geosparql10/functions.json b/geosparql10/functions.json new file mode 100644 index 000000000..7b5a46272 --- /dev/null +++ b/geosparql10/functions.json @@ -0,0 +1,5110 @@ +[ + { + "@id": "http://www.opengis.net/def/function/output/geosparql/envelope_output", + "@type": [ + "https://w3id.org/function/ontology#Output" + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/boundary", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/ns/sparql-service-description#Function", + "https://w3id.org/function/ontology#Function" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query function that returns the boundary of the input geometry." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "boundary" + } + ], + "https://w3id.org/function/ontology#expects": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/boundary_param1" + } + ] + } + ], + "https://w3id.org/function/ontology#returns": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/output/geosparql/boundary_output" + } + ] + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/distance_param3", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "units" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#anyURI" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/convexHull", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/ns/sparql-service-description#Function", + "https://w3id.org/function/ontology#Function" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query function that returns the convex hull of the input geometry." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "convex hull" + } + ], + "https://w3id.org/function/ontology#expects": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/convexHull_param1" + } + ] + } + ], + "https://w3id.org/function/ontology#returns": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/output/geosparql/convexHull_output" + } + ] + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/sfIntersects_param1", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom1" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/symDifference_param2", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom2" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/intersection", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/ns/sparql-service-description#Function", + "https://w3id.org/function/ontology#Function" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query function that returns a geometry consisting of all points that are part of both input geometries." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "intersection" + } + ], + "https://w3id.org/function/ontology#expects": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/intersection_param1" + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/intersection_param2" + } + ] + } + ], + "https://w3id.org/function/ontology#returns": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/output/geosparql/intersection_output" + } + ] + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/output/geosparql/ehCovers_output", + "@type": [ + "https://w3id.org/function/ontology#Output" + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#boolean" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/output/geosparql/ehInside_output", + "@type": [ + "https://w3id.org/function/ontology#Output" + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#boolean" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/output/geosparql/sfCrosses_output", + "@type": [ + "https://w3id.org/function/ontology#Output" + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#boolean" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/ehDisjoint_param2", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom2" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection", + "http://www.w3.org/2004/02/skos/core#ConceptScheme" + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#member": [ + { + "@id": "http://www.opengis.net/def/function/geosparql/boundary" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/buffer" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/convexHull" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/difference" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/distance" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/ehContains" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/ehCoveredBy" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/ehCovers" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/ehDisjoint" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/ehEquals" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/ehInside" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/ehMeet" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/ehOverlap" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/envelope" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/getSRID" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/intersection" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8dc" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8ec" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8eq" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8ntpp" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8ntppi" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8po" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8tpp" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8tppi" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/relate" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/sfContains" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/sfCrosses" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/sfDisjoint" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/sfEquals" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/sfIntersects" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/sfOverlaps" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/sfTouches" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/sfWithin" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/symDifference" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/union" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@value": "GeoSPARQL Functions" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/sfCrosses_param2", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom2" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8po_param2", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom2" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/buffer_param3", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "units" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#anyURI" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8tppi_output", + "@type": [ + "https://w3id.org/function/ontology#Output" + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#boolean" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/boundary_param1", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8ec_output", + "@type": [ + "https://w3id.org/function/ontology#Output" + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#boolean" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/ehInside", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/ns/sparql-service-description#Function", + "https://w3id.org/function/ontology#Function" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query function that returns true if the first geometry argument is spatially inside the second geometry argument.\n\nDE-9IM: TFF*FFT**" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "inside" + } + ], + "https://w3id.org/function/ontology#expects": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/ehInside_param1" + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/ehInside_param2" + } + ] + } + ], + "https://w3id.org/function/ontology#returns": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/output/geosparql/ehInside_output" + } + ] + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/getSRID", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/ns/sparql-service-description#Function", + "https://w3id.org/function/ontology#Function" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query function that returns the spatial reference system URI of the input geometry." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "getSRID" + } + ], + "https://w3id.org/function/ontology#expects": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/getSRID_param1" + } + ] + } + ], + "https://w3id.org/function/ontology#returns": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/output/geosparql/getSRID_output" + } + ] + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/output/geosparql/symDifference_output", + "@type": [ + "https://w3id.org/function/ontology#Output" + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8po", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/ns/sparql-service-description#Function", + "https://w3id.org/function/ontology#Function" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query function that returns true if the input geometries overlap.\n\nDE-9IM: TTTTTTTTT" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "partially overlapping" + } + ], + "https://w3id.org/function/ontology#expects": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8po_param1" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8po_param2" + } + ] + } + ], + "https://w3id.org/function/ontology#returns": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8po_output" + } + ] + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/output/geosparql/sfEquals_output", + "@type": [ + "https://w3id.org/function/ontology#Output" + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#boolean" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/sfOverlaps_param1", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom1" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8tpp_output", + "@type": [ + "https://w3id.org/function/ontology#Output" + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#boolean" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/intersection_param1", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom1" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/relate_param2", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom2" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/ehEquals_param2", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom2" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/sfWithin_param2", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom2" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/ehCoveredBy_param2", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom2" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/output/geosparql/ehCoveredBy_output", + "@type": [ + "https://w3id.org/function/ontology#Output" + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#boolean" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8ntpp_param2", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom2" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/sfDisjoint", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/ns/sparql-service-description#Function", + "https://w3id.org/function/ontology#Function" + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query function that returns true if the input geometries are disjoint. \n \nDE-9IM: FF*FF****" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "disjoint" + } + ], + "https://w3id.org/function/ontology#expects": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/sfDisjoint_param1" + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/sfDisjoint_param2" + } + ] + } + ], + "https://w3id.org/function/ontology#returns": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/output/geosparql/sfDisjoint_output" + } + ] + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/output/geosparql/sfOverlaps_output", + "@type": [ + "https://w3id.org/function/ontology#Output" + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#boolean" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/sfIntersects", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/ns/sparql-service-description#Function", + "https://w3id.org/function/ontology#Function" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query function that returns true if the input geometries intersect.\n\nDE-9IM: T******** ^ *T******* ^ ***T***** ^ ****T**** " + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "intersects" + } + ], + "https://w3id.org/function/ontology#expects": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/sfIntersects_param1" + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/sfIntersects_param2" + } + ] + } + ], + "https://w3id.org/function/ontology#returns": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/output/geosparql/sfIntersects_output" + } + ] + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8tpp_param2", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom2" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8tppi", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/ns/sparql-service-description#Function", + "https://w3id.org/function/ontology#Function" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query function that returns true if the first geometry argument spatially covers the second geometry argument.\n\nDE-9IM: TTTFTTFFT" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "tangential proper part inverse" + } + ], + "https://w3id.org/function/ontology#expects": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8tppi_param1" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8tppi_param2" + } + ] + } + ], + "https://w3id.org/function/ontology#returns": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8tppi_output" + } + ] + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/difference_param2", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom2" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8po_param1", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom1" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8dc_param2", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom2" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/sfTouches", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/ns/sparql-service-description#Function", + "https://w3id.org/function/ontology#Function" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query function that returns true if the input geometries touch.\n\nDE-9IM: FT******* ^ F**T***** ^ F***T****" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "touches" + } + ], + "https://w3id.org/function/ontology#expects": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/sfTouches_param1" + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/sfTouches_param2" + } + ] + } + ], + "https://w3id.org/function/ontology#returns": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/output/geosparql/sfTouches_output" + } + ] + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8ntpp", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/ns/sparql-service-description#Function", + "https://w3id.org/function/ontology#Function" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query function that returns true if the first geometry argument is spatially inside the second geometry argument.\n\nDE-9IM: TFFTFFTTT" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "non-tangential proper part" + } + ], + "https://w3id.org/function/ontology#expects": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8ntpp_param1" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8ntpp_param2" + } + ] + } + ], + "https://w3id.org/function/ontology#returns": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8ntpp_output" + } + ] + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8dc", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/ns/sparql-service-description#Function", + "https://w3id.org/function/ontology#Function" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query function that returns true if the input geometries are disjoint. \n\nDE-9IM: FFTFFTTTT" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "disconnected" + } + ], + "https://w3id.org/function/ontology#expects": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8dc_param1" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8dc_param2" + } + ] + } + ], + "https://w3id.org/function/ontology#returns": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8dc_output" + } + ] + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8dc_param1", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom1" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/output/geosparql/relate_output", + "@type": [ + "https://w3id.org/function/ontology#Output" + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#boolean" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/buffer_param2", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "radius" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#double" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/output/geosparql/buffer_output", + "@type": [ + "https://w3id.org/function/ontology#Output" + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/ehDisjoint_param1", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom1" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/symDifference_param1", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom1" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/output/geosparql/ehEquals_output", + "@type": [ + "https://w3id.org/function/ontology#Output" + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#boolean" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/union", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/ns/sparql-service-description#Function", + "https://w3id.org/function/ontology#Function" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query function that returns a geometry consisting of all points that are part of at least one input geometry." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "union" + } + ], + "https://w3id.org/function/ontology#expects": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/union_param1" + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/union_param2" + } + ] + } + ], + "https://w3id.org/function/ontology#returns": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/output/geosparql/union_output" + } + ] + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/output/geosparql/sfIntersects_output", + "@type": [ + "https://w3id.org/function/ontology#Output" + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#boolean" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/sfTouches_param2", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom2" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/output/geosparql/sfContains_output", + "@type": [ + "https://w3id.org/function/ontology#Output" + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#boolean" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8ntppi_output", + "@type": [ + "https://w3id.org/function/ontology#Output" + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#boolean" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/sfOverlaps_param2", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom2" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/sfCrosses_param1", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom1" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/sfIntersects_param2", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom2" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/ehMeet_param2", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom2" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8eq_param1", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom1" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8eq", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/ns/sparql-service-description#Function", + "https://w3id.org/function/ontology#Function" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query function that returns true if the input geometries are equal. \n \nDE-9IM: TFFFTFFFT" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "equals" + } + ], + "https://w3id.org/function/ontology#expects": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8eq_param1" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8eq_param2" + } + ] + } + ], + "https://w3id.org/function/ontology#returns": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8eq_output" + } + ] + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8eq_param2", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom2" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/intersection_param2", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom2" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/symDifference", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/ns/sparql-service-description#Function", + "https://w3id.org/function/ontology#Function" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query function that returns a geometry consisting of all points that are part of only one input geometry." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "symmetric difference" + } + ], + "https://w3id.org/function/ontology#expects": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/symDifference_param1" + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/symDifference_param2" + } + ] + } + ], + "https://w3id.org/function/ontology#returns": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/output/geosparql/symDifference_output" + } + ] + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/sfWithin_param1", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom1" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/ehCoveredBy_param1", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom1" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/sfWithin", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/ns/sparql-service-description#Function", + "https://w3id.org/function/ontology#Function" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query function that returns true if the first geometry argument is spatially within the second geometry argument. \n\nDE-9IM: T*F**F***" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "within" + } + ], + "https://w3id.org/function/ontology#expects": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/sfWithin_param1" + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/sfWithin_param2" + } + ] + } + ], + "https://w3id.org/function/ontology#returns": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/output/geosparql/sfWithin_output" + } + ] + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8ec_param2", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom2" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8ec", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/ns/sparql-service-description#Function", + "https://w3id.org/function/ontology#Function" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query function that returns true if the input geometries meet. \n\nDE-9IM: FFTFTTTTT" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "externally connected" + } + ], + "https://w3id.org/function/ontology#expects": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8ec_param1" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8ec_param2" + } + ] + } + ], + "https://w3id.org/function/ontology#returns": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8ec_output" + } + ] + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/ehContains_param2", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom2" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/envelope", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/ns/sparql-service-description#Function", + "https://w3id.org/function/ontology#Function" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query function that returns the minimum bounding rectangle of the input geometry." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "envelope" + } + ], + "https://w3id.org/function/ontology#expects": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/envelope_param1" + } + ] + } + ], + "https://w3id.org/function/ontology#returns": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/output/geosparql/envelope_output" + } + ] + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8ntppi_param1", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom1" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/ehContains", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/ns/sparql-service-description#Function", + "https://w3id.org/function/ontology#Function" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query function that returns true if the first geometry argument spatially contains the second geometry argument. \n \nDE-9IM: T*TFF*FF*" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "contains" + } + ], + "https://w3id.org/function/ontology#expects": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/ehContains_param1" + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/ehContains_param2" + } + ] + } + ], + "https://w3id.org/function/ontology#returns": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/output/geosparql/ehContains_output" + } + ] + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/ehCovers_param2", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom2" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/sfContains_param2", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom2" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8tppi_param2", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom2" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/output/geosparql/boundary_output", + "@type": [ + "https://w3id.org/function/ontology#Output" + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/output/geosparql/sfWithin_output", + "@type": [ + "https://w3id.org/function/ontology#Output" + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#boolean" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/output/geosparql/sfTouches_output", + "@type": [ + "https://w3id.org/function/ontology#Output" + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#boolean" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/sfContains_param1", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom1" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/ehMeet_param1", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom1" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/relate_param1", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom1" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8tpp_param1", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom1" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/difference_param1", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8tppi_param1", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom1" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/output/geosparql/convexHull_output", + "@type": [ + "https://w3id.org/function/ontology#Output" + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/ehCovers_param1", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom1" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/ehOverlap_param2", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom2" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8ntppi", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/ns/sparql-service-description#Function", + "https://w3id.org/function/ontology#Function" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query function that returns true if the first geometry argument spatially contains the second geometry argument.\n\nDE-9IM: TTTFFTFFT" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "non-tangential proper part inverse" + } + ], + "https://w3id.org/function/ontology#expects": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8ntppi_param1" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8ntppi_param2" + } + ] + } + ], + "https://w3id.org/function/ontology#returns": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8ntppi_output" + } + ] + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/relate_param3", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "pattern-matrix" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/output/geosparql/ehContains_output", + "@type": [ + "https://w3id.org/function/ontology#Output" + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#boolean" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/output/geosparql/ehMeet_output", + "@type": [ + "https://w3id.org/function/ontology#Output" + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#boolean" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/sfContains", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/ns/sparql-service-description#Function", + "https://w3id.org/function/ontology#Function" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query function that returns true if the first geometry argument spatially contains the second geometry argument.\n\nDE-9IM: T*****FF*" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "contains" + } + ], + "https://w3id.org/function/ontology#expects": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/sfContains_param1" + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/sfContains_param2" + } + ] + } + ], + "https://w3id.org/function/ontology#returns": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/output/geosparql/sfContains_output" + } + ] + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/getSRID_param1", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom1" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/ehCovers", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/ns/sparql-service-description#Function", + "https://w3id.org/function/ontology#Function" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query function that returns true if the first geometry argument spatially covers the second geometry argument.\n\nDE-9IM: T*TFT*FF*" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "covers" + } + ], + "https://w3id.org/function/ontology#expects": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/ehCovers_param1" + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/ehCovers_param2" + } + ] + } + ], + "https://w3id.org/function/ontology#returns": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/output/geosparql/ehCovers_output" + } + ] + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/sfEquals_param1", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom1" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/sfDisjoint_param1", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom1" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/sfDisjoint_param2", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom2" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/sfEquals", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/ns/sparql-service-description#Function", + "https://w3id.org/function/ontology#Function" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query function that returns true if the input geometries are equal. \n\nDE-9IM: TFFFTFFFT" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "equals" + } + ], + "https://w3id.org/function/ontology#expects": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/sfEquals_param1" + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/sfEquals_param2" + } + ] + } + ], + "https://w3id.org/function/ontology#returns": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/output/geosparql/sfEquals_output" + } + ] + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/buffer", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/ns/sparql-service-description#Function", + "https://w3id.org/function/ontology#Function" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query function that returns a buffer around the input geometry." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "buffer" + } + ], + "https://w3id.org/function/ontology#expects": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/buffer_param1" + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/buffer_param2" + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/buffer_param3" + } + ] + } + ], + "https://w3id.org/function/ontology#returns": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/output/geosparql/buffer_output" + } + ] + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/distance_param1", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/envelope_param1", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom1" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/output/geosparql/distance_output", + "@type": [ + "https://w3id.org/function/ontology#Output" + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#double" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/ehCoveredBy", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/ns/sparql-service-description#Function", + "https://w3id.org/function/ontology#Function" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query function that returns true if the first geometry argument is spatially covered by the second geometry argument.\n\nDE-9IM: TFF*TFT**" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "covered by" + } + ], + "https://w3id.org/function/ontology#expects": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/ehCoveredBy_param1" + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/ehCoveredBy_param2" + } + ] + } + ], + "https://w3id.org/function/ontology#returns": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/output/geosparql/ehConveredBy_output" + } + ] + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8po_output", + "@type": [ + "https://w3id.org/function/ontology#Output" + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#boolean" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/ehInside_param2", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom2" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/ehOverlap_param1", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom1" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8ntpp_output", + "@type": [ + "https://w3id.org/function/ontology#Output" + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#boolean" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8ec_param1", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom1" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8eq_output", + "@type": [ + "https://w3id.org/function/ontology#Output" + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#boolean" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/distance_param2", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom2" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/ehInside_param1", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom1" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/output/geosparql/difference_output", + "@type": [ + "https://w3id.org/function/ontology#Output" + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/output/geosparql/sfDisjoint_output", + "@type": [ + "https://w3id.org/function/ontology#Output" + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#boolean" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/buffer_param1", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/difference", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/ns/sparql-service-description#Function", + "https://w3id.org/function/ontology#Function" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query function that returns a geometry consisting of all points that are part of the first geometry but not the second geometry." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "difference" + } + ], + "https://w3id.org/function/ontology#expects": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/difference_param1" + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/difference_param2" + } + ] + } + ], + "https://w3id.org/function/ontology#returns": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/output/geosparql/difference_output" + } + ] + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/relate", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/ns/sparql-service-description#Function", + "https://w3id.org/function/ontology#Function" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query function that returns true if the spatial relationship between the two input geometries corresponds to one with acceptable values for the specified DE-9IM pattern matrix." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "relate" + } + ], + "https://w3id.org/function/ontology#expects": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/relate_param1" + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/relate_param2" + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/relate_param3" + } + ] + } + ], + "https://w3id.org/function/ontology#returns": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/output/geosparql/relate_output" + } + ] + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/sfCrosses", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/ns/sparql-service-description#Function", + "https://w3id.org/function/ontology#Function" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query function that returns true if the first geometry argument spatially crosses the second geometry argument.\n\nDE-9IM: T*T***T**" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "crosses" + } + ], + "https://w3id.org/function/ontology#expects": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/sfCrosses_param1" + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/sfCrosses_param2" + } + ] + } + ], + "https://w3id.org/function/ontology#returns": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/output/geosparql/sfCrosses_output" + } + ] + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/distance", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/ns/sparql-service-description#Function", + "https://w3id.org/function/ontology#Function" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query function that returns the distance between the two closest points of the input geometries." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "distance" + } + ], + "https://w3id.org/function/ontology#expects": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/distance_param1" + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/distance_param2" + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/distance_param3" + } + ] + } + ], + "https://w3id.org/function/ontology#returns": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/output/geosparql/distance_output" + } + ] + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/ehContains_param1", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom1" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/ehEquals_param1", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom1" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/output/geosparql/ehDisjoint_output", + "@type": [ + "https://w3id.org/function/ontology#Output" + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#boolean" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/ehOverlap", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/ns/sparql-service-description#Function", + "https://w3id.org/function/ontology#Function" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query function that returns true if the input geometries overlap.\n\nDE-9IM: T*T***T**" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "overlap" + } + ], + "https://w3id.org/function/ontology#expects": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/ehOverlap_param1" + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/ehOverlap_param2" + } + ] + } + ], + "https://w3id.org/function/ontology#returns": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/output/geosparql/ehOverlap_output" + } + ] + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/convexHull_param1", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/ehDisjoint", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/ns/sparql-service-description#Function", + "https://w3id.org/function/ontology#Function" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query function that returns true if the input geometries are disjoint. \n\nDE-9IM: FF*FF****" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "disjoint" + } + ], + "https://w3id.org/function/ontology#expects": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/ehDisjoint_param1" + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/ehDisjoint_param2" + } + ] + } + ], + "https://w3id.org/function/ontology#returns": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/output/geosparql/ehDisjoint_output" + } + ] + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/ehEquals", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/ns/sparql-service-description#Function", + "https://w3id.org/function/ontology#Function" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query function that returns true if the input geometries are equal. \n\nDE-9IM: TFFFTFFFT" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "equals" + } + ], + "https://w3id.org/function/ontology#expects": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/ehEquals_param1" + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/ehEquals_param2" + } + ] + } + ], + "https://w3id.org/function/ontology#returns": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/output/geosparql/ehEquals_output" + } + ] + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8ntppi_param2", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom2" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8tpp", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/ns/sparql-service-description#Function", + "https://w3id.org/function/ontology#Function" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query function that returns true if the first geometry argument is spatially covered by the second geometry argument.\n\nDE-9IM: TFFTTFTTT" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "tangential proper part" + } + ], + "https://w3id.org/function/ontology#expects": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8tpp_param1" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8tpp_param2" + } + ] + } + ], + "https://w3id.org/function/ontology#returns": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8tpp_output" + } + ] + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/union_param1", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom1" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/output/geosparql/union_output", + "@type": [ + "https://w3id.org/function/ontology#Output" + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/sfTouches_param1", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom1" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/ehMeet", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/ns/sparql-service-description#Function", + "https://w3id.org/function/ontology#Function" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query function that returns true if the input geometries meet.\n\nDE-9IM: FT******* ^ F**T***** ^ F***T****" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "meet" + } + ], + "https://w3id.org/function/ontology#expects": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/ehMeet_param1" + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/ehMeet_param2" + } + ] + } + ], + "https://w3id.org/function/ontology#returns": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/output/geosparql/ehMeet_output" + } + ] + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/sfEquals_param2", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom2" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8dc_output", + "@type": [ + "https://w3id.org/function/ontology#Output" + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#boolean" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/union_param2", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom2" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/sfOverlaps", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/ns/sparql-service-description#Function", + "https://w3id.org/function/ontology#Function" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query function that returns true if the first geometry argument spatially overlaps the second geometry argument.\n\nDE-9IM: T*T***T** " + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "overlaps" + } + ], + "https://w3id.org/function/ontology#expects": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/sfOverlaps_param1" + }, + { + "@id": "http://www.opengis.net/def/function/parameter/geosparql/sfOverlaps_param2" + } + ] + } + ], + "https://w3id.org/function/ontology#returns": [ + { + "@list": [ + { + "@id": "http://www.opengis.net/def/function/output/geosparql/sfOverlaps_output" + } + ] + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8ntpp_param1", + "@type": [ + "https://w3id.org/function/ontology#Parameter" + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "geom1" + } + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/output/geosparql/intersection_output", + "@type": [ + "https://w3id.org/function/ontology#Output" + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.opengis.net/wktLiteral" + }, + { + "@id": "http://www.opengis.net/gmlLiteral" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/output/geosparql/ehOverlap_output", + "@type": [ + "https://w3id.org/function/ontology#Output" + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#boolean" + } + ] + }, + { + "@id": "http://www.opengis.net/def/function/output/geosparql/getSRID_output", + "@type": [ + "https://w3id.org/function/ontology#Output" + ], + "https://w3id.org/function/ontology#required": [ + { + "@value": true + } + ], + "https://w3id.org/function/ontology#type": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#anyURI" + } + ] + } +] \ No newline at end of file diff --git a/geosparql10/functions.n3 b/geosparql10/functions.n3 new file mode 100644 index 000000000..9ae49dc08 --- /dev/null +++ b/geosparql10/functions.n3 @@ -0,0 +1,1184 @@ +@prefix dcterms: . +@prefix fno: . +@prefix geof: . +@prefix geofo: . +@prefix geofp: . +@prefix ogc: . +@prefix policy: . +@prefix rdf: . +@prefix rdfs: . +@prefix sd: . +@prefix skos: . +@prefix status: . +@prefix xsd: . + +geof: a skos:Collection, + skos:ConceptScheme ; + dcterms:source ; + rdfs:seeAlso ; + skos:member geof:boundary, + geof:buffer, + geof:convexHull, + geof:difference, + geof:distance, + geof:ehContains, + geof:ehCoveredBy, + geof:ehCovers, + geof:ehDisjoint, + geof:ehEquals, + geof:ehInside, + geof:ehMeet, + geof:ehOverlap, + geof:envelope, + geof:getSRID, + geof:intersection, + geof:rcc8dc, + geof:rcc8ec, + geof:rcc8eq, + geof:rcc8ntpp, + geof:rcc8ntppi, + geof:rcc8po, + geof:rcc8tpp, + geof:rcc8tppi, + geof:relate, + geof:sfContains, + geof:sfCrosses, + geof:sfDisjoint, + geof:sfEquals, + geof:sfIntersects, + geof:sfOverlaps, + geof:sfTouches, + geof:sfWithin, + geof:symDifference, + geof:union ; + skos:prefLabel "GeoSPARQL Functions" . + +geofo:ehCoveredBy_output a fno:Output ; + fno:required true ; + fno:type xsd:boolean . + +geof:boundary a skos:Concept, + sd:Function, + fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query function that returns the boundary of the input geometry."@en ; + skos:prefLabel "boundary"@en ; + fno:expects ( geofp:boundary_param1 ) ; + fno:returns ( geofo:boundary_output ) . + +geof:buffer a skos:Concept, + sd:Function, + fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query function that returns a buffer around the input geometry."@en ; + skos:prefLabel "buffer"@en ; + fno:expects ( geofp:buffer_param1 geofp:buffer_param2 geofp:buffer_param3 ) ; + fno:returns ( geofo:buffer_output ) . + +geof:convexHull a skos:Concept, + sd:Function, + fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query function that returns the convex hull of the input geometry."@en ; + skos:prefLabel "convex hull"@en ; + fno:expects ( geofp:convexHull_param1 ) ; + fno:returns ( geofo:convexHull_output ) . + +geof:difference a skos:Concept, + sd:Function, + fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query function that returns a geometry consisting of all points that are part of the first geometry but not the second geometry."@en ; + skos:prefLabel "difference"@en ; + fno:expects ( geofp:difference_param1 geofp:difference_param2 ) ; + fno:returns ( geofo:difference_output ) . + +geof:distance a skos:Concept, + sd:Function, + fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query function that returns the distance between the two closest points of the input geometries."@en ; + skos:prefLabel "distance"@en ; + fno:expects ( geofp:distance_param1 geofp:distance_param2 geofp:distance_param3 ) ; + fno:returns ( geofo:distance_output ) . + +geof:ehContains a skos:Concept, + sd:Function, + fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the first geometry argument spatially contains the second geometry argument. + +DE-9IM: T*TFF*FF*"""@en ; + skos:prefLabel "contains"@en ; + fno:expects ( geofp:ehContains_param1 geofp:ehContains_param2 ) ; + fno:returns ( geofo:ehContains_output ) . + +geof:ehCoveredBy a skos:Concept, + sd:Function, + fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the first geometry argument is spatially covered by the second geometry argument. + +DE-9IM: TFF*TFT**"""@en ; + skos:prefLabel "covered by"@en ; + fno:expects ( geofp:ehCoveredBy_param1 geofp:ehCoveredBy_param2 ) ; + fno:returns ( geofo:ehConveredBy_output ) . + +geof:ehCovers a skos:Concept, + sd:Function, + fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the first geometry argument spatially covers the second geometry argument. + +DE-9IM: T*TFT*FF*"""@en ; + skos:prefLabel "covers"@en ; + fno:expects ( geofp:ehCovers_param1 geofp:ehCovers_param2 ) ; + fno:returns ( geofo:ehCovers_output ) . + +geof:ehDisjoint a skos:Concept, + sd:Function, + fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the input geometries are disjoint. + +DE-9IM: FF*FF****"""@en ; + skos:prefLabel "disjoint"@en ; + fno:expects ( geofp:ehDisjoint_param1 geofp:ehDisjoint_param2 ) ; + fno:returns ( geofo:ehDisjoint_output ) . + +geof:ehEquals a skos:Concept, + sd:Function, + fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the input geometries are equal. + +DE-9IM: TFFFTFFFT"""@en ; + skos:prefLabel "equals"@en ; + fno:expects ( geofp:ehEquals_param1 geofp:ehEquals_param2 ) ; + fno:returns ( geofo:ehEquals_output ) . + +geof:ehInside a skos:Concept, + sd:Function, + fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the first geometry argument is spatially inside the second geometry argument. + +DE-9IM: TFF*FFT**"""@en ; + skos:prefLabel "inside"@en ; + fno:expects ( geofp:ehInside_param1 geofp:ehInside_param2 ) ; + fno:returns ( geofo:ehInside_output ) . + +geof:ehMeet a skos:Concept, + sd:Function, + fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the input geometries meet. + +DE-9IM: FT******* ^ F**T***** ^ F***T****"""@en ; + skos:prefLabel "meet"@en ; + fno:expects ( geofp:ehMeet_param1 geofp:ehMeet_param2 ) ; + fno:returns ( geofo:ehMeet_output ) . + +geof:ehOverlap a skos:Concept, + sd:Function, + fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the input geometries overlap. + +DE-9IM: T*T***T**"""@en ; + skos:prefLabel "overlap"@en ; + fno:expects ( geofp:ehOverlap_param1 geofp:ehOverlap_param2 ) ; + fno:returns ( geofo:ehOverlap_output ) . + +geof:envelope a skos:Concept, + sd:Function, + fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query function that returns the minimum bounding rectangle of the input geometry."@en ; + skos:prefLabel "envelope"@en ; + fno:expects ( geofp:envelope_param1 ) ; + fno:returns ( geofo:envelope_output ) . + +geof:getSRID a skos:Concept, + sd:Function, + fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query function that returns the spatial reference system URI of the input geometry."@en ; + skos:prefLabel "getSRID"@en ; + fno:expects ( geofp:getSRID_param1 ) ; + fno:returns ( geofo:getSRID_output ) . + +geof:intersection a skos:Concept, + sd:Function, + fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query function that returns a geometry consisting of all points that are part of both input geometries."@en ; + skos:prefLabel "intersection"@en ; + fno:expects ( geofp:intersection_param1 geofp:intersection_param2 ) ; + fno:returns ( geofo:intersection_output ) . + +geof:rcc8dc a skos:Concept, + sd:Function, + fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the input geometries are disjoint. + +DE-9IM: FFTFFTTTT"""@en ; + skos:prefLabel "disconnected"@en ; + fno:expects ( geof:rcc8dc_param1 geof:rcc8dc_param2 ) ; + fno:returns ( geof:rcc8dc_output ) . + +geof:rcc8dc_output a fno:Output ; + fno:required true ; + fno:type xsd:boolean . + +geof:rcc8dc_param1 a fno:Parameter ; + skos:prefLabel "geom1"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geof:rcc8dc_param2 a fno:Parameter ; + skos:prefLabel "geom2"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geof:rcc8ec a skos:Concept, + sd:Function, + fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the input geometries meet. + +DE-9IM: FFTFTTTTT"""@en ; + skos:prefLabel "externally connected"@en ; + fno:expects ( geof:rcc8ec_param1 geof:rcc8ec_param2 ) ; + fno:returns ( geof:rcc8ec_output ) . + +geof:rcc8ec_output a fno:Output ; + fno:required true ; + fno:type xsd:boolean . + +geof:rcc8ec_param1 a fno:Parameter ; + skos:prefLabel "geom1"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geof:rcc8ec_param2 a fno:Parameter ; + skos:prefLabel "geom2"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geof:rcc8eq a skos:Concept, + sd:Function, + fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the input geometries are equal. + +DE-9IM: TFFFTFFFT"""@en ; + skos:prefLabel "equals"@en ; + fno:expects ( geof:rcc8eq_param1 geof:rcc8eq_param2 ) ; + fno:returns ( geof:rcc8eq_output ) . + +geof:rcc8eq_output a fno:Output ; + fno:required true ; + fno:type xsd:boolean . + +geof:rcc8eq_param1 a fno:Parameter ; + skos:prefLabel "geom1"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geof:rcc8eq_param2 a fno:Parameter ; + skos:prefLabel "geom2"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geof:rcc8ntpp a skos:Concept, + sd:Function, + fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the first geometry argument is spatially inside the second geometry argument. + +DE-9IM: TFFTFFTTT"""@en ; + skos:prefLabel "non-tangential proper part"@en ; + fno:expects ( geof:rcc8ntpp_param1 geof:rcc8ntpp_param2 ) ; + fno:returns ( geof:rcc8ntpp_output ) . + +geof:rcc8ntpp_output a fno:Output ; + fno:required true ; + fno:type xsd:boolean . + +geof:rcc8ntpp_param1 a fno:Parameter ; + skos:prefLabel "geom1"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geof:rcc8ntpp_param2 a fno:Parameter ; + skos:prefLabel "geom2"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geof:rcc8ntppi a skos:Concept, + sd:Function, + fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the first geometry argument spatially contains the second geometry argument. + +DE-9IM: TTTFFTFFT"""@en ; + skos:prefLabel "non-tangential proper part inverse"@en ; + fno:expects ( geof:rcc8ntppi_param1 geof:rcc8ntppi_param2 ) ; + fno:returns ( geof:rcc8ntppi_output ) . + +geof:rcc8ntppi_output a fno:Output ; + fno:required true ; + fno:type xsd:boolean . + +geof:rcc8ntppi_param1 a fno:Parameter ; + skos:prefLabel "geom1"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geof:rcc8ntppi_param2 a fno:Parameter ; + skos:prefLabel "geom2"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geof:rcc8po a skos:Concept, + sd:Function, + fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the input geometries overlap. + +DE-9IM: TTTTTTTTT"""@en ; + skos:prefLabel "partially overlapping"@en ; + fno:expects ( geof:rcc8po_param1 geof:rcc8po_param2 ) ; + fno:returns ( geof:rcc8po_output ) . + +geof:rcc8po_output a fno:Output ; + fno:required true ; + fno:type xsd:boolean . + +geof:rcc8po_param1 a fno:Parameter ; + skos:prefLabel "geom1"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geof:rcc8po_param2 a fno:Parameter ; + skos:prefLabel "geom2"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geof:rcc8tpp a skos:Concept, + sd:Function, + fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the first geometry argument is spatially covered by the second geometry argument. + +DE-9IM: TFFTTFTTT"""@en ; + skos:prefLabel "tangential proper part"@en ; + fno:expects ( geof:rcc8tpp_param1 geof:rcc8tpp_param2 ) ; + fno:returns ( geof:rcc8tpp_output ) . + +geof:rcc8tpp_output a fno:Output ; + fno:required true ; + fno:type xsd:boolean . + +geof:rcc8tpp_param1 a fno:Parameter ; + skos:prefLabel "geom1"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geof:rcc8tpp_param2 a fno:Parameter ; + skos:prefLabel "geom2"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geof:rcc8tppi a skos:Concept, + sd:Function, + fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the first geometry argument spatially covers the second geometry argument. + +DE-9IM: TTTFTTFFT"""@en ; + skos:prefLabel "tangential proper part inverse"@en ; + fno:expects ( geof:rcc8tppi_param1 geof:rcc8tppi_param2 ) ; + fno:returns ( geof:rcc8tppi_output ) . + +geof:rcc8tppi_output a fno:Output ; + fno:required true ; + fno:type xsd:boolean . + +geof:rcc8tppi_param1 a fno:Parameter ; + skos:prefLabel "geom1"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geof:rcc8tppi_param2 a fno:Parameter ; + skos:prefLabel "geom2"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geof:relate a skos:Concept, + sd:Function, + fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query function that returns true if the spatial relationship between the two input geometries corresponds to one with acceptable values for the specified DE-9IM pattern matrix."@en ; + skos:prefLabel "relate"@en ; + fno:expects ( geofp:relate_param1 geofp:relate_param2 geofp:relate_param3 ) ; + fno:returns ( geofo:relate_output ) . + +geof:sfContains a skos:Concept, + sd:Function, + fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the first geometry argument spatially contains the second geometry argument. + +DE-9IM: T*****FF*"""@en ; + skos:prefLabel "contains"@en ; + fno:expects ( geofp:sfContains_param1 geofp:sfContains_param2 ) ; + fno:returns ( geofo:sfContains_output ) . + +geof:sfCrosses a skos:Concept, + sd:Function, + fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the first geometry argument spatially crosses the second geometry argument. + +DE-9IM: T*T***T**"""@en ; + skos:prefLabel "crosses"@en ; + fno:expects ( geofp:sfCrosses_param1 geofp:sfCrosses_param2 ) ; + fno:returns ( geofo:sfCrosses_output ) . + +geof:sfDisjoint a skos:Concept, + sd:Function, + fno:Function ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the input geometries are disjoint. + +DE-9IM: FF*FF****"""@en ; + skos:prefLabel "disjoint"@en ; + fno:expects ( geofp:sfDisjoint_param1 geofp:sfDisjoint_param2 ) ; + fno:returns ( geofo:sfDisjoint_output ) . + +geof:sfEquals a skos:Concept, + sd:Function, + fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the input geometries are equal. + +DE-9IM: TFFFTFFFT"""@en ; + skos:prefLabel "equals"@en ; + fno:expects ( geofp:sfEquals_param1 geofp:sfEquals_param2 ) ; + fno:returns ( geofo:sfEquals_output ) . + +geof:sfIntersects a skos:Concept, + sd:Function, + fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the input geometries intersect. + +DE-9IM: T******** ^ *T******* ^ ***T***** ^ ****T**** """@en ; + skos:prefLabel "intersects"@en ; + fno:expects ( geofp:sfIntersects_param1 geofp:sfIntersects_param2 ) ; + fno:returns ( geofo:sfIntersects_output ) . + +geof:sfOverlaps a skos:Concept, + sd:Function, + fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the first geometry argument spatially overlaps the second geometry argument. + +DE-9IM: T*T***T** """@en ; + skos:prefLabel "overlaps"@en ; + fno:expects ( geofp:sfOverlaps_param1 geofp:sfOverlaps_param2 ) ; + fno:returns ( geofo:sfOverlaps_output ) . + +geof:sfTouches a skos:Concept, + sd:Function, + fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the input geometries touch. + +DE-9IM: FT******* ^ F**T***** ^ F***T****"""@en ; + skos:prefLabel "touches"@en ; + fno:expects ( geofp:sfTouches_param1 geofp:sfTouches_param2 ) ; + fno:returns ( geofo:sfTouches_output ) . + +geof:sfWithin a skos:Concept, + sd:Function, + fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the first geometry argument is spatially within the second geometry argument. + +DE-9IM: T*F**F***"""@en ; + skos:prefLabel "within"@en ; + fno:expects ( geofp:sfWithin_param1 geofp:sfWithin_param2 ) ; + fno:returns ( geofo:sfWithin_output ) . + +geof:symDifference a skos:Concept, + sd:Function, + fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query function that returns a geometry consisting of all points that are part of only one input geometry."@en ; + skos:prefLabel "symmetric difference"@en ; + fno:expects ( geofp:symDifference_param1 geofp:symDifference_param2 ) ; + fno:returns ( geofo:symDifference_output ) . + +geof:union a skos:Concept, + sd:Function, + fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query function that returns a geometry consisting of all points that are part of at least one input geometry."@en ; + skos:prefLabel "union"@en ; + fno:expects ( geofp:union_param1 geofp:union_param2 ) ; + fno:returns ( geofo:union_output ) . + +geofo:boundary_output a fno:Output ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofo:buffer_output a fno:Output ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofo:convexHull_output a fno:Output ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofo:difference_output a fno:Output ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofo:distance_output a fno:Output ; + fno:required true ; + fno:type xsd:double . + +geofo:ehContains_output a fno:Output ; + fno:required true ; + fno:type xsd:boolean . + +geofo:ehCovers_output a fno:Output ; + fno:required true ; + fno:type xsd:boolean . + +geofo:ehDisjoint_output a fno:Output ; + fno:required true ; + fno:type xsd:boolean . + +geofo:ehEquals_output a fno:Output ; + fno:required true ; + fno:type xsd:boolean . + +geofo:ehInside_output a fno:Output ; + fno:required true ; + fno:type xsd:boolean . + +geofo:ehMeet_output a fno:Output ; + fno:required true ; + fno:type xsd:boolean . + +geofo:ehOverlap_output a fno:Output ; + fno:required true ; + fno:type xsd:boolean . + +geofo:envelope_output a fno:Output ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofo:getSRID_output a fno:Output ; + fno:required true ; + fno:type xsd:anyURI . + +geofo:intersection_output a fno:Output ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofo:relate_output a fno:Output ; + fno:required true ; + fno:type xsd:boolean . + +geofo:sfContains_output a fno:Output ; + fno:required true ; + fno:type xsd:boolean . + +geofo:sfCrosses_output a fno:Output ; + fno:required true ; + fno:type xsd:boolean . + +geofo:sfDisjoint_output a fno:Output ; + fno:required true ; + fno:type xsd:boolean . + +geofo:sfEquals_output a fno:Output ; + fno:required true ; + fno:type xsd:boolean . + +geofo:sfIntersects_output a fno:Output ; + fno:required true ; + fno:type xsd:boolean . + +geofo:sfOverlaps_output a fno:Output ; + fno:required true ; + fno:type xsd:boolean . + +geofo:sfTouches_output a fno:Output ; + fno:required true ; + fno:type xsd:boolean . + +geofo:sfWithin_output a fno:Output ; + fno:required true ; + fno:type xsd:boolean . + +geofo:symDifference_output a fno:Output ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofo:union_output a fno:Output ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:boundary_param1 a fno:Parameter ; + skos:prefLabel "geom"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:buffer_param1 a fno:Parameter ; + skos:prefLabel "geom"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:buffer_param2 a fno:Parameter ; + skos:prefLabel "radius"@en ; + fno:required true ; + fno:type xsd:double . + +geofp:buffer_param3 a fno:Parameter ; + skos:prefLabel "units"@en ; + fno:required true ; + fno:type xsd:anyURI . + +geofp:convexHull_param1 a fno:Parameter ; + skos:prefLabel "geom"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:difference_param1 a fno:Parameter ; + skos:prefLabel "geom"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:difference_param2 a fno:Parameter ; + skos:prefLabel "geom2"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:distance_param1 a fno:Parameter ; + skos:prefLabel "geom"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:distance_param2 a fno:Parameter ; + skos:prefLabel "geom2"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:distance_param3 a fno:Parameter ; + skos:prefLabel "units"@en ; + fno:required true ; + fno:type xsd:anyURI . + +geofp:ehContains_param1 a fno:Parameter ; + skos:prefLabel "geom1"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:ehContains_param2 a fno:Parameter ; + skos:prefLabel "geom2"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:ehCoveredBy_param1 a fno:Parameter ; + skos:prefLabel "geom1"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:ehCoveredBy_param2 a fno:Parameter ; + skos:prefLabel "geom2"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:ehCovers_param1 a fno:Parameter ; + skos:prefLabel "geom1"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:ehCovers_param2 a fno:Parameter ; + skos:prefLabel "geom2"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:ehDisjoint_param1 a fno:Parameter ; + skos:prefLabel "geom1"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:ehDisjoint_param2 a fno:Parameter ; + skos:prefLabel "geom2"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:ehEquals_param1 a fno:Parameter ; + skos:prefLabel "geom1"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:ehEquals_param2 a fno:Parameter ; + skos:prefLabel "geom2"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:ehInside_param1 a fno:Parameter ; + skos:prefLabel "geom1"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:ehInside_param2 a fno:Parameter ; + skos:prefLabel "geom2"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:ehMeet_param1 a fno:Parameter ; + skos:prefLabel "geom1"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:ehMeet_param2 a fno:Parameter ; + skos:prefLabel "geom2"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:ehOverlap_param1 a fno:Parameter ; + skos:prefLabel "geom1"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:ehOverlap_param2 a fno:Parameter ; + skos:prefLabel "geom2"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:envelope_param1 a fno:Parameter ; + skos:prefLabel "geom1"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:getSRID_param1 a fno:Parameter ; + skos:prefLabel "geom1"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:intersection_param1 a fno:Parameter ; + skos:prefLabel "geom1"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:intersection_param2 a fno:Parameter ; + skos:prefLabel "geom2"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:relate_param1 a fno:Parameter ; + skos:prefLabel "geom1"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:relate_param2 a fno:Parameter ; + skos:prefLabel "geom2"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:relate_param3 a fno:Parameter ; + skos:prefLabel "pattern-matrix"@en ; + fno:required true ; + fno:type xsd:string . + +geofp:sfContains_param1 a fno:Parameter ; + skos:prefLabel "geom1"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:sfContains_param2 a fno:Parameter ; + skos:prefLabel "geom2"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:sfCrosses_param1 a fno:Parameter ; + skos:prefLabel "geom1"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:sfCrosses_param2 a fno:Parameter ; + skos:prefLabel "geom2"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:sfDisjoint_param1 a fno:Parameter ; + skos:prefLabel "geom1"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:sfDisjoint_param2 a fno:Parameter ; + skos:prefLabel "geom2"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:sfEquals_param1 a fno:Parameter ; + skos:prefLabel "geom1"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:sfEquals_param2 a fno:Parameter ; + skos:prefLabel "geom2"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:sfIntersects_param1 a fno:Parameter ; + skos:prefLabel "geom1"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:sfIntersects_param2 a fno:Parameter ; + skos:prefLabel "geom2"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:sfOverlaps_param1 a fno:Parameter ; + skos:prefLabel "geom1"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:sfOverlaps_param2 a fno:Parameter ; + skos:prefLabel "geom2"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:sfTouches_param1 a fno:Parameter ; + skos:prefLabel "geom1"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:sfTouches_param2 a fno:Parameter ; + skos:prefLabel "geom2"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:sfWithin_param1 a fno:Parameter ; + skos:prefLabel "geom1"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:sfWithin_param2 a fno:Parameter ; + skos:prefLabel "geom2"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:symDifference_param1 a fno:Parameter ; + skos:prefLabel "geom1"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:symDifference_param2 a fno:Parameter ; + skos:prefLabel "geom2"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:union_param1 a fno:Parameter ; + skos:prefLabel "geom1"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + +geofp:union_param2 a fno:Parameter ; + skos:prefLabel "geom2"@en ; + fno:required true ; + fno:type ogc:gmlLiteral, + ogc:wktLiteral . + diff --git a/geosparql10/functions.ttl b/geosparql10/functions.ttl new file mode 100644 index 000000000..d83101908 --- /dev/null +++ b/geosparql10/functions.ttl @@ -0,0 +1,1194 @@ +PREFIX dcterms: +PREFIX geof: +PREFIX owl: +PREFIX policy: +PREFIX rdfs: +PREFIX ogc: +PREFIX geofp: +PREFIX geofo: +PREFIX geor: +PREFIX sd: +PREFIX skos: +PREFIX status: +PREFIX fno: +PREFIX xsd: + +geof: + a skos:Collection, skos:ConceptScheme ; + dcterms:source ; + rdfs:seeAlso ; + skos:member + geof:boundary , + geof:buffer , + geof:convexHull , + geof:difference , + geof:distance , + geof:ehContains , + geof:ehCoveredBy , + geof:ehCovers , + geof:ehDisjoint , + geof:ehEquals , + geof:ehInside , + geof:ehMeet , + geof:ehOverlap , + geof:envelope , + geof:getSRID , + geof:intersection , + geof:rcc8dc , + geof:rcc8ec , + geof:rcc8eq , + geof:rcc8ntpp , + geof:rcc8ntppi , + geof:rcc8po , + geof:rcc8tpp , + geof:rcc8tppi , + geof:relate , + geof:sfContains , + geof:sfCrosses , + geof:sfDisjoint , + geof:sfEquals , + geof:sfIntersects , + geof:sfOverlaps , + geof:sfTouches , + geof:sfWithin , + geof:symDifference , + geof:union ; + skos:prefLabel "GeoSPARQL Functions" ; +. + +geof:boundary + a + skos:Concept , + sd:Function, fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + fno:expects (geofp:boundary_param1 ) ; + fno:returns (geofo:boundary_output ) ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query function that returns the boundary of the input geometry."@en ; + skos:prefLabel "boundary"@en ; +. + +geofp:boundary_param1 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom"@en . + +geofo:boundary_output a fno:Output ; + fno:required "true"^^xsd:boolean ; + fno:type ogc:wktLiteral, ogc:gmlLiteral . + +geof:buffer + a + skos:Concept , + sd:Function, fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + fno:expects (geofp:buffer_param1 geofp:buffer_param2 geofp:buffer_param3 ) ; + fno:returns (geofo:buffer_output ) ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query function that returns a buffer around the input geometry."@en ; + skos:prefLabel "buffer"@en ; +. + +geofp:buffer_param1 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom"@en . + +geofp:buffer_param2 a fno:Parameter ; + fno:type xsd:double ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "radius"@en . + +geofp:buffer_param3 a fno:Parameter ; + fno:type xsd:anyURI ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "units"@en . + +geofo:buffer_output a fno:Output ; + fno:required "true"^^xsd:boolean ; + fno:type ogc:wktLiteral, ogc:gmlLiteral . + +geof:convexHull + a + skos:Concept , + sd:Function, fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + fno:expects (geofp:convexHull_param1 ) ; + fno:returns (geofo:convexHull_output ) ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query function that returns the convex hull of the input geometry."@en ; + skos:prefLabel "convex hull"@en ; +. + +geofp:convexHull_param1 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom"@en . + +geofo:convexHull_output a fno:Output ; + fno:required "true"^^xsd:boolean ; + fno:type ogc:wktLiteral, ogc:gmlLiteral . + + +geof:difference + a + skos:Concept , + sd:Function, fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + fno:expects (geofp:difference_param1 geofp:difference_param2 ) ; + fno:returns (geofo:difference_output ) ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query function that returns a geometry consisting of all points that are part of the first geometry but not the second geometry."@en ; + skos:prefLabel "difference"@en ; +. + +geofp:difference_param1 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom"@en . + +geofp:difference_param2 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom2"@en . + +geofo:difference_output a fno:Output ; + fno:required "true"^^xsd:boolean ; + fno:type ogc:wktLiteral, ogc:gmlLiteral . + + +geof:distance + a + skos:Concept , + sd:Function, fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + fno:expects (geofp:distance_param1 geofp:distance_param2 geofp:distance_param3 ) ; + fno:returns (geofo:distance_output ) ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query function that returns the distance between the two closest points of the input geometries."@en ; + skos:prefLabel "distance"@en ; +. + +geofp:distance_param1 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom"@en . + +geofp:distance_param2 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom2"@en . + +geofp:distance_param3 a fno:Parameter ; + fno:type xsd:anyURI ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "units"@en . + +geofo:distance_output a fno:Output ; + fno:required "true"^^xsd:boolean ; + fno:type xsd:double . + + +geof:ehContains + a + skos:Concept , + sd:Function, fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + fno:expects (geofp:ehContains_param1 geofp:ehContains_param2 ) ; + fno:returns (geofo:ehContains_output ) ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the first geometry argument spatially contains the second geometry argument. + +DE-9IM: T*TFF*FF*"""@en ; + skos:prefLabel "contains"@en ; +. + +geofp:ehContains_param1 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom1"@en . + +geofp:ehContains_param2 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom2"@en . + +geofo:ehContains_output a fno:Output ; + fno:required "true"^^xsd:boolean ; + fno:type xsd:boolean . + +geof:ehCoveredBy + a + skos:Concept , + sd:Function, fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + fno:expects (geofp:ehCoveredBy_param1 geofp:ehCoveredBy_param2 ) ; + fno:returns (geofo:ehConveredBy_output ) ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the first geometry argument is spatially covered by the second geometry argument. + +DE-9IM: TFF*TFT**"""@en ; + skos:prefLabel "covered by"@en ; +. + +geofp:ehCoveredBy_param1 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom1"@en . + +geofp:ehCoveredBy_param2 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom2"@en . + +geofo:ehCoveredBy_output a fno:Output ; + fno:required "true"^^xsd:boolean ; + fno:type xsd:boolean . + +geof:ehCovers + a + skos:Concept , + sd:Function, fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + fno:expects (geofp:ehCovers_param1 geofp:ehCovers_param2 ) ; + fno:returns (geofo:ehCovers_output ) ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the first geometry argument spatially covers the second geometry argument. + +DE-9IM: T*TFT*FF*"""@en ; + skos:prefLabel "covers"@en ; +. + +geofp:ehCovers_param1 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom1"@en . + +geofp:ehCovers_param2 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom2"@en . + +geofo:ehCovers_output a fno:Output ; + fno:required "true"^^xsd:boolean ; + fno:type xsd:boolean . + + +geof:ehDisjoint + a + skos:Concept , + sd:Function, fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + fno:expects (geofp:ehDisjoint_param1 geofp:ehDisjoint_param2 ) ; + fno:returns (geofo:ehDisjoint_output ) ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the input geometries are disjoint. + +DE-9IM: FF*FF****"""@en ; + skos:prefLabel "disjoint"@en ; +. + +geofp:ehDisjoint_param1 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom1"@en . + +geofp:ehDisjoint_param2 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom2"@en . + +geofo:ehDisjoint_output a fno:Output ; + fno:required "true"^^xsd:boolean ; + fno:type xsd:boolean . + +geof:ehEquals + a + skos:Concept , + sd:Function, fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + fno:expects (geofp:ehEquals_param1 geofp:ehEquals_param2 ) ; + fno:returns (geofo:ehEquals_output ) ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the input geometries are equal. + +DE-9IM: TFFFTFFFT"""@en ; + skos:prefLabel "equals"@en ; +. + + +geofp:ehEquals_param1 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom1"@en . + +geofp:ehEquals_param2 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom2"@en . + +geofo:ehEquals_output a fno:Output ; + fno:required "true"^^xsd:boolean ; + fno:type xsd:boolean . + +geof:ehInside + a + skos:Concept , + sd:Function, fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + fno:expects (geofp:ehInside_param1 geofp:ehInside_param2 ) ; + fno:returns (geofo:ehInside_output ) ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the first geometry argument is spatially inside the second geometry argument. + +DE-9IM: TFF*FFT**"""@en ; + skos:prefLabel "inside"@en ; +. + +geofp:ehInside_param1 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom1"@en . + +geofp:ehInside_param2 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom2"@en . + +geofo:ehInside_output a fno:Output ; + fno:required "true"^^xsd:boolean ; + fno:type xsd:boolean . + + +geof:ehMeet + a + skos:Concept , + sd:Function, fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + fno:expects (geofp:ehMeet_param1 geofp:ehMeet_param2 ) ; + fno:returns (geofo:ehMeet_output ) ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the input geometries meet. + +DE-9IM: FT******* ^ F**T***** ^ F***T****"""@en ; + skos:prefLabel "meet"@en ; +. + +geofp:ehMeet_param1 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom1"@en . + +geofp:ehMeet_param2 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom2"@en . + +geofo:ehMeet_output a fno:Output ; + fno:required "true"^^xsd:boolean ; + fno:type xsd:boolean . + + +geof:ehOverlap + a + skos:Concept , + sd:Function, fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + fno:expects (geofp:ehOverlap_param1 geofp:ehOverlap_param2 ) ; + fno:returns (geofo:ehOverlap_output ) ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the input geometries overlap. + +DE-9IM: T*T***T**"""@en ; + skos:prefLabel "overlap"@en ; +. + +geofp:ehOverlap_param1 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom1"@en . + +geofp:ehOverlap_param2 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom2"@en . + +geofo:ehOverlap_output a fno:Output ; + fno:required "true"^^xsd:boolean ; + fno:type xsd:boolean . + + +geof:envelope + a + skos:Concept , + sd:Function, fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + fno:expects (geofp:envelope_param1 ) ; + fno:returns (geofo:envelope_output ) ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query function that returns the minimum bounding rectangle of the input geometry."@en ; + skos:prefLabel "envelope"@en ; +. + +geofp:envelope_param1 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom1"@en . + +geofo:envelope_output a fno:Output ; + fno:required "true"^^xsd:boolean ; + fno:type ogc:wktLiteral, ogc:gmlLiteral . + +geof:getSRID + a + skos:Concept , + sd:Function, fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + fno:expects (geofp:getSRID_param1 ) ; + fno:returns (geofo:getSRID_output ) ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query function that returns the spatial reference system URI of the input geometry."@en ; + skos:prefLabel "getSRID"@en ; +. + +geofp:getSRID_param1 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom1"@en . + +geofo:getSRID_output a fno:Output ; + fno:required "true"^^xsd:boolean ; + fno:type xsd:anyURI . + +geof:intersection + a + skos:Concept , + sd:Function, fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + fno:expects (geofp:intersection_param1 geofp:intersection_param2 ) ; + fno:returns (geofo:intersection_output ) ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query function that returns a geometry consisting of all points that are part of both input geometries."@en ; + skos:prefLabel "intersection"@en ; +. + +geofp:intersection_param1 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom1"@en . + +geofp:intersection_param2 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom2"@en . + +geofo:intersection_output a fno:Output ; + fno:required "true"^^xsd:boolean ; + fno:type ogc:wktLiteral, ogc:gmlLiteral . + +geof:rcc8dc + a + skos:Concept , + sd:Function, fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + fno:expects (geof:rcc8dc_param1 geof:rcc8dc_param2 ) ; + fno:returns (geof:rcc8dc_output ) ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the input geometries are disjoint. + +DE-9IM: FFTFFTTTT"""@en ; + skos:prefLabel "disconnected"@en ; +. + +geof:rcc8dc_param1 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom1"@en . + +geof:rcc8dc_param2 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom2"@en . + +geof:rcc8dc_output a fno:Output ; + fno:required "true"^^xsd:boolean ; + fno:type xsd:boolean . + +geof:rcc8ec + a + skos:Concept , + sd:Function, fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + fno:expects (geof:rcc8ec_param1 geof:rcc8ec_param2 ) ; + fno:returns (geof:rcc8ec_output ) ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the input geometries meet. + +DE-9IM: FFTFTTTTT"""@en ; + skos:prefLabel "externally connected"@en ; +. + +geof:rcc8ec_param1 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom1"@en . + +geof:rcc8ec_param2 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom2"@en . + +geof:rcc8ec_output a fno:Output ; + fno:required "true"^^xsd:boolean ; + fno:type xsd:boolean . + +geof:rcc8eq + a + skos:Concept , + sd:Function, fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + fno:expects (geof:rcc8eq_param1 geof:rcc8eq_param2 ) ; + fno:returns (geof:rcc8eq_output ) ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the input geometries are equal. + +DE-9IM: TFFFTFFFT"""@en ; + skos:prefLabel "equals"@en ; +. + +geof:rcc8eq_param1 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom1"@en . + +geof:rcc8eq_param2 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom2"@en . + +geof:rcc8eq_output a fno:Output ; + fno:required "true"^^xsd:boolean ; + fno:type xsd:boolean . + +geof:rcc8ntpp + a + skos:Concept , + sd:Function, fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + fno:expects (geof:rcc8ntpp_param1 geof:rcc8ntpp_param2 ) ; + fno:returns (geof:rcc8ntpp_output ) ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the first geometry argument is spatially inside the second geometry argument. + +DE-9IM: TFFTFFTTT"""@en ; + skos:prefLabel "non-tangential proper part"@en ; +. + +geof:rcc8ntpp_param1 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom1"@en . + +geof:rcc8ntpp_param2 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom2"@en . + +geof:rcc8ntpp_output a fno:Output ; + fno:required "true"^^xsd:boolean ; + fno:type xsd:boolean . + +geof:rcc8ntppi + a + skos:Concept , + sd:Function, fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + fno:expects (geof:rcc8ntppi_param1 geof:rcc8ntppi_param2 ) ; + fno:returns (geof:rcc8ntppi_output ) ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the first geometry argument spatially contains the second geometry argument. + +DE-9IM: TTTFFTFFT"""@en ; + skos:prefLabel "non-tangential proper part inverse"@en ; +. + +geof:rcc8ntppi_param1 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom1"@en . + +geof:rcc8ntppi_param2 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom2"@en . + +geof:rcc8ntppi_output a fno:Output ; + fno:required "true"^^xsd:boolean ; + fno:type xsd:boolean . + +geof:rcc8po + a + skos:Concept , + sd:Function, fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + fno:expects (geof:rcc8po_param1 geof:rcc8po_param2 ) ; + fno:returns (geof:rcc8po_output ) ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the input geometries overlap. + +DE-9IM: TTTTTTTTT"""@en ; + skos:prefLabel "partially overlapping"@en ; +. + +geof:rcc8po_param1 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom1"@en . + +geof:rcc8po_param2 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom2"@en . + +geof:rcc8po_output a fno:Output ; + fno:required "true"^^xsd:boolean ; + fno:type xsd:boolean . + +geof:rcc8tpp + a + skos:Concept , + sd:Function, fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + fno:expects (geof:rcc8tpp_param1 geof:rcc8tpp_param2 ) ; + fno:returns (geof:rcc8tpp_output ) ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the first geometry argument is spatially covered by the second geometry argument. + +DE-9IM: TFFTTFTTT"""@en ; + skos:prefLabel "tangential proper part"@en ; +. + +geof:rcc8tpp_param1 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom1"@en . + +geof:rcc8tpp_param2 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom2"@en . + +geof:rcc8tpp_output a fno:Output ; + fno:required "true"^^xsd:boolean ; + fno:type xsd:boolean . + +geof:rcc8tppi + a + skos:Concept , + sd:Function, fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + fno:expects (geof:rcc8tppi_param1 geof:rcc8tppi_param2 ) ; + fno:returns (geof:rcc8tppi_output ) ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the first geometry argument spatially covers the second geometry argument. + +DE-9IM: TTTFTTFFT"""@en ; + skos:prefLabel "tangential proper part inverse"@en ; +. + +geof:rcc8tppi_param1 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom1"@en . + +geof:rcc8tppi_param2 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom2"@en . + +geof:rcc8tppi_output a fno:Output ; + fno:required "true"^^xsd:boolean ; + fno:type xsd:boolean . + +geof:relate + a + skos:Concept , + sd:Function, fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + fno:expects (geofp:relate_param1 geofp:relate_param2 geofp:relate_param3 ) ; + fno:returns (geofo:relate_output ) ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query function that returns true if the spatial relationship between the two input geometries corresponds to one with acceptable values for the specified DE-9IM pattern matrix."@en ; + skos:prefLabel "relate"@en ; +. + +geofp:relate_param1 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom1"@en . + +geofp:relate_param2 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom2"@en . + +geofp:relate_param3 a fno:Parameter ; + fno:type xsd:string ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "pattern-matrix"@en . + +geofo:relate_output a fno:Output ; + fno:required "true"^^xsd:boolean ; + fno:type xsd:boolean . + +geof:sfContains + a + skos:Concept , + sd:Function, fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + fno:expects (geofp:sfContains_param1 geofp:sfContains_param2 ) ; + fno:returns (geofo:sfContains_output ) ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the first geometry argument spatially contains the second geometry argument. + +DE-9IM: T*****FF*"""@en ; + skos:prefLabel "contains"@en ; +. + +geofp:sfContains_param1 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom1"@en . + +geofp:sfContains_param2 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom2"@en . + +geofo:sfContains_output a fno:Output ; + fno:required "true"^^xsd:boolean ; + fno:type xsd:boolean . + +geof:sfCrosses + a + skos:Concept , + sd:Function, fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + fno:expects (geofp:sfCrosses_param1 geofp:sfCrosses_param2 ) ; + fno:returns (geofo:sfCrosses_output ) ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the first geometry argument spatially crosses the second geometry argument. + +DE-9IM: T*T***T**"""@en ; + skos:prefLabel "crosses"@en ; +. + +geofp:sfCrosses_param1 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom1"@en . + +geofp:sfCrosses_param2 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom2"@en . + +geofo:sfCrosses_output a fno:Output ; + fno:required "true"^^xsd:boolean ; + fno:type xsd:boolean . + +geof:sfDisjoint + a + skos:Concept , + sd:Function, fno:Function ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + fno:expects (geofp:sfDisjoint_param1 geofp:sfDisjoint_param2 ) ; + fno:returns (geofo:sfDisjoint_output ) ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the input geometries are disjoint. + +DE-9IM: FF*FF****"""@en ; + skos:prefLabel "disjoint"@en ; +. + + +geofp:sfDisjoint_param1 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom1"@en . + +geofp:sfDisjoint_param2 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom2"@en . + +geofo:sfDisjoint_output a fno:Output ; + fno:required "true"^^xsd:boolean ; + fno:type xsd:boolean . + +geof:sfEquals + a + skos:Concept , + sd:Function, fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + fno:expects (geofp:sfEquals_param1 geofp:sfEquals_param2 ) ; + fno:returns (geofo:sfEquals_output ) ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the input geometries are equal. + +DE-9IM: TFFFTFFFT"""@en ; + skos:prefLabel "equals"@en ; +. + + +geofp:sfEquals_param1 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom1"@en . + +geofp:sfEquals_param2 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom2"@en . + +geofo:sfEquals_output a fno:Output ; + fno:required "true"^^xsd:boolean ; + fno:type xsd:boolean . + +geof:sfIntersects + a + skos:Concept , + sd:Function, fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + fno:expects (geofp:sfIntersects_param1 geofp:sfIntersects_param2 ) ; + fno:returns (geofo:sfIntersects_output ) ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the input geometries intersect. + +DE-9IM: T******** ^ *T******* ^ ***T***** ^ ****T**** """@en ; + skos:prefLabel "intersects"@en ; +. + +geofp:sfIntersects_param1 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom1"@en . + +geofp:sfIntersects_param2 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom2"@en . + +geofo:sfIntersects_output a fno:Output ; + fno:required "true"^^xsd:boolean ; + fno:type xsd:boolean . + +geof:sfOverlaps + a + skos:Concept , + sd:Function, fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + fno:expects (geofp:sfOverlaps_param1 geofp:sfOverlaps_param2 ) ; + fno:returns (geofo:sfOverlaps_output ) ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the first geometry argument spatially overlaps the second geometry argument. + +DE-9IM: T*T***T** """@en ; + skos:prefLabel "overlaps"@en ; +. + +geofp:sfOverlaps_param1 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom1"@en . + +geofp:sfOverlaps_param2 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom2"@en . + +geofo:sfOverlaps_output a fno:Output ; + fno:required "true"^^xsd:boolean ; + fno:type xsd:boolean . + +geof:sfTouches + a + skos:Concept , + sd:Function, fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + fno:expects (geofp:sfTouches_param1 geofp:sfTouches_param2 ) ; + fno:returns (geofo:sfTouches_output ) ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the input geometries touch. + +DE-9IM: FT******* ^ F**T***** ^ F***T****"""@en ; + skos:prefLabel "touches"@en ; +. + +geofp:sfTouches_param1 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom1"@en . + +geofp:sfTouches_param2 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom2"@en . + +geofo:sfTouches_output a fno:Output ; + fno:required "true"^^xsd:boolean ; + fno:type xsd:boolean . + +geof:sfWithin + a + skos:Concept , + sd:Function, fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + fno:expects (geofp:sfWithin_param1 geofp:sfWithin_param2 ) ; + fno:returns (geofo:sfWithin_output ) ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition """A query function that returns true if the first geometry argument is spatially within the second geometry argument. + +DE-9IM: T*F**F***"""@en ; + skos:prefLabel "within"@en ; +. + +geofp:sfWithin_param1 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom1"@en . + +geofp:sfWithin_param2 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom2"@en . + +geofo:sfWithin_output a fno:Output ; + fno:required "true"^^xsd:boolean ; + fno:type xsd:boolean . + +geof:symDifference + a + skos:Concept , + sd:Function, fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + fno:expects (geofp:symDifference_param1 geofp:symDifference_param2 ) ; + fno:returns (geofo:symDifference_output ) ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query function that returns a geometry consisting of all points that are part of only one input geometry."@en ; + skos:prefLabel "symmetric difference"@en ; +. + +geofp:symDifference_param1 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom1"@en . + +geofp:symDifference_param2 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom2"@en . + +geofo:symDifference_output a fno:Output ; + fno:required "true"^^xsd:boolean ; + fno:type ogc:wktLiteral, ogc:gmlLiteral . + +geof:union + a + skos:Concept , + sd:Function, fno:Function ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + fno:expects (geofp:union_param1 geofp:union_param2 ) ; + fno:returns (geofo:union_output ) ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query function that returns a geometry consisting of all points that are part of at least one input geometry."@en ; + skos:prefLabel "union"@en ; +. + +geofp:union_param1 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom1"@en . + +geofp:union_param2 a fno:Parameter ; + fno:type ogc:wktLiteral, ogc:gmlLiteral ; + fno:required "true"^^xsd:boolean ; + skos:prefLabel "geom2"@en . + +geofo:union_output a fno:Output ; + fno:required "true"^^xsd:boolean ; + fno:type ogc:wktLiteral, ogc:gmlLiteral . + diff --git a/geosparql10/geo.html b/geosparql10/geo.html new file mode 100644 index 000000000..0f783d79a --- /dev/null +++ b/geosparql10/geo.html @@ -0,0 +1,2143 @@ + + + + GeoSPARQL Ontology + + + + + + + + + +
made by + pyLODE + 2.13.2 +
+

GeoSPARQL Ontology

+
+

Metadata

+
+
URI
+
http://www.opengis.net/ont/geosparql
+
Creator(s)
+
+ Open Geospatial Consortium
+
+
Version Information
+
OGC GeoSPARQL 1.0
+
Version URI
+
http://www.opengis.net/ont/geosparql/1.0
+
Ontology RDF
+
RDF (turtle)
+
+

Description

+
+

An RDF/OWL vocabulary for representing spatial information

+
+
+
+

Table of Contents

+
    +
  1. Classes
  2. +
  3. Object Properties
  4. +
  5. Datatype Properties
  6. +
  7. Annotation Properties
  8. +
  9. Namespaces
  10. +
  11. Legend
  12. +
+
+
+

Overview

+
+
Pictures say 1,000 words
+
Figure 1: Ontology overview
+
+
+
+

Classes

+ +
+

+ Featurec + # Classes +

+ + + + + + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/geosparql#Feature
Is Defined By + http://www.opengis.net/spec/geosparql/1.0 +
Description +
  This class represents the top-level feature type. This class is
+  equivalent to GFI_Feature defined in ISO 19156:2011, and it is
+  superclass of all feature types.
+
+
Super-classes + SpatialObjectc
+
In domain of + hasGeometryop
+ defaultGeometryop
+
+
+
+

+ Geometryc + # Classes +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/geosparql#Geometry
Is Defined By + http://www.opengis.net/spec/geosparql/1.0 +
Description +
  The class represents the top-level geometry type. This class is
+  equivalent to the UML class GM_Object defined in ISO 19107, and
+  it is superclass of all geometry types.
+
+
Super-classes + SpatialObjectc
+
In domain of + spatialDimensiondp
+ dimensiondp
+ has serializationdp
+ asGMLdp
+ asWKTdp
+ isEmptydp
+ isSimpledp
+ coordinateDimensiondp
+
In range of + hasGeometryop
+ defaultGeometryop
+
+
+
+

+ SpatialObjectc + # Classes +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/geosparql#SpatialObject
Is Defined By + http://www.opengis.net/ont/geosparql +
Description +
  The class spatial-object represents everything that can have
+  a spatial representation. It is superclass of feature and geometry.
+
+
Sub-classes + Featurec
+ Geometryc
+
In domain of + coveredByop
+ overlapsop
+ withinop
+ tangential proper part inverseop
+ crossesop
+ tangential proper partop
+ disjointop
+ containsop
+ partially overlappingop
+ disconnectedop
+ touchesop
+ containsop
+ equalsop
+ meetop
+ equalsop
+ insideop
+ intersectsop
+ coversop
+ disjointop
+ equalsop
+ non-tangential proper part inverseop
+ non-tangential proper partop
+ overlapop
+ externally connectedop
+
In range of + containsop
+ disjointop
+ partially overlappingop
+ touchesop
+ equalsop
+ insideop
+ intersectsop
+ meetop
+ coversop
+ non-tangential proper partop
+ non-tangential proper part inverseop
+ equalsop
+ crossesop
+ overlapop
+ externally connectedop
+ disjointop
+ coveredByop
+ overlapsop
+ withinop
+ containsop
+ tangential proper part inverseop
+ equalsop
+ tangential proper partop
+ disconnectedop
+
+
+
+
+

Object Properties

+ +
+

defaultGeometryop + # OPs +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/geosparql#defaultGeometry
Is Defined By + http://www.opengis.net/ont/geosparql +
Description +
  The default geometry to be used in spatial calculations.
+  It is Usually the most detailed geometry.
+
+
Super-properties + hasGeometryop +
Domain(s) + Featurec +
Range(s) + geo:Geometryc +
+
+
+

containsop + # OPs +

+ + + + + + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/geosparql#ehContains
Is Defined By + http://www.opengis.net/spec/geosparql/1.0 +
Description +
  Exists if the subject SpatialObject spatially contains the
+  object SpatialObject. DE-9IM: T*TFF*FF*
+
+
Domain(s) + SpatialObjectc +
Range(s) + geo:SpatialObjectc +
+
+
+

coveredByop + # OPs +

+ + + + + + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/geosparql#ehCoveredBy
Is Defined By + http://www.opengis.net/spec/geosparql/1.0 +
Description +
  Exists if the subject SpatialObject is spatially covered
+  by the object SpatialObject. DE-9IM: TFF*TFT**
+
+
Domain(s) + SpatialObjectc +
Range(s) + geo:SpatialObjectc +
+
+
+

coversop + # OPs +

+ + + + + + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/geosparql#ehCovers
Is Defined By + http://www.opengis.net/spec/geosparql/1.0 +
Description +
  Exists if the subject SpatialObject spatially covers the
+  object SpatialObject. DE-9IM: T*TFT*FF*
+
+
Domain(s) + SpatialObjectc +
Range(s) + geo:SpatialObjectc +
+
+
+

disjointop + # OPs +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/geosparql#ehDisjoint
Is Defined By + http://www.opengis.net/ont/geosparql +
Description +
  Exists if the subject SpatialObject is spatially disjoint
+  from the object SpatialObject. DE-9IM: FF*FF****
+
+
Equivalent properties + disjointop + disconnectedop +
Domain(s) + SpatialObjectc +
Range(s) + geo:SpatialObjectc +
+
+
+

equalsop + # OPs +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/geosparql#ehEquals
Is Defined By + http://www.opengis.net/ont/geosparql +
Description +
  Exists if the subject SpatialObject spatially equals the
+  object SpatialObject. DE-9IM: TFFFTFFFT
+
+
Equivalent properties + equalsop + equalsop +
Domain(s) + SpatialObjectc +
Range(s) + geo:SpatialObjectc +
+
+
+

insideop + # OPs +

+ + + + + + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/geosparql#ehInside
Is Defined By + http://www.opengis.net/ont/geosparql +
Description +
  Exists if the subject SpatialObject is spatially inside
+  the object SpatialObject. DE-9IM: TFF*FFT**
+
+
Domain(s) + SpatialObjectc +
Range(s) + geo:SpatialObjectc +
+
+
+

meetop + # OPs +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/geosparql#ehMeet
Is Defined By + http://www.opengis.net/ont/geosparql +
Description +
  Exists if the subject SpatialObject spatially meets the
+  object SpatialObject.
+  DE-9IM: FT******* ^ F**T***** ^ F***T****
+
+
Equivalent properties + touchesop + externally connectedop +
Domain(s) + SpatialObjectc +
Range(s) + geo:SpatialObjectc +
+
+
+

overlapop + # OPs +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/geosparql#ehOverlap
Is Defined By + http://www.opengis.net/spec/geosparql/1.0 +
Description +
  Exists if the subject SpatialObject spatially overlaps the
+  object SpatialObject. DE-9IM: T*T***T**
+
+
Equivalent properties + overlapsop + partially overlappingop +
Domain(s) + SpatialObjectc +
Range(s) + geo:SpatialObjectc +
+
+
+

hasGeometryop + # OPs +

+ + + + + + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/geosparql#hasGeometry
Is Defined By + http://www.opengis.net/ont/geosparql +
Description +
  A spatial representation for a given feature.
+
+
Domain(s) + Featurec +
Range(s) + geo:Geometryc +
+
+
+

disconnectedop + # OPs +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/geosparql#rcc8dc
Is Defined By + http://www.opengis.net/spec/geosparql/1.0 +
Description +
  Exists if the subject SpatialObject is spatially disjoint
+  from the object SpatialObject. DE-9IM: FFTFFTTTT
+
+
Equivalent properties + disjointop + disjointop +
Domain(s) + SpatialObjectc +
Range(s) + geo:SpatialObjectc +
+
+
+

externally connectedop + # OPs +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/geosparql#rcc8ec
Is Defined By + http://www.opengis.net/spec/geosparql/1.0 +
Description +
  Exists if the subject SpatialObject spatially meets the
+  object SpatialObject. DE-9IM: FFTFTTTTT
+
+
Equivalent properties + touchesop + meetop +
Domain(s) + SpatialObjectc +
Range(s) + geo:SpatialObjectc +
+
+
+

equalsop + # OPs +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/geosparql#rcc8eq
Is Defined By + http://www.opengis.net/spec/geosparql/1.0 +
Description +
  Exists if the subject SpatialObject spatially equals the
+  object SpatialObject. DE-9IM: TFFFTFFFT
+
+
Equivalent properties + equalsop + equalsop +
Domain(s) + SpatialObjectc +
Range(s) + geo:SpatialObjectc +
+
+
+

non-tangential proper partop + # OPs +

+ + + + + + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/geosparql#rcc8ntpp
Is Defined By + http://www.opengis.net/spec/geosparql/1.0 +
Description +
  Exists if the subject SpatialObject is spatially inside
+  the object SpatialObject. DE-9IM: TFFTFFTTT
+
+
Domain(s) + SpatialObjectc +
Range(s) + geo:SpatialObjectc +
+
+
+

non-tangential proper part inverseop + # OPs +

+ + + + + + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/geosparql#rcc8ntppi
Is Defined By + http://www.opengis.net/ont/geosparql +
Description +
  Exists if the subject SpatialObject spatially contains the
+  object SpatialObject. DE-9IM: TTTFFTFFT
+
+
Domain(s) + SpatialObjectc +
Range(s) + geo:SpatialObjectc +
+
+
+

partially overlappingop + # OPs +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/geosparql#rcc8po
Is Defined By + http://www.opengis.net/spec/geosparql/1.0 +
Description +
  Exists if the subject SpatialObject spatially overlaps the
+  object SpatialObject. DE-9IM: TTTTTTTTT
+
+
Equivalent properties + overlapop + overlapsop +
Domain(s) + SpatialObjectc +
Range(s) + geo:SpatialObjectc +
+
+
+

tangential proper partop + # OPs +

+ + + + + + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/geosparql#rcc8tpp
Is Defined By + http://www.opengis.net/spec/geosparql/1.0 +
Description +
  Exists if the subject SpatialObject is spatially covered
+  by the object SpatialObject. DE-9IM: TFFTTFTTT
+
+
Domain(s) + SpatialObjectc +
Range(s) + geo:SpatialObjectc +
+
+
+

tangential proper part inverseop + # OPs +

+ + + + + + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/geosparql#rcc8tppi
Is Defined By + http://www.opengis.net/spec/geosparql/1.0 +
Description +
  Exists if the subject SpatialObject spatially covers the
+  object SpatialObject. DE-9IM: TTTFTTFFT
+
+
Domain(s) + SpatialObjectc +
Range(s) + geo:SpatialObjectc +
+
+
+

containsop + # OPs +

+ + + + + + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/geosparql#sfContains
Is Defined By + http://www.opengis.net/spec/geosparql/1.0 +
Description +
  Exists if the subject SpatialObject spatially contains the
+  object SpatialObject. DE-9IM: T*****FF*
+
+
Domain(s) + SpatialObjectc +
Range(s) + geo:SpatialObjectc +
+
+
+

crossesop + # OPs +

+ + + + + + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/geosparql#sfCrosses
Is Defined By + http://www.opengis.net/spec/geosparql/1.0 +
Description +
  Exists if the subject SpatialObject spatially crosses the
+  object SpatialObject. DE-9IM: T*T******
+
+
Domain(s) + SpatialObjectc +
Range(s) + geo:SpatialObjectc +
+
+
+

disjointop + # OPs +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/geosparql#sfDisjoint
Is Defined By + http://www.opengis.net/spec/geosparql/1.0 +
Description +
  Exists if the subject SpatialObject is spatially disjoint
+  from the object SpatialObject. DE-9IM: FF*FF****
+
+
Equivalent properties + disjointop + disconnectedop +
Domain(s) + SpatialObjectc +
Range(s) + geo:SpatialObjectc +
+
+
+

equalsop + # OPs +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/geosparql#sfEquals
Is Defined By + http://www.opengis.net/spec/geosparql/1.0 +
Description +
  Exists if the subject SpatialObject spatially equals the
+  object SpatialObject. DE-9IM: TFFFTFFFT
+
+
Equivalent properties + equalsop + equalsop +
Domain(s) + SpatialObjectc +
Range(s) + geo:SpatialObjectc +
+
+
+

intersectsop + # OPs +

+ + + + + + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/geosparql#sfIntersects
Is Defined By + http://www.opengis.net/ont/geosparql +
Description +
  Exists if the subject SpatialObject is not spatially disjoint
+  from the object SpatialObject.
+  DE-9IM: T******** ^ *T******* ^ ***T***** ^ ****T****
+
+
Domain(s) + SpatialObjectc +
Range(s) + geo:SpatialObjectc +
+
+
+

overlapsop + # OPs +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/geosparql#sfOverlaps
Is Defined By + http://www.opengis.net/spec/geosparql/1.0 +
Description +
  Exists if the subject SpatialObject spatially overlaps the
+  object SpatialObject. DE-9IM: T*T***T**
+
+
Equivalent properties + partially overlappingop + overlapop +
Domain(s) + SpatialObjectc +
Range(s) + geo:SpatialObjectc +
+
+
+

touchesop + # OPs +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/geosparql#sfTouches
Is Defined By + http://www.opengis.net/spec/geosparql/1.0 +
Description +
  Exists if the subject SpatialObject spatially touches the
+  object SpatialObject.
+  DE-9IM: FT******* ^ F**T***** ^ F***T****
+
+
Equivalent properties + externally connectedop + meetop +
Domain(s) + SpatialObjectc +
Range(s) + geo:SpatialObjectc +
+
+
+

withinop + # OPs +

+ + + + + + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/geosparql#sfWithin
Is Defined By + http://www.opengis.net/spec/geosparql/1.0 +
Description +
  Exists if the subject SpatialObject is spatially within the
+  object SpatialObject. DE-9IM: T*F**F***
+
+
Domain(s) + SpatialObjectc +
Range(s) + geo:SpatialObjectc +
+
+
+ +
+

Datatype Properties

+ +
+

asGMLdp + # DPs +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/geosparql#asGML
Is Defined By + http://www.opengis.net/spec/geosparql/1.0 +
Description +
  The GML serialization of a geometry
+
+
Super-properties + has serializationdp +
Domain(s) + Geometryc +
Range(s) + geo:gmlLiteralc +
+
+
+

asWKTdp + # DPs +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/geosparql#asWKT
Is Defined By + http://www.opengis.net/spec/geosparql/1.0 +
Description +
  The WKT serialization of a geometry
+
+
Super-properties + has serializationdp +
Domain(s) + Geometryc +
Range(s) + geo:wktLiteralc +
+
+
+

coordinateDimensiondp + # DPs +

+ + + + + + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/geosparql#coordinateDimension
Is Defined By + http://www.opengis.net/ont/geosparql +
Description +
  The number of measurements or axes needed to describe the position of this
+  geometry in a coordinate system.
+
+
Domain(s) + Geometryc +
Range(s) + xsd:integerc +
+
+
+

dimensiondp + # DPs +

+ + + + + + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/geosparql#dimension
Is Defined By + http://www.opengis.net/ont/geosparql +
Description +
  The topological dimension of this geometric object, which
+  must be less than or equal to the coordinate dimension.
+  In non-homogeneous collections, this will return the largest
+  topological dimension of the contained objects.
+
+
Domain(s) + Geometryc +
Range(s) + xsd:integerc +
+
+
+

has serializationdp + # DPs +

+ + + + + + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/geosparql#hasSerialization
Is Defined By + http://www.opengis.net/spec/geosparql/1.0 +
Description +
  Connects a geometry object with its text-based serialization.
+
+
Domain(s) + Geometryc +
Range(s) + rdfs:Literalc +
+
+
+

isEmptydp + # DPs +

+ + + + + + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/geosparql#isEmpty
Is Defined By + http://www.opengis.net/spec/geosparql/1.0 +
Description +
  (true) if this geometric object is the empty Geometry. If
+  true, then this geometric object represents the empty point
+  set for the coordinate space.
+
+
Domain(s) + Geometryc +
Range(s) + xsd:booleanc +
+
+
+

isSimpledp + # DPs +

+ + + + + + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/geosparql#isSimple
Is Defined By + http://www.opengis.net/spec/geosparql/1.0 +
Description +
  (true) if this geometric object has no anomalous geometric
+  points, such as self intersection or self tangency.
+
+
Domain(s) + Geometryc +
Range(s) + xsd:booleanc +
+
+
+

spatialDimensiondp + # DPs +

+ + + + + + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/geosparql#spatialDimension
Is Defined By + http://www.opengis.net/ont/geosparql +
Description +
  The number of measurements or axes needed to describe the spatial position of
+  this geometry in a coordinate system.
+
+
Domain(s) + Geometryc +
Range(s) + xsd:integerc +
+
+
+ +
+

Annotation Properties

+ +
+

Contributorap + # APs +

+ + + + + + + + + + + + + +
URIhttp://purl.org/dc/elements/1.1/contributor
Is Defined By + http://purl.org/dc/elements/1.1/ +
Description +

An entity responsible for making contributions to the resource.

+
+
+
+

Creatorap + # APs +

+ + + + + + + + + + + + + +
URIhttp://purl.org/dc/elements/1.1/creator
Is Defined By + http://purl.org/dc/elements/1.1/ +
Description +

An entity primarily responsible for making the resource.

+
+
+
+

Dateap + # APs +

+ + + + + + + + + + + + + +
URIhttp://purl.org/dc/elements/1.1/date
Is Defined By + http://purl.org/dc/elements/1.1/ +
Description +

A point or period of time associated with an event in the lifecycle of the resource.

+
+
+
+

Descriptionap + # APs +

+ + + + + + + + + + + + + +
URIhttp://purl.org/dc/elements/1.1/description
Is Defined By + http://purl.org/dc/elements/1.1/ +
Description +

An account of the resource.

+
+
+
+

descriptionap + # APs +

+ + + + + +
URIhttp://purl.org/dc/terms/description
+
+
+

hasVersionap + # APs +

+ + + + + +
URIhttp://purl.org/dc/terms/hasVersion
+
+
+

issuedap + # APs +

+ + + + + +
URIhttp://purl.org/dc/terms/issued
+
+
+

modifiedap + # APs +

+ + + + + +
URIhttp://purl.org/dc/terms/modified
+
+
+

publisherap + # APs +

+ + + + + +
URIhttp://purl.org/dc/terms/publisher
+
+
+

titleap + # APs +

+ + + + + +
URIhttp://purl.org/dc/terms/title
+
+
+

definitionap + # APs +

+ + + + + +
URIhttp://www.w3.org/2004/02/skos/core#definition
+
+
+

noteap + # APs +

+ + + + + +
URIhttp://www.w3.org/2004/02/skos/core#note
+
+
+

prefLabelap + # APs +

+ + + + + +
URIhttp://www.w3.org/2004/02/skos/core#prefLabel
+
+
+ + +
+

Namespaces

+
+
default (geo)
+
http://www.opengis.net/ont/geosparql#
+
brick
+
https://brickschema.org/schema/Brick#
+
csvw
+
http://www.w3.org/ns/csvw#
+
dc
+
http://purl.org/dc/elements/1.1/
+
dcam
+
http://purl.org/dc/dcam/
+
dcat
+
http://www.w3.org/ns/dcat#
+
dcmitype
+
http://purl.org/dc/dcmitype/
+
dcterms
+
http://purl.org/dc/terms/
+
doap
+
http://usefulinc.com/ns/doap#
+
foaf
+
http://xmlns.com/foaf/0.1/
+
odrl
+
http://www.w3.org/ns/odrl/2/
+
org
+
http://www.w3.org/ns/org#
+
owl
+
http://www.w3.org/2002/07/owl#
+
prof
+
http://www.w3.org/ns/dx/prof/
+
prov
+
http://www.w3.org/ns/prov#
+
qb
+
http://purl.org/linked-data/cube#
+
rdf
+
http://www.w3.org/1999/02/22-rdf-syntax-ns#
+
rdfs
+
http://www.w3.org/2000/01/rdf-schema#
+
sdo
+
https://schema.org/
+
sh
+
http://www.w3.org/ns/shacl#
+
skos
+
http://www.w3.org/2004/02/skos/core#
+
sosa
+
http://www.w3.org/ns/sosa/
+
ssn
+
http://www.w3.org/ns/ssn/
+
time
+
http://www.w3.org/2006/time#
+
vann
+
http://purl.org/vocab/vann/
+
void
+
http://rdfs.org/ns/void#
+
wgs
+
https://www.w3.org/2003/01/geo/wgs84_pos#
+
xsd
+
http://www.w3.org/2001/XMLSchema#
+
+
+
+

Legend

+ + + + + + + + +
cClasses
opObject Properties
fpFunctional Properties
dpData Properties
apAnnotation Properties
pProperties
niNamed Individuals
+
+ + \ No newline at end of file diff --git a/geosparql10/geo.json b/geosparql10/geo.json new file mode 100644 index 000000000..8229975f7 --- /dev/null +++ b/geosparql10/geo.json @@ -0,0 +1,3759 @@ +[ + { + "@id": "http://purl.org/dc/elements/1.1/coverage", + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Spatial topic and spatial applicability may be a named place or a location specified by its geographic coordinates. Temporal topic may be a named period, date, or date range. A jurisdiction may be a named administrative entity or a geographic place to which the resource applies. Recommended best practice is to use a controlled vocabulary such as the Thesaurus of Geographic Names [TGN]. Where appropriate, named places or time periods can be used in preference to numeric identifiers such as sets of coordinates or date ranges." + } + ], + "http://purl.org/dc/terms/hasVersion": [ + { + "@id": "http://dublincore.org/usage/terms/history/#coverage-006" + } + ], + "http://purl.org/dc/terms/issued": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "1999-07-02" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2008-01-14" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://purl.org/dc/elements/1.1/" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Coverage" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation." + } + ] + }, + { + "@id": "http://purl.org/dc/elements/1.1/type", + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Recommended best practice is to use a controlled vocabulary such as the DCMI Type Vocabulary [DCMITYPE]. To describe the file format, physical medium, or dimensions of the resource, use the Format element." + } + ], + "http://purl.org/dc/terms/hasVersion": [ + { + "@id": "http://dublincore.org/usage/terms/history/#type-006" + } + ], + "http://purl.org/dc/terms/issued": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "1999-07-02" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2008-01-14" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "The nature or genre of the resource." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://purl.org/dc/elements/1.1/" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Type" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation." + } + ] + }, + { + "@id": "http://purl.org/dc/terms/issued", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://purl.org/dc/elements/1.1/rights", + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights." + } + ], + "http://purl.org/dc/terms/hasVersion": [ + { + "@id": "http://dublincore.org/usage/terms/history/#rights-006" + } + ], + "http://purl.org/dc/terms/issued": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "1999-07-02" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2008-01-14" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Information about rights held in and over the resource." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://purl.org/dc/elements/1.1/" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Rights" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation." + } + ] + }, + { + "@id": "http://purl.org/dc/elements/1.1/subject", + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Typically, the subject will be represented using keywords, key phrases, or classification codes. Recommended best practice is to use a controlled vocabulary." + } + ], + "http://purl.org/dc/terms/hasVersion": [ + { + "@id": "http://dublincore.org/usage/terms/history/#subject-007" + } + ], + "http://purl.org/dc/terms/issued": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "1999-07-02" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2012-06-14" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "The topic of the resource." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://purl.org/dc/elements/1.1/" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Subject" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation." + } + ] + }, + { + "@id": "http://www.opengis.net/ont/geosparql#sfCrosses", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/elements/1.1/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/elements/1.1/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/elements/1.1/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/elements/1.1/description": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject spatially crosses the\n object SpatialObject. DE-9IM: T*T******\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject spatially crosses the\n object SpatialObject. DE-9IM: T*T******\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/geosparql" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "crosses" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject spatially crosses the\n object SpatialObject. DE-9IM: T*T******\n " + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "crosses" + } + ] + }, + { + "@id": "http://www.opengis.net/ont/geosparql#ehContains", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/elements/1.1/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/elements/1.1/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/elements/1.1/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/elements/1.1/description": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject spatially contains the\n object SpatialObject. DE-9IM: T*TFF*FF*\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject spatially contains the\n object SpatialObject. DE-9IM: T*TFF*FF*\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/geosparql" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "contains" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2002/07/owl#subPropertyOf": [ + { + "@id": "http://www.opengis.net/ont/geosparql#sfContains" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject spatially contains the\n object SpatialObject. DE-9IM: T*TFF*FF*\n " + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "contains" + } + ] + }, + { + "@id": "http://www.w3.org/2004/02/skos/core#note", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://purl.org/dc/elements/1.1/creator", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Examples of a Creator include a person, an organization, or a service. Typically, the name of a Creator should be used to indicate the entity." + } + ], + "http://purl.org/dc/terms/hasVersion": [ + { + "@id": "http://dublincore.org/usage/terms/history/#creator-006" + } + ], + "http://purl.org/dc/terms/issued": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "1999-07-02" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2008-01-14" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "An entity primarily responsible for making the resource." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://purl.org/dc/elements/1.1/" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Creator" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation." + } + ] + }, + { + "@id": "http://www.opengis.net/ont/geosparql#rcc8dc", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/elements/1.1/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/elements/1.1/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/elements/1.1/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/elements/1.1/description": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject is spatially disjoint\n from the object SpatialObject. DE-9IM: FFTFFTTTT\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject is spatially disjoint\n from the object SpatialObject. DE-9IM: FFTFFTTTT\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/geosparql" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "disconnected" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2002/07/owl#equivalentProperty": [ + { + "@id": "http://www.opengis.net/ont/geosparql#sfDisjoint" + }, + { + "@id": "http://www.opengis.net/ont/geosparql#ehDisjoint" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject is spatially disjoint\n from the object SpatialObject. DE-9IM: FFTFFTTTT\n " + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "disconnected" + } + ] + }, + { + "@id": "http://www.opengis.net/ont/geosparql#hasSerialization", + "@type": [ + "http://www.w3.org/2002/07/owl#DatatypeProperty" + ], + "http://purl.org/dc/elements/1.1/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/elements/1.1/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/elements/1.1/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/elements/1.1/description": [ + { + "@language": "en", + "@value": "\n Connects a geometry object with its text-based serialization.\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "\n Connects a geometry object with its text-based serialization.\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.opengis.net/ont/geosparql#Geometry" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/geosparql" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "has serialization" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.w3.org/2000/01/rdf-schema#Literal" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "\n Connects a geometry object with its text-based serialization.\n " + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has serialization" + } + ] + }, + { + "@id": "http://www.opengis.net/ont/geosparql#rcc8eq", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/elements/1.1/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/elements/1.1/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/elements/1.1/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/elements/1.1/description": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject spatially equals the\n object SpatialObject. DE-9IM: TFFFTFFFT\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject spatially equals the\n object SpatialObject. DE-9IM: TFFFTFFFT\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/geosparql" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "equals" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2002/07/owl#equivalentProperty": [ + { + "@id": "http://www.opengis.net/ont/geosparql#sfEquals" + }, + { + "@id": "http://www.opengis.net/ont/geosparql#ehEquals" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject spatially equals the\n object SpatialObject. DE-9IM: TFFFTFFFT\n " + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "equals" + } + ] + }, + { + "@id": "http://purl.org/dc/elements/1.1/identifier", + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Recommended best practice is to identify the resource by means of a string conforming to a formal identification system. " + } + ], + "http://purl.org/dc/terms/hasVersion": [ + { + "@id": "http://dublincore.org/usage/terms/history/#identifier-006" + } + ], + "http://purl.org/dc/terms/issued": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "1999-07-02" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2008-01-14" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "An unambiguous reference to the resource within a given context." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://purl.org/dc/elements/1.1/" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Identifier" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation." + } + ] + }, + { + "@id": "http://www.opengis.net/ont/geosparql#coordinateDimension", + "@type": [ + "http://www.w3.org/2002/07/owl#DatatypeProperty" + ], + "http://purl.org/dc/elements/1.1/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/elements/1.1/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/elements/1.1/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/elements/1.1/description": [ + { + "@language": "en", + "@value": "\n The number of measurements or axes needed to describe the position of this\n geometry in a coordinate system.\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "\n The number of measurements or axes needed to describe the position of this\n geometry in a coordinate system.\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.opengis.net/ont/geosparql#Geometry" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/geosparql" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "coordinateDimension" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#integer" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "\n The number of measurements or axes needed to describe the position of this\n geometry in a coordinate system.\n " + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "coordinateDimension" + } + ] + }, + { + "@id": "http://www.opengis.net/ont/geosparql#Geometry", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/elements/1.1/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/elements/1.1/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/elements/1.1/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/elements/1.1/description": [ + { + "@language": "en", + "@value": "\n The class represents the top-level geometry type. This class is\n equivalent to the UML class GM_Object defined in ISO 19107, and\n it is superclass of all geometry types.\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "\n The class represents the top-level geometry type. This class is\n equivalent to the UML class GM_Object defined in ISO 19107, and\n it is superclass of all geometry types.\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/geosparql" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Geometry" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "\n The class represents the top-level geometry type. This class is\n equivalent to the UML class GM_Object defined in ISO 19107, and\n it is superclass of all geometry types.\n " + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Geometry" + } + ] + }, + { + "@id": "http://purl.org/dc/elements/1.1/", + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2012-06-14" + } + ], + "http://purl.org/dc/terms/publisher": [ + { + "@id": "http://purl.org/dc/aboutdcmi#DCMI" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Dublin Core Metadata Element Set, Version 1.1" + } + ] + }, + { + "@id": "http://www.opengis.net/ont/geosparql#ehCoveredBy", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/elements/1.1/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/elements/1.1/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/elements/1.1/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/elements/1.1/description": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject is spatially covered\n by the object SpatialObject. DE-9IM: TFF*TFT**\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject is spatially covered\n by the object SpatialObject. DE-9IM: TFF*TFT**\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/geosparql" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "coveredBy" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2002/07/owl#subPropertyOf": [ + { + "@id": "http://www.opengis.net/ont/geosparql#sfWithin" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject is spatially covered\n by the object SpatialObject. DE-9IM: TFF*TFT**\n " + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "coveredBy" + } + ] + }, + { + "@id": "http://purl.org/dc/elements/1.1/relation", + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system. " + } + ], + "http://purl.org/dc/terms/hasVersion": [ + { + "@id": "http://dublincore.org/usage/terms/history/#relation-006" + } + ], + "http://purl.org/dc/terms/issued": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "1999-07-02" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2008-01-14" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "A related resource." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://purl.org/dc/elements/1.1/" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Relation" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation." + } + ] + }, + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/elements/1.1/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/elements/1.1/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/elements/1.1/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/elements/1.1/description": [ + { + "@language": "en", + "@value": "\n The class spatial-object represents everything that can have\n a spatial representation. It is superclass of feature and geometry.\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "\n The class spatial-object represents everything that can have\n a spatial representation. It is superclass of feature and geometry.\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/geosparql" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "SpatialObject" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "\n The class spatial-object represents everything that can have\n a spatial representation. It is superclass of feature and geometry.\n " + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "SpatialObject" + } + ] + }, + { + "@id": "http://www.opengis.net/ont/geosparql#rcc8po", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/elements/1.1/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/elements/1.1/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/elements/1.1/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/elements/1.1/description": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject spatially overlaps the\n object SpatialObject. DE-9IM: TTTTTTTTT\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject spatially overlaps the\n object SpatialObject. DE-9IM: TTTTTTTTT\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/geosparql" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "partially overlapping" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2002/07/owl#equivalentProperty": [ + { + "@id": "http://www.opengis.net/ont/geosparql#sfOverlaps" + }, + { + "@id": "http://www.opengis.net/ont/geosparql#ehOverlap" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject spatially overlaps the\n object SpatialObject. DE-9IM: TTTTTTTTT\n " + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "partially overlapping" + } + ] + }, + { + "@id": "http://www.opengis.net/ont/geosparql#sfEquals", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/elements/1.1/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/elements/1.1/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/elements/1.1/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/elements/1.1/description": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject spatially equals the\n object SpatialObject. DE-9IM: TFFFTFFFT\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject spatially equals the\n object SpatialObject. DE-9IM: TFFFTFFFT\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/geosparql" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "equals" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2002/07/owl#equivalentProperty": [ + { + "@id": "http://www.opengis.net/ont/geosparql#ehEquals" + }, + { + "@id": "http://www.opengis.net/ont/geosparql#rcc8eq" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject spatially equals the\n object SpatialObject. DE-9IM: TFFFTFFFT\n " + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "equals" + } + ] + }, + { + "@id": "http://www.opengis.net/ont/geosparql#ehMeet", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/elements/1.1/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/elements/1.1/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/elements/1.1/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/elements/1.1/description": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject spatially meets the\n object SpatialObject.\n DE-9IM: FT******* ^ F**T***** ^ F***T****\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject spatially meets the\n object SpatialObject.\n DE-9IM: FT******* ^ F**T***** ^ F***T****\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/geosparql" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "meet" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2002/07/owl#equivalentProperty": [ + { + "@id": "http://www.opengis.net/ont/geosparql#sfTouches" + }, + { + "@id": "http://www.opengis.net/ont/geosparql#rcc8ec" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject spatially meets the\n object SpatialObject.\n DE-9IM: FT******* ^ F**T***** ^ F***T****\n " + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "meet" + } + ] + }, + { + "@id": "http://purl.org/dc/elements/1.1/description", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource." + } + ], + "http://purl.org/dc/terms/hasVersion": [ + { + "@id": "http://dublincore.org/usage/terms/history/#description-006" + } + ], + "http://purl.org/dc/terms/issued": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "1999-07-02" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2008-01-14" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "An account of the resource." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://purl.org/dc/elements/1.1/" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Description" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation." + } + ] + }, + { + "@id": "http://www.opengis.net/ont/geosparql#rcc8tpp", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/elements/1.1/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/elements/1.1/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/elements/1.1/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/elements/1.1/description": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject is spatially covered\n by the object SpatialObject. DE-9IM: TFFTTFTTT\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject is spatially covered\n by the object SpatialObject. DE-9IM: TFFTTFTTT\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/geosparql" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "tangential proper part" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2002/07/owl#subPropertyOf": [ + { + "@id": "http://www.opengis.net/ont/geosparql#sfWithin" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject is spatially covered\n by the object SpatialObject. DE-9IM: TFFTTFTTT\n " + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "tangential proper part" + } + ] + }, + { + "@id": "http://purl.org/dc/elements/1.1/date", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Date may be used to express temporal information at any level of granularity. Recommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601 [W3CDTF]." + } + ], + "http://purl.org/dc/terms/hasVersion": [ + { + "@id": "http://dublincore.org/usage/terms/history/#date-006" + } + ], + "http://purl.org/dc/terms/issued": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "1999-07-02" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2008-01-14" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "A point or period of time associated with an event in the lifecycle of the resource." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://purl.org/dc/elements/1.1/" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Date" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation." + } + ] + }, + { + "@id": "http://www.w3.org/2004/02/skos/core#definition", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://www.w3.org/2001/XMLSchema#date", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Datatype" + ] + }, + { + "@id": "http://www.opengis.net/ont/geosparql#wktLiteral", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Datatype" + ], + "http://purl.org/dc/elements/1.1/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/elements/1.1/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/elements/1.1/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/elements/1.1/description": [ + { + "@language": "en", + "@value": "\n A Well-known Text serialization of a geometry object.\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "\n A Well-known Text serialization of a geometry object.\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/geosparql" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Well-known Text Literal" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "\n A Well-known Text serialization of a geometry object.\n " + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Well-known Text Literal" + } + ] + }, + { + "@id": "http://www.opengis.net/ont/geosparql#sfIntersects", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/elements/1.1/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/elements/1.1/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/elements/1.1/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/elements/1.1/description": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject is not spatially disjoint\n from the object SpatialObject.\n DE-9IM: T******** ^ *T******* ^ ***T***** ^ ****T****\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject is not spatially disjoint\n from the object SpatialObject.\n DE-9IM: T******** ^ *T******* ^ ***T***** ^ ****T****\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/geosparql" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "intersects" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2002/07/owl#propertyDisjointWith": [ + { + "@id": "http://www.opengis.net/ont/geosparql#sfDisjoint" + }, + { + "@id": "http://www.opengis.net/ont/geosparql#ehDisjoint" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject is not spatially disjoint\n from the object SpatialObject.\n DE-9IM: T******** ^ *T******* ^ ***T***** ^ ****T****\n " + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "intersects" + } + ] + }, + { + "@id": "http://www.opengis.net/ont/geosparql#sfDisjoint", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/elements/1.1/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/elements/1.1/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/elements/1.1/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/elements/1.1/description": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject is spatially disjoint\n from the object SpatialObject. DE-9IM: FF*FF****\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject is spatially disjoint\n from the object SpatialObject. DE-9IM: FF*FF****\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/geosparql" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "disjoint" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2002/07/owl#equivalentProperty": [ + { + "@id": "http://www.opengis.net/ont/geosparql#ehDisjoint" + }, + { + "@id": "http://www.opengis.net/ont/geosparql#rcc8dc" + } + ], + "http://www.w3.org/2002/07/owl#propertyDisjointWith": [ + { + "@id": "http://www.opengis.net/ont/geosparql#sfIntersects" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject is spatially disjoint\n from the object SpatialObject. DE-9IM: FF*FF****\n " + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "disjoint" + } + ] + }, + { + "@id": "http://www.opengis.net/ont/geosparql#isEmpty", + "@type": [ + "http://www.w3.org/2002/07/owl#DatatypeProperty" + ], + "http://purl.org/dc/elements/1.1/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/elements/1.1/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/elements/1.1/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/elements/1.1/description": [ + { + "@language": "en", + "@value": "\n (true) if this geometric object is the empty Geometry. If\n true, then this geometric object represents the empty point\n set for the coordinate space.\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "\n (true) if this geometric object is the empty Geometry. If\n true, then this geometric object represents the empty point\n set for the coordinate space.\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.opengis.net/ont/geosparql#Geometry" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/geosparql" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "isEmpty" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#boolean" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "\n (true) if this geometric object is the empty Geometry. If\n true, then this geometric object represents the empty point\n set for the coordinate space.\n " + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "isEmpty" + } + ] + }, + { + "@id": "http://www.opengis.net/ont/geosparql#asGML", + "@type": [ + "http://www.w3.org/2002/07/owl#DatatypeProperty" + ], + "http://purl.org/dc/elements/1.1/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/elements/1.1/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/elements/1.1/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/elements/1.1/description": [ + { + "@language": "en", + "@value": "\n The GML serialization of a geometry\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "\n The GML serialization of a geometry\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.opengis.net/ont/geosparql#Geometry" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/geosparql" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "asGML" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.opengis.net/ont/geosparql#gmlLiteral" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.opengis.net/ont/geosparql#hasSerialization" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "\n The GML serialization of a geometry\n " + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "asGML" + } + ] + }, + { + "@id": "http://purl.org/dc/elements/1.1/contributor", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Examples of a Contributor include a person, an organization, or a service. Typically, the name of a Contributor should be used to indicate the entity." + } + ], + "http://purl.org/dc/terms/hasVersion": [ + { + "@id": "http://dublincore.org/usage/terms/history/#contributor-006" + } + ], + "http://purl.org/dc/terms/issued": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "1999-07-02" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2008-01-14" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "An entity responsible for making contributions to the resource." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://purl.org/dc/elements/1.1/" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Contributor" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation." + } + ] + }, + { + "@id": "http://www.opengis.net/ont/geosparql#dimension", + "@type": [ + "http://www.w3.org/2002/07/owl#DatatypeProperty" + ], + "http://purl.org/dc/elements/1.1/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/elements/1.1/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/elements/1.1/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/elements/1.1/description": [ + { + "@language": "en", + "@value": "\n The topological dimension of this geometric object, which\n must be less than or equal to the coordinate dimension.\n In non-homogeneous collections, this will return the largest\n topological dimension of the contained objects.\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "\n The topological dimension of this geometric object, which\n must be less than or equal to the coordinate dimension.\n In non-homogeneous collections, this will return the largest\n topological dimension of the contained objects.\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.opengis.net/ont/geosparql#Geometry" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/geosparql" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "dimension" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#integer" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "\n The topological dimension of this geometric object, which\n must be less than or equal to the coordinate dimension.\n In non-homogeneous collections, this will return the largest\n topological dimension of the contained objects.\n " + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "dimension" + } + ] + }, + { + "@id": "http://www.opengis.net/ont/geosparql#rcc8ec", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/elements/1.1/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/elements/1.1/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/elements/1.1/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/elements/1.1/description": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject spatially meets the\n object SpatialObject. DE-9IM: FFTFTTTTT\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject spatially meets the\n object SpatialObject. DE-9IM: FFTFTTTTT\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/geosparql" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "externally connected" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2002/07/owl#equivalentProperty": [ + { + "@id": "http://www.opengis.net/ont/geosparql#sfTouches" + }, + { + "@id": "http://www.opengis.net/ont/geosparql#ehMeet" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject spatially meets the\n object SpatialObject. DE-9IM: FFTFTTTTT\n " + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "externally connected" + } + ] + }, + { + "@id": "http://purl.org/dc/elements/1.1/language", + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Recommended best practice is to use a controlled vocabulary such as RFC 4646 [RFC4646]." + } + ], + "http://purl.org/dc/terms/hasVersion": [ + { + "@id": "http://dublincore.org/usage/terms/history/#language-007" + } + ], + "http://purl.org/dc/terms/issued": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "1999-07-02" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2008-01-14" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "A language of the resource." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://purl.org/dc/elements/1.1/" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Language" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.ietf.org/rfc/rfc4646.txt" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation." + } + ] + }, + { + "@id": "http://www.opengis.net/ont/geosparql#ehDisjoint", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/elements/1.1/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/elements/1.1/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/elements/1.1/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/elements/1.1/description": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject is spatially disjoint\n from the object SpatialObject. DE-9IM: FF*FF****\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject is spatially disjoint\n from the object SpatialObject. DE-9IM: FF*FF****\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/geosparql" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "disjoint" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2002/07/owl#equivalentProperty": [ + { + "@id": "http://www.opengis.net/ont/geosparql#sfDisjoint" + }, + { + "@id": "http://www.opengis.net/ont/geosparql#rcc8dc" + } + ], + "http://www.w3.org/2002/07/owl#propertyDisjointWith": [ + { + "@id": "http://www.opengis.net/ont/geosparql#sfIntersects" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject is spatially disjoint\n from the object SpatialObject. DE-9IM: FF*FF****\n " + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "disjoint" + } + ] + }, + { + "@id": "http://purl.org/dc/elements/1.1/title", + "http://purl.org/dc/terms/hasVersion": [ + { + "@id": "http://dublincore.org/usage/terms/history/#title-006" + } + ], + "http://purl.org/dc/terms/issued": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "1999-07-02" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2008-01-14" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "A name given to the resource." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://purl.org/dc/elements/1.1/" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Title" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation." + } + ] + }, + { + "@id": "http://www.opengis.net/ont/geosparql#sfOverlaps", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/elements/1.1/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/elements/1.1/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/elements/1.1/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/elements/1.1/description": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject spatially overlaps the\n object SpatialObject. DE-9IM: T*T***T**\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject spatially overlaps the\n object SpatialObject. DE-9IM: T*T***T**\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/geosparql" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "overlaps" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2002/07/owl#equivalentProperty": [ + { + "@id": "http://www.opengis.net/ont/geosparql#ehOverlap" + }, + { + "@id": "http://www.opengis.net/ont/geosparql#rcc8po" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject spatially overlaps the\n object SpatialObject. DE-9IM: T*T***T**\n " + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "overlaps" + } + ] + }, + { + "@id": "http://www.opengis.net/ont/geosparql#ehCovers", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/elements/1.1/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/elements/1.1/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/elements/1.1/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/elements/1.1/description": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject spatially covers the\n object SpatialObject. DE-9IM: T*TFT*FF*\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject spatially covers the\n object SpatialObject. DE-9IM: T*TFT*FF*\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/geosparql" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "covers" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2002/07/owl#subPropertyOf": [ + { + "@id": "http://www.opengis.net/ont/geosparql#sfContains" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject spatially covers the\n object SpatialObject. DE-9IM: T*TFT*FF*\n " + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "covers" + } + ] + }, + { + "@id": "http://www.w3.org/2004/02/skos/core#prefLabel", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://purl.org/dc/elements/1.1/publisher", + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Examples of a Publisher include a person, an organization, or a service. Typically, the name of a Publisher should be used to indicate the entity." + } + ], + "http://purl.org/dc/terms/hasVersion": [ + { + "@id": "http://dublincore.org/usage/terms/history/#publisher-006" + } + ], + "http://purl.org/dc/terms/issued": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "1999-07-02" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2008-01-14" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "An entity responsible for making the resource available." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://purl.org/dc/elements/1.1/" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Publisher" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation." + } + ] + }, + { + "@id": "http://purl.org/dc/terms/title", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://www.opengis.net/ont/geosparql#ehInside", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/elements/1.1/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/elements/1.1/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/elements/1.1/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/elements/1.1/description": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject is spatially inside\n the object SpatialObject. DE-9IM: TFF*FFT**\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject is spatially inside\n the object SpatialObject. DE-9IM: TFF*FFT**\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/geosparql" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "inside" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2002/07/owl#subPropertyOf": [ + { + "@id": "http://www.opengis.net/ont/geosparql#sfWithin" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject is spatially inside\n the object SpatialObject. DE-9IM: TFF*FFT**\n " + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "inside" + } + ] + }, + { + "@id": "http://www.opengis.net/ont/geosparql#hasGeometry", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/elements/1.1/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/elements/1.1/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/elements/1.1/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/elements/1.1/description": [ + { + "@language": "en", + "@value": "\n A spatial representation for a given feature.\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "\n A spatial representation for a given feature.\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.opengis.net/ont/geosparql#Feature" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/geosparql" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "hasGeometry" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.opengis.net/ont/geosparql#Geometry" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "\n A spatial representation for a given feature.\n " + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "hasGeometry" + } + ] + }, + { + "@id": "http://www.opengis.net/ont/geosparql", + "@type": [ + "http://www.w3.org/2002/07/owl#Ontology" + ], + "http://purl.org/dc/elements/1.1/creator": [ + { + "@value": "Open Geospatial Consortium" + } + ], + "http://purl.org/dc/elements/1.1/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2012-04-30" + } + ], + "http://purl.org/dc/elements/1.1/description": [ + { + "@value": "An RDF/OWL vocabulary for representing spatial information" + } + ], + "http://purl.org/dc/elements/1.1/source": [ + { + "@id": "http://www.opengis.net/doc/IS/geosparql/1.0" + }, + { + "@value": "OGC GeoSPARQL – A Geographic Query Language for RDF Data OGC 11-052r5" + } + ], + "http://purl.org/dc/elements/1.1/title": [ + { + "@value": "GeoSPARQL Ontology" + } + ], + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ + { + "@value": "geo" + } + ], + "http://purl.org/vocab/vann/preferredNamespaceUri": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://www.opengis.net/ont/geosparql#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/def/function/ogc-geosparql/1.0" + }, + { + "@id": "http://www.opengis.net/def/rule/ogc-geosparql/1.0" + }, + { + "@id": "http://www.opengis.net/doc/IS/geosparql/1.0" + } + ], + "http://www.w3.org/2002/07/owl#versionIRI": [ + { + "@id": "http://www.opengis.net/ont/geosparql/1.0" + } + ], + "http://www.w3.org/2002/07/owl#versionInfo": [ + { + "@value": "OGC GeoSPARQL 1.0" + } + ] + }, + { + "@id": "http://purl.org/dc/elements/1.1/source", + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "The described resource may be derived from the related resource in whole or in part. Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system." + } + ], + "http://purl.org/dc/terms/hasVersion": [ + { + "@id": "http://dublincore.org/usage/terms/history/#source-006" + } + ], + "http://purl.org/dc/terms/issued": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "1999-07-02" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2008-01-14" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "A related resource from which the described resource is derived." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://purl.org/dc/elements/1.1/" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Source" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation." + } + ] + }, + { + "@id": "http://www.opengis.net/ont/geosparql#rcc8tppi", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/elements/1.1/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/elements/1.1/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/elements/1.1/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/elements/1.1/description": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject spatially covers the\n object SpatialObject. DE-9IM: TTTFTTFFT\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject spatially covers the\n object SpatialObject. DE-9IM: TTTFTTFFT\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/geosparql" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "tangential proper part inverse" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2002/07/owl#subPropertyOf": [ + { + "@id": "http://www.opengis.net/ont/geosparql#sfContains" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject spatially covers the\n object SpatialObject. DE-9IM: TTTFTTFFT\n " + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "tangential proper part inverse" + } + ] + }, + { + "@id": "http://www.opengis.net/ont/geosparql#sfContains", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/elements/1.1/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/elements/1.1/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/elements/1.1/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/elements/1.1/description": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject spatially contains the\n object SpatialObject. DE-9IM: T*****FF*\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject spatially contains the\n object SpatialObject. DE-9IM: T*****FF*\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/geosparql" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "contains" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject spatially contains the\n object SpatialObject. DE-9IM: T*****FF*\n " + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "contains" + } + ] + }, + { + "@id": "http://www.opengis.net/ont/geosparql#sfWithin", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/elements/1.1/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/elements/1.1/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/elements/1.1/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/elements/1.1/description": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject is spatially within the\n object SpatialObject. DE-9IM: T*F**F***\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject is spatially within the\n object SpatialObject. DE-9IM: T*F**F***\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/geosparql" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "within" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject is spatially within the\n object SpatialObject. DE-9IM: T*F**F***\n " + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "within" + } + ] + }, + { + "@id": "http://www.opengis.net/ont/geosparql#Feature", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/elements/1.1/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/elements/1.1/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/elements/1.1/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/elements/1.1/description": [ + { + "@language": "en", + "@value": "\n This class represents the top-level feature type. This class is\n equivalent to GFI_Feature defined in ISO 19156:2011, and it is\n superclass of all feature types.\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "\n This class represents the top-level feature type. This class is\n equivalent to GFI_Feature defined in ISO 19156:2011, and it is\n superclass of all feature types.\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/geosparql" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Feature" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2002/07/owl#disjointWith": [ + { + "@id": "http://www.opengis.net/ont/geosparql#Geometry" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "\n This class represents the top-level feature type. This class is\n equivalent to GFI_Feature defined in ISO 19156:2011, and it is\n superclass of all feature types.\n " + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Feature" + } + ] + }, + { + "@id": "http://www.opengis.net/ont/geosparql#ehOverlap", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/elements/1.1/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/elements/1.1/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/elements/1.1/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/elements/1.1/description": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject spatially overlaps the\n object SpatialObject. DE-9IM: T*T***T**\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject spatially overlaps the\n object SpatialObject. DE-9IM: T*T***T**\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/geosparql" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "overlap" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2002/07/owl#equivalentProperty": [ + { + "@id": "http://www.opengis.net/ont/geosparql#sfOverlaps" + }, + { + "@id": "http://www.opengis.net/ont/geosparql#rcc8po" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject spatially overlaps the\n object SpatialObject. DE-9IM: T*T***T**\n " + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "overlap" + } + ] + }, + { + "@id": "http://purl.org/dc/terms/hasVersion", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://www.opengis.net/ont/geosparql#defaultGeometry", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/elements/1.1/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/elements/1.1/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/elements/1.1/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/elements/1.1/description": [ + { + "@language": "en", + "@value": "\n The default geometry to be used in spatial calculations.\n It is Usually the most detailed geometry.\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "\n The default geometry to be used in spatial calculations.\n It is Usually the most detailed geometry.\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.opengis.net/ont/geosparql#Feature" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/geosparql" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "defaultGeometry" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.opengis.net/ont/geosparql#Geometry" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.opengis.net/ont/geosparql#hasGeometry" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "\n The default geometry to be used in spatial calculations.\n It is Usually the most detailed geometry.\n " + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "defaultGeometry" + } + ] + }, + { + "@id": "http://www.opengis.net/ont/geosparql#rcc8ntppi", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/elements/1.1/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/elements/1.1/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/elements/1.1/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/elements/1.1/description": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject spatially contains the\n object SpatialObject. DE-9IM: TTTFFTFFT\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject spatially contains the\n object SpatialObject. DE-9IM: TTTFFTFFT\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/geosparql" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "non-tangential proper part inverse" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2002/07/owl#subPropertyOf": [ + { + "@id": "http://www.opengis.net/ont/geosparql#sfContains" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject spatially contains the\n object SpatialObject. DE-9IM: TTTFFTFFT\n " + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "non-tangential proper part inverse" + } + ] + }, + { + "@id": "http://purl.org/dc/elements/1.1/format", + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Examples of dimensions include size and duration. Recommended best practice is to use a controlled vocabulary such as the list of Internet Media Types [MIME]." + } + ], + "http://purl.org/dc/terms/hasVersion": [ + { + "@id": "http://dublincore.org/usage/terms/history/#format-007" + } + ], + "http://purl.org/dc/terms/issued": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "1999-07-02" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2008-01-14" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "The file format, physical medium, or dimensions of the resource." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://purl.org/dc/elements/1.1/" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Format" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation." + } + ] + }, + { + "@id": "http://purl.org/dc/terms/modified", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://www.opengis.net/ont/geosparql#isSimple", + "@type": [ + "http://www.w3.org/2002/07/owl#DatatypeProperty" + ], + "http://purl.org/dc/elements/1.1/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/elements/1.1/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/elements/1.1/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/elements/1.1/description": [ + { + "@language": "en", + "@value": "\n (true) if this geometric object has no anomalous geometric\n points, such as self intersection or self tangency.\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "\n (true) if this geometric object has no anomalous geometric\n points, such as self intersection or self tangency.\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.opengis.net/ont/geosparql#Geometry" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/geosparql" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "isSimple" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#boolean" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "\n (true) if this geometric object has no anomalous geometric\n points, such as self intersection or self tangency.\n " + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "isSimple" + } + ] + }, + { + "@id": "http://www.opengis.net/ont/geosparql#sfTouches", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/elements/1.1/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/elements/1.1/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/elements/1.1/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/elements/1.1/description": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject spatially touches the\n object SpatialObject.\n DE-9IM: FT******* ^ F**T***** ^ F***T****\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject spatially touches the\n object SpatialObject.\n DE-9IM: FT******* ^ F**T***** ^ F***T****\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/geosparql" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "touches" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2002/07/owl#equivalentProperty": [ + { + "@id": "http://www.opengis.net/ont/geosparql#ehMeet" + }, + { + "@id": "http://www.opengis.net/ont/geosparql#rcc8ec" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject spatially touches the\n object SpatialObject.\n DE-9IM: FT******* ^ F**T***** ^ F***T****\n " + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "touches" + } + ] + }, + { + "@id": "http://purl.org/dc/terms/publisher", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://www.opengis.net/ont/geosparql#gmlLiteral", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Datatype" + ], + "http://purl.org/dc/elements/1.1/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/elements/1.1/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/elements/1.1/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/elements/1.1/description": [ + { + "@language": "en", + "@value": "\n A GML serialization of a geometry object.\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "\n A GML serialization of a geometry object.\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/geosparql" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "GML Literal" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "\n A GML serialization of a geometry object.\n " + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "GML Literal" + } + ] + }, + { + "@id": "http://www.opengis.net/ont/geosparql#spatialDimension", + "@type": [ + "http://www.w3.org/2002/07/owl#DatatypeProperty" + ], + "http://purl.org/dc/elements/1.1/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/elements/1.1/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/elements/1.1/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/elements/1.1/description": [ + { + "@language": "en", + "@value": "\n The number of measurements or axes needed to describe the spatial position of\n this geometry in a coordinate system.\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "\n The number of measurements or axes needed to describe the spatial position of\n this geometry in a coordinate system.\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.opengis.net/ont/geosparql#Geometry" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/geosparql" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "spatialDimension" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#integer" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "\n The number of measurements or axes needed to describe the spatial position of\n this geometry in a coordinate system.\n " + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "spatialDimension" + } + ] + }, + { + "@id": "http://purl.org/dc/terms/description", + "@type": [ + "http://www.w3.org/2002/07/owl#AnnotationProperty" + ] + }, + { + "@id": "http://www.opengis.net/ont/geosparql#ehEquals", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/elements/1.1/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/elements/1.1/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/elements/1.1/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/elements/1.1/description": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject spatially equals the\n object SpatialObject. DE-9IM: TFFFTFFFT\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject spatially equals the\n object SpatialObject. DE-9IM: TFFFTFFFT\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/geosparql" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "equals" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2002/07/owl#equivalentProperty": [ + { + "@id": "http://www.opengis.net/ont/geosparql#sfEquals" + }, + { + "@id": "http://www.opengis.net/ont/geosparql#rcc8eq" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject spatially equals the\n object SpatialObject. DE-9IM: TFFFTFFFT\n " + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "equals" + } + ] + }, + { + "@id": "http://www.opengis.net/ont/geosparql#asWKT", + "@type": [ + "http://www.w3.org/2002/07/owl#DatatypeProperty" + ], + "http://purl.org/dc/elements/1.1/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/elements/1.1/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/elements/1.1/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/elements/1.1/description": [ + { + "@language": "en", + "@value": "\n The WKT serialization of a geometry\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "\n The WKT serialization of a geometry\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.opengis.net/ont/geosparql#Geometry" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/geosparql" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "asWKT" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.opengis.net/ont/geosparql#wktLiteral" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.opengis.net/ont/geosparql#hasSerialization" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "\n The WKT serialization of a geometry\n " + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "asWKT" + } + ] + }, + { + "@id": "http://www.opengis.net/ont/geosparql#rcc8ntpp", + "@type": [ + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/elements/1.1/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/elements/1.1/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/elements/1.1/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/elements/1.1/description": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject is spatially inside\n the object SpatialObject. DE-9IM: TFFTFFTTT\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject is spatially inside\n the object SpatialObject. DE-9IM: TFFTFFTTT\n " + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/geosparql" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "non-tangential proper part" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.opengis.net/ont/geosparql#SpatialObject" + } + ], + "http://www.w3.org/2002/07/owl#subPropertyOf": [ + { + "@id": "http://www.opengis.net/ont/geosparql#sfWithin" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "\n Exists if the subject SpatialObject is spatially inside\n the object SpatialObject. DE-9IM: TFFTFFTTT\n " + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "non-tangential proper part" + } + ] + } +] \ No newline at end of file diff --git a/geosparql10/geo.n3 b/geosparql10/geo.n3 new file mode 100644 index 000000000..ba966a884 --- /dev/null +++ b/geosparql10/geo.n3 @@ -0,0 +1,1122 @@ +@prefix dc: . +@prefix dcterms: . +@prefix geo: . +@prefix owl: . +@prefix rdfs: . +@prefix skos: . +@prefix vann: . +@prefix xsd: . + +dc:contributor a owl:AnnotationProperty ; + rdfs:label "Contributor"@en ; + dcterms:description "Examples of a Contributor include a person, an organization, or a service. Typically, the name of a Contributor should be used to indicate the entity."@en ; + dcterms:hasVersion ; + dcterms:issued "1999-07-02"^^xsd:date ; + dcterms:modified "2008-01-14"^^xsd:date ; + rdfs:comment "An entity responsible for making contributions to the resource."@en ; + rdfs:isDefinedBy dc: ; + skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en . + +dc:coverage rdfs:label "Coverage"@en ; + dcterms:description "Spatial topic and spatial applicability may be a named place or a location specified by its geographic coordinates. Temporal topic may be a named period, date, or date range. A jurisdiction may be a named administrative entity or a geographic place to which the resource applies. Recommended best practice is to use a controlled vocabulary such as the Thesaurus of Geographic Names [TGN]. Where appropriate, named places or time periods can be used in preference to numeric identifiers such as sets of coordinates or date ranges."@en ; + dcterms:hasVersion ; + dcterms:issued "1999-07-02"^^xsd:date ; + dcterms:modified "2008-01-14"^^xsd:date ; + rdfs:comment "The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant."@en ; + rdfs:isDefinedBy dc: ; + skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en . + +dc:creator a owl:AnnotationProperty ; + rdfs:label "Creator"@en ; + dcterms:description "Examples of a Creator include a person, an organization, or a service. Typically, the name of a Creator should be used to indicate the entity."@en ; + dcterms:hasVersion ; + dcterms:issued "1999-07-02"^^xsd:date ; + dcterms:modified "2008-01-14"^^xsd:date ; + rdfs:comment "An entity primarily responsible for making the resource."@en ; + rdfs:isDefinedBy dc: ; + skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en . + +dc:date a owl:AnnotationProperty ; + rdfs:label "Date"@en ; + dcterms:description "Date may be used to express temporal information at any level of granularity. Recommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601 [W3CDTF]."@en ; + dcterms:hasVersion ; + dcterms:issued "1999-07-02"^^xsd:date ; + dcterms:modified "2008-01-14"^^xsd:date ; + rdfs:comment "A point or period of time associated with an event in the lifecycle of the resource."@en ; + rdfs:isDefinedBy dc: ; + skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en . + +dc:description a owl:AnnotationProperty ; + rdfs:label "Description"@en ; + dcterms:description "Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource."@en ; + dcterms:hasVersion ; + dcterms:issued "1999-07-02"^^xsd:date ; + dcterms:modified "2008-01-14"^^xsd:date ; + rdfs:comment "An account of the resource."@en ; + rdfs:isDefinedBy dc: ; + skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en . + +dc:format rdfs:label "Format"@en ; + dcterms:description "Examples of dimensions include size and duration. Recommended best practice is to use a controlled vocabulary such as the list of Internet Media Types [MIME]."@en ; + dcterms:hasVersion ; + dcterms:issued "1999-07-02"^^xsd:date ; + dcterms:modified "2008-01-14"^^xsd:date ; + rdfs:comment "The file format, physical medium, or dimensions of the resource."@en ; + rdfs:isDefinedBy dc: ; + skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en . + +dc:identifier rdfs:label "Identifier"@en ; + dcterms:description "Recommended best practice is to identify the resource by means of a string conforming to a formal identification system. "@en ; + dcterms:hasVersion ; + dcterms:issued "1999-07-02"^^xsd:date ; + dcterms:modified "2008-01-14"^^xsd:date ; + rdfs:comment "An unambiguous reference to the resource within a given context."@en ; + rdfs:isDefinedBy dc: ; + skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en . + +dc:language rdfs:label "Language"@en ; + dcterms:description "Recommended best practice is to use a controlled vocabulary such as RFC 4646 [RFC4646]."@en ; + dcterms:hasVersion ; + dcterms:issued "1999-07-02"^^xsd:date ; + dcterms:modified "2008-01-14"^^xsd:date ; + rdfs:comment "A language of the resource."@en ; + rdfs:isDefinedBy dc: ; + rdfs:seeAlso ; + skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en . + +dc:publisher rdfs:label "Publisher"@en ; + dcterms:description "Examples of a Publisher include a person, an organization, or a service. Typically, the name of a Publisher should be used to indicate the entity."@en ; + dcterms:hasVersion ; + dcterms:issued "1999-07-02"^^xsd:date ; + dcterms:modified "2008-01-14"^^xsd:date ; + rdfs:comment "An entity responsible for making the resource available."@en ; + rdfs:isDefinedBy dc: ; + skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en . + +dc:relation rdfs:label "Relation"@en ; + dcterms:description "Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system. "@en ; + dcterms:hasVersion ; + dcterms:issued "1999-07-02"^^xsd:date ; + dcterms:modified "2008-01-14"^^xsd:date ; + rdfs:comment "A related resource."@en ; + rdfs:isDefinedBy dc: ; + skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en . + +dc:rights rdfs:label "Rights"@en ; + dcterms:description "Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights."@en ; + dcterms:hasVersion ; + dcterms:issued "1999-07-02"^^xsd:date ; + dcterms:modified "2008-01-14"^^xsd:date ; + rdfs:comment "Information about rights held in and over the resource."@en ; + rdfs:isDefinedBy dc: ; + skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en . + +dc:source rdfs:label "Source"@en ; + dcterms:description "The described resource may be derived from the related resource in whole or in part. Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system."@en ; + dcterms:hasVersion ; + dcterms:issued "1999-07-02"^^xsd:date ; + dcterms:modified "2008-01-14"^^xsd:date ; + rdfs:comment "A related resource from which the described resource is derived."@en ; + rdfs:isDefinedBy dc: ; + skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en . + +dc:subject rdfs:label "Subject"@en ; + dcterms:description "Typically, the subject will be represented using keywords, key phrases, or classification codes. Recommended best practice is to use a controlled vocabulary."@en ; + dcterms:hasVersion ; + dcterms:issued "1999-07-02"^^xsd:date ; + dcterms:modified "2012-06-14"^^xsd:date ; + rdfs:comment "The topic of the resource."@en ; + rdfs:isDefinedBy dc: ; + skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en . + +dc:title rdfs:label "Title"@en ; + dcterms:hasVersion ; + dcterms:issued "1999-07-02"^^xsd:date ; + dcterms:modified "2008-01-14"^^xsd:date ; + rdfs:comment "A name given to the resource."@en ; + rdfs:isDefinedBy dc: ; + skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en . + +dc:type rdfs:label "Type"@en ; + dcterms:description "Recommended best practice is to use a controlled vocabulary such as the DCMI Type Vocabulary [DCMITYPE]. To describe the file format, physical medium, or dimensions of the resource, use the Format element."@en ; + dcterms:hasVersion ; + dcterms:issued "1999-07-02"^^xsd:date ; + dcterms:modified "2008-01-14"^^xsd:date ; + rdfs:comment "The nature or genre of the resource."@en ; + rdfs:isDefinedBy dc: ; + skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en . + +dcterms:description a owl:AnnotationProperty . + +dcterms:hasVersion a owl:AnnotationProperty . + +dcterms:issued a owl:AnnotationProperty . + +dcterms:modified a owl:AnnotationProperty . + +dcterms:publisher a owl:AnnotationProperty . + +dcterms:title a owl:AnnotationProperty . + +geo:asGML a owl:DatatypeProperty ; + rdfs:label "asGML"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + The GML serialization of a geometry + """@en ; + rdfs:comment """ + The GML serialization of a geometry + """@en ; + rdfs:domain geo:Geometry ; + rdfs:isDefinedBy , + ; + rdfs:range geo:gmlLiteral ; + rdfs:subPropertyOf geo:hasSerialization ; + skos:definition """ + The GML serialization of a geometry + """@en ; + skos:prefLabel "asGML"@en . + +geo:asWKT a owl:DatatypeProperty ; + rdfs:label "asWKT"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + The WKT serialization of a geometry + """@en ; + rdfs:comment """ + The WKT serialization of a geometry + """@en ; + rdfs:domain geo:Geometry ; + rdfs:isDefinedBy , + ; + rdfs:range geo:wktLiteral ; + rdfs:subPropertyOf geo:hasSerialization ; + skos:definition """ + The WKT serialization of a geometry + """@en ; + skos:prefLabel "asWKT"@en . + +geo:coordinateDimension a owl:DatatypeProperty ; + rdfs:label "coordinateDimension"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + The number of measurements or axes needed to describe the position of this + geometry in a coordinate system. + """@en ; + rdfs:comment """ + The number of measurements or axes needed to describe the position of this + geometry in a coordinate system. + """@en ; + rdfs:domain geo:Geometry ; + rdfs:isDefinedBy , + ; + rdfs:range xsd:integer ; + skos:definition """ + The number of measurements or axes needed to describe the position of this + geometry in a coordinate system. + """@en ; + skos:prefLabel "coordinateDimension"@en . + +geo:defaultGeometry a owl:ObjectProperty ; + rdfs:label "defaultGeometry"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + The default geometry to be used in spatial calculations. + It is Usually the most detailed geometry. + """@en ; + rdfs:comment """ + The default geometry to be used in spatial calculations. + It is Usually the most detailed geometry. + """@en ; + rdfs:domain geo:Feature ; + rdfs:isDefinedBy , + ; + rdfs:range geo:Geometry ; + rdfs:subPropertyOf geo:hasGeometry ; + skos:definition """ + The default geometry to be used in spatial calculations. + It is Usually the most detailed geometry. + """@en ; + skos:prefLabel "defaultGeometry"@en . + +geo:dimension a owl:DatatypeProperty ; + rdfs:label "dimension"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + The topological dimension of this geometric object, which + must be less than or equal to the coordinate dimension. + In non-homogeneous collections, this will return the largest + topological dimension of the contained objects. + """@en ; + rdfs:comment """ + The topological dimension of this geometric object, which + must be less than or equal to the coordinate dimension. + In non-homogeneous collections, this will return the largest + topological dimension of the contained objects. + """@en ; + rdfs:domain geo:Geometry ; + rdfs:isDefinedBy , + ; + rdfs:range xsd:integer ; + skos:definition """ + The topological dimension of this geometric object, which + must be less than or equal to the coordinate dimension. + In non-homogeneous collections, this will return the largest + topological dimension of the contained objects. + """@en ; + skos:prefLabel "dimension"@en . + +geo:ehContains a owl:ObjectProperty ; + rdfs:label "contains"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject spatially contains the + object SpatialObject. DE-9IM: T*TFF*FF* + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject spatially contains the + object SpatialObject. DE-9IM: T*TFF*FF* + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy , + ; + rdfs:range geo:SpatialObject ; + owl:subPropertyOf geo:sfContains ; + skos:definition """ + Exists if the subject SpatialObject spatially contains the + object SpatialObject. DE-9IM: T*TFF*FF* + """@en ; + skos:prefLabel "contains"@en . + +geo:ehCoveredBy a owl:ObjectProperty ; + rdfs:label "coveredBy"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject is spatially covered + by the object SpatialObject. DE-9IM: TFF*TFT** + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject is spatially covered + by the object SpatialObject. DE-9IM: TFF*TFT** + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy , + ; + rdfs:range geo:SpatialObject ; + owl:subPropertyOf geo:sfWithin ; + skos:definition """ + Exists if the subject SpatialObject is spatially covered + by the object SpatialObject. DE-9IM: TFF*TFT** + """@en ; + skos:prefLabel "coveredBy"@en . + +geo:ehCovers a owl:ObjectProperty ; + rdfs:label "covers"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject spatially covers the + object SpatialObject. DE-9IM: T*TFT*FF* + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject spatially covers the + object SpatialObject. DE-9IM: T*TFT*FF* + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy , + ; + rdfs:range geo:SpatialObject ; + owl:subPropertyOf geo:sfContains ; + skos:definition """ + Exists if the subject SpatialObject spatially covers the + object SpatialObject. DE-9IM: T*TFT*FF* + """@en ; + skos:prefLabel "covers"@en . + +geo:ehInside a owl:ObjectProperty ; + rdfs:label "inside"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject is spatially inside + the object SpatialObject. DE-9IM: TFF*FFT** + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject is spatially inside + the object SpatialObject. DE-9IM: TFF*FFT** + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy , + ; + rdfs:range geo:SpatialObject ; + owl:subPropertyOf geo:sfWithin ; + skos:definition """ + Exists if the subject SpatialObject is spatially inside + the object SpatialObject. DE-9IM: TFF*FFT** + """@en ; + skos:prefLabel "inside"@en . + +geo:isEmpty a owl:DatatypeProperty ; + rdfs:label "isEmpty"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + (true) if this geometric object is the empty Geometry. If + true, then this geometric object represents the empty point + set for the coordinate space. + """@en ; + rdfs:comment """ + (true) if this geometric object is the empty Geometry. If + true, then this geometric object represents the empty point + set for the coordinate space. + """@en ; + rdfs:domain geo:Geometry ; + rdfs:isDefinedBy , + ; + rdfs:range xsd:boolean ; + skos:definition """ + (true) if this geometric object is the empty Geometry. If + true, then this geometric object represents the empty point + set for the coordinate space. + """@en ; + skos:prefLabel "isEmpty"@en . + +geo:isSimple a owl:DatatypeProperty ; + rdfs:label "isSimple"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + (true) if this geometric object has no anomalous geometric + points, such as self intersection or self tangency. + """@en ; + rdfs:comment """ + (true) if this geometric object has no anomalous geometric + points, such as self intersection or self tangency. + """@en ; + rdfs:domain geo:Geometry ; + rdfs:isDefinedBy , + ; + rdfs:range xsd:boolean ; + skos:definition """ + (true) if this geometric object has no anomalous geometric + points, such as self intersection or self tangency. + """@en ; + skos:prefLabel "isSimple"@en . + +geo:rcc8ntpp a owl:ObjectProperty ; + rdfs:label "non-tangential proper part"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject is spatially inside + the object SpatialObject. DE-9IM: TFFTFFTTT + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject is spatially inside + the object SpatialObject. DE-9IM: TFFTFFTTT + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy , + ; + rdfs:range geo:SpatialObject ; + owl:subPropertyOf geo:sfWithin ; + skos:definition """ + Exists if the subject SpatialObject is spatially inside + the object SpatialObject. DE-9IM: TFFTFFTTT + """@en ; + skos:prefLabel "non-tangential proper part"@en . + +geo:rcc8ntppi a owl:ObjectProperty ; + rdfs:label "non-tangential proper part inverse"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject spatially contains the + object SpatialObject. DE-9IM: TTTFFTFFT + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject spatially contains the + object SpatialObject. DE-9IM: TTTFFTFFT + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy , + ; + rdfs:range geo:SpatialObject ; + owl:subPropertyOf geo:sfContains ; + skos:definition """ + Exists if the subject SpatialObject spatially contains the + object SpatialObject. DE-9IM: TTTFFTFFT + """@en ; + skos:prefLabel "non-tangential proper part inverse"@en . + +geo:rcc8tpp a owl:ObjectProperty ; + rdfs:label "tangential proper part"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject is spatially covered + by the object SpatialObject. DE-9IM: TFFTTFTTT + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject is spatially covered + by the object SpatialObject. DE-9IM: TFFTTFTTT + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy , + ; + rdfs:range geo:SpatialObject ; + owl:subPropertyOf geo:sfWithin ; + skos:definition """ + Exists if the subject SpatialObject is spatially covered + by the object SpatialObject. DE-9IM: TFFTTFTTT + """@en ; + skos:prefLabel "tangential proper part"@en . + +geo:rcc8tppi a owl:ObjectProperty ; + rdfs:label "tangential proper part inverse"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject spatially covers the + object SpatialObject. DE-9IM: TTTFTTFFT + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject spatially covers the + object SpatialObject. DE-9IM: TTTFTTFFT + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy , + ; + rdfs:range geo:SpatialObject ; + owl:subPropertyOf geo:sfContains ; + skos:definition """ + Exists if the subject SpatialObject spatially covers the + object SpatialObject. DE-9IM: TTTFTTFFT + """@en ; + skos:prefLabel "tangential proper part inverse"@en . + +geo:sfCrosses a owl:ObjectProperty ; + rdfs:label "crosses"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject spatially crosses the + object SpatialObject. DE-9IM: T*T****** + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject spatially crosses the + object SpatialObject. DE-9IM: T*T****** + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy , + ; + rdfs:range geo:SpatialObject ; + skos:definition """ + Exists if the subject SpatialObject spatially crosses the + object SpatialObject. DE-9IM: T*T****** + """@en ; + skos:prefLabel "crosses"@en . + +geo:spatialDimension a owl:DatatypeProperty ; + rdfs:label "spatialDimension"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + The number of measurements or axes needed to describe the spatial position of + this geometry in a coordinate system. + """@en ; + rdfs:comment """ + The number of measurements or axes needed to describe the spatial position of + this geometry in a coordinate system. + """@en ; + rdfs:domain geo:Geometry ; + rdfs:isDefinedBy , + ; + rdfs:range xsd:integer ; + skos:definition """ + The number of measurements or axes needed to describe the spatial position of + this geometry in a coordinate system. + """@en ; + skos:prefLabel "spatialDimension"@en . + +xsd:date a rdfs:Datatype . + +skos:definition a owl:AnnotationProperty . + +skos:note a owl:AnnotationProperty . + +skos:prefLabel a owl:AnnotationProperty . + +geo:gmlLiteral a rdfs:Datatype ; + rdfs:label "GML Literal"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + A GML serialization of a geometry object. + """@en ; + rdfs:comment """ + A GML serialization of a geometry object. + """@en ; + rdfs:isDefinedBy , + ; + skos:definition """ + A GML serialization of a geometry object. + """@en ; + skos:prefLabel "GML Literal"@en . + +geo:hasGeometry a owl:ObjectProperty ; + rdfs:label "hasGeometry"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + A spatial representation for a given feature. + """@en ; + rdfs:comment """ + A spatial representation for a given feature. + """@en ; + rdfs:domain geo:Feature ; + rdfs:isDefinedBy , + ; + rdfs:range geo:Geometry ; + skos:definition """ + A spatial representation for a given feature. + """@en ; + skos:prefLabel "hasGeometry"@en . + +geo:wktLiteral a rdfs:Datatype ; + rdfs:label "Well-known Text Literal"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + A Well-known Text serialization of a geometry object. + """@en ; + rdfs:comment """ + A Well-known Text serialization of a geometry object. + """@en ; + rdfs:isDefinedBy , + ; + skos:definition """ + A Well-known Text serialization of a geometry object. + """@en ; + skos:prefLabel "Well-known Text Literal"@en . + +geo:Feature a owl:Class ; + rdfs:label "Feature"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + This class represents the top-level feature type. This class is + equivalent to GFI_Feature defined in ISO 19156:2011, and it is + superclass of all feature types. + """@en ; + rdfs:comment """ + This class represents the top-level feature type. This class is + equivalent to GFI_Feature defined in ISO 19156:2011, and it is + superclass of all feature types. + """@en ; + rdfs:isDefinedBy , + ; + rdfs:subClassOf geo:SpatialObject ; + owl:disjointWith geo:Geometry ; + skos:definition """ + This class represents the top-level feature type. This class is + equivalent to GFI_Feature defined in ISO 19156:2011, and it is + superclass of all feature types. + """@en ; + skos:prefLabel "Feature"@en . + +geo:ehEquals a owl:ObjectProperty ; + rdfs:label "equals"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject spatially equals the + object SpatialObject. DE-9IM: TFFFTFFFT + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject spatially equals the + object SpatialObject. DE-9IM: TFFFTFFFT + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy , + ; + rdfs:range geo:SpatialObject ; + owl:equivalentProperty geo:rcc8eq, + geo:sfEquals ; + skos:definition """ + Exists if the subject SpatialObject spatially equals the + object SpatialObject. DE-9IM: TFFFTFFFT + """@en ; + skos:prefLabel "equals"@en . + +geo:ehMeet a owl:ObjectProperty ; + rdfs:label "meet"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject spatially meets the + object SpatialObject. + DE-9IM: FT******* ^ F**T***** ^ F***T**** + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject spatially meets the + object SpatialObject. + DE-9IM: FT******* ^ F**T***** ^ F***T**** + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy , + ; + rdfs:range geo:SpatialObject ; + owl:equivalentProperty geo:rcc8ec, + geo:sfTouches ; + skos:definition """ + Exists if the subject SpatialObject spatially meets the + object SpatialObject. + DE-9IM: FT******* ^ F**T***** ^ F***T**** + """@en ; + skos:prefLabel "meet"@en . + +geo:ehOverlap a owl:ObjectProperty ; + rdfs:label "overlap"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject spatially overlaps the + object SpatialObject. DE-9IM: T*T***T** + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject spatially overlaps the + object SpatialObject. DE-9IM: T*T***T** + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy , + ; + rdfs:range geo:SpatialObject ; + owl:equivalentProperty geo:rcc8po, + geo:sfOverlaps ; + skos:definition """ + Exists if the subject SpatialObject spatially overlaps the + object SpatialObject. DE-9IM: T*T***T** + """@en ; + skos:prefLabel "overlap"@en . + +geo:hasSerialization a owl:DatatypeProperty ; + rdfs:label "has serialization"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Connects a geometry object with its text-based serialization. + """@en ; + rdfs:comment """ + Connects a geometry object with its text-based serialization. + """@en ; + rdfs:domain geo:Geometry ; + rdfs:isDefinedBy , + ; + rdfs:range rdfs:Literal ; + skos:definition """ + Connects a geometry object with its text-based serialization. + """@en ; + skos:prefLabel "has serialization"@en . + +geo:rcc8dc a owl:ObjectProperty ; + rdfs:label "disconnected"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject is spatially disjoint + from the object SpatialObject. DE-9IM: FFTFFTTTT + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject is spatially disjoint + from the object SpatialObject. DE-9IM: FFTFFTTTT + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy , + ; + rdfs:range geo:SpatialObject ; + owl:equivalentProperty geo:ehDisjoint, + geo:sfDisjoint ; + skos:definition """ + Exists if the subject SpatialObject is spatially disjoint + from the object SpatialObject. DE-9IM: FFTFFTTTT + """@en ; + skos:prefLabel "disconnected"@en . + +geo:rcc8ec a owl:ObjectProperty ; + rdfs:label "externally connected"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject spatially meets the + object SpatialObject. DE-9IM: FFTFTTTTT + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject spatially meets the + object SpatialObject. DE-9IM: FFTFTTTTT + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy , + ; + rdfs:range geo:SpatialObject ; + owl:equivalentProperty geo:ehMeet, + geo:sfTouches ; + skos:definition """ + Exists if the subject SpatialObject spatially meets the + object SpatialObject. DE-9IM: FFTFTTTTT + """@en ; + skos:prefLabel "externally connected"@en . + +geo:rcc8eq a owl:ObjectProperty ; + rdfs:label "equals"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject spatially equals the + object SpatialObject. DE-9IM: TFFFTFFFT + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject spatially equals the + object SpatialObject. DE-9IM: TFFFTFFFT + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy , + ; + rdfs:range geo:SpatialObject ; + owl:equivalentProperty geo:ehEquals, + geo:sfEquals ; + skos:definition """ + Exists if the subject SpatialObject spatially equals the + object SpatialObject. DE-9IM: TFFFTFFFT + """@en ; + skos:prefLabel "equals"@en . + +geo:rcc8po a owl:ObjectProperty ; + rdfs:label "partially overlapping"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject spatially overlaps the + object SpatialObject. DE-9IM: TTTTTTTTT + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject spatially overlaps the + object SpatialObject. DE-9IM: TTTTTTTTT + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy , + ; + rdfs:range geo:SpatialObject ; + owl:equivalentProperty geo:ehOverlap, + geo:sfOverlaps ; + skos:definition """ + Exists if the subject SpatialObject spatially overlaps the + object SpatialObject. DE-9IM: TTTTTTTTT + """@en ; + skos:prefLabel "partially overlapping"@en . + +geo:sfEquals a owl:ObjectProperty ; + rdfs:label "equals"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject spatially equals the + object SpatialObject. DE-9IM: TFFFTFFFT + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject spatially equals the + object SpatialObject. DE-9IM: TFFFTFFFT + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy , + ; + rdfs:range geo:SpatialObject ; + owl:equivalentProperty geo:ehEquals, + geo:rcc8eq ; + skos:definition """ + Exists if the subject SpatialObject spatially equals the + object SpatialObject. DE-9IM: TFFFTFFFT + """@en ; + skos:prefLabel "equals"@en . + +geo:sfIntersects a owl:ObjectProperty ; + rdfs:label "intersects"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject is not spatially disjoint + from the object SpatialObject. + DE-9IM: T******** ^ *T******* ^ ***T***** ^ ****T**** + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject is not spatially disjoint + from the object SpatialObject. + DE-9IM: T******** ^ *T******* ^ ***T***** ^ ****T**** + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy , + ; + rdfs:range geo:SpatialObject ; + owl:propertyDisjointWith geo:ehDisjoint, + geo:sfDisjoint ; + skos:definition """ + Exists if the subject SpatialObject is not spatially disjoint + from the object SpatialObject. + DE-9IM: T******** ^ *T******* ^ ***T***** ^ ****T**** + """@en ; + skos:prefLabel "intersects"@en . + +geo:sfOverlaps a owl:ObjectProperty ; + rdfs:label "overlaps"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject spatially overlaps the + object SpatialObject. DE-9IM: T*T***T** + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject spatially overlaps the + object SpatialObject. DE-9IM: T*T***T** + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy , + ; + rdfs:range geo:SpatialObject ; + owl:equivalentProperty geo:ehOverlap, + geo:rcc8po ; + skos:definition """ + Exists if the subject SpatialObject spatially overlaps the + object SpatialObject. DE-9IM: T*T***T** + """@en ; + skos:prefLabel "overlaps"@en . + +geo:sfTouches a owl:ObjectProperty ; + rdfs:label "touches"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject spatially touches the + object SpatialObject. + DE-9IM: FT******* ^ F**T***** ^ F***T**** + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject spatially touches the + object SpatialObject. + DE-9IM: FT******* ^ F**T***** ^ F***T**** + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy , + ; + rdfs:range geo:SpatialObject ; + owl:equivalentProperty geo:ehMeet, + geo:rcc8ec ; + skos:definition """ + Exists if the subject SpatialObject spatially touches the + object SpatialObject. + DE-9IM: FT******* ^ F**T***** ^ F***T**** + """@en ; + skos:prefLabel "touches"@en . + +geo:ehDisjoint a owl:ObjectProperty ; + rdfs:label "disjoint"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject is spatially disjoint + from the object SpatialObject. DE-9IM: FF*FF**** + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject is spatially disjoint + from the object SpatialObject. DE-9IM: FF*FF**** + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy , + ; + rdfs:range geo:SpatialObject ; + owl:equivalentProperty geo:rcc8dc, + geo:sfDisjoint ; + owl:propertyDisjointWith geo:sfIntersects ; + skos:definition """ + Exists if the subject SpatialObject is spatially disjoint + from the object SpatialObject. DE-9IM: FF*FF**** + """@en ; + skos:prefLabel "disjoint"@en . + +geo:sfDisjoint a owl:ObjectProperty ; + rdfs:label "disjoint"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject is spatially disjoint + from the object SpatialObject. DE-9IM: FF*FF**** + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject is spatially disjoint + from the object SpatialObject. DE-9IM: FF*FF**** + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy , + ; + rdfs:range geo:SpatialObject ; + owl:equivalentProperty geo:ehDisjoint, + geo:rcc8dc ; + owl:propertyDisjointWith geo:sfIntersects ; + skos:definition """ + Exists if the subject SpatialObject is spatially disjoint + from the object SpatialObject. DE-9IM: FF*FF**** + """@en ; + skos:prefLabel "disjoint"@en . + +geo:sfContains a owl:ObjectProperty ; + rdfs:label "contains"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject spatially contains the + object SpatialObject. DE-9IM: T*****FF* + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject spatially contains the + object SpatialObject. DE-9IM: T*****FF* + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy , + ; + rdfs:range geo:SpatialObject ; + skos:definition """ + Exists if the subject SpatialObject spatially contains the + object SpatialObject. DE-9IM: T*****FF* + """@en ; + skos:prefLabel "contains"@en . + +geo:sfWithin a owl:ObjectProperty ; + rdfs:label "within"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject is spatially within the + object SpatialObject. DE-9IM: T*F**F*** + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject is spatially within the + object SpatialObject. DE-9IM: T*F**F*** + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy , + ; + rdfs:range geo:SpatialObject ; + skos:definition """ + Exists if the subject SpatialObject is spatially within the + object SpatialObject. DE-9IM: T*F**F*** + """@en ; + skos:prefLabel "within"@en . + +geo:Geometry a owl:Class ; + rdfs:label "Geometry"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + The class represents the top-level geometry type. This class is + equivalent to the UML class GM_Object defined in ISO 19107, and + it is superclass of all geometry types. + """@en ; + rdfs:comment """ + The class represents the top-level geometry type. This class is + equivalent to the UML class GM_Object defined in ISO 19107, and + it is superclass of all geometry types. + """@en ; + rdfs:isDefinedBy , + ; + rdfs:subClassOf geo:SpatialObject ; + skos:definition """ + The class represents the top-level geometry type. This class is + equivalent to the UML class GM_Object defined in ISO 19107, and + it is superclass of all geometry types. + """@en ; + skos:prefLabel "Geometry"@en . + +dc: dcterms:modified "2012-06-14"^^xsd:date ; + dcterms:publisher ; + dcterms:title "Dublin Core Metadata Element Set, Version 1.1"@en . + + a owl:Ontology ; + dc:creator "Open Geospatial Consortium" ; + dc:date "2012-04-30"^^xsd:date ; + dc:description "An RDF/OWL vocabulary for representing spatial information" ; + dc:source , + "OGC GeoSPARQL – A Geographic Query Language for RDF Data OGC 11-052r5" ; + dc:title "GeoSPARQL Ontology" ; + vann:preferredNamespacePrefix "geo"^^xsd:string ; + vann:preferredNamespaceUri "http://www.opengis.net/ont/geosparql#"^^xsd:anyURI ; + rdfs:seeAlso , + , + ; + owl:versionIRI ; + owl:versionInfo "OGC GeoSPARQL 1.0" . + +geo:SpatialObject a owl:Class ; + rdfs:label "SpatialObject"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + The class spatial-object represents everything that can have + a spatial representation. It is superclass of feature and geometry. + """@en ; + rdfs:comment """ + The class spatial-object represents everything that can have + a spatial representation. It is superclass of feature and geometry. + """@en ; + rdfs:isDefinedBy , + ; + skos:definition """ + The class spatial-object represents everything that can have + a spatial representation. It is superclass of feature and geometry. + """@en ; + skos:prefLabel "SpatialObject"@en . + diff --git a/geosparql10/geo.ttl b/geosparql10/geo.ttl new file mode 100644 index 000000000..411c27d09 --- /dev/null +++ b/geosparql10/geo.ttl @@ -0,0 +1,1281 @@ +PREFIX geo: +PREFIX dc: +PREFIX dcterms: +PREFIX owl: +PREFIX vann: +PREFIX rdfs: +PREFIX skos: +PREFIX xsd: + +dc:contributor + a owl:AnnotationProperty ; + rdfs:label "Contributor"@en ; + dcterms:description "Examples of a Contributor include a person, an organization, or a service. Typically, the name of a Contributor should be used to indicate the entity."@en ; + dcterms:hasVersion ; + dcterms:issued "1999-07-02"^^xsd:date ; + dcterms:modified "2008-01-14"^^xsd:date ; + rdfs:comment "An entity responsible for making contributions to the resource."@en ; + rdfs:isDefinedBy dc: ; + skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en ; +. + +dc:coverage + rdfs:label "Coverage"@en ; + dcterms:description "Spatial topic and spatial applicability may be a named place or a location specified by its geographic coordinates. Temporal topic may be a named period, date, or date range. A jurisdiction may be a named administrative entity or a geographic place to which the resource applies. Recommended best practice is to use a controlled vocabulary such as the Thesaurus of Geographic Names [TGN]. Where appropriate, named places or time periods can be used in preference to numeric identifiers such as sets of coordinates or date ranges."@en ; + dcterms:hasVersion ; + dcterms:issued "1999-07-02"^^xsd:date ; + dcterms:modified "2008-01-14"^^xsd:date ; + rdfs:comment "The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant."@en ; + rdfs:isDefinedBy dc: ; + skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en ; +. + +dc:creator + a owl:AnnotationProperty ; + rdfs:label "Creator"@en ; + dcterms:description "Examples of a Creator include a person, an organization, or a service. Typically, the name of a Creator should be used to indicate the entity."@en ; + dcterms:hasVersion ; + dcterms:issued "1999-07-02"^^xsd:date ; + dcterms:modified "2008-01-14"^^xsd:date ; + rdfs:comment "An entity primarily responsible for making the resource."@en ; + rdfs:isDefinedBy dc: ; + skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en ; +. + +dc:date + a owl:AnnotationProperty ; + rdfs:label "Date"@en ; + dcterms:description "Date may be used to express temporal information at any level of granularity. Recommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601 [W3CDTF]."@en ; + dcterms:hasVersion ; + dcterms:issued "1999-07-02"^^xsd:date ; + dcterms:modified "2008-01-14"^^xsd:date ; + rdfs:comment "A point or period of time associated with an event in the lifecycle of the resource."@en ; + rdfs:isDefinedBy dc: ; + skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en ; +. + +dc:description + a owl:AnnotationProperty ; + rdfs:label "Description"@en ; + dcterms:description "Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource."@en ; + dcterms:hasVersion ; + dcterms:issued "1999-07-02"^^xsd:date ; + dcterms:modified "2008-01-14"^^xsd:date ; + rdfs:comment "An account of the resource."@en ; + rdfs:isDefinedBy dc: ; + skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en ; +. + +dc:format + rdfs:label "Format"@en ; + dcterms:description "Examples of dimensions include size and duration. Recommended best practice is to use a controlled vocabulary such as the list of Internet Media Types [MIME]."@en ; + dcterms:hasVersion ; + dcterms:issued "1999-07-02"^^xsd:date ; + dcterms:modified "2008-01-14"^^xsd:date ; + rdfs:comment "The file format, physical medium, or dimensions of the resource."@en ; + rdfs:isDefinedBy dc: ; + skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en ; +. + +dc:identifier + rdfs:label "Identifier"@en ; + dcterms:description "Recommended best practice is to identify the resource by means of a string conforming to a formal identification system. "@en ; + dcterms:hasVersion ; + dcterms:issued "1999-07-02"^^xsd:date ; + dcterms:modified "2008-01-14"^^xsd:date ; + rdfs:comment "An unambiguous reference to the resource within a given context."@en ; + rdfs:isDefinedBy dc: ; + skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en ; +. + +dc:language + rdfs:label "Language"@en ; + dcterms:description "Recommended best practice is to use a controlled vocabulary such as RFC 4646 [RFC4646]."@en ; + dcterms:hasVersion ; + dcterms:issued "1999-07-02"^^xsd:date ; + dcterms:modified "2008-01-14"^^xsd:date ; + rdfs:comment "A language of the resource."@en ; + rdfs:isDefinedBy dc: ; + rdfs:seeAlso ; + skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en ; +. + +dc:publisher + rdfs:label "Publisher"@en ; + dcterms:description "Examples of a Publisher include a person, an organization, or a service. Typically, the name of a Publisher should be used to indicate the entity."@en ; + dcterms:hasVersion ; + dcterms:issued "1999-07-02"^^xsd:date ; + dcterms:modified "2008-01-14"^^xsd:date ; + rdfs:comment "An entity responsible for making the resource available."@en ; + rdfs:isDefinedBy dc: ; + skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en ; +. + +dc:relation + rdfs:label "Relation"@en ; + dcterms:description "Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system. "@en ; + dcterms:hasVersion ; + dcterms:issued "1999-07-02"^^xsd:date ; + dcterms:modified "2008-01-14"^^xsd:date ; + rdfs:comment "A related resource."@en ; + rdfs:isDefinedBy dc: ; + skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en ; +. + +dc:rights + rdfs:label "Rights"@en ; + dcterms:description "Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights."@en ; + dcterms:hasVersion ; + dcterms:issued "1999-07-02"^^xsd:date ; + dcterms:modified "2008-01-14"^^xsd:date ; + rdfs:comment "Information about rights held in and over the resource."@en ; + rdfs:isDefinedBy dc: ; + skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en ; +. + +dc:source + rdfs:label "Source"@en ; + dcterms:description "The described resource may be derived from the related resource in whole or in part. Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system."@en ; + dcterms:hasVersion ; + dcterms:issued "1999-07-02"^^xsd:date ; + dcterms:modified "2008-01-14"^^xsd:date ; + rdfs:comment "A related resource from which the described resource is derived."@en ; + rdfs:isDefinedBy dc: ; + skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en ; +. + +dc:subject + rdfs:label "Subject"@en ; + dcterms:description "Typically, the subject will be represented using keywords, key phrases, or classification codes. Recommended best practice is to use a controlled vocabulary."@en ; + dcterms:hasVersion ; + dcterms:issued "1999-07-02"^^xsd:date ; + dcterms:modified "2012-06-14"^^xsd:date ; + rdfs:comment "The topic of the resource."@en ; + rdfs:isDefinedBy dc: ; + skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en ; +. + +dc:title + rdfs:label "Title"@en ; + dcterms:hasVersion ; + dcterms:issued "1999-07-02"^^xsd:date ; + dcterms:modified "2008-01-14"^^xsd:date ; + rdfs:comment "A name given to the resource."@en ; + rdfs:isDefinedBy dc: ; + skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en ; +. + +dc:type + rdfs:label "Type"@en ; + dcterms:description "Recommended best practice is to use a controlled vocabulary such as the DCMI Type Vocabulary [DCMITYPE]. To describe the file format, physical medium, or dimensions of the resource, use the Format element."@en ; + dcterms:hasVersion ; + dcterms:issued "1999-07-02"^^xsd:date ; + dcterms:modified "2008-01-14"^^xsd:date ; + rdfs:comment "The nature or genre of the resource."@en ; + rdfs:isDefinedBy dc: ; + skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en ; +. + +dcterms:description + a owl:AnnotationProperty ; +. + +dcterms:hasVersion + a owl:AnnotationProperty ; +. + +dcterms:issued + a owl:AnnotationProperty ; +. + +dcterms:modified + a owl:AnnotationProperty ; +. + +dcterms:publisher + a owl:AnnotationProperty ; +. + +dcterms:title + a owl:AnnotationProperty ; +. + +geo:asGML + a owl:DatatypeProperty ; + rdfs:label "asGML"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + The GML serialization of a geometry + """@en ; + rdfs:comment """ + The GML serialization of a geometry + """@en ; + rdfs:domain geo:Geometry ; + rdfs:isDefinedBy + , + ; + rdfs:range geo:gmlLiteral ; + rdfs:subPropertyOf geo:hasSerialization ; + skos:definition """ + The GML serialization of a geometry + """@en ; + skos:prefLabel "asGML"@en ; +. + +geo:asWKT + a owl:DatatypeProperty ; + rdfs:label "asWKT"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + The WKT serialization of a geometry + """@en ; + rdfs:comment """ + The WKT serialization of a geometry + """@en ; + rdfs:domain geo:Geometry ; + rdfs:isDefinedBy + , + ; + rdfs:range geo:wktLiteral ; + rdfs:subPropertyOf geo:hasSerialization ; + skos:definition """ + The WKT serialization of a geometry + """@en ; + skos:prefLabel "asWKT"@en ; +. + +geo:coordinateDimension + a owl:DatatypeProperty ; + rdfs:label "coordinateDimension"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + The number of measurements or axes needed to describe the position of this + geometry in a coordinate system. + """@en ; + rdfs:comment """ + The number of measurements or axes needed to describe the position of this + geometry in a coordinate system. + """@en ; + rdfs:domain geo:Geometry ; + rdfs:isDefinedBy + , + ; + rdfs:range xsd:integer ; + skos:definition """ + The number of measurements or axes needed to describe the position of this + geometry in a coordinate system. + """@en ; + skos:prefLabel "coordinateDimension"@en ; +. + +geo:defaultGeometry + a owl:ObjectProperty ; + rdfs:label "defaultGeometry"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + The default geometry to be used in spatial calculations. + It is Usually the most detailed geometry. + """@en ; + rdfs:comment """ + The default geometry to be used in spatial calculations. + It is Usually the most detailed geometry. + """@en ; + rdfs:domain geo:Feature ; + rdfs:isDefinedBy + , + ; + rdfs:range geo:Geometry ; + rdfs:subPropertyOf geo:hasGeometry ; + skos:definition """ + The default geometry to be used in spatial calculations. + It is Usually the most detailed geometry. + """@en ; + skos:prefLabel "defaultGeometry"@en ; +. + +geo:dimension + a owl:DatatypeProperty ; + rdfs:label "dimension"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + The topological dimension of this geometric object, which + must be less than or equal to the coordinate dimension. + In non-homogeneous collections, this will return the largest + topological dimension of the contained objects. + """@en ; + rdfs:comment """ + The topological dimension of this geometric object, which + must be less than or equal to the coordinate dimension. + In non-homogeneous collections, this will return the largest + topological dimension of the contained objects. + """@en ; + rdfs:domain geo:Geometry ; + rdfs:isDefinedBy + , + ; + rdfs:range xsd:integer ; + skos:definition """ + The topological dimension of this geometric object, which + must be less than or equal to the coordinate dimension. + In non-homogeneous collections, this will return the largest + topological dimension of the contained objects. + """@en ; + skos:prefLabel "dimension"@en ; +. + +geo:ehContains + a owl:ObjectProperty ; + rdfs:label "contains"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject spatially contains the + object SpatialObject. DE-9IM: T*TFF*FF* + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject spatially contains the + object SpatialObject. DE-9IM: T*TFF*FF* + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy + , + ; + rdfs:range geo:SpatialObject ; + owl:subPropertyOf geo:sfContains ; + skos:definition """ + Exists if the subject SpatialObject spatially contains the + object SpatialObject. DE-9IM: T*TFF*FF* + """@en ; + skos:prefLabel "contains"@en ; +. + +geo:ehCoveredBy + a owl:ObjectProperty ; + rdfs:label "coveredBy"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject is spatially covered + by the object SpatialObject. DE-9IM: TFF*TFT** + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject is spatially covered + by the object SpatialObject. DE-9IM: TFF*TFT** + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy + , + ; + rdfs:range geo:SpatialObject ; + owl:subPropertyOf geo:sfWithin ; + skos:definition """ + Exists if the subject SpatialObject is spatially covered + by the object SpatialObject. DE-9IM: TFF*TFT** + """@en ; + skos:prefLabel "coveredBy"@en ; +. + +geo:ehCovers + a owl:ObjectProperty ; + rdfs:label "covers"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject spatially covers the + object SpatialObject. DE-9IM: T*TFT*FF* + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject spatially covers the + object SpatialObject. DE-9IM: T*TFT*FF* + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy + , + ; + rdfs:range geo:SpatialObject ; + owl:subPropertyOf geo:sfContains ; + skos:definition """ + Exists if the subject SpatialObject spatially covers the + object SpatialObject. DE-9IM: T*TFT*FF* + """@en ; + skos:prefLabel "covers"@en ; +. + +geo:ehDisjoint + a owl:ObjectProperty ; + rdfs:label "disjoint"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject is spatially disjoint + from the object SpatialObject. DE-9IM: FF*FF**** + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject is spatially disjoint + from the object SpatialObject. DE-9IM: FF*FF**** + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy + , + ; + rdfs:range geo:SpatialObject ; + owl:propertyDisjointWith geo:sfIntersects ; + owl:equivalentProperty geo:sfDisjoint, geo:rcc8dc ; + skos:definition """ + Exists if the subject SpatialObject is spatially disjoint + from the object SpatialObject. DE-9IM: FF*FF**** + """@en ; + skos:prefLabel "disjoint"@en ; +. + +geo:ehEquals + a owl:ObjectProperty ; + rdfs:label "equals"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + owl:equivalentProperty geo:sfEquals, geo:rcc8eq ; + dc:description """ + Exists if the subject SpatialObject spatially equals the + object SpatialObject. DE-9IM: TFFFTFFFT + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject spatially equals the + object SpatialObject. DE-9IM: TFFFTFFFT + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy + , + ; + rdfs:range geo:SpatialObject ; + skos:definition """ + Exists if the subject SpatialObject spatially equals the + object SpatialObject. DE-9IM: TFFFTFFFT + """@en ; + skos:prefLabel "equals"@en ; +. + +geo:ehInside + a owl:ObjectProperty ; + rdfs:label "inside"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + owl:subPropertyOf geo:sfWithin ; + dc:description """ + Exists if the subject SpatialObject is spatially inside + the object SpatialObject. DE-9IM: TFF*FFT** + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject is spatially inside + the object SpatialObject. DE-9IM: TFF*FFT** + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy + , + ; + rdfs:range geo:SpatialObject ; + skos:definition """ + Exists if the subject SpatialObject is spatially inside + the object SpatialObject. DE-9IM: TFF*FFT** + """@en ; + skos:prefLabel "inside"@en ; +. + +geo:ehMeet + a owl:ObjectProperty ; + rdfs:label "meet"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject spatially meets the + object SpatialObject. + DE-9IM: FT******* ^ F**T***** ^ F***T**** + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject spatially meets the + object SpatialObject. + DE-9IM: FT******* ^ F**T***** ^ F***T**** + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy + , + ; + rdfs:range geo:SpatialObject ; + owl:equivalentProperty geo:sfTouches, geo:rcc8ec ; + skos:definition """ + Exists if the subject SpatialObject spatially meets the + object SpatialObject. + DE-9IM: FT******* ^ F**T***** ^ F***T**** + """@en ; + skos:prefLabel "meet"@en ; +. + +geo:ehOverlap + a owl:ObjectProperty ; + rdfs:label "overlap"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject spatially overlaps the + object SpatialObject. DE-9IM: T*T***T** + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject spatially overlaps the + object SpatialObject. DE-9IM: T*T***T** + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy + , + ; + rdfs:range geo:SpatialObject ; + owl:equivalentProperty geo:sfOverlaps, geo:rcc8po ; + skos:definition """ + Exists if the subject SpatialObject spatially overlaps the + object SpatialObject. DE-9IM: T*T***T** + """@en ; + skos:prefLabel "overlap"@en ; +. + +geo:isEmpty + a owl:DatatypeProperty ; + rdfs:label "isEmpty"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + (true) if this geometric object is the empty Geometry. If + true, then this geometric object represents the empty point + set for the coordinate space. + """@en ; + rdfs:comment """ + (true) if this geometric object is the empty Geometry. If + true, then this geometric object represents the empty point + set for the coordinate space. + """@en ; + rdfs:domain geo:Geometry ; + rdfs:isDefinedBy + , + ; + rdfs:range xsd:boolean ; + skos:definition """ + (true) if this geometric object is the empty Geometry. If + true, then this geometric object represents the empty point + set for the coordinate space. + """@en ; + skos:prefLabel "isEmpty"@en ; +. + +geo:isSimple + a owl:DatatypeProperty ; + rdfs:label "isSimple"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + (true) if this geometric object has no anomalous geometric + points, such as self intersection or self tangency. + """@en ; + rdfs:comment """ + (true) if this geometric object has no anomalous geometric + points, such as self intersection or self tangency. + """@en ; + rdfs:domain geo:Geometry ; + rdfs:isDefinedBy + , + ; + rdfs:range xsd:boolean ; + skos:definition """ + (true) if this geometric object has no anomalous geometric + points, such as self intersection or self tangency. + """@en ; + skos:prefLabel "isSimple"@en ; +. + +geo:rcc8dc + a owl:ObjectProperty ; + rdfs:label "disconnected"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject is spatially disjoint + from the object SpatialObject. DE-9IM: FFTFFTTTT + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject is spatially disjoint + from the object SpatialObject. DE-9IM: FFTFFTTTT + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy + , + ; + rdfs:range geo:SpatialObject ; + owl:equivalentProperty geo:sfDisjoint, geo:ehDisjoint ; + skos:definition """ + Exists if the subject SpatialObject is spatially disjoint + from the object SpatialObject. DE-9IM: FFTFFTTTT + """@en ; + skos:prefLabel "disconnected"@en ; +. + +geo:rcc8ec + a owl:ObjectProperty ; + rdfs:label "externally connected"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject spatially meets the + object SpatialObject. DE-9IM: FFTFTTTTT + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject spatially meets the + object SpatialObject. DE-9IM: FFTFTTTTT + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy + , + ; + rdfs:range geo:SpatialObject ; + owl:equivalentProperty geo:sfTouches, geo:ehMeet ; + skos:definition """ + Exists if the subject SpatialObject spatially meets the + object SpatialObject. DE-9IM: FFTFTTTTT + """@en ; + skos:prefLabel "externally connected"@en ; +. + +geo:rcc8eq + a owl:ObjectProperty ; + rdfs:label "equals"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject spatially equals the + object SpatialObject. DE-9IM: TFFFTFFFT + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject spatially equals the + object SpatialObject. DE-9IM: TFFFTFFFT + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy + , + ; + rdfs:range geo:SpatialObject ; + owl:equivalentProperty geo:sfEquals, geo:ehEquals ; + skos:definition """ + Exists if the subject SpatialObject spatially equals the + object SpatialObject. DE-9IM: TFFFTFFFT + """@en ; + skos:prefLabel "equals"@en ; +. + +geo:rcc8ntpp + a owl:ObjectProperty ; + rdfs:label "non-tangential proper part"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject is spatially inside + the object SpatialObject. DE-9IM: TFFTFFTTT + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject is spatially inside + the object SpatialObject. DE-9IM: TFFTFFTTT + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy + , + ; + rdfs:range geo:SpatialObject ; + owl:subPropertyOf geo:sfWithin ; + skos:definition """ + Exists if the subject SpatialObject is spatially inside + the object SpatialObject. DE-9IM: TFFTFFTTT + """@en ; + skos:prefLabel "non-tangential proper part"@en ; +. + +geo:rcc8ntppi + a owl:ObjectProperty ; + rdfs:label "non-tangential proper part inverse"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject spatially contains the + object SpatialObject. DE-9IM: TTTFFTFFT + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject spatially contains the + object SpatialObject. DE-9IM: TTTFFTFFT + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy + , + ; + rdfs:range geo:SpatialObject ; + owl:subPropertyOf geo:sfContains ; + skos:definition """ + Exists if the subject SpatialObject spatially contains the + object SpatialObject. DE-9IM: TTTFFTFFT + """@en ; + skos:prefLabel "non-tangential proper part inverse"@en ; +. + +geo:rcc8po + a owl:ObjectProperty ; + rdfs:label "partially overlapping"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject spatially overlaps the + object SpatialObject. DE-9IM: TTTTTTTTT + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject spatially overlaps the + object SpatialObject. DE-9IM: TTTTTTTTT + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy + , + ; + rdfs:range geo:SpatialObject ; + owl:equivalentProperty geo:sfOverlaps, geo:ehOverlap ; + skos:definition """ + Exists if the subject SpatialObject spatially overlaps the + object SpatialObject. DE-9IM: TTTTTTTTT + """@en ; + skos:prefLabel "partially overlapping"@en ; +. + +geo:rcc8tpp + a owl:ObjectProperty ; + rdfs:label "tangential proper part"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject is spatially covered + by the object SpatialObject. DE-9IM: TFFTTFTTT + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject is spatially covered + by the object SpatialObject. DE-9IM: TFFTTFTTT + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy + , + ; + rdfs:range geo:SpatialObject ; + owl:subPropertyOf geo:sfWithin ; + skos:definition """ + Exists if the subject SpatialObject is spatially covered + by the object SpatialObject. DE-9IM: TFFTTFTTT + """@en ; + skos:prefLabel "tangential proper part"@en ; +. + +geo:rcc8tppi + a owl:ObjectProperty ; + rdfs:label "tangential proper part inverse"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject spatially covers the + object SpatialObject. DE-9IM: TTTFTTFFT + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject spatially covers the + object SpatialObject. DE-9IM: TTTFTTFFT + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy + , + ; + rdfs:range geo:SpatialObject ; + owl:subPropertyOf geo:sfContains ; + skos:definition """ + Exists if the subject SpatialObject spatially covers the + object SpatialObject. DE-9IM: TTTFTTFFT + """@en ; + skos:prefLabel "tangential proper part inverse"@en ; +. + +geo:sfContains + a owl:ObjectProperty ; + rdfs:label "contains"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject spatially contains the + object SpatialObject. DE-9IM: T*****FF* + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject spatially contains the + object SpatialObject. DE-9IM: T*****FF* + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy + , + ; + rdfs:range geo:SpatialObject ; + skos:definition """ + Exists if the subject SpatialObject spatially contains the + object SpatialObject. DE-9IM: T*****FF* + """@en ; + skos:prefLabel "contains"@en ; +. + +geo:sfCrosses + a owl:ObjectProperty ; + rdfs:label "crosses"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject spatially crosses the + object SpatialObject. DE-9IM: T*T****** + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject spatially crosses the + object SpatialObject. DE-9IM: T*T****** + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy + , + ; + rdfs:range geo:SpatialObject ; + skos:definition """ + Exists if the subject SpatialObject spatially crosses the + object SpatialObject. DE-9IM: T*T****** + """@en ; + skos:prefLabel "crosses"@en ; +. + +geo:sfDisjoint + a owl:ObjectProperty ; + rdfs:label "disjoint"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject is spatially disjoint + from the object SpatialObject. DE-9IM: FF*FF**** + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject is spatially disjoint + from the object SpatialObject. DE-9IM: FF*FF**** + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy + , + ; + rdfs:range geo:SpatialObject ; + owl:propertyDisjointWith geo:sfIntersects ; + owl:equivalentProperty geo:ehDisjoint, geo:rcc8dc ; + skos:definition """ + Exists if the subject SpatialObject is spatially disjoint + from the object SpatialObject. DE-9IM: FF*FF**** + """@en ; + skos:prefLabel "disjoint"@en ; +. + +geo:sfEquals + a owl:ObjectProperty ; + rdfs:label "equals"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject spatially equals the + object SpatialObject. DE-9IM: TFFFTFFFT + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject spatially equals the + object SpatialObject. DE-9IM: TFFFTFFFT + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy + , + ; + rdfs:range geo:SpatialObject ; + owl:equivalentProperty geo:ehEquals, geo:rcc8eq ; + skos:definition """ + Exists if the subject SpatialObject spatially equals the + object SpatialObject. DE-9IM: TFFFTFFFT + """@en ; + skos:prefLabel "equals"@en ; +. + +geo:sfIntersects + a owl:ObjectProperty ; + rdfs:label "intersects"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject is not spatially disjoint + from the object SpatialObject. + DE-9IM: T******** ^ *T******* ^ ***T***** ^ ****T**** + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject is not spatially disjoint + from the object SpatialObject. + DE-9IM: T******** ^ *T******* ^ ***T***** ^ ****T**** + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy + , + ; + rdfs:range geo:SpatialObject ; + owl:propertyDisjointWith geo:sfDisjoint, geo:ehDisjoint ; + skos:definition """ + Exists if the subject SpatialObject is not spatially disjoint + from the object SpatialObject. + DE-9IM: T******** ^ *T******* ^ ***T***** ^ ****T**** + """@en ; + skos:prefLabel "intersects"@en ; +. + +geo:sfOverlaps + a owl:ObjectProperty ; + rdfs:label "overlaps"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject spatially overlaps the + object SpatialObject. DE-9IM: T*T***T** + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject spatially overlaps the + object SpatialObject. DE-9IM: T*T***T** + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy + , + ; + rdfs:range geo:SpatialObject ; + owl:equivalentProperty geo:ehOverlap, geo:rcc8po ; + skos:definition """ + Exists if the subject SpatialObject spatially overlaps the + object SpatialObject. DE-9IM: T*T***T** + """@en ; + skos:prefLabel "overlaps"@en ; +. + +geo:sfTouches + a owl:ObjectProperty ; + rdfs:label "touches"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject spatially touches the + object SpatialObject. + DE-9IM: FT******* ^ F**T***** ^ F***T**** + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject spatially touches the + object SpatialObject. + DE-9IM: FT******* ^ F**T***** ^ F***T**** + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy + , + ; + rdfs:range geo:SpatialObject ; + owl:equivalentProperty geo:ehMeet, geo:rcc8ec ; + skos:definition """ + Exists if the subject SpatialObject spatially touches the + object SpatialObject. + DE-9IM: FT******* ^ F**T***** ^ F***T**** + """@en ; + skos:prefLabel "touches"@en ; +. + +geo:sfWithin + a owl:ObjectProperty ; + rdfs:label "within"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Exists if the subject SpatialObject is spatially within the + object SpatialObject. DE-9IM: T*F**F*** + """@en ; + rdfs:comment """ + Exists if the subject SpatialObject is spatially within the + object SpatialObject. DE-9IM: T*F**F*** + """@en ; + rdfs:domain geo:SpatialObject ; + rdfs:isDefinedBy + , + ; + rdfs:range geo:SpatialObject ; + skos:definition """ + Exists if the subject SpatialObject is spatially within the + object SpatialObject. DE-9IM: T*F**F*** + """@en ; + skos:prefLabel "within"@en ; +. + +geo:spatialDimension + a owl:DatatypeProperty ; + rdfs:label "spatialDimension"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + The number of measurements or axes needed to describe the spatial position of + this geometry in a coordinate system. + """@en ; + rdfs:comment """ + The number of measurements or axes needed to describe the spatial position of + this geometry in a coordinate system. + """@en ; + rdfs:domain geo:Geometry ; + rdfs:isDefinedBy + , + ; + rdfs:range xsd:integer ; + skos:definition """ + The number of measurements or axes needed to describe the spatial position of + this geometry in a coordinate system. + """@en ; + skos:prefLabel "spatialDimension"@en ; +. + +xsd:date + a rdfs:Datatype ; +. + +skos:definition + a owl:AnnotationProperty ; +. + +skos:note + a owl:AnnotationProperty ; +. + +skos:prefLabel + a owl:AnnotationProperty ; +. + +geo:gmlLiteral + a rdfs:Datatype ; + rdfs:label "GML Literal"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + A GML serialization of a geometry object. + """@en ; + rdfs:comment """ + A GML serialization of a geometry object. + """@en ; + rdfs:isDefinedBy + , + ; + skos:definition """ + A GML serialization of a geometry object. + """@en ; + skos:prefLabel "GML Literal"@en ; +. + +geo:hasGeometry + a owl:ObjectProperty ; + rdfs:label "hasGeometry"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + A spatial representation for a given feature. + """@en ; + rdfs:comment """ + A spatial representation for a given feature. + """@en ; + rdfs:domain geo:Feature ; + rdfs:isDefinedBy + , + ; + rdfs:range geo:Geometry ; + skos:definition """ + A spatial representation for a given feature. + """@en ; + skos:prefLabel "hasGeometry"@en ; +. + +geo:wktLiteral + a rdfs:Datatype ; + rdfs:label "Well-known Text Literal"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + A Well-known Text serialization of a geometry object. + """@en ; + rdfs:comment """ + A Well-known Text serialization of a geometry object. + """@en ; + rdfs:isDefinedBy + , + ; + skos:definition """ + A Well-known Text serialization of a geometry object. + """@en ; + skos:prefLabel "Well-known Text Literal"@en ; +. + +geo:Feature + a owl:Class ; + rdfs:label "Feature"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + This class represents the top-level feature type. This class is + equivalent to GFI_Feature defined in ISO 19156:2011, and it is + superclass of all feature types. + """@en ; + rdfs:comment """ + This class represents the top-level feature type. This class is + equivalent to GFI_Feature defined in ISO 19156:2011, and it is + superclass of all feature types. + """@en ; + rdfs:isDefinedBy + , + ; + rdfs:subClassOf geo:SpatialObject ; + owl:disjointWith geo:Geometry ; + skos:definition """ + This class represents the top-level feature type. This class is + equivalent to GFI_Feature defined in ISO 19156:2011, and it is + superclass of all feature types. + """@en ; + skos:prefLabel "Feature"@en ; +. + +geo:hasSerialization + a owl:DatatypeProperty ; + rdfs:label "has serialization"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + Connects a geometry object with its text-based serialization. + """@en ; + rdfs:comment """ + Connects a geometry object with its text-based serialization. + """@en ; + rdfs:domain geo:Geometry ; + rdfs:isDefinedBy + , + ; + rdfs:range rdfs:Literal ; + skos:definition """ + Connects a geometry object with its text-based serialization. + """@en ; + skos:prefLabel "has serialization"@en ; +. + +geo:Geometry + a owl:Class ; + rdfs:label "Geometry"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + The class represents the top-level geometry type. This class is + equivalent to the UML class GM_Object defined in ISO 19107, and + it is superclass of all geometry types. + """@en ; + rdfs:comment """ + The class represents the top-level geometry type. This class is + equivalent to the UML class GM_Object defined in ISO 19107, and + it is superclass of all geometry types. + """@en ; + rdfs:isDefinedBy + , + ; + rdfs:subClassOf geo:SpatialObject ; + skos:definition """ + The class represents the top-level geometry type. This class is + equivalent to the UML class GM_Object defined in ISO 19107, and + it is superclass of all geometry types. + """@en ; + skos:prefLabel "Geometry"@en ; +. + +dc: + dcterms:modified "2012-06-14"^^xsd:date ; + dcterms:publisher ; + dcterms:title "Dublin Core Metadata Element Set, Version 1.1"@en ; +. + + + a owl:Ontology ; + dc:creator "Open Geospatial Consortium" ; + dc:date "2012-04-30"^^xsd:date ; + dc:description "An RDF/OWL vocabulary for representing spatial information" ; + dc:source + , + "OGC GeoSPARQL – A Geographic Query Language for RDF Data OGC 11-052r5" ; + dc:title "GeoSPARQL Ontology" ; + vann:preferredNamespacePrefix "geo"^^xsd:string ; + vann:preferredNamespaceUri "http://www.opengis.net/ont/geosparql#"^^xsd:anyURI ; + rdfs:seeAlso + , + , + ; + owl:versionIRI ; + owl:versionInfo "OGC GeoSPARQL 1.0" ; +. + +geo:SpatialObject + a owl:Class ; + rdfs:label "SpatialObject"@en ; + dc:contributor "Matthew Perry" ; + dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dc:date "2011-06-16"^^xsd:date ; + dc:description """ + The class spatial-object represents everything that can have + a spatial representation. It is superclass of feature and geometry. + """@en ; + rdfs:comment """ + The class spatial-object represents everything that can have + a spatial representation. It is superclass of feature and geometry. + """@en ; + rdfs:isDefinedBy + , + ; + skos:definition """ + The class spatial-object represents everything that can have + a spatial representation. It is superclass of feature and geometry. + """@en ; + skos:prefLabel "SpatialObject"@en ; +. diff --git a/geosparql10/logfile.json b/geosparql10/logfile.json new file mode 100644 index 000000000..f7588ee4a --- /dev/null +++ b/geosparql10/logfile.json @@ -0,0 +1,189 @@ +{ + "GeoSPARQL Functions Translation Completeness": { + "../translations/": {}, + "../translations/de": { + "functions_de.ttl": { + "Translation DE for http://www.opengis.net/def/function/geosparql/asGML": "missing", + "Translation DE for http://www.opengis.net/def/function/geosparql/asWKT": "missing", + "Translation DE for http://www.opengis.net/def/function/geosparql/common": "missing", + "Translation DE for http://www.opengis.net/def/function/geosparql/dimension": "missing", + "Translation DE for http://www.opengis.net/def/function/geosparql/eh": "missing", + "Translation DE for http://www.opengis.net/def/function/geosparql/isEmpty": "missing", + "Translation DE for http://www.opengis.net/def/function/geosparql/isSimple": "missing", + "Translation DE for http://www.opengis.net/def/function/geosparql/nonTopo": "missing", + "Translation DE for http://www.opengis.net/def/function/geosparql/rcc": "missing", + "Translation DE for http://www.opengis.net/def/function/geosparql/sf": "missing", + "Translation DE for http://www.opengis.net/def/geosparql/functions": "missing" + }, + "geo_de.ttl": { + "Translation DE for http://www.opengis.net/ont/geosparql#hasDefaultGeometry": "missing" + }, + "requirements_de.ttl": { + "Translation DE for http://www.opengis.net/def/geosparql/reqs": "missing", + "Translation DE for http://www.opengis.net/spec/geosparql/1.0/conf/core/spatial-object-properties": "missing", + "Translation DE for http://www.opengis.net/spec/geosparql/1.0/conf/query-rewrite-extension:": "missing", + "Translation DE for http://www.opengis.net/spec/geosparql/1.0/conf/topology-vocab-extension": "missing", + "Translation DE for http://www.opengis.net/spec/geosparql/1.0/conf/topology-vocab-extension/eh-spatial-relations": "missing", + "Translation DE for http://www.opengis.net/spec/geosparql/1.0/conf/topology-vocab-extension/rcc8-spatial-relations": "missing", + "Translation DE for http://www.opengis.net/spec/geosparql/1.0/conf/topology-vocab-extension/sf-spatial-relations": "missing", + "Translation DE for http://www.opengis.net/spec/geosparql/1.0/req/geosparql11reqs": "missing", + "Translation DE for http://www.opengis.net/spec/geosparql/1.0/req/topology-vocab-extension/eh-spatial-relations": "missing", + "Translation DE for http://www.opengis.net/spec/geosparql/1.0/req/topology-vocab-extension/rcc8-spatial-relations": "missing", + "Translation DE for http://www.opengis.net/spec/geosparql/1.0/req/topology-vocab-extension/sf-spatial-relations": "missing" + }, + "rules_de.ttl": { + "Translation DE for http://www.opengis.net/def/geosparql/functions": "missing", + "Translation DE for http://www.opengis.net/def/rule/geosparql/eh": "missing", + "Translation DE for http://www.opengis.net/def/rule/geosparql/rcc": "missing", + "Translation DE for http://www.opengis.net/def/rule/geosparql/sf": "missing" + }, + "sf_geometries_de.ttl": { + "Translation DE for http://www.opengis.net/ont/sf#Envelope": "missing", + "Translation DE for http://www.opengis.net/ont/sf#maximum": "missing", + "Translation DE for http://www.opengis.net/ont/sf#minimum": "missing" + } + }, + "../translations/fr": { + "functions_fr.ttl": { + "Translation FR for http://www.opengis.net/def/function/geosparql/area": "missing", + "Translation FR for http://www.opengis.net/def/function/geosparql/centroid": "missing", + "Translation FR for http://www.opengis.net/def/function/geosparql/common": "missing", + "Translation FR for http://www.opengis.net/def/function/geosparql/dimension": "missing", + "Translation FR for http://www.opengis.net/def/function/geosparql/eh": "missing", + "Translation FR for http://www.opengis.net/def/function/geosparql/isEmpty": "missing", + "Translation FR for http://www.opengis.net/def/function/geosparql/isSimple": "missing", + "Translation FR for http://www.opengis.net/def/function/geosparql/length": "missing", + "Translation FR for http://www.opengis.net/def/function/geosparql/nonTopo": "missing", + "Translation FR for http://www.opengis.net/def/function/geosparql/rcc": "missing", + "Translation FR for http://www.opengis.net/def/function/geosparql/sf": "missing", + "Translation FR for http://www.opengis.net/def/geosparql/functions": "missing" + }, + "geo_fr.ttl": { + "Translation FR for http://www.opengis.net/ont/geosparql#hasDefaultGeometry": "missing" + }, + "requirements_fr.ttl": { + "Translation FR for http://www.opengis.net/def/geosparql/reqs": "missing", + "Translation FR for http://www.opengis.net/spec/geosparql/1.0/conf/query-rewrite-extension:": "missing", + "Translation FR for http://www.opengis.net/spec/geosparql/1.0/conf/topology-vocab-extension": "missing", + "Translation FR for http://www.opengis.net/spec/geosparql/1.0/conf/topology-vocab-extension/eh-spatial-relations": "missing", + "Translation FR for http://www.opengis.net/spec/geosparql/1.0/conf/topology-vocab-extension/rcc8-spatial-relations": "missing", + "Translation FR for http://www.opengis.net/spec/geosparql/1.0/conf/topology-vocab-extension/sf-spatial-relations": "missing", + "Translation FR for http://www.opengis.net/spec/geosparql/1.0/req/topology-vocab-extension/eh-spatial-relations": "missing", + "Translation FR for http://www.opengis.net/spec/geosparql/1.0/req/topology-vocab-extension/rcc8-spatial-relations": "missing", + "Translation FR for http://www.opengis.net/spec/geosparql/1.0/req/topology-vocab-extension/sf-spatial-relations": "missing" + }, + "rules_fr.ttl": { + "Translation FR for http://www.opengis.net/def/geosparql/rules": "missing", + "Translation FR for http://www.opengis.net/def/rule/geosparql/eh": "missing", + "Translation FR for http://www.opengis.net/def/rule/geosparql/rcc": "missing", + "Translation FR for http://www.opengis.net/def/rule/geosparql/sf": "missing" + }, + "sf_geometries_fr.ttl": { + "Translation FR for http://www.opengis.net/ont/sf#Envelope": "missing", + "Translation FR for http://www.opengis.net/ont/sf#maximum": "missing", + "Translation FR for http://www.opengis.net/ont/sf#minimum": "missing" + } + } + }, + "GeoSPARQL Functions vs. RIF Rules": { + "../vocabularies/rules.ttl": {}, + "Spec Vocab Functions": {} + }, + "GeoSPARQL Functions vs. Requirements": { + "../vocabularies/geo.ttl": { + "http://www.opengis.net/spec/geosparql/1.0/req/core/feature-class": "missing", + "http://www.opengis.net/spec/geosparql/1.0/req/core/sparql-protocol": "missing", + "http://www.opengis.net/spec/geosparql/1.0/req/core/spatial-object-class": "missing", + "http://www.opengis.net/spec/geosparql/1.0/req/geometry-extension/feature-properties": "missing", + "http://www.opengis.net/spec/geosparql/1.0/req/geometry-extension/geometry-as-gml-literal": "missing", + "http://www.opengis.net/spec/geosparql/1.0/req/geometry-extension/geometry-as-wkt-literal": "missing", + "http://www.opengis.net/spec/geosparql/1.0/req/geometry-extension/geometry-class": "missing", + "http://www.opengis.net/spec/geosparql/1.0/req/geometry-extension/geometry-properties": "missing", + "http://www.opengis.net/spec/geosparql/1.0/req/geometry-extension/gml-literal": "missing", + "http://www.opengis.net/spec/geosparql/1.0/req/geometry-extension/gml-literal-empty": "missing", + "http://www.opengis.net/spec/geosparql/1.0/req/geometry-extension/gml-profile": "missing", + "http://www.opengis.net/spec/geosparql/1.0/req/geometry-extension/query-functions": "missing", + "http://www.opengis.net/spec/geosparql/1.0/req/geometry-extension/srid-function": "missing", + "http://www.opengis.net/spec/geosparql/1.0/req/geometry-extension/wkt-axis-order": "missing", + "http://www.opengis.net/spec/geosparql/1.0/req/geometry-extension/wkt-literal": "missing", + "http://www.opengis.net/spec/geosparql/1.0/req/geometry-extension/wkt-literal-default-srs": "missing", + "http://www.opengis.net/spec/geosparql/1.0/req/geometry-extension/wkt-literal-empty": "missing", + "http://www.opengis.net/spec/geosparql/1.0/req/geometry-topology-extension/eh-query-functions": "missing", + "http://www.opengis.net/spec/geosparql/1.0/req/geometry-topology-extension/rcc8-query-functions": "missing", + "http://www.opengis.net/spec/geosparql/1.0/req/geometry-topology-extension/relate-query-function": "missing", + "http://www.opengis.net/spec/geosparql/1.0/req/geometry-topology-extension/sf-query-functions": "missing", + "http://www.opengis.net/spec/geosparql/1.0/req/query-rewrite-extension/eh-query-rewrite": "missing", + "http://www.opengis.net/spec/geosparql/1.0/req/query-rewrite-extension/rcc8-query-rewrite": "missing", + "http://www.opengis.net/spec/geosparql/1.0/req/query-rewrite-extension/sf-query-rewrite": "missing", + "http://www.opengis.net/spec/geosparql/1.0/req/rdfs-entailment-extension/bgp-rdfs-ent": "missing", + "http://www.opengis.net/spec/geosparql/1.0/req/rdfs-entailment-extension/gml-geometry-types": "missing", + "http://www.opengis.net/spec/geosparql/1.0/req/rdfs-entailment-extension/wkt-geometry-types": "missing", + "http://www.opengis.net/spec/geosparql/1.0/req/topology-extension/eh-spatial-relations": "missing", + "http://www.opengis.net/spec/geosparql/1.0/req/topology-extension/rcc8-spatial-relations": "missing", + "http://www.opengis.net/spec/geosparql/1.0/req/topology-extension/sf-spatial-relations": "missing" + }, + "../vocabularies/requirements.ttl": { + "http://www.opengis.net/ont/geosparql": "missing", + "http://www.opengis.net/spec/geosparql/1.0": "missing" + } + }, + "GeoSPARQL Functions vs. Service Description": { + "../servicedescription/servicedescription_all_functions.ttl": {}, + "../vocabularies/functions.ttl": { + "http://www.opengis.net/def/function/geosparql/centroid": "missing", + "http://www.opengis.net/def/function/geosparql/dimension": "missing" + } + }, + "GeoSPARQL Functions vs. Spec": { + "../vocabularies/functions.ttl": {}, + "Spec Vocab Functions": { + "http://www.opengis.net/def/function/geosparql/boundary": "missing", + "http://www.opengis.net/def/function/geosparql/buffer": "missing", + "http://www.opengis.net/def/function/geosparql/convexHull": "missing", + "http://www.opengis.net/def/function/geosparql/difference": "missing", + "http://www.opengis.net/def/function/geosparql/distance": "missing", + "http://www.opengis.net/def/function/geosparql/ehContains": "missing", + "http://www.opengis.net/def/function/geosparql/ehCoveredBy": "missing", + "http://www.opengis.net/def/function/geosparql/ehCovers": "missing", + "http://www.opengis.net/def/function/geosparql/ehDisjoint": "missing", + "http://www.opengis.net/def/function/geosparql/ehEquals": "missing", + "http://www.opengis.net/def/function/geosparql/ehInside": "missing", + "http://www.opengis.net/def/function/geosparql/ehMeet": "missing", + "http://www.opengis.net/def/function/geosparql/ehOverlap": "missing", + "http://www.opengis.net/def/function/geosparql/envelope": "missing", + "http://www.opengis.net/def/function/geosparql/getSRID": "missing", + "http://www.opengis.net/def/function/geosparql/intersection": "missing", + "http://www.opengis.net/def/function/geosparql/rcc8dc": "missing", + "http://www.opengis.net/def/function/geosparql/rcc8ec": "missing", + "http://www.opengis.net/def/function/geosparql/rcc8eq": "missing", + "http://www.opengis.net/def/function/geosparql/rcc8ntpp": "missing", + "http://www.opengis.net/def/function/geosparql/rcc8ntppi": "missing", + "http://www.opengis.net/def/function/geosparql/rcc8po": "missing", + "http://www.opengis.net/def/function/geosparql/rcc8tpp": "missing", + "http://www.opengis.net/def/function/geosparql/rcc8tppi": "missing", + "http://www.opengis.net/def/function/geosparql/relate": "missing", + "http://www.opengis.net/def/function/geosparql/sfContains": "missing", + "http://www.opengis.net/def/function/geosparql/sfCrosses": "missing", + "http://www.opengis.net/def/function/geosparql/sfDisjoint": "missing", + "http://www.opengis.net/def/function/geosparql/sfEquals": "missing", + "http://www.opengis.net/def/function/geosparql/sfIntersects": "missing", + "http://www.opengis.net/def/function/geosparql/sfOverlaps": "missing", + "http://www.opengis.net/def/function/geosparql/sfTouches": "missing", + "http://www.opengis.net/def/function/geosparql/sfWithin": "missing", + "http://www.opengis.net/def/function/geosparql/symDifference": "missing", + "http://www.opengis.net/def/function/geosparql/union": "missing" + } + }, + "GeoSPARQL JSON-LD Context": { + "../contexts/geo-context.json": { + "http://www.opengis.net/ont/geosparql#ehOverlap": "missing", + "http://www.opengis.net/ont/geosparql#gmlLiteral": "missing", + "http://www.opengis.net/ont/geosparql#wktLiteral": "missing" + }, + "../vocabularies/geo.ttl": { + "http://www.opengis.net/ont/geosparql#": "missing", + "http://www.opengis.net/ont/geosparql#ehOverlaps": "missing", + "http://www.opengis.net/ont/geosparql#hasDefaultGeometry": "missing" + } + } +} \ No newline at end of file diff --git a/geosparql10/logfile.txt b/geosparql10/logfile.txt new file mode 100644 index 000000000..3763fce25 --- /dev/null +++ b/geosparql10/logfile.txt @@ -0,0 +1,352 @@ + +========== +Geo Functions from spec: 0 +========== + +========== +Geo Rules from spec: 0 +========== + +========== +Geo Vocab from spec: 0 +========== + +========== +COMPARISON: ../vocabularies/functions.ttl vs. ../servicedescription/servicedescription_all_functions.ttl +========== + +0 Functions missing in ../servicedescription/servicedescription_all_functions.ttl file: + +2 Functions missing in ../vocabularies/functions.ttl file: +- http://www.opengis.net/def/function/geosparql/centroid +- http://www.opengis.net/def/function/geosparql/dimension + +========== +COMPARISON: ../vocabularies/functions.ttl vs. Spec Vocab Functions +========== + +35 Functions missing in Spec Vocab Functions file: +- http://www.opengis.net/def/function/geosparql/boundary +- http://www.opengis.net/def/function/geosparql/buffer +- http://www.opengis.net/def/function/geosparql/convexHull +- http://www.opengis.net/def/function/geosparql/difference +- http://www.opengis.net/def/function/geosparql/distance +- http://www.opengis.net/def/function/geosparql/ehContains +- http://www.opengis.net/def/function/geosparql/ehCoveredBy +- http://www.opengis.net/def/function/geosparql/ehCovers +- http://www.opengis.net/def/function/geosparql/ehDisjoint +- http://www.opengis.net/def/function/geosparql/ehEquals +- http://www.opengis.net/def/function/geosparql/ehInside +- http://www.opengis.net/def/function/geosparql/ehMeet +- http://www.opengis.net/def/function/geosparql/ehOverlap +- http://www.opengis.net/def/function/geosparql/envelope +- http://www.opengis.net/def/function/geosparql/getSRID +- http://www.opengis.net/def/function/geosparql/intersection +- http://www.opengis.net/def/function/geosparql/rcc8dc +- http://www.opengis.net/def/function/geosparql/rcc8ec +- http://www.opengis.net/def/function/geosparql/rcc8eq +- http://www.opengis.net/def/function/geosparql/rcc8ntpp +- http://www.opengis.net/def/function/geosparql/rcc8ntppi +- http://www.opengis.net/def/function/geosparql/rcc8po +- http://www.opengis.net/def/function/geosparql/rcc8tpp +- http://www.opengis.net/def/function/geosparql/rcc8tppi +- http://www.opengis.net/def/function/geosparql/relate +- http://www.opengis.net/def/function/geosparql/sfContains +- http://www.opengis.net/def/function/geosparql/sfCrosses +- http://www.opengis.net/def/function/geosparql/sfDisjoint +- http://www.opengis.net/def/function/geosparql/sfEquals +- http://www.opengis.net/def/function/geosparql/sfIntersects +- http://www.opengis.net/def/function/geosparql/sfOverlaps +- http://www.opengis.net/def/function/geosparql/sfTouches +- http://www.opengis.net/def/function/geosparql/sfWithin +- http://www.opengis.net/def/function/geosparql/symDifference +- http://www.opengis.net/def/function/geosparql/union + +0 Functions missing in ../vocabularies/functions.ttl file: + +========== +COMPARISON: ../vocabularies/rules.ttl vs. Spec Vocab Functions +========== + +0 Functions missing in Spec Vocab Functions file: + +0 Functions missing in ../vocabularies/rules.ttl file: + +========== +COMPARISON: ../contexts/geo-context.json vs. ../vocabularies/geo.ttl +========== + +3 Functions missing in ../vocabularies/geo.ttl file: +- http://www.opengis.net/ont/geosparql# +- http://www.opengis.net/ont/geosparql#ehOverlaps +- http://www.opengis.net/ont/geosparql#hasDefaultGeometry + +3 Functions missing in ../contexts/geo-context.json file: +- http://www.opengis.net/ont/geosparql#ehOverlap +- http://www.opengis.net/ont/geosparql#gmlLiteral +- http://www.opengis.net/ont/geosparql#wktLiteral + +========== +COMPARISON: ../vocabularies/geo.ttl vs. ../vocabularies/requirements.ttl +========== + +2 Functions missing in ../vocabularies/requirements.ttl file: +- http://www.opengis.net/ont/geosparql +- http://www.opengis.net/spec/geosparql/1.0 + +30 Functions missing in ../vocabularies/geo.ttl file: +- http://www.opengis.net/spec/geosparql/1.0/req/core/feature-class +- http://www.opengis.net/spec/geosparql/1.0/req/core/sparql-protocol +- http://www.opengis.net/spec/geosparql/1.0/req/core/spatial-object-class +- http://www.opengis.net/spec/geosparql/1.0/req/geometry-extension/feature-properties +- http://www.opengis.net/spec/geosparql/1.0/req/geometry-extension/geometry-as-gml-literal +- http://www.opengis.net/spec/geosparql/1.0/req/geometry-extension/geometry-as-wkt-literal +- http://www.opengis.net/spec/geosparql/1.0/req/geometry-extension/geometry-class +- http://www.opengis.net/spec/geosparql/1.0/req/geometry-extension/geometry-properties +- http://www.opengis.net/spec/geosparql/1.0/req/geometry-extension/gml-literal +- http://www.opengis.net/spec/geosparql/1.0/req/geometry-extension/gml-literal-empty +- http://www.opengis.net/spec/geosparql/1.0/req/geometry-extension/gml-profile +- http://www.opengis.net/spec/geosparql/1.0/req/geometry-extension/query-functions +- http://www.opengis.net/spec/geosparql/1.0/req/geometry-extension/srid-function +- http://www.opengis.net/spec/geosparql/1.0/req/geometry-extension/wkt-axis-order +- http://www.opengis.net/spec/geosparql/1.0/req/geometry-extension/wkt-literal +- http://www.opengis.net/spec/geosparql/1.0/req/geometry-extension/wkt-literal-default-srs +- http://www.opengis.net/spec/geosparql/1.0/req/geometry-extension/wkt-literal-empty +- http://www.opengis.net/spec/geosparql/1.0/req/geometry-topology-extension/eh-query-functions +- http://www.opengis.net/spec/geosparql/1.0/req/geometry-topology-extension/rcc8-query-functions +- http://www.opengis.net/spec/geosparql/1.0/req/geometry-topology-extension/relate-query-function +- http://www.opengis.net/spec/geosparql/1.0/req/geometry-topology-extension/sf-query-functions +- http://www.opengis.net/spec/geosparql/1.0/req/query-rewrite-extension/eh-query-rewrite +- http://www.opengis.net/spec/geosparql/1.0/req/query-rewrite-extension/rcc8-query-rewrite +- http://www.opengis.net/spec/geosparql/1.0/req/query-rewrite-extension/sf-query-rewrite +- http://www.opengis.net/spec/geosparql/1.0/req/rdfs-entailment-extension/bgp-rdfs-ent +- http://www.opengis.net/spec/geosparql/1.0/req/rdfs-entailment-extension/gml-geometry-types +- http://www.opengis.net/spec/geosparql/1.0/req/rdfs-entailment-extension/wkt-geometry-types +- http://www.opengis.net/spec/geosparql/1.0/req/topology-extension/eh-spatial-relations +- http://www.opengis.net/spec/geosparql/1.0/req/topology-extension/rcc8-spatial-relations +- http://www.opengis.net/spec/geosparql/1.0/req/topology-extension/sf-spatial-relations + +========== +COMPARISON: rules_de.ttl vs. rules.ttl +========== +Translation DE missing for http://www.opengis.net/def/rule/geosparql/rcc [rules.ttl] +Translation DE missing for http://www.opengis.net/def/rule/geosparql/sf [rules.ttl] +Translation DE missing for http://www.opengis.net/def/rule/geosparql/eh [rules.ttl] +Translation DE missing for http://www.opengis.net/def/rule/geosparql/sf [rules.ttl] +Translation DE missing for http://www.opengis.net/def/geosparql/functions [rules.ttl] +Translation DE missing for http://www.opengis.net/def/rule/geosparql/eh [rules.ttl] +Translation DE missing for http://www.opengis.net/def/rule/geosparql/sf [rules.ttl] +Translation DE missing for http://www.opengis.net/def/rule/geosparql/rcc [rules.ttl] +Translation DE missing for http://www.opengis.net/def/geosparql/functions [rules.ttl] +Translation DE missing for http://www.opengis.net/def/rule/geosparql/rcc [rules.ttl] +Translation DE missing for http://www.opengis.net/def/rule/geosparql/eh [rules.ttl] + +========== +COMPARISON: geo_de.ttl vs. geo.ttl +========== +Translation DE missing for http://www.opengis.net/ont/geosparql#hasDefaultGeometry [geo.ttl] +Translation DE missing for http://www.opengis.net/ont/geosparql#hasDefaultGeometry [geo.ttl] +Translation DE missing for http://www.opengis.net/ont/geosparql#hasDefaultGeometry [geo.ttl] + +========== +COMPARISON: requirements_de.ttl vs. requirements.ttl +========== +Translation DE missing for http://www.opengis.net/def/geosparql/reqs [requirements.ttl] +Translation DE missing for http://www.opengis.net/spec/geosparql/1.0/conf/query-rewrite-extension: [requirements.ttl] +Translation DE missing for http://www.opengis.net/def/geosparql/reqs [requirements.ttl] +Translation DE missing for http://www.opengis.net/spec/geosparql/1.0/conf/topology-vocab-extension/eh-spatial-relations [requirements.ttl] +Translation DE missing for http://www.opengis.net/spec/geosparql/1.0/req/topology-vocab-extension/sf-spatial-relations [requirements.ttl] +Translation DE missing for http://www.opengis.net/spec/geosparql/1.0/conf/core/spatial-object-properties [requirements.ttl] +Translation DE missing for http://www.opengis.net/spec/geosparql/1.0/conf/topology-vocab-extension/sf-spatial-relations [requirements.ttl] +Translation DE missing for http://www.opengis.net/def/geosparql/reqs [requirements.ttl] +Translation DE missing for http://www.opengis.net/spec/geosparql/1.0/conf/topology-vocab-extension [requirements.ttl] +Translation DE missing for http://www.opengis.net/spec/geosparql/1.0/conf/core/spatial-object-properties [requirements.ttl] +Translation DE missing for http://www.opengis.net/spec/geosparql/1.0/req/topology-vocab-extension/eh-spatial-relations [requirements.ttl] +Translation DE missing for http://www.opengis.net/spec/geosparql/1.0/conf/topology-vocab-extension/sf-spatial-relations [requirements.ttl] +Translation DE missing for http://www.opengis.net/spec/geosparql/1.0/conf/topology-vocab-extension/sf-spatial-relations [requirements.ttl] +Translation DE missing for http://www.opengis.net/spec/geosparql/1.0/conf/topology-vocab-extension/eh-spatial-relations [requirements.ttl] +Translation DE missing for http://www.opengis.net/spec/geosparql/1.0/req/topology-vocab-extension/eh-spatial-relations [requirements.ttl] +Translation DE missing for http://www.opengis.net/spec/geosparql/1.0/conf/topology-vocab-extension/eh-spatial-relations [requirements.ttl] +Translation DE missing for http://www.opengis.net/spec/geosparql/1.0/req/topology-vocab-extension/sf-spatial-relations [requirements.ttl] +Translation DE missing for http://www.opengis.net/spec/geosparql/1.0/conf/topology-vocab-extension/rcc8-spatial-relations [requirements.ttl] +Translation DE missing for http://www.opengis.net/spec/geosparql/1.0/req/topology-vocab-extension/eh-spatial-relations [requirements.ttl] +Translation DE missing for http://www.opengis.net/spec/geosparql/1.0/conf/core/spatial-object-properties [requirements.ttl] +Translation DE missing for http://www.opengis.net/spec/geosparql/1.0/conf/topology-vocab-extension/rcc8-spatial-relations [requirements.ttl] +Translation DE missing for http://www.opengis.net/spec/geosparql/1.0/conf/topology-vocab-extension [requirements.ttl] +Translation DE missing for http://www.opengis.net/spec/geosparql/1.0/conf/topology-vocab-extension [requirements.ttl] +Translation DE missing for http://www.opengis.net/spec/geosparql/1.0/req/topology-vocab-extension/rcc8-spatial-relations [requirements.ttl] +Translation DE missing for http://www.opengis.net/def/geosparql/reqs [requirements.ttl] +Translation DE missing for http://www.opengis.net/spec/geosparql/1.0/conf/topology-vocab-extension/eh-spatial-relations [requirements.ttl] +Translation DE missing for http://www.opengis.net/spec/geosparql/1.0/conf/query-rewrite-extension: [requirements.ttl] +Translation DE missing for http://www.opengis.net/def/geosparql/reqs [requirements.ttl] +Translation DE missing for http://www.opengis.net/def/geosparql/reqs [requirements.ttl] +Translation DE missing for http://www.opengis.net/spec/geosparql/1.0/req/topology-vocab-extension/sf-spatial-relations [requirements.ttl] +Translation DE missing for http://www.opengis.net/spec/geosparql/1.0/req/geosparql11reqs [requirements.ttl] +Translation DE missing for http://www.opengis.net/def/geosparql/reqs [requirements.ttl] +Translation DE missing for http://www.opengis.net/spec/geosparql/1.0/conf/topology-vocab-extension/rcc8-spatial-relations [requirements.ttl] +Translation DE missing for http://www.opengis.net/spec/geosparql/1.0/conf/topology-vocab-extension/sf-spatial-relations [requirements.ttl] +Translation DE missing for http://www.opengis.net/spec/geosparql/1.0/req/geosparql11reqs [requirements.ttl] +Translation DE missing for http://www.opengis.net/def/geosparql/reqs [requirements.ttl] +Translation DE missing for http://www.opengis.net/spec/geosparql/1.0/req/topology-vocab-extension/rcc8-spatial-relations [requirements.ttl] +Translation DE missing for http://www.opengis.net/spec/geosparql/1.0/conf/topology-vocab-extension/rcc8-spatial-relations [requirements.ttl] +Translation DE missing for http://www.opengis.net/spec/geosparql/1.0/conf/core/spatial-object-properties [requirements.ttl] +Translation DE missing for http://www.opengis.net/spec/geosparql/1.0/conf/query-rewrite-extension: [requirements.ttl] +Translation DE missing for http://www.opengis.net/spec/geosparql/1.0/req/topology-vocab-extension/rcc8-spatial-relations [requirements.ttl] +Translation DE missing for http://www.opengis.net/spec/geosparql/1.0/req/geosparql11reqs [requirements.ttl] + +========== +COMPARISON: functions_de.ttl vs. functions.ttl +========== +Translation DE missing for http://www.opengis.net/def/function/geosparql/dimension [functions.ttl] +Translation DE missing for http://www.opengis.net/def/geosparql/functions [functions.ttl] +Translation DE missing for http://www.opengis.net/def/function/geosparql/nonTopo [functions.ttl] +Translation DE missing for http://www.opengis.net/def/function/geosparql/eh [functions.ttl] +Translation DE missing for http://www.opengis.net/def/function/geosparql/common [functions.ttl] +Translation DE missing for http://www.opengis.net/def/function/geosparql/asGML [functions.ttl] +Translation DE missing for http://www.opengis.net/def/function/geosparql/asWKT [functions.ttl] +Translation DE missing for http://www.opengis.net/def/function/geosparql/nonTopo [functions.ttl] +Translation DE missing for http://www.opengis.net/def/function/geosparql/eh [functions.ttl] +Translation DE missing for http://www.opengis.net/def/function/geosparql/rcc [functions.ttl] +Translation DE missing for http://www.opengis.net/def/function/geosparql/sf [functions.ttl] +Translation DE missing for http://www.opengis.net/def/function/geosparql/common [functions.ttl] +Translation DE missing for http://www.opengis.net/def/function/geosparql/asGML [functions.ttl] +Translation DE missing for http://www.opengis.net/def/function/geosparql/isSimple [functions.ttl] +Translation DE missing for http://www.opengis.net/def/function/geosparql/asWKT [functions.ttl] +Translation DE missing for http://www.opengis.net/def/function/geosparql/rcc [functions.ttl] +Translation DE missing for http://www.opengis.net/def/function/geosparql/isEmpty [functions.ttl] +Translation DE missing for http://www.opengis.net/def/function/geosparql/isEmpty [functions.ttl] +Translation DE missing for http://www.opengis.net/def/function/geosparql/common [functions.ttl] +Translation DE missing for http://www.opengis.net/def/function/geosparql/isSimple [functions.ttl] +Translation DE missing for http://www.opengis.net/def/function/geosparql/sf [functions.ttl] +Translation DE missing for http://www.opengis.net/def/function/geosparql/asGML [functions.ttl] +Translation DE missing for http://www.opengis.net/def/function/geosparql/sf [functions.ttl] +Translation DE missing for http://www.opengis.net/def/geosparql/functions [functions.ttl] +Translation DE missing for http://www.opengis.net/def/function/geosparql/eh [functions.ttl] +Translation DE missing for http://www.opengis.net/def/function/geosparql/dimension [functions.ttl] +Translation DE missing for http://www.opengis.net/def/function/geosparql/isEmpty [functions.ttl] +Translation DE missing for http://www.opengis.net/def/function/geosparql/isSimple [functions.ttl] +Translation DE missing for http://www.opengis.net/def/function/geosparql/asWKT [functions.ttl] +Translation DE missing for http://www.opengis.net/def/function/geosparql/nonTopo [functions.ttl] +Translation DE missing for http://www.opengis.net/def/function/geosparql/rcc [functions.ttl] +Translation DE missing for http://www.opengis.net/def/function/geosparql/dimension [functions.ttl] + +========== +COMPARISON: sf_geometries_de.ttl vs. sf_geometries.ttl +========== +Translation DE missing for http://www.opengis.net/ont/sf#Envelope [sf_geometries.ttl] +Translation DE missing for http://www.opengis.net/ont/sf#Envelope [sf_geometries.ttl] +Translation DE missing for http://www.opengis.net/ont/sf#minimum [sf_geometries.ttl] +Translation DE missing for http://www.opengis.net/ont/sf#minimum [sf_geometries.ttl] +Translation DE missing for http://www.opengis.net/ont/sf#maximum [sf_geometries.ttl] +Translation DE missing for http://www.opengis.net/ont/sf#maximum [sf_geometries.ttl] + +========== +COMPARISON: requirements_fr.ttl vs. requirements.ttl +========== +Translation FR missing for http://www.opengis.net/spec/geosparql/1.0/conf/topology-vocab-extension/rcc8-spatial-relations [requirements.ttl] +Translation FR missing for http://www.opengis.net/def/geosparql/reqs [requirements.ttl] +Translation FR missing for http://www.opengis.net/spec/geosparql/1.0/conf/topology-vocab-extension/eh-spatial-relations [requirements.ttl] +Translation FR missing for http://www.opengis.net/spec/geosparql/1.0/req/topology-vocab-extension/sf-spatial-relations [requirements.ttl] +Translation FR missing for http://www.opengis.net/spec/geosparql/1.0/req/topology-vocab-extension/sf-spatial-relations [requirements.ttl] +Translation FR missing for http://www.opengis.net/spec/geosparql/1.0/conf/topology-vocab-extension/eh-spatial-relations [requirements.ttl] +Translation FR missing for http://www.opengis.net/spec/geosparql/1.0/conf/topology-vocab-extension/rcc8-spatial-relations [requirements.ttl] +Translation FR missing for http://www.opengis.net/spec/geosparql/1.0/conf/topology-vocab-extension/sf-spatial-relations [requirements.ttl] +Translation FR missing for http://www.opengis.net/def/geosparql/reqs [requirements.ttl] +Translation FR missing for http://www.opengis.net/spec/geosparql/1.0/conf/topology-vocab-extension [requirements.ttl] +Translation FR missing for http://www.opengis.net/spec/geosparql/1.0/conf/topology-vocab-extension/rcc8-spatial-relations [requirements.ttl] +Translation FR missing for http://www.opengis.net/spec/geosparql/1.0/req/topology-vocab-extension/eh-spatial-relations [requirements.ttl] +Translation FR missing for http://www.opengis.net/spec/geosparql/1.0/req/topology-vocab-extension/eh-spatial-relations [requirements.ttl] +Translation FR missing for http://www.opengis.net/def/geosparql/reqs [requirements.ttl] +Translation FR missing for http://www.opengis.net/spec/geosparql/1.0/conf/topology-vocab-extension/eh-spatial-relations [requirements.ttl] +Translation FR missing for http://www.opengis.net/spec/geosparql/1.0/req/topology-vocab-extension/rcc8-spatial-relations [requirements.ttl] +Translation FR missing for http://www.opengis.net/spec/geosparql/1.0/req/topology-vocab-extension/rcc8-spatial-relations [requirements.ttl] +Translation FR missing for http://www.opengis.net/spec/geosparql/1.0/conf/topology-vocab-extension/rcc8-spatial-relations [requirements.ttl] +Translation FR missing for http://www.opengis.net/spec/geosparql/1.0/conf/topology-vocab-extension [requirements.ttl] +Translation FR missing for http://www.opengis.net/spec/geosparql/1.0/conf/topology-vocab-extension/sf-spatial-relations [requirements.ttl] +Translation FR missing for http://www.opengis.net/spec/geosparql/1.0/req/topology-vocab-extension/rcc8-spatial-relations [requirements.ttl] +Translation FR missing for http://www.opengis.net/def/geosparql/reqs [requirements.ttl] +Translation FR missing for http://www.opengis.net/spec/geosparql/1.0/conf/query-rewrite-extension: [requirements.ttl] +Translation FR missing for http://www.opengis.net/def/geosparql/reqs [requirements.ttl] +Translation FR missing for http://www.opengis.net/def/geosparql/reqs [requirements.ttl] +Translation FR missing for http://www.opengis.net/spec/geosparql/1.0/req/topology-vocab-extension/sf-spatial-relations [requirements.ttl] +Translation FR missing for http://www.opengis.net/spec/geosparql/1.0/req/topology-vocab-extension/eh-spatial-relations [requirements.ttl] +Translation FR missing for http://www.opengis.net/spec/geosparql/1.0/conf/topology-vocab-extension/sf-spatial-relations [requirements.ttl] +Translation FR missing for http://www.opengis.net/spec/geosparql/1.0/conf/topology-vocab-extension [requirements.ttl] +Translation FR missing for http://www.opengis.net/def/geosparql/reqs [requirements.ttl] +Translation FR missing for http://www.opengis.net/spec/geosparql/1.0/conf/topology-vocab-extension/sf-spatial-relations [requirements.ttl] +Translation FR missing for http://www.opengis.net/def/geosparql/reqs [requirements.ttl] +Translation FR missing for http://www.opengis.net/spec/geosparql/1.0/conf/query-rewrite-extension: [requirements.ttl] +Translation FR missing for http://www.opengis.net/spec/geosparql/1.0/conf/query-rewrite-extension: [requirements.ttl] +Translation FR missing for http://www.opengis.net/spec/geosparql/1.0/conf/topology-vocab-extension/eh-spatial-relations [requirements.ttl] +Translation FR missing for http://www.opengis.net/def/geosparql/reqs [requirements.ttl] + +========== +COMPARISON: sf_geometries_fr.ttl vs. sf_geometries.ttl +========== +Translation FR missing for http://www.opengis.net/ont/sf#minimum [sf_geometries.ttl] +Translation FR missing for http://www.opengis.net/ont/sf#maximum [sf_geometries.ttl] +Translation FR missing for http://www.opengis.net/ont/sf#Envelope [sf_geometries.ttl] +Translation FR missing for http://www.opengis.net/ont/sf#maximum [sf_geometries.ttl] +Translation FR missing for http://www.opengis.net/ont/sf#Envelope [sf_geometries.ttl] +Translation FR missing for http://www.opengis.net/ont/sf#minimum [sf_geometries.ttl] + +========== +COMPARISON: functions_fr.ttl vs. functions.ttl +========== +Translation FR missing for http://www.opengis.net/def/function/geosparql/isEmpty [functions.ttl] +Translation FR missing for http://www.opengis.net/def/function/geosparql/rcc [functions.ttl] +Translation FR missing for http://www.opengis.net/def/function/geosparql/common [functions.ttl] +Translation FR missing for http://www.opengis.net/def/function/geosparql/eh [functions.ttl] +Translation FR missing for http://www.opengis.net/def/function/geosparql/isSimple [functions.ttl] +Translation FR missing for http://www.opengis.net/def/function/geosparql/length [functions.ttl] +Translation FR missing for http://www.opengis.net/def/function/geosparql/nonTopo [functions.ttl] +Translation FR missing for http://www.opengis.net/def/function/geosparql/isEmpty [functions.ttl] +Translation FR missing for http://www.opengis.net/def/function/geosparql/length [functions.ttl] +Translation FR missing for http://www.opengis.net/def/function/geosparql/common [functions.ttl] +Translation FR missing for http://www.opengis.net/def/function/geosparql/isEmpty [functions.ttl] +Translation FR missing for http://www.opengis.net/def/function/geosparql/centroid [functions.ttl] +Translation FR missing for http://www.opengis.net/def/function/geosparql/dimension [functions.ttl] +Translation FR missing for http://www.opengis.net/def/function/geosparql/isSimple [functions.ttl] +Translation FR missing for http://www.opengis.net/def/function/geosparql/length [functions.ttl] +Translation FR missing for http://www.opengis.net/def/function/geosparql/sf [functions.ttl] +Translation FR missing for http://www.opengis.net/def/function/geosparql/eh [functions.ttl] +Translation FR missing for http://www.opengis.net/def/function/geosparql/nonTopo [functions.ttl] +Translation FR missing for http://www.opengis.net/def/function/geosparql/common [functions.ttl] +Translation FR missing for http://www.opengis.net/def/function/geosparql/isSimple [functions.ttl] +Translation FR missing for http://www.opengis.net/def/function/geosparql/centroid [functions.ttl] +Translation FR missing for http://www.opengis.net/def/function/geosparql/nonTopo [functions.ttl] +Translation FR missing for http://www.opengis.net/def/function/geosparql/area [functions.ttl] +Translation FR missing for http://www.opengis.net/def/function/geosparql/area [functions.ttl] +Translation FR missing for http://www.opengis.net/def/geosparql/functions [functions.ttl] +Translation FR missing for http://www.opengis.net/def/geosparql/functions [functions.ttl] +Translation FR missing for http://www.opengis.net/def/function/geosparql/sf [functions.ttl] +Translation FR missing for http://www.opengis.net/def/function/geosparql/eh [functions.ttl] +Translation FR missing for http://www.opengis.net/def/function/geosparql/sf [functions.ttl] +Translation FR missing for http://www.opengis.net/def/function/geosparql/rcc [functions.ttl] +Translation FR missing for http://www.opengis.net/def/function/geosparql/dimension [functions.ttl] +Translation FR missing for http://www.opengis.net/def/function/geosparql/centroid [functions.ttl] +Translation FR missing for http://www.opengis.net/def/function/geosparql/rcc [functions.ttl] +Translation FR missing for http://www.opengis.net/def/function/geosparql/dimension [functions.ttl] +Translation FR missing for http://www.opengis.net/def/geosparql/functions [functions.ttl] +Translation FR missing for http://www.opengis.net/def/function/geosparql/area [functions.ttl] + +========== +COMPARISON: rules_fr.ttl vs. rules.ttl +========== +Translation FR missing for http://www.opengis.net/def/rule/geosparql/eh [rules.ttl] +Translation FR missing for http://www.opengis.net/def/geosparql/rules [rules.ttl] +Translation FR missing for http://www.opengis.net/def/rule/geosparql/rcc [rules.ttl] +Translation FR missing for http://www.opengis.net/def/rule/geosparql/sf [rules.ttl] +Translation FR missing for http://www.opengis.net/def/rule/geosparql/eh [rules.ttl] +Translation FR missing for http://www.opengis.net/def/rule/geosparql/sf [rules.ttl] +Translation FR missing for http://www.opengis.net/def/rule/geosparql/rcc [rules.ttl] +Translation FR missing for http://www.opengis.net/def/rule/geosparql/eh [rules.ttl] +Translation FR missing for http://www.opengis.net/def/rule/geosparql/sf [rules.ttl] +Translation FR missing for http://www.opengis.net/def/rule/geosparql/rcc [rules.ttl] + +========== +COMPARISON: geo_fr.ttl vs. geo.ttl +========== +Translation FR missing for http://www.opengis.net/ont/geosparql#hasDefaultGeometry [geo.ttl] +Translation FR missing for http://www.opengis.net/ont/geosparql#hasDefaultGeometry [geo.ttl] +Translation FR missing for http://www.opengis.net/ont/geosparql#hasDefaultGeometry [geo.ttl] diff --git a/geosparql10/profile.ttl b/geosparql10/profile.ttl new file mode 100644 index 000000000..694e54d8a --- /dev/null +++ b/geosparql10/profile.ttl @@ -0,0 +1,78 @@ +PREFIX dcterms: +PREFIX owl: +PREFIX prof: +PREFIX rdfs: +PREFIX role: +PREFIX sdo: +PREFIX skos: +PREFIX xsd: + + + a prof:Profile ; + dcterms:created "2020-11-20"^^xsd:date ; + dcterms:description "This is a 'profile declaration' for the GeoSPARQL 1.0 specification (standard) as originally published in 2012. It describes the multiple parts of the specification and how the standard relates to other standards. It is formulated according to the Profiles Vocabulary."@en ; + dcterms:issued "2021"^^xsd:gYear ; + dcterms:modified "2020-12-22"^^xsd:date ; + dcterms:publisher ; + dcterms:title "GeoSPARQL 1.0 Profile" ; + owl:versionIRI ; + owl:versionInfo "OGC GeoSPARQL 1.0" ; + skos:scopeNote "Profile declarations are used to allow data to identify specifications in a way that allows data to make conformance claims to them - a broader conformance claim than that made to individual 'conformance classes' that are commonly found in recent OGC specifications. Profile declarations are also used to describe and relate the often multiple parts of specifications: ontologies, specification 'documents', vocabularies, validators and so on. This declaration describes where those parts are, what form (format) they take, what information models they implement and what roles they play."@en ; + prof:hasResource + , + , + , + ; +. + + + dcterms:conformsTo ; + dcterms:description "An OWL ontology (vocabulary) of the GML geometry types"@en ; + dcterms:format "text/xml" ; + dcterms:title "GML Geometry Types Vocabulary"@en ; + prof:hasArtifact "https://schemas.opengis.net/gml/3.2.1/gml_32_geometries.rdf"^^xsd:anyURI ; + prof:hasRole role:vocabulary ; +. + + + dcterms:conformsTo ; + dcterms:description "all GeoSPARQL functions and rules presented as a SKOS vocabulary"@en ; + dcterms:format "text/turtle" ; + dcterms:title "GeoSPARQL Functions & Rules vocabulary"@en ; + prof:hasArtifact ; + prof:hasRole role:vocabulary ; +. + + + dcterms:format "application/pdf" ; + dcterms:title "GeoSPARQL Specification Document as a PDF"@en ; + prof:hasArtifact ; + prof:hasRole role:specification ; +. + + + dcterms:conformsTo ; + dcterms:description "The GeoSPARQL 1.1 ontology in RDF (turtle)"@en ; + dcterms:format "application/rdf+xml" ; + dcterms:title "GeoSPARQL Ontology"@en ; + prof:hasArtifact ; + prof:hasRole role:scheme ; +. + + + dcterms:conformsTo ; + dcterms:description "An OWL ontology (vocabulary) of the Simple Features geometry types"@en ; + dcterms:format "text/xml" ; + dcterms:title "Simple Features Vocabulary"@en ; + rdfs:comment "A Turtle format artifact for this Resource is present in the GeoSPARQL 1.0 profile repository. It includes ontology annotations (title, date etc.) not present in the online artifact referenced here."@en ; + prof:hasArtifact ; + prof:hasRole role:vocabulary ; +. + + + a + owl:NamedIndividual , + sdo:Organization ; + sdo:name "Open Geospatial Consortium" ; + sdo:url ; +. diff --git a/geosparql10/pylode.log b/geosparql10/pylode.log new file mode 100644 index 000000000..e69de29bb diff --git a/geosparql10/rules.html b/geosparql10/rules.html new file mode 100644 index 000000000..155270ffa --- /dev/null +++ b/geosparql10/rules.html @@ -0,0 +1,888 @@ + + + + GeoSPARQL geor + + + + + + + + + +
made by + pyLODE + 2.13.2 +
+

GeoSPARQL geor

+

A taxonomy

+
+

Concept Scheme

+
+
URI
+
http://www.opengis.net/def/rule/geosparql/
+
Source
+
http://www.opengis.net/doc/geosparql/1.0
+
Ontology RDF
+
RDF (turtle)
+
+
+
+

Table of Contents

+
    +
  1. Collections
  2. +
  3. Concepts
  4. +
  5. Namespaces
  6. +
  7. Legend
  8. +
+
+
+

Overview

+
+
 
+
Figure 1: Taxonomy overview
+
+
+
+

Collections

+ +
+

GeoSPARQL georcol

+ + + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/rule/geosparql/
Source + http://www.opengis.net/doc/geosparql/1.0 +
Members + intersectscon, + containscon, + tangential proper partcon, + externally connectedcon, + partially overlappingcon, + insidecon, + disjointcon, + crossescon, + overlapcon, + touchescon, + overlapscon, + equalscon, + equalscon, + withincon, + non-tangential proper partcon, + non-tangential proper part inversecon, + disjointcon, + containscon, + equalscon, + disconnectedcon, + meetcon, + covered bycon, + coverscon, + tangential proper part inversecon +
+
+
+
+

Concepts

+
    + +
+
+

containscon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/rule/geosparql/ehContains
Definition +

A query rewrite rule used to determine if one spatial object contains another spatial object based on their associated primary geometry objects.


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

covered bycon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/rule/geosparql/ehCoveredBy
Definition +

A query rewrite rule used to determine if one spatial object is covered by another spatial object based on their associated primary geometry objects.


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

coverscon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/rule/geosparql/ehCovers
Definition +

A query rewrite rule used to determine if one spatial object covers another spatial object based on their associated primary geometry objects.


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

disjointcon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/rule/geosparql/ehDisjoint
Definition +

A query rewrite rule used to determine if two spatial objects are disjoint based on their associated primary geometry objects.


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

equalscon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/rule/geosparql/ehEquals
Definition +

A query rewrite rule used to determine if two spatial objects are equal based on their associated primary geometry objects.


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

insidecon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/rule/geosparql/ehInside
Definition +

A query rewrite rule used to determine if one spatial object is inside another spatial object based on their associated primary geometry objects.


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

meetcon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/rule/geosparql/ehMeet
Definition +

A query rewrite rule used to determine if two spatial objects meet based on their associated primary geometry objects.


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

overlapcon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/rule/geosparql/ehOverlap
Definition +

A query rewrite rule used to determine if two spatial objects overlap based on their associated primary geometry objects.


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

disconnectedcon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/rule/geosparql/rcc8dc
Definition +

A query rewrite rule used to determine if two spatial objects are disjoint based on their associated primary geometry objects.


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

externally connectedcon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/rule/geosparql/rcc8ec
Definition +

A query rewrite rule used to determine if two spatial objects are externally connected based on their associated primary geometry objects.


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

equalscon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/rule/geosparql/rcc8eq
Definition +

A query rewrite rule used to determine two spatial objects are equal based on their associated primary geometry objects.


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

non-tangential proper partcon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/rule/geosparql/rcc8ntpp
Definition +

A query rewrite rule used to determine if one spatial object is a non-tangential proper part of another spatial object based on their associated primary geometry objects.


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

non-tangential proper part inversecon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/rule/geosparql/rcc8ntppi
Definition +

A query rewrite rule used to determine if one spatial object is a non-tangential proper part inverse of another spatial object based on their associated primary geometry objects.


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

partially overlappingcon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/rule/geosparql/rcc8po
Definition +

A query rewrite rule used to determine if two spatial objects partially overlap based on their associated primary geometry objects.


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

tangential proper partcon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/rule/geosparql/rcc8tpp
Definition +

A query rewrite rule used to determine if one spatial object is a tangential proper part of another spatial object based on their associated geometry objects.


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

tangential proper part inversecon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/rule/geosparql/rcc8tppi
Definition +

A query rewrite rule used to determine if one spatial object is a tangential proper part inverse of another spatial object based on their associated primary geometry objects.


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

containscon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/rule/geosparql/sfContains
Definition +

A query rewrite rule used to determine if one spatial object contains another spatial object based on their associated primary geometry objects.


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

crossescon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/rule/geosparql/sfCrosses
Definition +

A query rewrite rule used to determine if two spatial objects cross based their associated primary geometry objects.


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

disjointcon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/rule/geosparql/sfDisjoint
Definition +

A query rewrite rule used to determine if two spatial objects are disjoint based on their associated primary geometry objects.


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

equalscon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/rule/geosparql/sfEquals
Definition +

A query rewrite rule used to determine if two spatial objects are equal based on their associated primary geometry objects.


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

intersectscon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/rule/geosparql/sfIntersects
Definition +

A query rewrite rule used to determine if two spatial objects intersect based on their associated primary geometry objects.


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

overlapscon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/rule/geosparql/sfOverlaps
Definition +

A query rewrite rule used to determine if two spatial objects overlap based on their associated primary geometry objects.


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

touchescon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/rule/geosparql/sfTouches
Definition +

A query rewrite rule used to determine if two spatial objects touch based on their associated primary geometry objects.


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+

withincon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/def/rule/geosparql/sfWithin
Definition +

A query rewrite rule used to determine if one spatial object is within another spatial object based on their associated geometry objects.


+
Source + http://www.opengis.net/doc/geosparql/1.0 +
+
+
+ +
+

Namespaces

+
+
default (:)
+
http://www.opengis.net/def/rule/geosparql/
+
brick
+
https://brickschema.org/schema/Brick#
+
csvw
+
http://www.w3.org/ns/csvw#
+
dc
+
http://purl.org/dc/elements/1.1/
+
dcam
+
http://purl.org/dc/dcam/
+
dcat
+
http://www.w3.org/ns/dcat#
+
dcmitype
+
http://purl.org/dc/dcmitype/
+
dcterms
+
http://purl.org/dc/terms/
+
doap
+
http://usefulinc.com/ns/doap#
+
fno
+
https://w3id.org/function/ontology#
+
foaf
+
http://xmlns.com/foaf/0.1/
+
geo
+
http://www.opengis.net/ont/geosparql#
+
geof
+
http://www.opengis.net/def/function/geosparql/
+
odrl
+
http://www.w3.org/ns/odrl/2/
+
ogc
+
http://www.opengis.net/
+
org
+
http://www.w3.org/ns/org#
+
owl
+
http://www.w3.org/2002/07/owl#
+
policy
+
http://www.opengis.net/def/metamodel/ogc-na/
+
prof
+
http://www.w3.org/ns/dx/prof/
+
prov
+
http://www.w3.org/ns/prov#
+
qb
+
http://purl.org/linked-data/cube#
+
rdf
+
http://www.w3.org/1999/02/22-rdf-syntax-ns#
+
rdfs
+
http://www.w3.org/2000/01/rdf-schema#
+
sd
+
http://www.w3.org/ns/sparql-service-description#
+
sdo
+
https://schema.org/
+
sh
+
http://www.w3.org/ns/shacl#
+
skos
+
http://www.w3.org/2004/02/skos/core#
+
sosa
+
http://www.w3.org/ns/sosa/
+
ssn
+
http://www.w3.org/ns/ssn/
+
status
+
http://www.opengis.net/def/status/
+
time
+
http://www.w3.org/2006/time#
+
vann
+
http://purl.org/vocab/vann/
+
void
+
http://rdfs.org/ns/void#
+
wgs
+
https://www.w3.org/2003/01/geo/wgs84_pos#
+
xsd
+
http://www.w3.org/2001/XMLSchema#
+
+
+ +
+

Legend

+ + + +
colCollections
conConcepts
+
+ + \ No newline at end of file diff --git a/geosparql10/rules.json b/geosparql10/rules.json new file mode 100644 index 000000000..235966f4f --- /dev/null +++ b/geosparql10/rules.json @@ -0,0 +1,1394 @@ +[ + { + "@id": "http://www.opengis.net/def/rule/geosparql/sfIntersects", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query rewrite rule used to determine if two spatial objects intersect based on their associated primary geometry objects." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "intersects" + } + ] + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/sfEquals", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query rewrite rule used to determine if two spatial objects are equal based on their associated primary geometry objects." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "equals" + } + ] + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/sfTouches", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query rewrite rule used to determine if two spatial objects touch based on their associated primary geometry objects." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "touches" + } + ] + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/ehDisjoint", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query rewrite rule used to determine if two spatial objects are disjoint based on their associated primary geometry objects." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "disjoint" + } + ] + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/rcc8eq", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query rewrite rule used to determine two spatial objects are equal based on their associated primary geometry objects." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "equals" + } + ] + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/ehMeet", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query rewrite rule used to determine if two spatial objects meet based on their associated primary geometry objects." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "meet" + } + ] + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/rcc8po", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query rewrite rule used to determine if two spatial objects partially overlap based on their associated primary geometry objects." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "partially overlapping" + } + ] + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/ehCovers", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query rewrite rule used to determine if one spatial object covers another spatial object based on their associated primary geometry objects." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "covers" + } + ] + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/sfOverlaps", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query rewrite rule used to determine if two spatial objects overlap based on their associated primary geometry objects." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "overlaps" + } + ] + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/sfContains", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query rewrite rule used to determine if one spatial object contains another spatial object based on their associated primary geometry objects." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "contains" + } + ] + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/ehOverlap", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query rewrite rule used to determine if two spatial objects overlap based on their associated primary geometry objects." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "overlap" + } + ] + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/rcc8tppi", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query rewrite rule used to determine if one spatial object is a tangential proper part inverse of another spatial object based on their associated primary geometry objects." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "tangential proper part inverse" + } + ] + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/rcc8ntpp", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query rewrite rule used to determine if one spatial object is a non-tangential proper part of another spatial object based on their associated primary geometry objects." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "non-tangential proper part" + } + ] + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/rcc8tpp", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query rewrite rule used to determine if one spatial object is a tangential proper part of another spatial object based on their associated geometry objects." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "tangential proper part" + } + ] + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/sfCrosses", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query rewrite rule used to determine if two spatial objects cross based their associated primary geometry objects." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "crosses" + } + ] + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/sfWithin", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query rewrite rule used to determine if one spatial object is within another spatial object based on their associated geometry objects." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "within" + } + ] + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/ehCoveredBy", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query rewrite rule used to determine if one spatial object is covered by another spatial object based on their associated primary geometry objects." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "covered by" + } + ] + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/sfDisjoint", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query rewrite rule used to determine if two spatial objects are disjoint based on their associated primary geometry objects." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "disjoint" + } + ] + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/rcc8ntppi", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query rewrite rule used to determine if one spatial object is a non-tangential proper part inverse of another spatial object based on their associated primary geometry objects." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "non-tangential proper part inverse" + } + ] + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection", + "http://www.w3.org/2004/02/skos/core#ConceptScheme" + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#member": [ + { + "@id": "http://www.opengis.net/def/rule/geosparql/ehContains" + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/ehCoveredBy" + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/ehCovers" + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/ehDisjoint" + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/ehEquals" + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/ehInside" + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/ehMeet" + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/ehOverlap" + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/rcc8dc" + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/rcc8ec" + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/rcc8eq" + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/rcc8ntpp" + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/rcc8ntppi" + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/rcc8po" + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/rcc8tpp" + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/rcc8tppi" + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/sfContains" + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/sfCrosses" + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/sfDisjoint" + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/sfEquals" + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/sfIntersects" + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/sfOverlaps" + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/sfTouches" + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/sfWithin" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@value": "GeoSPARQL geor" + } + ] + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/rcc8ec", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query rewrite rule used to determine if two spatial objects are externally connected based on their associated primary geometry objects." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "externally connected" + } + ] + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/rcc8dc", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query rewrite rule used to determine if two spatial objects are disjoint based on their associated primary geometry objects." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "disconnected" + } + ] + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/ehContains", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query rewrite rule used to determine if one spatial object contains another spatial object based on their associated primary geometry objects." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "contains" + } + ] + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/ehEquals", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query rewrite rule used to determine if two spatial objects are equal based on their associated primary geometry objects." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "equals" + } + ] + }, + { + "@id": "http://www.opengis.net/def/rule/geosparql/ehInside", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Matthew Perry" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "OGC GeoSPARQL 1.0 Standard Working Group" + } + ], + "http://purl.org/dc/terms/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-06-16" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.opengis.net/def/metamodel/ogc-na/status": [ + { + "@id": "http://www.opengis.net/def/status/valid" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "http://www.opengis.net/doc/geosparql/1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A query rewrite rule used to determine if one spatial object is inside another spatial object based on their associated primary geometry objects." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "inside" + } + ] + } +] \ No newline at end of file diff --git a/geosparql10/rules.n3 b/geosparql10/rules.n3 new file mode 100644 index 000000000..207932fb4 --- /dev/null +++ b/geosparql10/rules.n3 @@ -0,0 +1,302 @@ +@prefix dcterms: . +@prefix geor: . +@prefix policy: . +@prefix rdfs: . +@prefix skos: . +@prefix status: . +@prefix xsd: . + +geor: a skos:Collection, + skos:ConceptScheme ; + dcterms:source ; + rdfs:seeAlso ; + skos:member geor:ehContains, + geor:ehCoveredBy, + geor:ehCovers, + geor:ehDisjoint, + geor:ehEquals, + geor:ehInside, + geor:ehMeet, + geor:ehOverlap, + geor:rcc8dc, + geor:rcc8ec, + geor:rcc8eq, + geor:rcc8ntpp, + geor:rcc8ntppi, + geor:rcc8po, + geor:rcc8tpp, + geor:rcc8tppi, + geor:sfContains, + geor:sfCrosses, + geor:sfDisjoint, + geor:sfEquals, + geor:sfIntersects, + geor:sfOverlaps, + geor:sfTouches, + geor:sfWithin ; + skos:prefLabel "GeoSPARQL geor" . + +geor:ehContains a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if one spatial object contains another spatial object based on their associated primary geometry objects."@en ; + skos:prefLabel "contains"@en . + +geor:ehCoveredBy a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if one spatial object is covered by another spatial object based on their associated primary geometry objects."@en ; + skos:prefLabel "covered by"@en . + +geor:ehCovers a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if one spatial object covers another spatial object based on their associated primary geometry objects."@en ; + skos:prefLabel "covers"@en . + +geor:ehDisjoint a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if two spatial objects are disjoint based on their associated primary geometry objects."@en ; + skos:prefLabel "disjoint"@en . + +geor:ehEquals a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if two spatial objects are equal based on their associated primary geometry objects."@en ; + skos:prefLabel "equals"@en . + +geor:ehInside a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if one spatial object is inside another spatial object based on their associated primary geometry objects."@en ; + skos:prefLabel "inside"@en . + +geor:ehMeet a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if two spatial objects meet based on their associated primary geometry objects."@en ; + skos:prefLabel "meet"@en . + +geor:ehOverlap a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if two spatial objects overlap based on their associated primary geometry objects."@en ; + skos:prefLabel "overlap"@en . + +geor:rcc8dc a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if two spatial objects are disjoint based on their associated primary geometry objects."@en ; + skos:prefLabel "disconnected"@en . + +geor:rcc8ec a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if two spatial objects are externally connected based on their associated primary geometry objects."@en ; + skos:prefLabel "externally connected"@en . + +geor:rcc8eq a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine two spatial objects are equal based on their associated primary geometry objects."@en ; + skos:prefLabel "equals"@en . + +geor:rcc8ntpp a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if one spatial object is a non-tangential proper part of another spatial object based on their associated primary geometry objects."@en ; + skos:prefLabel "non-tangential proper part"@en . + +geor:rcc8ntppi a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if one spatial object is a non-tangential proper part inverse of another spatial object based on their associated primary geometry objects."@en ; + skos:prefLabel "non-tangential proper part inverse"@en . + +geor:rcc8po a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if two spatial objects partially overlap based on their associated primary geometry objects."@en ; + skos:prefLabel "partially overlapping"@en . + +geor:rcc8tpp a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if one spatial object is a tangential proper part of another spatial object based on their associated geometry objects."@en ; + skos:prefLabel "tangential proper part"@en . + +geor:rcc8tppi a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if one spatial object is a tangential proper part inverse of another spatial object based on their associated primary geometry objects."@en ; + skos:prefLabel "tangential proper part inverse"@en . + +geor:sfContains a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if one spatial object contains another spatial object based on their associated primary geometry objects."@en ; + skos:prefLabel "contains"@en . + +geor:sfCrosses a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if two spatial objects cross based their associated primary geometry objects."@en ; + skos:prefLabel "crosses"@en . + +geor:sfDisjoint a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if two spatial objects are disjoint based on their associated primary geometry objects."@en ; + skos:prefLabel "disjoint"@en . + +geor:sfEquals a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if two spatial objects are equal based on their associated primary geometry objects."@en ; + skos:prefLabel "equals"@en . + +geor:sfIntersects a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if two spatial objects intersect based on their associated primary geometry objects."@en ; + skos:prefLabel "intersects"@en . + +geor:sfOverlaps a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if two spatial objects overlap based on their associated primary geometry objects."@en ; + skos:prefLabel "overlaps"@en . + +geor:sfTouches a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if two spatial objects touch based on their associated primary geometry objects."@en ; + skos:prefLabel "touches"@en . + +geor:sfWithin a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if one spatial object is within another spatial object based on their associated geometry objects."@en ; + skos:prefLabel "within"@en . + diff --git a/geosparql10/rules.ttl b/geosparql10/rules.ttl new file mode 100644 index 000000000..101e669a5 --- /dev/null +++ b/geosparql10/rules.ttl @@ -0,0 +1,355 @@ +PREFIX dcterms: +PREFIX geof: +PREFIX owl: +PREFIX policy: +PREFIX rdfs: +PREFIX ogc: +PREFIX geor: +PREFIX sd: +PREFIX skos: +PREFIX status: +PREFIX fno: +PREFIX xsd: + +geor: + a skos:Collection, skos:ConceptScheme ; + dcterms:source ; + rdfs:seeAlso ; + skos:member + geor:ehContains , + geor:ehCoveredBy , + geor:ehCovers , + geor:ehDisjoint , + geor:ehEquals , + geor:ehInside , + geor:ehMeet , + geor:ehOverlap , + geor:rcc8dc , + geor:rcc8ec , + geor:rcc8eq , + geor:rcc8ntpp , + geor:rcc8ntppi , + geor:rcc8po , + geor:rcc8tpp , + geor:rcc8tppi , + geor:sfContains , + geor:sfCrosses , + geor:sfDisjoint , + geor:sfEquals , + geor:sfIntersects , + geor:sfOverlaps , + geor:sfTouches , + geor:sfWithin ; + skos:prefLabel "GeoSPARQL geor" . + +geor:ehContains + a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if one spatial object contains another spatial object based on their associated primary geometry objects."@en ; + skos:prefLabel "contains"@en ; +. + +geor:ehCoveredBy + a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if one spatial object is covered by another spatial object based on their associated primary geometry objects."@en ; + skos:prefLabel "covered by"@en ; +. + +geor:ehCovers + a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if one spatial object covers another spatial object based on their associated primary geometry objects."@en ; + skos:prefLabel "covers"@en ; +. + +geor:ehDisjoint + a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if two spatial objects are disjoint based on their associated primary geometry objects."@en ; + skos:prefLabel "disjoint"@en ; +. + +geor:ehEquals + a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if two spatial objects are equal based on their associated primary geometry objects."@en ; + skos:prefLabel "equals"@en ; +. + +geor:ehInside + a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if one spatial object is inside another spatial object based on their associated primary geometry objects."@en ; + skos:prefLabel "inside"@en ; +. + +geor:ehMeet + a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if two spatial objects meet based on their associated primary geometry objects."@en ; + skos:prefLabel "meet"@en ; +. + +geor:ehOverlap + a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if two spatial objects overlap based on their associated primary geometry objects."@en ; + skos:prefLabel "overlap"@en ; +. + +geor:rcc8dc + a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if two spatial objects are disjoint based on their associated primary geometry objects."@en ; + skos:prefLabel "disconnected"@en ; +. + +geor:rcc8ec + a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if two spatial objects are externally connected based on their associated primary geometry objects."@en ; + skos:prefLabel "externally connected"@en ; +. + +geor:rcc8eq + a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine two spatial objects are equal based on their associated primary geometry objects."@en ; + skos:prefLabel "equals"@en ; +. + +geor:rcc8ntpp + a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if one spatial object is a non-tangential proper part of another spatial object based on their associated primary geometry objects."@en ; + skos:prefLabel "non-tangential proper part"@en ; +. + +geor:rcc8ntppi + a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if one spatial object is a non-tangential proper part inverse of another spatial object based on their associated primary geometry objects."@en ; + skos:prefLabel "non-tangential proper part inverse"@en ; +. + +geor:rcc8po + a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if two spatial objects partially overlap based on their associated primary geometry objects."@en ; + skos:prefLabel "partially overlapping"@en ; +. + +geor:rcc8tpp + a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if one spatial object is a tangential proper part of another spatial object based on their associated geometry objects."@en ; + skos:prefLabel "tangential proper part"@en ; +. + +geor:rcc8tppi + a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if one spatial object is a tangential proper part inverse of another spatial object based on their associated primary geometry objects."@en ; + skos:prefLabel "tangential proper part inverse"@en ; +. + +geor:sfContains + a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if one spatial object contains another spatial object based on their associated primary geometry objects."@en ; + skos:prefLabel "contains"@en ; +. + +geor:sfCrosses + a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if two spatial objects cross based their associated primary geometry objects."@en ; + skos:prefLabel "crosses"@en ; +. + +geor:sfDisjoint + a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if two spatial objects are disjoint based on their associated primary geometry objects."@en ; + skos:prefLabel "disjoint"@en ; +. + +geor:sfEquals + a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if two spatial objects are equal based on their associated primary geometry objects."@en ; + skos:prefLabel "equals"@en ; +. + +geor:sfIntersects + a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if two spatial objects intersect based on their associated primary geometry objects."@en ; + skos:prefLabel "intersects"@en ; +. + +geor:sfOverlaps + a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if two spatial objects overlap based on their associated primary geometry objects."@en ; + skos:prefLabel "overlaps"@en ; +. + +geor:sfTouches + a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if two spatial objects touch based on their associated primary geometry objects."@en ; + skos:prefLabel "touches"@en ; +. + +geor:sfWithin + a skos:Concept ; + dcterms:contributor "Matthew Perry" ; + dcterms:creator "OGC GeoSPARQL 1.0 Standard Working Group" ; + dcterms:date "2011-06-16"^^xsd:date ; + dcterms:source ; + policy:status status:valid ; + rdfs:isDefinedBy ; + rdfs:seeAlso ; + skos:definition "A query rewrite rule used to determine if one spatial object is within another spatial object based on their associated geometry objects."@en ; + skos:prefLabel "within"@en ; +. diff --git a/geosparql10/servicedescription_all_functions.html b/geosparql10/servicedescription_all_functions.html new file mode 100644 index 000000000..e90424ab6 --- /dev/null +++ b/geosparql10/servicedescription_all_functions.html @@ -0,0 +1,323 @@ + + + + GeoSPARQL 1.0 SPARQL Service Description: All Functions + + + + + + + + + +
made by + pyLODE + 2.13.2 +
+

GeoSPARQL 1.0 SPARQL Service Description: All Functions

+

A taxonomy

+
+

Concept Scheme

+
+
URI
+
http://www.opengis.net/def/geosparql/servicedescallfunctions
+
Version Information
+
OGC GeoSPARQL 1.0
+
Version URI
+
http://www.opengis.net/def/geosparql/servicedescallfunctions/1.0
+
Ontology RDF
+
RDF (turtle)
+
+
+
+

Table of Contents

+
    +
  1. Namespaces
  2. +
  3. Legend
  4. +
+
+
+

Overview

+
+
 
+
Figure 1: Taxonomy overview
+
+
+ +
+

Namespaces

+
+
default (:)
+
http://www.opengis.net/def/geosparql/servicedescallfunctions
+
brick
+
https://brickschema.org/schema/Brick#
+
csvw
+
http://www.w3.org/ns/csvw#
+
dc
+
http://purl.org/dc/elements/1.1/
+
dcam
+
http://purl.org/dc/dcam/
+
dcat
+
http://www.w3.org/ns/dcat#
+
dcmitype
+
http://purl.org/dc/dcmitype/
+
dcterms
+
http://purl.org/dc/terms/
+
doap
+
http://usefulinc.com/ns/doap#
+
ent
+
http://www.w3.org/ns/entailment/
+
foaf
+
http://xmlns.com/foaf/0.1/
+
formats
+
http://www.w3.org/ns/formats/
+
geo
+
http://www.opengis.net/ont/geosparql#
+
geof
+
http://www.opengis.net/def/function/geosparql/
+
odrl
+
http://www.w3.org/ns/odrl/2/
+
org
+
http://www.w3.org/ns/org#
+
owl
+
http://www.w3.org/2002/07/owl#
+
prof
+
http://www.w3.org/ns/dx/prof/
+
prov
+
http://www.w3.org/ns/prov#
+
qb
+
http://purl.org/linked-data/cube#
+
rdf
+
http://www.w3.org/1999/02/22-rdf-syntax-ns#
+
rdfs
+
http://www.w3.org/2000/01/rdf-schema#
+
sd
+
http://www.w3.org/ns/sparql-service-description#
+
sdo
+
https://schema.org/
+
sh
+
http://www.w3.org/ns/shacl#
+
skos
+
http://www.w3.org/2004/02/skos/core#
+
sosa
+
http://www.w3.org/ns/sosa/
+
ssn
+
http://www.w3.org/ns/ssn/
+
time
+
http://www.w3.org/2006/time#
+
vann
+
http://purl.org/vocab/vann/
+
void
+
http://rdfs.org/ns/void#
+
wgs
+
https://www.w3.org/2003/01/geo/wgs84_pos#
+
xsd
+
http://www.w3.org/2001/XMLSchema#
+
+
+ +
+

Legend

+ + + +
colCollections
conConcepts
+
+ + \ No newline at end of file diff --git a/geosparql10/servicedescription_all_functions.json b/geosparql10/servicedescription_all_functions.json new file mode 100644 index 000000000..d4e6d778e --- /dev/null +++ b/geosparql10/servicedescription_all_functions.json @@ -0,0 +1,155 @@ +[ + { + "@id": "http://www.opengis.net/def/geosparql/servicedescallfunctions", + "@type": [ + "http://www.w3.org/2004/02/skos/core#ConceptScheme", + "http://www.w3.org/ns/sparql-service-description#Service" + ], + "http://www.w3.org/2002/07/owl#versionIRI": [ + { + "@id": "http://www.opengis.net/def/geosparql/servicedescallfunctions/1.0" + } + ], + "http://www.w3.org/2002/07/owl#versionInfo": [ + { + "@value": "OGC GeoSPARQL 1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@value": "GeoSPARQL 1.0 SPARQL Service Description: All Functions" + } + ], + "http://www.w3.org/ns/sparql-service-description#defaultEntailmentRegime": [ + { + "@id": "http://www.w3.org/ns/entailment/RDFS" + } + ], + "http://www.w3.org/ns/sparql-service-description#extensionFunction": [ + { + "@id": "http://www.opengis.net/def/function/geosparql/boundary" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/buffer" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/centroid" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/convexHull" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/difference" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/dimension" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/distance" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/ehContains" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/ehCoveredBy" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/ehCovers" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/ehDisjoint" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/ehEquals" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/ehInside" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/ehMeet" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/ehOverlap" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/envelope" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/getSRID" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/intersection" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8dc" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8ec" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8eq" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8ntpp" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8ntppi" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8po" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8tpp" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/rcc8tppi" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/relate" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/sfContains" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/sfCrosses" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/sfDisjoint" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/sfEquals" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/sfIntersects" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/sfOverlaps" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/sfTouches" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/sfWithin" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/symDifference" + }, + { + "@id": "http://www.opengis.net/def/function/geosparql/union" + } + ], + "http://www.w3.org/ns/sparql-service-description#resultFormat": [ + { + "@id": "http://www.w3.org/ns/formats/RDF_XML" + }, + { + "@id": "http://www.w3.org/ns/formats/Turtle" + } + ], + "http://www.w3.org/ns/sparql-service-description#supportedLanguage": [ + { + "@id": "http://www.w3.org/ns/sparql-service-description#SPARQL11Query" + } + ] + } +] \ No newline at end of file diff --git a/geosparql10/servicedescription_all_functions.n3 b/geosparql10/servicedescription_all_functions.n3 new file mode 100644 index 000000000..0516c45ec --- /dev/null +++ b/geosparql10/servicedescription_all_functions.n3 @@ -0,0 +1,53 @@ +@prefix ent: . +@prefix geof: . +@prefix owl: . +@prefix sd: . +@prefix skos: . + + a skos:ConceptScheme, + sd:Service ; + owl:versionIRI ; + owl:versionInfo "OGC GeoSPARQL 1.0" ; + skos:prefLabel "GeoSPARQL 1.0 SPARQL Service Description: All Functions" ; + sd:defaultEntailmentRegime ent:RDFS ; + sd:extensionFunction geof:boundary, + geof:buffer, + geof:centroid, + geof:convexHull, + geof:difference, + geof:dimension, + geof:distance, + geof:ehContains, + geof:ehCoveredBy, + geof:ehCovers, + geof:ehDisjoint, + geof:ehEquals, + geof:ehInside, + geof:ehMeet, + geof:ehOverlap, + geof:envelope, + geof:getSRID, + geof:intersection, + geof:rcc8dc, + geof:rcc8ec, + geof:rcc8eq, + geof:rcc8ntpp, + geof:rcc8ntppi, + geof:rcc8po, + geof:rcc8tpp, + geof:rcc8tppi, + geof:relate, + geof:sfContains, + geof:sfCrosses, + geof:sfDisjoint, + geof:sfEquals, + geof:sfIntersects, + geof:sfOverlaps, + geof:sfTouches, + geof:sfWithin, + geof:symDifference, + geof:union ; + sd:resultFormat , + ; + sd:supportedLanguage sd:SPARQL11Query . + diff --git a/geosparql10/servicedescription_all_functions.ttl b/geosparql10/servicedescription_all_functions.ttl new file mode 100644 index 000000000..c57d4bfcb --- /dev/null +++ b/geosparql10/servicedescription_all_functions.ttl @@ -0,0 +1,57 @@ +PREFIX ent: +PREFIX geof: +PREFIX owl: +PREFIX sd: +PREFIX skos: + + + a + skos:ConceptScheme , + sd:Service ; + owl:versionIRI ; + owl:versionInfo "OGC GeoSPARQL 1.0" ; + skos:prefLabel "GeoSPARQL 1.0 SPARQL Service Description: All Functions" ; + sd:defaultEntailmentRegime ent:RDFS ; + sd:extensionFunction + geof:boundary , + geof:buffer , + geof:centroid , + geof:convexHull , + geof:difference , + geof:dimension , + geof:distance , + geof:ehContains , + geof:ehCoveredBy , + geof:ehCovers , + geof:ehDisjoint , + geof:ehEquals , + geof:ehInside , + geof:ehMeet , + geof:ehOverlap , + geof:envelope , + geof:getSRID , + geof:intersection , + geof:rcc8dc , + geof:rcc8ec , + geof:rcc8eq , + geof:rcc8ntpp , + geof:rcc8ntppi , + geof:rcc8po , + geof:rcc8tpp , + geof:rcc8tppi , + geof:relate , + geof:sfContains , + geof:sfCrosses , + geof:sfDisjoint , + geof:sfEquals , + geof:sfIntersects , + geof:sfOverlaps , + geof:sfTouches , + geof:sfWithin , + geof:symDifference , + geof:union ; + sd:resultFormat + , + ; + sd:supportedLanguage sd:SPARQL11Query ; +. diff --git a/geosparql10/servicedescription_conformanceclasses.html b/geosparql10/servicedescription_conformanceclasses.html new file mode 100644 index 000000000..1f0a2eaee --- /dev/null +++ b/geosparql10/servicedescription_conformanceclasses.html @@ -0,0 +1,325 @@ + + + + GeoSPARQL 1.0 SPARQL Service Description: All Conformance Classes + + + + + + + + + +
made by + pyLODE + 2.13.2 +
+

GeoSPARQL 1.0 SPARQL Service Description: All Conformance Classes

+

A taxonomy

+
+

Concept Scheme

+
+
URI
+
http://www.opengis.net/def/geosparql/servicedescconformanceclasses
+
Version Information
+
OGC GeoSPARQL 1.0
+
Version URI
+
http://www.opengis.net/def/geosparql/servicedescconformanceclasses/1.0
+
Ontology RDF
+
RDF (turtle)
+
+
+
+

Table of Contents

+
    +
  1. Namespaces
  2. +
  3. Legend
  4. +
+
+
+

Overview

+
+
 
+
Figure 1: Taxonomy overview
+
+
+ +
+

Namespaces

+
+
default (:)
+
http://www.opengis.net/def/geosparql/servicedescconformanceclasses
+
brick
+
https://brickschema.org/schema/Brick#
+
conf10core
+
http://www.opengis.net/spec/geosparql/1.0/conf/core/
+
conf10gtx
+
http://www.opengis.net/spec/geosparql/1.0/conf/geometry-topology-extension/
+
conf10gx
+
http://www.opengis.net/spec/geosparql/1.0/conf/geometry-extension/
+
conf10qre
+
http://www.opengis.net/spec/geosparql/1.0/conf/query-rewrite-extension/
+
csvw
+
http://www.w3.org/ns/csvw#
+
dc
+
http://purl.org/dc/elements/1.1/
+
dcam
+
http://purl.org/dc/dcam/
+
dcat
+
http://www.w3.org/ns/dcat#
+
dcmitype
+
http://purl.org/dc/dcmitype/
+
dcterms
+
http://purl.org/dc/terms/
+
doap
+
http://usefulinc.com/ns/doap#
+
foaf
+
http://xmlns.com/foaf/0.1/
+
geo
+
http://www.opengis.net/ont/geosparql#
+
odrl
+
http://www.w3.org/ns/odrl/2/
+
org
+
http://www.w3.org/ns/org#
+
owl
+
http://www.w3.org/2002/07/owl#
+
prof
+
http://www.w3.org/ns/dx/prof/
+
prov
+
http://www.w3.org/ns/prov#
+
qb
+
http://purl.org/linked-data/cube#
+
rdf
+
http://www.w3.org/1999/02/22-rdf-syntax-ns#
+
rdfs
+
http://www.w3.org/2000/01/rdf-schema#
+
sd
+
http://www.w3.org/ns/sparql-service-description#
+
sdo
+
https://schema.org/
+
sh
+
http://www.w3.org/ns/shacl#
+
skos
+
http://www.w3.org/2004/02/skos/core#
+
sosa
+
http://www.w3.org/ns/sosa/
+
ssn
+
http://www.w3.org/ns/ssn/
+
time
+
http://www.w3.org/2006/time#
+
vann
+
http://purl.org/vocab/vann/
+
void
+
http://rdfs.org/ns/void#
+
wgs
+
https://www.w3.org/2003/01/geo/wgs84_pos#
+
xsd
+
http://www.w3.org/2001/XMLSchema#
+
+
+ +
+

Legend

+ + + +
colCollections
conConcepts
+
+ + \ No newline at end of file diff --git a/geosparql10/servicedescription_conformanceclasses.json b/geosparql10/servicedescription_conformanceclasses.json new file mode 100644 index 000000000..9a90ecc6c --- /dev/null +++ b/geosparql10/servicedescription_conformanceclasses.json @@ -0,0 +1,103 @@ +[ + { + "@id": "http://www.opengis.net/def/geosparql/servicedescconformanceclasses", + "@type": [ + "http://www.w3.org/2004/02/skos/core#ConceptScheme", + "http://www.w3.org/ns/sparql-service-description#Service" + ], + "http://www.w3.org/2002/07/owl#versionIRI": [ + { + "@id": "http://www.opengis.net/def/geosparql/servicedescconformanceclasses/1.0" + } + ], + "http://www.w3.org/2002/07/owl#versionInfo": [ + { + "@value": "OGC GeoSPARQL 1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@value": "GeoSPARQL 1.0 SPARQL Service Description: All Conformance Classes" + } + ], + "http://www.w3.org/ns/sparql-service-description#feature": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0/conf/core/feature-class" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0/conf/core/sparql-protocol" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0/conf/core/spatial-object-class" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0/conf/geometry-extension/feature-properties" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0/conf/geometry-extension/geometry-as-gml-literal" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0/conf/geometry-extension/geometry-as-wkt-literal" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0/conf/geometry-extension/geometry-class" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0/conf/geometry-extension/geometry-properties" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0/conf/geometry-extension/gml-literal" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0/conf/geometry-extension/gml-literal-empty" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0/conf/geometry-extension/gml-profile" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0/conf/geometry-extension/query-functions" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0/conf/geometry-extension/srid-function" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0/conf/geometry-extension/wkt-axis-order" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0/conf/geometry-extension/wkt-literal" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0/conf/geometry-extension/wkt-literal-default-srs" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0/conf/geometry-extension/wkt-literal-empty" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0/conf/geometry-topology-extension/eh-query-functions" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0/conf/geometry-topology-extension/rcc8-query-functions" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0/conf/geometry-topology-extension/relate-query-function" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0/conf/geometry-topology-extension/sf-query-functions" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0/conf/query-rewrite-extension/eh-query-rewrite" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0/conf/query-rewrite-extension/rcc8-query-rewrite" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0/conf/query-rewrite-extension/sf-query-rewrite" + } + ], + "http://www.w3.org/ns/sparql-service-description#supportedLanguage": [ + { + "@id": "http://www.w3.org/ns/sparql-service-description#SPARQL11Query" + } + ] + } +] \ No newline at end of file diff --git a/geosparql10/servicedescription_conformanceclasses.n3 b/geosparql10/servicedescription_conformanceclasses.n3 new file mode 100644 index 000000000..f301609e8 --- /dev/null +++ b/geosparql10/servicedescription_conformanceclasses.n3 @@ -0,0 +1,39 @@ +@prefix conf10core: . +@prefix conf10gtx: . +@prefix conf10gx: . +@prefix conf10qre: . +@prefix owl: . +@prefix sd: . +@prefix skos: . + + a skos:ConceptScheme, + sd:Service ; + owl:versionIRI ; + owl:versionInfo "OGC GeoSPARQL 1.0" ; + skos:prefLabel "GeoSPARQL 1.0 SPARQL Service Description: All Conformance Classes" ; + sd:feature conf10core:feature-class, + conf10core:sparql-protocol, + conf10core:spatial-object-class, + conf10gx:feature-properties, + conf10gx:geometry-as-gml-literal, + conf10gx:geometry-as-wkt-literal, + conf10gx:geometry-class, + conf10gx:geometry-properties, + conf10gx:gml-literal, + conf10gx:gml-literal-empty, + conf10gx:gml-profile, + conf10gx:query-functions, + conf10gx:srid-function, + conf10gx:wkt-axis-order, + conf10gx:wkt-literal, + conf10gx:wkt-literal-default-srs, + conf10gx:wkt-literal-empty, + conf10gtx:eh-query-functions, + conf10gtx:rcc8-query-functions, + conf10gtx:relate-query-function, + conf10gtx:sf-query-functions, + conf10qre:eh-query-rewrite, + conf10qre:rcc8-query-rewrite, + conf10qre:sf-query-rewrite ; + sd:supportedLanguage sd:SPARQL11Query . + diff --git a/geosparql10/servicedescription_conformanceclasses.ttl b/geosparql10/servicedescription_conformanceclasses.ttl new file mode 100644 index 000000000..271a2cd35 --- /dev/null +++ b/geosparql10/servicedescription_conformanceclasses.ttl @@ -0,0 +1,42 @@ +PREFIX conf10core: +PREFIX conf10gtx: +PREFIX conf10gx: +PREFIX conf10qre: +PREFIX owl: +PREFIX sd: +PREFIX skos: + + + a + skos:ConceptScheme , + sd:Service ; + owl:versionIRI ; + owl:versionInfo "OGC GeoSPARQL 1.0" ; + skos:prefLabel "GeoSPARQL 1.0 SPARQL Service Description: All Conformance Classes" ; + sd:feature + conf10core:feature-class , + conf10core:sparql-protocol , + conf10core:spatial-object-class , + conf10gx:feature-properties , + conf10gx:geometry-as-gml-literal , + conf10gx:geometry-as-wkt-literal , + conf10gx:geometry-class , + conf10gx:geometry-properties , + conf10gx:gml-literal , + conf10gx:gml-literal-empty , + conf10gx:gml-profile , + conf10gx:query-functions , + conf10gx:srid-function , + conf10gx:wkt-axis-order , + conf10gx:wkt-literal , + conf10gx:wkt-literal-default-srs , + conf10gx:wkt-literal-empty , + conf10gtx:eh-query-functions , + conf10gtx:rcc8-query-functions , + conf10gtx:relate-query-function , + conf10gtx:sf-query-functions , + conf10qre:eh-query-rewrite , + conf10qre:rcc8-query-rewrite , + conf10qre:sf-query-rewrite ; + sd:supportedLanguage sd:SPARQL11Query ; +. diff --git a/geosparql10/servicedescription_extensions.html b/geosparql10/servicedescription_extensions.html new file mode 100644 index 000000000..d99725342 --- /dev/null +++ b/geosparql10/servicedescription_extensions.html @@ -0,0 +1,321 @@ + + + + GeoSPARQL 1.0 SPARQL Service Description: All Extensions + + + + + + + + + +
made by + pyLODE + 2.13.2 +
+

GeoSPARQL 1.0 SPARQL Service Description: All Extensions

+

A taxonomy

+
+

Concept Scheme

+
+
URI
+
http://www.opengis.net/def/geosparql/servicedescextensions
+
Version Information
+
OGC GeoSPARQL 1.0
+
Version URI
+
http://www.opengis.net/def/geosparql/servicedescextensions/1.0
+
Ontology RDF
+
RDF (turtle)
+
+
+
+

Table of Contents

+
    +
  1. Namespaces
  2. +
  3. Legend
  4. +
+
+
+

Overview

+
+
 
+
Figure 1: Taxonomy overview
+
+
+ +
+

Namespaces

+
+
default (:)
+
http://www.opengis.net/def/geosparql/servicedescextensions
+
brick
+
https://brickschema.org/schema/Brick#
+
csvw
+
http://www.w3.org/ns/csvw#
+
dc
+
http://purl.org/dc/elements/1.1/
+
dcam
+
http://purl.org/dc/dcam/
+
dcat
+
http://www.w3.org/ns/dcat#
+
dcmitype
+
http://purl.org/dc/dcmitype/
+
dcterms
+
http://purl.org/dc/terms/
+
doap
+
http://usefulinc.com/ns/doap#
+
ent
+
http://www.w3.org/ns/entailment/
+
foaf
+
http://xmlns.com/foaf/0.1/
+
formats
+
http://www.w3.org/ns/formats/
+
geo
+
http://www.opengis.net/ont/geosparql#
+
odrl
+
http://www.w3.org/ns/odrl/2/
+
org
+
http://www.w3.org/ns/org#
+
owl
+
http://www.w3.org/2002/07/owl#
+
prof
+
http://www.w3.org/ns/dx/prof/
+
prov
+
http://www.w3.org/ns/prov#
+
qb
+
http://purl.org/linked-data/cube#
+
rdf
+
http://www.w3.org/1999/02/22-rdf-syntax-ns#
+
rdfs
+
http://www.w3.org/2000/01/rdf-schema#
+
sd
+
http://www.w3.org/ns/sparql-service-description#
+
sdo
+
https://schema.org/
+
sh
+
http://www.w3.org/ns/shacl#
+
skos
+
http://www.w3.org/2004/02/skos/core#
+
sosa
+
http://www.w3.org/ns/sosa/
+
ssn
+
http://www.w3.org/ns/ssn/
+
time
+
http://www.w3.org/2006/time#
+
vann
+
http://purl.org/vocab/vann/
+
void
+
http://rdfs.org/ns/void#
+
wgs
+
https://www.w3.org/2003/01/geo/wgs84_pos#
+
xsd
+
http://www.w3.org/2001/XMLSchema#
+
+
+ +
+

Legend

+ + + +
colCollections
conConcepts
+
+ + \ No newline at end of file diff --git a/geosparql10/servicedescription_extensions.json b/geosparql10/servicedescription_extensions.json new file mode 100644 index 000000000..34c490435 --- /dev/null +++ b/geosparql10/servicedescription_extensions.json @@ -0,0 +1,62 @@ +[ + { + "@id": "http://www.opengis.net/def/geosparql/servicedescextensions", + "@type": [ + "http://www.w3.org/2004/02/skos/core#ConceptScheme", + "http://www.w3.org/ns/sparql-service-description#Service" + ], + "http://www.w3.org/2002/07/owl#versionIRI": [ + { + "@id": "http://www.opengis.net/def/geosparql/servicedescextensions/1.0" + } + ], + "http://www.w3.org/2002/07/owl#versionInfo": [ + { + "@value": "OGC GeoSPARQL 1.0" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@value": "GeoSPARQL 1.0 SPARQL Service Description: All Extensions" + } + ], + "http://www.w3.org/ns/sparql-service-description#defaultEntailmentRegime": [ + { + "@id": "http://www.w3.org/ns/entailment/RDFS" + } + ], + "http://www.w3.org/ns/sparql-service-description#feature": [ + { + "@id": "http://www.opengis.net/spec/geosparql/1.0/conf/core/" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0/conf/geometry-extension/" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0/conf/geometry-topology-extension/" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0/conf/query-rewrite-extension/" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0/conf/rdfs-entailment-extension/" + }, + { + "@id": "http://www.opengis.net/spec/geosparql/1.0/conf/topology-vocab-extension/" + } + ], + "http://www.w3.org/ns/sparql-service-description#resultFormat": [ + { + "@id": "http://www.w3.org/ns/formats/RDF_XML" + }, + { + "@id": "http://www.w3.org/ns/formats/Turtle" + } + ], + "http://www.w3.org/ns/sparql-service-description#supportedLanguage": [ + { + "@id": "http://www.w3.org/ns/sparql-service-description#SPARQL11Query" + } + ] + } +] \ No newline at end of file diff --git a/geosparql10/servicedescription_extensions.n3 b/geosparql10/servicedescription_extensions.n3 new file mode 100644 index 000000000..0582aec3d --- /dev/null +++ b/geosparql10/servicedescription_extensions.n3 @@ -0,0 +1,21 @@ +@prefix ent: . +@prefix owl: . +@prefix sd: . +@prefix skos: . + + a skos:ConceptScheme, + sd:Service ; + owl:versionIRI ; + owl:versionInfo "OGC GeoSPARQL 1.0" ; + skos:prefLabel "GeoSPARQL 1.0 SPARQL Service Description: All Extensions" ; + sd:defaultEntailmentRegime ent:RDFS ; + sd:feature , + , + , + , + , + ; + sd:resultFormat , + ; + sd:supportedLanguage sd:SPARQL11Query . + diff --git a/geosparql10/servicedescription_extensions.ttl b/geosparql10/servicedescription_extensions.ttl new file mode 100644 index 000000000..844602e12 --- /dev/null +++ b/geosparql10/servicedescription_extensions.ttl @@ -0,0 +1,25 @@ +PREFIX ent: +PREFIX owl: +PREFIX sd: +PREFIX skos: + + + a + skos:ConceptScheme , + sd:Service ; + owl:versionIRI ; + owl:versionInfo "OGC GeoSPARQL 1.0" ; + skos:prefLabel "GeoSPARQL 1.0 SPARQL Service Description: All Extensions" ; + sd:defaultEntailmentRegime ent:RDFS ; + sd:feature + , + , + , + , + , + ; + sd:resultFormat + , + ; + sd:supportedLanguage sd:SPARQL11Query ; +. diff --git a/geosparql10/sf_geometries.html b/geosparql10/sf_geometries.html new file mode 100644 index 000000000..40d7506bd --- /dev/null +++ b/geosparql10/sf_geometries.html @@ -0,0 +1,798 @@ + + + + Simple Features Vocabulary + + + + + + + + + +
made by + pyLODE + 2.13.2 +
+

Simple Features Vocabulary

+

A taxonomy

+
+

Concept Scheme

+
+
URI
+
http://www.opengis.net/ont/sf
+
Creator(s)
+
+ Open Geospatial Consortium
+
+
Version Information
+
OGC GeoSPARQL 1.0
+
Version URI
+
http://www.opengis.net/ont/sf/1.0
+
Ontology RDF
+
RDF (turtle)
+
+

Description

+
+

An RDF/OWL vocabulary for defining SimpleFeature geometry types

+
+
+
+

Table of Contents

+
    +
  1. Concepts
  2. +
  3. Namespaces
  4. +
  5. Legend
  6. +
+
+
+

Overview

+
+
 
+
Figure 1: Taxonomy overview
+
+
+
+

Concepts

+
    + +
+
+

Curvecon

+ + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/sf#Curve
Definition +

A Curve is a 1-dimensional geometric object usually stored as a sequence of Points, with the subtype of Curve specifying the form of the interpolation between Points. This specification defines only one subclass of Curve, LineString, which uses linear interpolation between Points.

+

A Curve is a 1-dimensional geometric object that is the homeomorphic image of a real, closed, interval.

+

A Curve is simple if it does not pass through the same Point twice with the possible exception of the two end +points.

+

A Curve is closed if its start Point is equal to its end Point.

+

The boundary of a closed Curve is empty.

+

A Curve that is simple and closed is a Ring.

+

The boundary of a non-closed Curve consists of its two end Points.

+

A Curve is defined as topologically closed, that is, it contains its endpoints f(a) and f(b).


+
Broader Concepts + Geometrycon
+
Narrower Concepts + Line Stringcon
+
+
+
+

Geometrycon

+ + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/sf#Geometry
Definition +

Geometry is the root class of the hierarchy.

+

The instantiable subclasses of Geometry are restricted to 0, 1 and 2-dimensional geometric objects that exist in 2, 3 or 4-dimensional coordinate space (R2, R3 or R4). Geometry values in R2 have points with coordinate values for x and y. Geometry values in R3 have points with coordinate values for x, y and z or for x, y and m. Geometry values in R4 have points with coordinate values for x, y, z and m.

+

The interpretation of the coordinates is subject to the coordinate reference systems associated to the point. All coordinates within a geometry object should be in the same coordinate reference systems. Each coordinate shall be unambiguously associated to a coordinate reference system either directly or through its containing geometry. The z coordinate of a point is typically, but not necessarily, represents altitude or elevation. The m coordinate represents a measurement.

+

All Geometry classes described in this specification are defined so that instances of Geometry are topologically closed, i.e. all represented geometries include their boundary as point sets. This does not affect their representation, and open version of the same classes may be used in other circumstances, such as topological representations.


+
Broader Concepts + geo:Geometrycon
+
Narrower Concepts + Surfacecon
+ Geometry Collectioncon
+ Curvecon
+ Pointcon
+
+
+
+

Geometry Collectioncon

+ + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/sf#GeometryCollection
Definition +

A GeometryCollection is a geometric object that is a collection of some number of geometric objects.

+

All the elements in a GeometryCollection shall be in the same Spatial Reference System. This is also the Spatial Reference System for the GeometryCollection. +GeometryCollection places no other constraints on its elements. Subclasses of GeometryCollection may restrict membership based on dimension and may also place other constraints on the degree of spatial overlap between elements.


+
Broader Concepts + Geometrycon
+
Narrower Concepts + Multi Pointcon
+ Multi Surfacecon
+ Multi Curvecon
+
+
+
+

Linecon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/sf#Line
Definition +

A Line is a LineString with exactly 2 Points.


+
Broader Concepts + Line Stringcon
+
+
+
+

Line Stringcon

+ + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/sf#LineString
Definition +

A LineString is a Curve with linear interpolation between Points. Each consecutive pair of Points defines a Line segment.


+
Broader Concepts + Curvecon
+
Narrower Concepts + Linecon
+ Linear Ringcon
+
+
+
+

Linear Ringcon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/sf#LinearRing
Definition +

A LinearRing is a LineString that is both closed and simple.


+
Broader Concepts + Line Stringcon
+
+
+
+

Multi Curvecon

+ + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/sf#MultiCurve
Definition +

A MultiCurve is a 1-dimensional GeometryCollection whose elements are Curves.

+

A MultiCurve defines a set of methods for its subclasses and is included for reasons of extensibility.

+

A MultiCurve is simple if and only if all of its elements are simple and the only intersections between any two elements occur at Points that are on the boundaries of both elements.

+

The boundary of a MultiCurve is obtained by applying the mod 2 union rule: A Point is in the boundary of a MultiCurve if it is in the boundaries of an odd number of elements of the MultiCurve.

+

A MultiCurve is closed if all of its elements are closed. The boundary of a closed MultiCurve is always empty.

+

A MultiCurve is defined as topologically closed.


+
Broader Concepts + Geometry Collectioncon
+
Narrower Concepts + Multi Line Stringcon
+
+
+
+

Multi Line Stringcon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/sf#MultiLineString
Definition +

A MultiLineString is a MultiCurve whose elements are LineStrings.


+
Broader Concepts + Multi Curvecon
+
+
+
+

Multi Pointcon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/sf#MultiPoint
Definition +

A MultiPoint is a 0-dimensional GeometryCollection. The elements of a MultiPoint are restricted to Points. ThePoints are not connected or ordered in any semantically important way.

+

A MultiPoint is simple if no two Points in the MultiPoint are equal (have identical coordinate values in X and Y).

+

Every MultiPoint is spatially equal to a simple Multipoint.

+

The boundary of a MultiPoint is the empty set.


+
Broader Concepts + Geometry Collectioncon
+
+
+
+

Multi Polygoncon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/sf#MultiPolygon
Definition +

A MultiPolygon is a MultiSurface whose elements are Polygons.

+

The assertions for MultiPolygons are as follows.

+

a) The interiors of 2 Polygons that are elements of a MultiPolygon may not intersect. +b) The boundaries of any 2 Polygons that are elements of a MultiPolygon may not cross and may touch at only a finite number of Points. +c) A MultiPolygon is defined as topologically closed. +d) A MultiPolygon may not have cut lines, spikes or punctures, a MultiPolygon is a regular closed Point set, +e) The interior of a MultiPolygon with more than 1 Polygon is not connected; the number of connected components of the interior of a MultiPolygon is equal to the number of Polygons in the MultiPolygon.

+

The boundary of a MultiPolygon is a set of closed Curves (LineStrings) corresponding to the boundaries of its element Polygons. Each Curve in the boundary of the MultiPolygon is in the boundary of exactly 1 element Polygon, and every Curve in the boundary of an element Polygon is in the boundary of the MultiPolygon.


+
Broader Concepts + Multi Surfacecon
+
+
+
+

Multi Surfacecon

+ + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/sf#MultiSurface
Definition +

A MultiSurface is a 2-dimensional GeometryCollection whose elements are Surfaces, all using coordinates from the same coordinate reference system. The geometric interiors of any two Surfaces in a MultiSurface may not intersect in the full coordinate system. The boundaries of any two coplanar elements in a MultiSurface may intersect, at most, at a finite number of Points. If they were to meet along a curve, they could be merged into a single surface.

+

A MultiSurface may be used to represent heterogeneous surfaces collections of polygons and polyhedral surfaces. It defines a set of methods for its subclasses. The subclass of MultiSurface is MultiPolygon corresponding to a collection of Polygons only. Other collections shall use MultiSurface.


+
Broader Concepts + Geometry Collectioncon
+
Narrower Concepts + Multi Polygoncon
+
+
+
+

Pointcon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/sf#Point
Definition +

A Point is a 0-dimensional geometric object and represents a single location in coordinate space. +A Point has an x-coordinate value, a y-coordinate value. If called for by the associated Spatial Reference System, it may also have coordinate values for z and m. +The boundary of a Point is the empty set.


+
Broader Concepts + Geometrycon
+
+
+
+

Polygoncon

+ + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/sf#Polygon
Definition +

A Polygon is a planar Surface defined by 1 exterior boundary and 0 or more interior boundaries. Each interior boundary defines a hole in the Polygon. +The exterior boundary LinearRing defines the top of the surface which is the side of the surface from which the exterior boundary appears to traverse the boundary in a counter clockwise direction. The interior LinearRings will have the opposite orientation, and appear as clockwise when viewed from the top, +The assertions for Polygons (the rules that define valid Polygons) are as follows:

+

a) Polygons are topologically closed; +b) The boundary of a Polygon consists of a set of LinearRings that make up its exterior and interior boundaries; +c) No two Rings in the boundary cross and the Rings in the boundary of a Polygon may intersect at a Point but only as a tangent. +d) A Polygon may not have cut lines, spikes or punctures. +e) The interior of every Polygon is a connected point set; +f) The exterior of a Polygon with 1 or more holes is not connected. Each hole defines a connected component of the exterior.


+
Broader Concepts + Surfacecon
+
Narrower Concepts + Trianglecon
+
+
+
+

Polyhedral Surfacecon

+ + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/sf#PolyhedralSurface
Definition +

A PolyhedralSurface is a contiguous collection of polygons, which share common boundary segments. For each pair of polygons that touch, the common boundary shall be expressible as a finite collection of LineStrings. Each such LineString shall be part of the boundary of at most 2 Polygon patches.

+

For any two polygons that share a common boundary, the top of the polygon shall be consistent. This means that when two LinearRings from these two Polygons traverse the common boundary segment, they do so in opposite directions. Since the Polyhedral surface is contiguous, all polygons will be thus consistently oriented. This means that a non-oriented surface (such as Mbius band) shall not have single surface representations. They may be represented by a MultiSurface.

+

If each such LineString is the boundary of exactly 2 Polygon patches, then the PolyhedralSurface is a simple, closed polyhedron and is topologically isomorphic to the surface of a sphere. By the Jordan Surface Theorem (Jordans Theorem for 2-spheres), such polyhedrons enclose a solid topologically isomorphic to the interior of a sphere; the ball. In this case, the top of the surface will either point inward or outward of the enclosed finite solid. If outward, the surface is the exterior boundary of the enclosed surface. If inward, the surface is the interior of the infinite complement of the enclosed solid. A Ball with some number of voids (holes) inside can thus be presented as one exterior boundary shell, and some number in interior boundary shells.


+
Broader Concepts + Surfacecon
+
Narrower Concepts + Triangulated Irregular Networkcon
+
+
+
+

Surfacecon

+ + + + + + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/sf#Surface
Definition +

A Surface is a 2-dimensional geometric object. +A simple Surface may consists of a single patch that is associated with one exterior boundary and 0 or more interior boundaries. A single such Surface patch in 3-dimensional space is isometric to planar Surfaces, by a simple affine rotation matrix that rotates the patch onto the plane z = 0. If the patch is not vertical, the projection onto the same plane is an isomorphism, and can be represented as a linear transformation, i.e. an affine.

+

Polyhedral Surfaces are formed by stitching together such simple Surfaces patches along their common boundaries. Such polyhedral Surfaces in a 3-dimensional space may not be planar as a whole, depending on the orientation of their planar normals. If all the patches are in alignment (their normals are parallel), then the whole stitched polyhedral surface is co-planar and can be represented as a single patch if it is connected.

+

The boundary of a simple Surface is the set of closed Curves corresponding to its exterior and interior boundaries.

+

A Polygon is a simple Surface that is planar. A PolyhedralSurface is a simple surface, consisting of some number of Polygon patches or facets. If a PolyhedralSurface is closed, then it bounds a solid. A MultiSurface containing a set of closed PolyhedralSurfaces can be used to represent a Solid object with holes.


+
Broader Concepts + Geometrycon
+
Narrower Concepts + Polygoncon
+ Polyhedral Surfacecon
+
+
+
+

Triangulated Irregular Networkcon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/sf#TIN
Definition +

A TIN (triangulated irregular network) is a PolyhedralSurface consisting only of Triangle patches.


+
Broader Concepts + Polyhedral Surfacecon
+
+
+
+

Trianglecon

+ + + + + + + + + + + + + +
URIhttp://www.opengis.net/ont/sf#Triangle
Definition +

A Triangle is a polygon with 3 distinct, non-collinear vertices and no interior boundary.


+
Broader Concepts + Polygoncon
+
+
+
+ +
+

Namespaces

+
+
default (sf)
+
http://www.opengis.net/ont/sf#
+
brick
+
https://brickschema.org/schema/Brick#
+
csvw
+
http://www.w3.org/ns/csvw#
+
dc
+
http://purl.org/dc/elements/1.1/
+
dcam
+
http://purl.org/dc/dcam/
+
dcat
+
http://www.w3.org/ns/dcat#
+
dcmitype
+
http://purl.org/dc/dcmitype/
+
dcterms
+
http://purl.org/dc/terms/
+
doap
+
http://usefulinc.com/ns/doap#
+
foaf
+
http://xmlns.com/foaf/0.1/
+
geo
+
http://www.opengis.net/ont/geosparql#
+
odrl
+
http://www.w3.org/ns/odrl/2/
+
org
+
http://www.w3.org/ns/org#
+
owl
+
http://www.w3.org/2002/07/owl#
+
prof
+
http://www.w3.org/ns/dx/prof/
+
prov
+
http://www.w3.org/ns/prov#
+
qb
+
http://purl.org/linked-data/cube#
+
rdf
+
http://www.w3.org/1999/02/22-rdf-syntax-ns#
+
rdfs
+
http://www.w3.org/2000/01/rdf-schema#
+
sdo
+
https://schema.org/
+
sh
+
http://www.w3.org/ns/shacl#
+
skos
+
http://www.w3.org/2004/02/skos/core#
+
sosa
+
http://www.w3.org/ns/sosa/
+
ssn
+
http://www.w3.org/ns/ssn/
+
time
+
http://www.w3.org/2006/time#
+
vann
+
http://purl.org/vocab/vann/
+
void
+
http://rdfs.org/ns/void#
+
wgs
+
https://www.w3.org/2003/01/geo/wgs84_pos#
+
xsd
+
http://www.w3.org/2001/XMLSchema#
+
+
+ +
+

Legend

+ + + +
colCollections
conConcepts
+
+ + \ No newline at end of file diff --git a/geosparql10/sf_geometries.json b/geosparql10/sf_geometries.json new file mode 100644 index 000000000..9e187d38c --- /dev/null +++ b/geosparql10/sf_geometries.json @@ -0,0 +1,548 @@ +[ + { + "@id": "http://www.opengis.net/ont/sf#Geometry", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Geometry is the root class of the hierarchy.\n\nThe instantiable subclasses of Geometry are restricted to 0, 1 and 2-dimensional geometric objects that exist in 2, 3 or 4-dimensional coordinate space (R2, R3 or R4). Geometry values in R2 have points with coordinate values for x and y. Geometry values in R3 have points with coordinate values for x, y and z or for x, y and m. Geometry values in R4 have points with coordinate values for x, y, z and m.\n\nThe interpretation of the coordinates is subject to the coordinate reference systems associated to the point. All coordinates within a geometry object should be in the same coordinate reference systems. Each coordinate shall be unambiguously associated to a coordinate reference system either directly or through its containing geometry. The z coordinate of a point is typically, but not necessarily, represents altitude or elevation. The m coordinate represents a measurement.\n\nAll Geometry classes described in this specification are defined so that instances of Geometry are topologically closed, i.e. all represented geometries include their boundary as point sets. This does not affect their representation, and open version of the same classes may be used in other circumstances, such as topological representations." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/sf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Geometry" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://www.opengis.net/ont/geosparql#Geometry" + } + ] + }, + { + "@id": "http://www.opengis.net/ont/sf#PolyhedralSurface", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "A PolyhedralSurface is a contiguous collection of polygons, which share common boundary segments. For each pair of polygons that touch, the common boundary shall be expressible as a finite collection of LineStrings. Each such LineString shall be part of the boundary of at most 2 Polygon patches. \n\nFor any two polygons that share a common boundary, the top of the polygon shall be consistent. This means that when two LinearRings from these two Polygons traverse the common boundary segment, they do so in opposite directions. Since the Polyhedral surface is contiguous, all polygons will be thus consistently oriented. This means that a non-oriented surface (such as Mbius band) shall not have single surface representations. They may be represented by a MultiSurface.\n\nIf each such LineString is the boundary of exactly 2 Polygon patches, then the PolyhedralSurface is a simple, closed polyhedron and is topologically isomorphic to the surface of a sphere. By the Jordan Surface Theorem (Jordans Theorem for 2-spheres), such polyhedrons enclose a solid topologically isomorphic to the interior of a sphere; the ball. In this case, the top of the surface will either point inward or outward of the enclosed finite solid. If outward, the surface is the exterior boundary of the enclosed surface. If inward, the surface is the interior of the infinite complement of the enclosed solid. A Ball with some number of voids (holes) inside can thus be presented as one exterior boundary shell, and some number in interior boundary shells." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/sf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Polyhedral Surface" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://www.opengis.net/ont/sf#Surface" + } + ] + }, + { + "@id": "http://www.opengis.net/ont/sf#MultiSurface", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "A MultiSurface is a 2-dimensional GeometryCollection whose elements are Surfaces, all using coordinates from the same coordinate reference system. The geometric interiors of any two Surfaces in a MultiSurface may not intersect in the full coordinate system. The boundaries of any two coplanar elements in a MultiSurface may intersect, at most, at a finite number of Points. If they were to meet along a curve, they could be merged into a single surface.\n\nA MultiSurface may be used to represent heterogeneous surfaces collections of polygons and polyhedral surfaces. It defines a set of methods for its subclasses. The subclass of MultiSurface is MultiPolygon corresponding to a collection of Polygons only. Other collections shall use MultiSurface." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/sf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Multi Surface" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://www.opengis.net/ont/sf#GeometryCollection" + } + ] + }, + { + "@id": "http://www.opengis.net/ont/sf#Surface", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "A Surface is a 2-dimensional geometric object.\nA simple Surface may consists of a single patch that is associated with one exterior boundary and 0 or more interior boundaries. A single such Surface patch in 3-dimensional space is isometric to planar Surfaces, by a simple affine rotation matrix that rotates the patch onto the plane z = 0. If the patch is not vertical, the projection onto the same plane is an isomorphism, and can be represented as a linear transformation, i.e. an affine.\n\nPolyhedral Surfaces are formed by stitching together such simple Surfaces patches along their common boundaries. Such polyhedral Surfaces in a 3-dimensional space may not be planar as a whole, depending on the orientation of their planar normals. If all the patches are in alignment (their normals are parallel), then the whole stitched polyhedral surface is co-planar and can be represented as a single patch if it is connected.\n\nThe boundary of a simple Surface is the set of closed Curves corresponding to its exterior and interior boundaries.\n\nA Polygon is a simple Surface that is planar. A PolyhedralSurface is a simple surface, consisting of some number of Polygon patches or facets. If a PolyhedralSurface is closed, then it bounds a solid. A MultiSurface containing a set of closed PolyhedralSurfaces can be used to represent a Solid object with holes." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/sf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Surface" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://www.opengis.net/ont/sf#Geometry" + } + ] + }, + { + "@id": "http://www.opengis.net/ont/sf#MultiLineString", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "A MultiLineString is a MultiCurve whose elements are LineStrings." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/sf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Multi Line String" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://www.opengis.net/ont/sf#MultiCurve" + } + ] + }, + { + "@id": "http://www.opengis.net/ont/sf#Polygon", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "A Polygon is a planar Surface defined by 1 exterior boundary and 0 or more interior boundaries. Each interior boundary defines a hole in the Polygon.\nThe exterior boundary LinearRing defines the top of the surface which is the side of the surface from which the exterior boundary appears to traverse the boundary in a counter clockwise direction. The interior LinearRings will have the opposite orientation, and appear as clockwise when viewed from the top,\nThe assertions for Polygons (the rules that define valid Polygons) are as follows:\n\na) Polygons are topologically closed;\nb) The boundary of a Polygon consists of a set of LinearRings that make up its exterior and interior boundaries;\nc) No two Rings in the boundary cross and the Rings in the boundary of a Polygon may intersect at a Point but only as a tangent.\nd) A Polygon may not have cut lines, spikes or punctures.\ne) The interior of every Polygon is a connected point set;\nf) The exterior of a Polygon with 1 or more holes is not connected. Each hole defines a connected component of the exterior." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/sf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Polygon" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://www.opengis.net/ont/sf#Surface" + } + ] + }, + { + "@id": "http://www.opengis.net/ont/sf#TIN", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "A TIN (triangulated irregular network) is a PolyhedralSurface consisting only of Triangle patches." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/sf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Triangulated Irregular Network" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://www.opengis.net/ont/sf#PolyhedralSurface" + } + ] + }, + { + "@id": "http://www.opengis.net/ont/sf#Line", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "A Line is a LineString with exactly 2 Points." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/sf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Line" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://www.opengis.net/ont/sf#LineString" + } + ] + }, + { + "@id": "http://www.opengis.net/ont/sf#LineString", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "A LineString is a Curve with linear interpolation between Points. Each consecutive pair of Points defines a Line segment." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/sf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Line String" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://www.opengis.net/ont/sf#Curve" + } + ] + }, + { + "@id": "http://www.opengis.net/ont/sf#MultiCurve", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "A MultiCurve is a 1-dimensional GeometryCollection whose elements are Curves.\n\nA MultiCurve defines a set of methods for its subclasses and is included for reasons of extensibility.\n\nA MultiCurve is simple if and only if all of its elements are simple and the only intersections between any two elements occur at Points that are on the boundaries of both elements.\n\nThe boundary of a MultiCurve is obtained by applying the mod 2 union rule: A Point is in the boundary of a MultiCurve if it is in the boundaries of an odd number of elements of the MultiCurve.\n\nA MultiCurve is closed if all of its elements are closed. The boundary of a closed MultiCurve is always empty.\n\nA MultiCurve is defined as topologically closed." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/sf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Multi Curve" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://www.opengis.net/ont/sf#GeometryCollection" + } + ] + }, + { + "@id": "http://www.opengis.net/ont/sf#Triangle", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "A Triangle is a polygon with 3 distinct, non-collinear vertices and no interior boundary." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/sf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Triangle" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://www.opengis.net/ont/sf#Polygon" + } + ] + }, + { + "@id": "http://www.opengis.net/ont/sf#GeometryCollection", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "A GeometryCollection is a geometric object that is a collection of some number of geometric objects.\n\nAll the elements in a GeometryCollection shall be in the same Spatial Reference System. This is also the Spatial Reference System for the GeometryCollection.\nGeometryCollection places no other constraints on its elements. Subclasses of GeometryCollection may restrict membership based on dimension and may also place other constraints on the degree of spatial overlap between elements." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/sf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Geometry Collection" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://www.opengis.net/ont/sf#Geometry" + } + ] + }, + { + "@id": "http://www.opengis.net/ont/sf#LinearRing", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "A LinearRing is a LineString that is both closed and simple." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/sf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Linear Ring" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://www.opengis.net/ont/sf#LineString" + } + ] + }, + { + "@id": "http://www.opengis.net/ont/sf#Point", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "A Point is a 0-dimensional geometric object and represents a single location in coordinate space. \nA Point has an x-coordinate value, a y-coordinate value. If called for by the associated Spatial Reference System, it may also have coordinate values for z and m.\nThe boundary of a Point is the empty set." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/sf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Point" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://www.opengis.net/ont/sf#Geometry" + } + ] + }, + { + "@id": "http://www.opengis.net/ont/sf", + "@type": [ + "http://www.w3.org/2002/07/owl#Ontology" + ], + "http://purl.org/dc/elements/1.1/creator": [ + { + "@value": "Open Geospatial Consortium" + } + ], + "http://purl.org/dc/elements/1.1/date": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2012-09-11" + } + ], + "http://purl.org/dc/elements/1.1/description": [ + { + "@value": "An RDF/OWL vocabulary for defining SimpleFeature geometry types" + } + ], + "http://purl.org/dc/elements/1.1/title": [ + { + "@value": "Simple Features Vocabulary" + } + ], + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ + { + "@value": "sf" + } + ], + "http://purl.org/vocab/vann/preferredNamespaceUri": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://www.opengis.net/ont/sf#" + } + ], + "http://www.w3.org/2002/07/owl#imports": [ + { + "@id": "http://www.opengis.net/ont/geosparql" + } + ], + "http://www.w3.org/2002/07/owl#versionIRI": [ + { + "@id": "http://www.opengis.net/ont/sf/1.0" + } + ], + "http://www.w3.org/2002/07/owl#versionInfo": [ + { + "@value": "OGC GeoSPARQL 1.0" + } + ] + }, + { + "@id": "http://www.opengis.net/ont/sf#MultiPolygon", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "A MultiPolygon is a MultiSurface whose elements are Polygons.\n\nThe assertions for MultiPolygons are as follows.\n\na) The interiors of 2 Polygons that are elements of a MultiPolygon may not intersect.\nb) The boundaries of any 2 Polygons that are elements of a MultiPolygon may not cross and may touch at only a finite number of Points.\nc) A MultiPolygon is defined as topologically closed.\nd) A MultiPolygon may not have cut lines, spikes or punctures, a MultiPolygon is a regular closed Point set,\ne) The interior of a MultiPolygon with more than 1 Polygon is not connected; the number of connected components of the interior of a MultiPolygon is equal to the number of Polygons in the MultiPolygon. \n\nThe boundary of a MultiPolygon is a set of closed Curves (LineStrings) corresponding to the boundaries of its element Polygons. Each Curve in the boundary of the MultiPolygon is in the boundary of exactly 1 element Polygon, and every Curve in the boundary of an element Polygon is in the boundary of the MultiPolygon." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/sf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Multi Polygon" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://www.opengis.net/ont/sf#MultiSurface" + } + ] + }, + { + "@id": "http://www.opengis.net/ont/sf#MultiPoint", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "A MultiPoint is a 0-dimensional GeometryCollection. The elements of a MultiPoint are restricted to Points. ThePoints are not connected or ordered in any semantically important way.\n\nA MultiPoint is simple if no two Points in the MultiPoint are equal (have identical coordinate values in X and Y).\n\nEvery MultiPoint is spatially equal to a simple Multipoint.\n\nThe boundary of a MultiPoint is the empty set." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/sf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Multi Point" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://www.opengis.net/ont/sf#GeometryCollection" + } + ] + }, + { + "@id": "http://www.opengis.net/ont/sf#Curve", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "A Curve is a 1-dimensional geometric object usually stored as a sequence of Points, with the subtype of Curve specifying the form of the interpolation between Points. This specification defines only one subclass of Curve, LineString, which uses linear interpolation between Points.\n\nA Curve is a 1-dimensional geometric object that is the homeomorphic image of a real, closed, interval.\n\nA Curve is simple if it does not pass through the same Point twice with the possible exception of the two end\npoints.\n\nA Curve is closed if its start Point is equal to its end Point.\n\nThe boundary of a closed Curve is empty.\n\nA Curve that is simple and closed is a Ring.\n\nThe boundary of a non-closed Curve consists of its two end Points.\n\nA Curve is defined as topologically closed, that is, it contains its endpoints f(a) and f(b)." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "http://www.opengis.net/ont/sf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Curve" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://www.opengis.net/ont/sf#Geometry" + } + ] + } +] \ No newline at end of file diff --git a/geosparql10/sf_geometries.n3 b/geosparql10/sf_geometries.n3 new file mode 100644 index 000000000..1529a978a --- /dev/null +++ b/geosparql10/sf_geometries.n3 @@ -0,0 +1,212 @@ +@prefix dc: . +@prefix geo: . +@prefix owl: . +@prefix rdfs: . +@prefix sf: . +@prefix vann: . +@prefix xsd: . + +sf:Curve a rdfs:Class, + owl:Class ; + rdfs:label "Curve"@en ; + rdfs:comment """A Curve is a 1-dimensional geometric object usually stored as a sequence of Points, with the subtype of Curve specifying the form of the interpolation between Points. This specification defines only one subclass of Curve, LineString, which uses linear interpolation between Points. + +A Curve is a 1-dimensional geometric object that is the homeomorphic image of a real, closed, interval. + +A Curve is simple if it does not pass through the same Point twice with the possible exception of the two end +points. + +A Curve is closed if its start Point is equal to its end Point. + +The boundary of a closed Curve is empty. + +A Curve that is simple and closed is a Ring. + +The boundary of a non-closed Curve consists of its two end Points. + +A Curve is defined as topologically closed, that is, it contains its endpoints f(a) and f(b)."""@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf sf:Geometry . + +sf:Geometry a rdfs:Class, + owl:Class ; + rdfs:label "Geometry"@en ; + rdfs:comment """Geometry is the root class of the hierarchy. + +The instantiable subclasses of Geometry are restricted to 0, 1 and 2-dimensional geometric objects that exist in 2, 3 or 4-dimensional coordinate space (R2, R3 or R4). Geometry values in R2 have points with coordinate values for x and y. Geometry values in R3 have points with coordinate values for x, y and z or for x, y and m. Geometry values in R4 have points with coordinate values for x, y, z and m. + +The interpretation of the coordinates is subject to the coordinate reference systems associated to the point. All coordinates within a geometry object should be in the same coordinate reference systems. Each coordinate shall be unambiguously associated to a coordinate reference system either directly or through its containing geometry. The z coordinate of a point is typically, but not necessarily, represents altitude or elevation. The m coordinate represents a measurement. + +All Geometry classes described in this specification are defined so that instances of Geometry are topologically closed, i.e. all represented geometries include their boundary as point sets. This does not affect their representation, and open version of the same classes may be used in other circumstances, such as topological representations."""@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf geo:Geometry . + +sf:GeometryCollection a rdfs:Class, + owl:Class ; + rdfs:label "Geometry Collection"@en ; + rdfs:comment """A GeometryCollection is a geometric object that is a collection of some number of geometric objects. + +All the elements in a GeometryCollection shall be in the same Spatial Reference System. This is also the Spatial Reference System for the GeometryCollection. +GeometryCollection places no other constraints on its elements. Subclasses of GeometryCollection may restrict membership based on dimension and may also place other constraints on the degree of spatial overlap between elements."""@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf sf:Geometry . + +sf:Line a rdfs:Class, + owl:Class ; + rdfs:label "Line"@en ; + rdfs:comment "A Line is a LineString with exactly 2 Points."@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf sf:LineString . + +sf:LineString a rdfs:Class, + owl:Class ; + rdfs:label "Line String"@en ; + rdfs:comment "A LineString is a Curve with linear interpolation between Points. Each consecutive pair of Points defines a Line segment."@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf sf:Curve . + +sf:LinearRing a rdfs:Class, + owl:Class ; + rdfs:label "Linear Ring"@en ; + rdfs:comment "A LinearRing is a LineString that is both closed and simple."@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf sf:LineString . + +sf:MultiCurve a rdfs:Class, + owl:Class ; + rdfs:label "Multi Curve"@en ; + rdfs:comment """A MultiCurve is a 1-dimensional GeometryCollection whose elements are Curves. + +A MultiCurve defines a set of methods for its subclasses and is included for reasons of extensibility. + +A MultiCurve is simple if and only if all of its elements are simple and the only intersections between any two elements occur at Points that are on the boundaries of both elements. + +The boundary of a MultiCurve is obtained by applying the mod 2 union rule: A Point is in the boundary of a MultiCurve if it is in the boundaries of an odd number of elements of the MultiCurve. + +A MultiCurve is closed if all of its elements are closed. The boundary of a closed MultiCurve is always empty. + +A MultiCurve is defined as topologically closed."""@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf sf:GeometryCollection . + +sf:MultiLineString a rdfs:Class, + owl:Class ; + rdfs:label "Multi Line String"@en ; + rdfs:comment "A MultiLineString is a MultiCurve whose elements are LineStrings."@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf sf:MultiCurve . + +sf:MultiPoint a rdfs:Class, + owl:Class ; + rdfs:label "Multi Point"@en ; + rdfs:comment """A MultiPoint is a 0-dimensional GeometryCollection. The elements of a MultiPoint are restricted to Points. ThePoints are not connected or ordered in any semantically important way. + +A MultiPoint is simple if no two Points in the MultiPoint are equal (have identical coordinate values in X and Y). + +Every MultiPoint is spatially equal to a simple Multipoint. + +The boundary of a MultiPoint is the empty set."""@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf sf:GeometryCollection . + +sf:MultiPolygon a rdfs:Class, + owl:Class ; + rdfs:label "Multi Polygon"@en ; + rdfs:comment """A MultiPolygon is a MultiSurface whose elements are Polygons. + +The assertions for MultiPolygons are as follows. + +a) The interiors of 2 Polygons that are elements of a MultiPolygon may not intersect. +b) The boundaries of any 2 Polygons that are elements of a MultiPolygon may not cross and may touch at only a finite number of Points. +c) A MultiPolygon is defined as topologically closed. +d) A MultiPolygon may not have cut lines, spikes or punctures, a MultiPolygon is a regular closed Point set, +e) The interior of a MultiPolygon with more than 1 Polygon is not connected; the number of connected components of the interior of a MultiPolygon is equal to the number of Polygons in the MultiPolygon. + +The boundary of a MultiPolygon is a set of closed Curves (LineStrings) corresponding to the boundaries of its element Polygons. Each Curve in the boundary of the MultiPolygon is in the boundary of exactly 1 element Polygon, and every Curve in the boundary of an element Polygon is in the boundary of the MultiPolygon."""@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf sf:MultiSurface . + +sf:MultiSurface a rdfs:Class, + owl:Class ; + rdfs:label "Multi Surface"@en ; + rdfs:comment """A MultiSurface is a 2-dimensional GeometryCollection whose elements are Surfaces, all using coordinates from the same coordinate reference system. The geometric interiors of any two Surfaces in a MultiSurface may not intersect in the full coordinate system. The boundaries of any two coplanar elements in a MultiSurface may intersect, at most, at a finite number of Points. If they were to meet along a curve, they could be merged into a single surface. + +A MultiSurface may be used to represent heterogeneous surfaces collections of polygons and polyhedral surfaces. It defines a set of methods for its subclasses. The subclass of MultiSurface is MultiPolygon corresponding to a collection of Polygons only. Other collections shall use MultiSurface."""@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf sf:GeometryCollection . + +sf:Point a rdfs:Class, + owl:Class ; + rdfs:label "Point"@en ; + rdfs:comment """A Point is a 0-dimensional geometric object and represents a single location in coordinate space. +A Point has an x-coordinate value, a y-coordinate value. If called for by the associated Spatial Reference System, it may also have coordinate values for z and m. +The boundary of a Point is the empty set."""@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf sf:Geometry . + +sf:Polygon a rdfs:Class, + owl:Class ; + rdfs:label "Polygon"@en ; + rdfs:comment """A Polygon is a planar Surface defined by 1 exterior boundary and 0 or more interior boundaries. Each interior boundary defines a hole in the Polygon. +The exterior boundary LinearRing defines the top of the surface which is the side of the surface from which the exterior boundary appears to traverse the boundary in a counter clockwise direction. The interior LinearRings will have the opposite orientation, and appear as clockwise when viewed from the top, +The assertions for Polygons (the rules that define valid Polygons) are as follows: + +a) Polygons are topologically closed; +b) The boundary of a Polygon consists of a set of LinearRings that make up its exterior and interior boundaries; +c) No two Rings in the boundary cross and the Rings in the boundary of a Polygon may intersect at a Point but only as a tangent. +d) A Polygon may not have cut lines, spikes or punctures. +e) The interior of every Polygon is a connected point set; +f) The exterior of a Polygon with 1 or more holes is not connected. Each hole defines a connected component of the exterior."""@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf sf:Surface . + +sf:PolyhedralSurface a rdfs:Class, + owl:Class ; + rdfs:label "Polyhedral Surface"@en ; + rdfs:comment """A PolyhedralSurface is a contiguous collection of polygons, which share common boundary segments. For each pair of polygons that touch, the common boundary shall be expressible as a finite collection of LineStrings. Each such LineString shall be part of the boundary of at most 2 Polygon patches. + +For any two polygons that share a common boundary, the top of the polygon shall be consistent. This means that when two LinearRings from these two Polygons traverse the common boundary segment, they do so in opposite directions. Since the Polyhedral surface is contiguous, all polygons will be thus consistently oriented. This means that a non-oriented surface (such as Mbius band) shall not have single surface representations. They may be represented by a MultiSurface. + +If each such LineString is the boundary of exactly 2 Polygon patches, then the PolyhedralSurface is a simple, closed polyhedron and is topologically isomorphic to the surface of a sphere. By the Jordan Surface Theorem (Jordans Theorem for 2-spheres), such polyhedrons enclose a solid topologically isomorphic to the interior of a sphere; the ball. In this case, the top of the surface will either point inward or outward of the enclosed finite solid. If outward, the surface is the exterior boundary of the enclosed surface. If inward, the surface is the interior of the infinite complement of the enclosed solid. A Ball with some number of voids (holes) inside can thus be presented as one exterior boundary shell, and some number in interior boundary shells."""@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf sf:Surface . + +sf:Surface a rdfs:Class, + owl:Class ; + rdfs:label "Surface"@en ; + rdfs:comment """A Surface is a 2-dimensional geometric object. +A simple Surface may consists of a single patch that is associated with one exterior boundary and 0 or more interior boundaries. A single such Surface patch in 3-dimensional space is isometric to planar Surfaces, by a simple affine rotation matrix that rotates the patch onto the plane z = 0. If the patch is not vertical, the projection onto the same plane is an isomorphism, and can be represented as a linear transformation, i.e. an affine. + +Polyhedral Surfaces are formed by stitching together such simple Surfaces patches along their common boundaries. Such polyhedral Surfaces in a 3-dimensional space may not be planar as a whole, depending on the orientation of their planar normals. If all the patches are in alignment (their normals are parallel), then the whole stitched polyhedral surface is co-planar and can be represented as a single patch if it is connected. + +The boundary of a simple Surface is the set of closed Curves corresponding to its exterior and interior boundaries. + +A Polygon is a simple Surface that is planar. A PolyhedralSurface is a simple surface, consisting of some number of Polygon patches or facets. If a PolyhedralSurface is closed, then it bounds a solid. A MultiSurface containing a set of closed PolyhedralSurfaces can be used to represent a Solid object with holes."""@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf sf:Geometry . + +sf:TIN a rdfs:Class, + owl:Class ; + rdfs:label "Triangulated Irregular Network"@en ; + rdfs:comment "A TIN (triangulated irregular network) is a PolyhedralSurface consisting only of Triangle patches."@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf sf:PolyhedralSurface . + +sf:Triangle a rdfs:Class, + owl:Class ; + rdfs:label "Triangle"@en ; + rdfs:comment "A Triangle is a polygon with 3 distinct, non-collinear vertices and no interior boundary."@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf sf:Polygon . + + a owl:Ontology ; + dc:creator "Open Geospatial Consortium" ; + dc:date "2012-09-11"^^xsd:date ; + dc:description "An RDF/OWL vocabulary for defining SimpleFeature geometry types" ; + dc:title "Simple Features Vocabulary" ; + vann:preferredNamespacePrefix "sf"^^xsd:string ; + vann:preferredNamespaceUri "http://www.opengis.net/ont/sf#"^^xsd:anyURI ; + owl:imports ; + owl:versionIRI ; + owl:versionInfo "OGC GeoSPARQL 1.0" . + diff --git a/geosparql10/sf_geometries.ttl b/geosparql10/sf_geometries.ttl new file mode 100644 index 000000000..e42d71538 --- /dev/null +++ b/geosparql10/sf_geometries.ttl @@ -0,0 +1,265 @@ +PREFIX dc: +PREFIX geo: +PREFIX owl: +PREFIX rdfs: +PREFIX vann: +PREFIX sf: +PREFIX xsd: + +sf:Curve + a + rdfs:Class , + owl:Class ; + rdfs:label "Curve"@en ; + rdfs:comment """A Curve is a 1-dimensional geometric object usually stored as a sequence of Points, with the subtype of Curve specifying the form of the interpolation between Points. This specification defines only one subclass of Curve, LineString, which uses linear interpolation between Points. + +A Curve is a 1-dimensional geometric object that is the homeomorphic image of a real, closed, interval. + +A Curve is simple if it does not pass through the same Point twice with the possible exception of the two end +points. + +A Curve is closed if its start Point is equal to its end Point. + +The boundary of a closed Curve is empty. + +A Curve that is simple and closed is a Ring. + +The boundary of a non-closed Curve consists of its two end Points. + +A Curve is defined as topologically closed, that is, it contains its endpoints f(a) and f(b)."""@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf sf:Geometry ; +. + +sf:Geometry + a + rdfs:Class , + owl:Class ; + rdfs:label "Geometry"@en ; + rdfs:comment """Geometry is the root class of the hierarchy. + +The instantiable subclasses of Geometry are restricted to 0, 1 and 2-dimensional geometric objects that exist in 2, 3 or 4-dimensional coordinate space (R2, R3 or R4). Geometry values in R2 have points with coordinate values for x and y. Geometry values in R3 have points with coordinate values for x, y and z or for x, y and m. Geometry values in R4 have points with coordinate values for x, y, z and m. + +The interpretation of the coordinates is subject to the coordinate reference systems associated to the point. All coordinates within a geometry object should be in the same coordinate reference systems. Each coordinate shall be unambiguously associated to a coordinate reference system either directly or through its containing geometry. The z coordinate of a point is typically, but not necessarily, represents altitude or elevation. The m coordinate represents a measurement. + +All Geometry classes described in this specification are defined so that instances of Geometry are topologically closed, i.e. all represented geometries include their boundary as point sets. This does not affect their representation, and open version of the same classes may be used in other circumstances, such as topological representations."""@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf geo:Geometry ; +. + +sf:GeometryCollection + a + rdfs:Class , + owl:Class ; + rdfs:label "Geometry Collection"@en ; + rdfs:comment """A GeometryCollection is a geometric object that is a collection of some number of geometric objects. + +All the elements in a GeometryCollection shall be in the same Spatial Reference System. This is also the Spatial Reference System for the GeometryCollection. +GeometryCollection places no other constraints on its elements. Subclasses of GeometryCollection may restrict membership based on dimension and may also place other constraints on the degree of spatial overlap between elements."""@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf sf:Geometry ; +. + +sf:Line + a + rdfs:Class , + owl:Class ; + rdfs:label "Line"@en ; + rdfs:comment "A Line is a LineString with exactly 2 Points."@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf sf:LineString ; +. + +sf:LineString + a + rdfs:Class , + owl:Class ; + rdfs:label "Line String"@en ; + rdfs:comment "A LineString is a Curve with linear interpolation between Points. Each consecutive pair of Points defines a Line segment."@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf sf:Curve ; +. + +sf:LinearRing + a + rdfs:Class , + owl:Class ; + rdfs:label "Linear Ring"@en ; + rdfs:comment "A LinearRing is a LineString that is both closed and simple."@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf sf:LineString ; +. + +sf:MultiCurve + a + rdfs:Class , + owl:Class ; + rdfs:label "Multi Curve"@en ; + rdfs:comment """A MultiCurve is a 1-dimensional GeometryCollection whose elements are Curves. + +A MultiCurve defines a set of methods for its subclasses and is included for reasons of extensibility. + +A MultiCurve is simple if and only if all of its elements are simple and the only intersections between any two elements occur at Points that are on the boundaries of both elements. + +The boundary of a MultiCurve is obtained by applying the mod 2 union rule: A Point is in the boundary of a MultiCurve if it is in the boundaries of an odd number of elements of the MultiCurve. + +A MultiCurve is closed if all of its elements are closed. The boundary of a closed MultiCurve is always empty. + +A MultiCurve is defined as topologically closed."""@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf sf:GeometryCollection ; +. + +sf:MultiLineString + a + rdfs:Class , + owl:Class ; + rdfs:label "Multi Line String"@en ; + rdfs:comment "A MultiLineString is a MultiCurve whose elements are LineStrings."@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf sf:MultiCurve ; +. + +sf:MultiPoint + a + rdfs:Class , + owl:Class ; + rdfs:label "Multi Point"@en ; + rdfs:comment """A MultiPoint is a 0-dimensional GeometryCollection. The elements of a MultiPoint are restricted to Points. ThePoints are not connected or ordered in any semantically important way. + +A MultiPoint is simple if no two Points in the MultiPoint are equal (have identical coordinate values in X and Y). + +Every MultiPoint is spatially equal to a simple Multipoint. + +The boundary of a MultiPoint is the empty set."""@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf sf:GeometryCollection ; +. + +sf:MultiPolygon + a + rdfs:Class , + owl:Class ; + rdfs:label "Multi Polygon"@en ; + rdfs:comment """A MultiPolygon is a MultiSurface whose elements are Polygons. + +The assertions for MultiPolygons are as follows. + +a) The interiors of 2 Polygons that are elements of a MultiPolygon may not intersect. +b) The boundaries of any 2 Polygons that are elements of a MultiPolygon may not cross and may touch at only a finite number of Points. +c) A MultiPolygon is defined as topologically closed. +d) A MultiPolygon may not have cut lines, spikes or punctures, a MultiPolygon is a regular closed Point set, +e) The interior of a MultiPolygon with more than 1 Polygon is not connected; the number of connected components of the interior of a MultiPolygon is equal to the number of Polygons in the MultiPolygon. + +The boundary of a MultiPolygon is a set of closed Curves (LineStrings) corresponding to the boundaries of its element Polygons. Each Curve in the boundary of the MultiPolygon is in the boundary of exactly 1 element Polygon, and every Curve in the boundary of an element Polygon is in the boundary of the MultiPolygon."""@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf sf:MultiSurface ; +. + +sf:MultiSurface + a + rdfs:Class , + owl:Class ; + rdfs:label "Multi Surface"@en ; + rdfs:comment """A MultiSurface is a 2-dimensional GeometryCollection whose elements are Surfaces, all using coordinates from the same coordinate reference system. The geometric interiors of any two Surfaces in a MultiSurface may not intersect in the full coordinate system. The boundaries of any two coplanar elements in a MultiSurface may intersect, at most, at a finite number of Points. If they were to meet along a curve, they could be merged into a single surface. + +A MultiSurface may be used to represent heterogeneous surfaces collections of polygons and polyhedral surfaces. It defines a set of methods for its subclasses. The subclass of MultiSurface is MultiPolygon corresponding to a collection of Polygons only. Other collections shall use MultiSurface."""@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf sf:GeometryCollection ; +. + +sf:Point + a + rdfs:Class , + owl:Class ; + rdfs:label "Point"@en ; + rdfs:comment """A Point is a 0-dimensional geometric object and represents a single location in coordinate space. +A Point has an x-coordinate value, a y-coordinate value. If called for by the associated Spatial Reference System, it may also have coordinate values for z and m. +The boundary of a Point is the empty set."""@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf sf:Geometry ; +. + +sf:Polygon + a + rdfs:Class , + owl:Class ; + rdfs:label "Polygon"@en ; + rdfs:comment """A Polygon is a planar Surface defined by 1 exterior boundary and 0 or more interior boundaries. Each interior boundary defines a hole in the Polygon. +The exterior boundary LinearRing defines the top of the surface which is the side of the surface from which the exterior boundary appears to traverse the boundary in a counter clockwise direction. The interior LinearRings will have the opposite orientation, and appear as clockwise when viewed from the top, +The assertions for Polygons (the rules that define valid Polygons) are as follows: + +a) Polygons are topologically closed; +b) The boundary of a Polygon consists of a set of LinearRings that make up its exterior and interior boundaries; +c) No two Rings in the boundary cross and the Rings in the boundary of a Polygon may intersect at a Point but only as a tangent. +d) A Polygon may not have cut lines, spikes or punctures. +e) The interior of every Polygon is a connected point set; +f) The exterior of a Polygon with 1 or more holes is not connected. Each hole defines a connected component of the exterior."""@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf sf:Surface ; +. + +sf:PolyhedralSurface + a + rdfs:Class , + owl:Class ; + rdfs:label "Polyhedral Surface"@en ; + rdfs:comment """A PolyhedralSurface is a contiguous collection of polygons, which share common boundary segments. For each pair of polygons that touch, the common boundary shall be expressible as a finite collection of LineStrings. Each such LineString shall be part of the boundary of at most 2 Polygon patches. + +For any two polygons that share a common boundary, the top of the polygon shall be consistent. This means that when two LinearRings from these two Polygons traverse the common boundary segment, they do so in opposite directions. Since the Polyhedral surface is contiguous, all polygons will be thus consistently oriented. This means that a non-oriented surface (such as Mbius band) shall not have single surface representations. They may be represented by a MultiSurface. + +If each such LineString is the boundary of exactly 2 Polygon patches, then the PolyhedralSurface is a simple, closed polyhedron and is topologically isomorphic to the surface of a sphere. By the Jordan Surface Theorem (Jordans Theorem for 2-spheres), such polyhedrons enclose a solid topologically isomorphic to the interior of a sphere; the ball. In this case, the top of the surface will either point inward or outward of the enclosed finite solid. If outward, the surface is the exterior boundary of the enclosed surface. If inward, the surface is the interior of the infinite complement of the enclosed solid. A Ball with some number of voids (holes) inside can thus be presented as one exterior boundary shell, and some number in interior boundary shells."""@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf sf:Surface ; +. + +sf:Surface + a + rdfs:Class , + owl:Class ; + rdfs:label "Surface"@en ; + rdfs:comment """A Surface is a 2-dimensional geometric object. +A simple Surface may consists of a single patch that is associated with one exterior boundary and 0 or more interior boundaries. A single such Surface patch in 3-dimensional space is isometric to planar Surfaces, by a simple affine rotation matrix that rotates the patch onto the plane z = 0. If the patch is not vertical, the projection onto the same plane is an isomorphism, and can be represented as a linear transformation, i.e. an affine. + +Polyhedral Surfaces are formed by stitching together such simple Surfaces patches along their common boundaries. Such polyhedral Surfaces in a 3-dimensional space may not be planar as a whole, depending on the orientation of their planar normals. If all the patches are in alignment (their normals are parallel), then the whole stitched polyhedral surface is co-planar and can be represented as a single patch if it is connected. + +The boundary of a simple Surface is the set of closed Curves corresponding to its exterior and interior boundaries. + +A Polygon is a simple Surface that is planar. A PolyhedralSurface is a simple surface, consisting of some number of Polygon patches or facets. If a PolyhedralSurface is closed, then it bounds a solid. A MultiSurface containing a set of closed PolyhedralSurfaces can be used to represent a Solid object with holes."""@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf sf:Geometry ; +. + +sf:TIN + a + rdfs:Class , + owl:Class ; + rdfs:label "Triangulated Irregular Network"@en ; + rdfs:comment "A TIN (triangulated irregular network) is a PolyhedralSurface consisting only of Triangle patches."@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf sf:PolyhedralSurface ; +. + +sf:Triangle + a + rdfs:Class , + owl:Class ; + rdfs:label "Triangle"@en ; + rdfs:comment "A Triangle is a polygon with 3 distinct, non-collinear vertices and no interior boundary."@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf sf:Polygon ; +. + + + a owl:Ontology ; + dc:creator "Open Geospatial Consortium" ; + dc:date "2012-09-11"^^xsd:date ; + dc:description "An RDF/OWL vocabulary for defining SimpleFeature geometry types" ; + dc:title "Simple Features Vocabulary" ; + vann:preferredNamespacePrefix "sf"^^xsd:string ; + vann:preferredNamespaceUri "http://www.opengis.net/ont/sf#"^^xsd:anyURI ; + owl:imports ; + owl:versionIRI ; + owl:versionInfo "OGC GeoSPARQL 1.0" ; +. +