-
A boolean for `falls within` and `contains` based in the specifications (e.g. http://www.opengis.net/def/function/geosparql/sfWithin).
Either done within sqlite or with GeoPandas/Shapely/Fiona
-
Hi everyone! What do you think of this:
X3D Ontology
https://www.web3d.org/x3d/content/semantics/semantics.html
https://www.web3d.org/working-groups/x3d-semantic-web
https://www.web3d.org/x3d-se…
-
Is GeoSPARQL supported? If not: What would be required to do?
-
# Use Case ONTO19
## Flip Coordinates
As a GeoSPARQL data user I would like to retrieve a given geometry with X and Y axis flipped.
For the `'POLYGON ((0 1 5, 2 3 5, 3 2 5, 2 1 5, 0 1 5))' `…
-
- see [emodnet-biology_2194.jsonld](https://github.com/marco-bolo/dataset-catalogue/blob/main/datasets/WP5_jsonld/emodnet-biology_2194.jsonld#L64C1-L76C7) (but problem exists in all of the JSON-LD in …
-
### Version
5.1.0
### Question
I get a startup error when dropping jena-geosparql-5.1.0.jar in $FUSEKI_BASE/extra folllowing the instructions
> or download the binary from the [Maven cent…
-
We should be fully conform with the GeoSPARQL standards for types [geo:SpatialObject](https://opengeospatial.github.io/ogc-geosparql/geosparql11/spec.html#_standard_properties_for_geospatialobject) an…
-
#### Issue type:
- :heavy_plus_sign: Feature request
#### Description:
Please implement the GeoSPARQL spec :-)
___
-
In werden Koordinaten so modelliert:
~~~sparql
PREFIX geo:
PREFIX n4oc:
SELECT * FROM n4oc:9 WHERE {
?place geo:hasGeometry [ geo:asWKT ?wkt ].
}
~~~
Beispielwert: `POINT(-6.25455…
-
I am testing the features present in one of the KGs in my book:
https://www.linked-sdi.com/gelderland
The KG is loaded into Virtuoso and is accessed by Unicorn through the SPARQL end-point. When I…