Closed ThomasThelen closed 2 years ago
This PR contains the features that will make up the 2.1.0 release. It includes a few dependency updates and a partial replacement of the ago ontology.
To test:
Query 1
Query 2
This query gets geometries with the geosparql:hasGeometry predicate.
PREFIX geosparql: <http://www.opengis.net/ont/geosparql#> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?sub geosparql:hasGeometry ?obj . } LIMIT 10
This looks for any triples with the ago:geometry as the predicate. This shouldn't return any results.
PREFIX ago: <http://awesemantic-geo.link/ontology/> SELECT * WHERE { ?sub ago:geometry ?obj . } LIMIT 10
This PR contains the features that will make up the 2.1.0 release. It includes a few dependency updates and a partial replacement of the ago ontology.
To test:
Query 1
(below)Query 2
(below)Query 1
This query gets geometries with the geosparql:hasGeometry predicate.
Query 2
This looks for any triples with the ago:geometry as the predicate. This shouldn't return any results.