Home
Categories
Dictionary
Glossary
Download
Project Details
Changes Log
What Links Here
FAQ
License

Geosparql support in the Jena module


The GeoSPARQL standard is an extension of SPARQL which supports representing and querying geospatial data on the Semantic Web. This article explains how Geosparql is supported in the Jena module.

Enabling support for Geosparql

To enable the support for Geosparql for a Schema, you should set the geosparql property to true. For example:
      <properties>
         <application name="jena">
            <module name="jena">
               <moduleArrayGroupProperty key="schemas">
                  <moduleArrayValue>
                     <moduleProperty value="geo" key="name"/>
                     <moduleProperty value="spatialdata.owl" key="owlData"/>
                     <moduleProperty value="my:" key="prefixNS"/>
                     <moduleProperty value="http://example.org/ApplicationSchema#" key="owlNS"/>
                     <moduleProperty key="geosparql" value="true" />
                  </moduleArrayValue>
               </moduleArrayGroupProperty>
            </module>
         </application>
      </properties>

See also


Categories: builtin-applis

Copyright 2017-2020 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence