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
+
+
+
+
+
+
+
+
+
+
+ GeoSPARQL Functions
+A taxonomy
+
+
+
+
+
+
+
+
GeoSPARQL Functionscol
+
+
+ URI
+ http://www.opengis.net/def/function/geosparql/
+
+
+ Source
+
+ http://www.opengis.net/doc/geosparql/1.0
+
+
+
+ Members
+
+ overlap con ,
+ touches con ,
+ boundary con ,
+ non-tangential proper part inverse con ,
+ disconnected con ,
+ covered by con ,
+ equals con ,
+ equals con ,
+ overlaps con ,
+ symmetric difference con ,
+ tangential proper part inverse con ,
+ intersects con ,
+ covers con ,
+ buffer con ,
+ difference con ,
+ externally connected con ,
+ convex hull con ,
+ contains con ,
+ envelope con ,
+ intersection con ,
+ relate con ,
+ meet con ,
+ disjoint con ,
+ union con ,
+ tangential proper part con ,
+ within con ,
+ inside con ,
+ disjoint con ,
+ crosses con ,
+ getSRID con ,
+ contains con ,
+ distance con ,
+ partially overlapping con ,
+ equals con ,
+ non-tangential proper part con
+
+
+
+
+
+
+
+
+
+
+
boundarycon
+
+
+ URI
+ http://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
+
+
+ URI
+ http://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
+
+
+ URI
+ http://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
+
+
+ URI
+ http://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
+
+
+ URI
+ http://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
+
+
+ URI
+ http://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: TTFF FF*
+
+
+
+ Source
+
+ http://www.opengis.net/doc/geosparql/1.0
+
+
+
+
+
+
covered bycon
+
+
+ URI
+ http://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
+
+
+ URI
+ http://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: TTFT FF*
+
+
+
+ Source
+
+ http://www.opengis.net/doc/geosparql/1.0
+
+
+
+
+
+
disjointcon
+
+
+ URI
+ http://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
+
+
+ URI
+ http://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
+
+
+ URI
+ http://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
+
+
+ URI
+ http://www.opengis.net/def/function/geosparql/ehMeet
+
+
+ Definition
+
+ A query function that returns true if the input geometries meet.
+DE-9IM: FT* ^ FT ^ F T****
+
+
+
+ Source
+
+ http://www.opengis.net/doc/geosparql/1.0
+
+
+
+
+
+
overlapcon
+
+
+ URI
+ http://www.opengis.net/def/function/geosparql/ehOverlap
+
+
+ Definition
+
+ A query function that returns true if the input geometries overlap.
+DE-9IM: TT T
+
+
+
+ Source
+
+ http://www.opengis.net/doc/geosparql/1.0
+
+
+
+
+
+
envelopecon
+
+
+ URI
+ http://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
+
+
+ URI
+ http://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
+
+
+ URI
+ http://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
+
+
+ URI
+ http://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
+
+
+ URI
+ http://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
+
+
+ URI
+ http://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
+
+
+ URI
+ http://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
+
+
+ URI
+ http://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
+
+
+ URI
+ http://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
+
+
+ URI
+ http://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
+
+
+ URI
+ http://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
+
+
+ URI
+ http://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
+
+
+ URI
+ http://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
+
+
+ URI
+ http://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: TT T
+
+
+
+ Source
+
+ http://www.opengis.net/doc/geosparql/1.0
+
+
+
+
+
+
disjointcon
+
+
+ URI
+ http://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
+
+
+ URI
+ http://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
+
+
+ URI
+ http://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
+
+
+ URI
+ http://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: TT T
+
+
+
+ Source
+
+ http://www.opengis.net/doc/geosparql/1.0
+
+
+
+
+
+
touchescon
+
+
+ URI
+ http://www.opengis.net/def/function/geosparql/sfTouches
+
+
+ Definition
+
+ A query function that returns true if the input geometries touch.
+DE-9IM: FT* ^ FT ^ F T****
+
+
+
+ Source
+
+ http://www.opengis.net/doc/geosparql/1.0
+
+
+
+
+
+
withincon
+
+
+ URI
+ http://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: TF F **
+
+
+
+ Source
+
+ http://www.opengis.net/doc/geosparql/1.0
+
+
+
+
+
+
symmetric differencecon
+
+
+ URI
+ http://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
+
+
+ URI
+ http://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
+
+
+
+
+
+
+
+
+
+ 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
+
+ col Collections
+ con Concepts
+
+
+
+
\ 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
+
+
+
+
+
+
+
+
+
+
+ GeoSPARQL Ontology
+
+
+
+
+
+
+
+
+
+
+ URI
+ http://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
+
+ SpatialObject c
+
+
+
+ In domain of
+
+ hasGeometry op
+ defaultGeometry op
+
+
+
+
+
+
+
+
+
+
+
+
defaultGeometryop
+ # OPs
+
+
+
+ URI
+ http://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
+
+ hasGeometry op
+
+
+
+ Domain(s)
+
+ Feature c
+
+
+
+ Range(s)
+
+ geo:Geometry c
+
+
+
+
+
+
containsop
+ # OPs
+
+
+
+ URI
+ http://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)
+
+ SpatialObject c
+
+
+
+ Range(s)
+
+ geo:SpatialObject c
+
+
+
+
+
+
coveredByop
+ # OPs
+
+
+
+ URI
+ http://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)
+
+ SpatialObject c
+
+
+
+ Range(s)
+
+ geo:SpatialObject c
+
+
+
+
+
+
coversop
+ # OPs
+
+
+
+ URI
+ http://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)
+
+ SpatialObject c
+
+
+
+ Range(s)
+
+ geo:SpatialObject c
+
+
+
+
+
+
disjointop
+ # OPs
+
+
+
+ URI
+ http://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
+
+ disjoint op
+ disconnected op
+
+
+
+ Domain(s)
+
+ SpatialObject c
+
+
+
+ Range(s)
+
+ geo:SpatialObject c
+
+
+
+
+
+
equalsop
+ # OPs
+
+
+
+ URI
+ http://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
+
+ equals op
+ equals op
+
+
+
+ Domain(s)
+
+ SpatialObject c
+
+
+
+ Range(s)
+
+ geo:SpatialObject c
+
+
+
+
+
+
insideop
+ # OPs
+
+
+
+ URI
+ http://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)
+
+ SpatialObject c
+
+
+
+ Range(s)
+
+ geo:SpatialObject c
+
+
+
+
+
+
meetop
+ # OPs
+
+
+
+ URI
+ http://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
+
+ touches op
+ externally connected op
+
+
+
+ Domain(s)
+
+ SpatialObject c
+
+
+
+ Range(s)
+
+ geo:SpatialObject c
+
+
+
+
+
+
overlapop
+ # OPs
+
+
+
+ URI
+ http://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
+
+ overlaps op
+ partially overlapping op
+
+
+
+ Domain(s)
+
+ SpatialObject c
+
+
+
+ Range(s)
+
+ geo:SpatialObject c
+
+
+
+
+
+
hasGeometryop
+ # OPs
+
+
+
+ URI
+ http://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)
+
+ Feature c
+
+
+
+ Range(s)
+
+ geo:Geometry c
+
+
+
+
+
+
disconnectedop
+ # OPs
+
+
+
+ URI
+ http://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
+
+ disjoint op
+ disjoint op
+
+
+
+ Domain(s)
+
+ SpatialObject c
+
+
+
+ Range(s)
+
+ geo:SpatialObject c
+
+
+
+
+
+
externally connectedop
+ # OPs
+
+
+
+ URI
+ http://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
+
+ touches op
+ meet op
+
+
+
+ Domain(s)
+
+ SpatialObject c
+
+
+
+ Range(s)
+
+ geo:SpatialObject c
+
+
+
+
+
+
equalsop
+ # OPs
+
+
+
+ URI
+ http://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
+
+ equals op
+ equals op
+
+
+
+ Domain(s)
+
+ SpatialObject c
+
+
+
+ Range(s)
+
+ geo:SpatialObject c
+
+
+
+
+
+
non-tangential proper partop
+ # OPs
+
+
+
+ URI
+ http://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)
+
+ SpatialObject c
+
+
+
+ Range(s)
+
+ geo:SpatialObject c
+
+
+
+
+
+
non-tangential proper part inverseop
+ # OPs
+
+
+
+ URI
+ http://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)
+
+ SpatialObject c
+
+
+
+ Range(s)
+
+ geo:SpatialObject c
+
+
+
+
+
+
partially overlappingop
+ # OPs
+
+
+
+ URI
+ http://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
+
+ overlap op
+ overlaps op
+
+
+
+ Domain(s)
+
+ SpatialObject c
+
+
+
+ Range(s)
+
+ geo:SpatialObject c
+
+
+
+
+
+
tangential proper partop
+ # OPs
+
+
+
+ URI
+ http://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)
+
+ SpatialObject c
+
+
+
+ Range(s)
+
+ geo:SpatialObject c
+
+
+
+
+
+
tangential proper part inverseop
+ # OPs
+
+
+
+ URI
+ http://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)
+
+ SpatialObject c
+
+
+
+ Range(s)
+
+ geo:SpatialObject c
+
+
+
+
+
+
containsop
+ # OPs
+
+
+
+ URI
+ http://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)
+
+ SpatialObject c
+
+
+
+ Range(s)
+
+ geo:SpatialObject c
+
+
+
+
+
+
crossesop
+ # OPs
+
+
+
+ URI
+ http://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)
+
+ SpatialObject c
+
+
+
+ Range(s)
+
+ geo:SpatialObject c
+
+
+
+
+
+
disjointop
+ # OPs
+
+
+
+ URI
+ http://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
+
+ disjoint op
+ disconnected op
+
+
+
+ Domain(s)
+
+ SpatialObject c
+
+
+
+ Range(s)
+
+ geo:SpatialObject c
+
+
+
+
+
+
equalsop
+ # OPs
+
+
+
+ URI
+ http://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
+
+ equals op
+ equals op
+
+
+
+ Domain(s)
+
+ SpatialObject c
+
+
+
+ Range(s)
+
+ geo:SpatialObject c
+
+
+
+
+
+
intersectsop
+ # OPs
+
+
+
+ URI
+ http://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)
+
+ SpatialObject c
+
+
+
+ Range(s)
+
+ geo:SpatialObject c
+
+
+
+
+
+
overlapsop
+ # OPs
+
+
+
+ URI
+ http://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 overlapping op
+ overlap op
+
+
+
+ Domain(s)
+
+ SpatialObject c
+
+
+
+ Range(s)
+
+ geo:SpatialObject c
+
+
+
+
+
+
touchesop
+ # OPs
+
+
+
+ URI
+ http://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 connected op
+ meet op
+
+
+
+ Domain(s)
+
+ SpatialObject c
+
+
+
+ Range(s)
+
+ geo:SpatialObject c
+
+
+
+
+
+
withinop
+ # OPs
+
+
+
+ URI
+ http://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)
+
+ SpatialObject c
+
+
+
+ Range(s)
+
+ geo:SpatialObject c
+
+
+
+
+
+
+
+ Datatype Properties ↑
+
+
+
asGMLdp
+ # DPs
+
+
+
+ URI
+ http://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 serialization dp
+
+
+
+ Domain(s)
+
+ Geometry c
+
+
+
+ Range(s)
+
+ geo:gmlLiteral c
+
+
+
+
+
+
asWKTdp
+ # DPs
+
+
+
+ URI
+ http://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 serialization dp
+
+
+
+ Domain(s)
+
+ Geometry c
+
+
+
+ Range(s)
+
+ geo:wktLiteral c
+
+
+
+
+
+
coordinateDimensiondp
+ # DPs
+
+
+
+ URI
+ http://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)
+
+ Geometry c
+
+
+
+ Range(s)
+
+ xsd:integer c
+
+
+
+
+
+
dimensiondp
+ # DPs
+
+
+
+ URI
+ http://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)
+
+ Geometry c
+
+
+
+ Range(s)
+
+ xsd:integer c
+
+
+
+
+
+
has serializationdp
+ # DPs
+
+
+
+ URI
+ http://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)
+
+ Geometry c
+
+
+
+ Range(s)
+
+ rdfs:Literal c
+
+
+
+
+
+
isEmptydp
+ # DPs
+
+
+
+ URI
+ http://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)
+
+ Geometry c
+
+
+
+ Range(s)
+
+ xsd:boolean c
+
+
+
+
+
+
isSimpledp
+ # DPs
+
+
+
+ URI
+ http://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)
+
+ Geometry c
+
+
+
+ Range(s)
+
+ xsd:boolean c
+
+
+
+
+
+
spatialDimensiondp
+ # DPs
+
+
+
+ URI
+ http://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)
+
+ Geometry c
+
+
+
+ Range(s)
+
+ xsd:integer c
+
+
+
+
+
+
+
+ Annotation Properties ↑
+
+
+
Contributorap
+ # APs
+
+
+
+ URI
+ http://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
+
+
+
+ URI
+ http://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
+
+
+
+ URI
+ http://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
+
+
+
+ URI
+ http://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
+
+
+
+ URI
+ http://purl.org/dc/terms/description
+
+
+
+
+
hasVersionap
+ # APs
+
+
+
+ URI
+ http://purl.org/dc/terms/hasVersion
+
+
+
+
+
issuedap
+ # APs
+
+
+
+ URI
+ http://purl.org/dc/terms/issued
+
+
+
+
+
modifiedap
+ # APs
+
+
+
+ URI
+ http://purl.org/dc/terms/modified
+
+
+
+
+
publisherap
+ # APs
+
+
+
+ URI
+ http://purl.org/dc/terms/publisher
+
+
+
+
+
titleap
+ # APs
+
+
+
+ URI
+ http://purl.org/dc/terms/title
+
+
+
+
+
definitionap
+ # APs
+
+
+
+ URI
+ http://www.w3.org/2004/02/skos/core#definition
+
+
+
+
+
noteap
+ # APs
+
+
+
+ URI
+ http://www.w3.org/2004/02/skos/core#note
+
+
+
+
+
prefLabelap
+ # APs
+
+
+
+ URI
+ http://www.w3.org/2004/02/skos/core#prefLabel
+
+
+
+
+
+
+
+
+
+ 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
+
+ c Classes
+ op Object Properties
+ fp Functional Properties
+ dp Data Properties
+ ap Annotation Properties
+ p Properties
+ ni Named 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