OverviewGeoSPARQL is a standard for representation and querying of geospatial linked data for the Semantic Web from the Open Geospatial Consortium (OGC).The standard provides:
A simplified diagram of some geometry classes and properties: GraphDB 6.5 introduces support for GeoSPARQL. InstallationThe GeoSPARQL support is implemented as a GraphDB plugin, which is currently not installed by default. To install the plugin follow these steps:
UsagePlugin control predicatesThe plugin allows you to configure it through SPARQL-Update queries with embedded control predicates: Enable pluginWhen the plugin is enabled it will index all existing GeoSPARQL data in the repository and automatically reindex any updates. Disable pluginWhen the plugin is disabled it will not index any data or process updates. It will not handle any of the GeoSPARQL predicates either. Force reindex GeoSPARQL geometry dataUsually this is a configuration option which could be used in cases where your index files GeoSPARQL PredicatesSome examples of select queries on geographic data. For demo purposes just import the following files: and run the following queries queries on them:
For more information regarding GeoSPARQL predicates and functions please look at the current official spec : OGC 11-052r4, Version: 1.0, Approval Date: 2012-04-27, Publication Date: 2012-09-10. |
GeoSPARQL support
Skip to end of metadata
Go to start of metadata
Labels:
None