forked from opengeospatial/ogc-geosparql
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
32 lines (31 loc) · 4.12 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<html>
<head>
<title>OGC GeoSPARQL</title>
</head>
<body>
<h1>GeoSPARQL Standard documentation</h1>
<h3>GeoSPARQL 1.0</h3>
<ul>
<li>GeoSPARQL 1.0 Specification <a href="geosparql10/11-052r4_OGC_GeoSPARQL.pdf" target="_blank">[PDF]</a> <a href="geosparql10/citeme.bib" target="_blank">[BIBTEX]</a> </li>
<li>GeoSPARQL 1.0 Ontology <a href="geosparql10/index.html" target="_blank">[HTML]</a> <a target="_blank" href="geosparql10/geo.ttl">[TTL]</a> <a target="_blank" href="geosparql10/geo.json">[JSON-LD]</a> <a target="_blank" href="http://www.visualdataweb.de/webvowl/#iri=https://raw.githubusercontent.com/opengeospatial/ogc-geosparql/master/1.0/geo.ttl">[WebVOWL]</a></li>
<li>GeoSPARQL 1.0 Profile <a target="_blank" href="geosparql10/profile.html">[HTML]</a> <a target="_blank" href="geosparql10/profile.ttl">[TTL]</a></li>
<li>GeoSPARQL 1.0 Functions/Rules <a target="_blank" href="geosparql10/funcsrules.html">[HTML]</a> <a target="_blank" href="geosparql10/funcsrules.ttl">[TTL]</a> <a target="_blank" href="geosparql10/funcsrules.json">[JSON-LD]</a> <a target="_blank" href="http://www.visualdataweb.de/webvowl/#iri=https://raw.githubusercontent.com/opengeospatial/ogc-geosparql/master/1.0/funcsrules.ttl">[WebVOWL]</a></li>
<li>GeoSPARQL 1.0 Simple Features Definition <a target="_blank" href="geosparql10/sf_geometries.html">[HTML]</a> <a target="_blank" href="geosparql10/sf_geometries.ttl">[TTL]</a> <a target="_blank" href="geosparql10/sf_geometries.json">[JSON-LD]</a> <a target="_blank" href="http://www.visualdataweb.de/webvowl/#iri=https://raw.githubusercontent.com/opengeospatial/ogc-geosparql/master/1.0/sf_geometries.ttl">[WebVOWL]</a></li>
</ul>
<h3>GeoSPARQL 1.1</h3>
<p>... an update of GeoSPARQL 1.0 with non-breaking changes</p>
<ul>
<li>GeoSPARQL 1.1 Specification <a href="geosparql11/spec.html" target="_blank">[HTML]</a> <a href="geosparql11/spec.pdf" target="_blank">[PDF]</a> <a href="geosparql11/citeme.bib" target="_blank">[BIBTEX]</a></li>
<li>GeoSPARQL 1.1 Ontology <a href="geosparql11/index.html" target="_blank">[HTML]</a> <a target="_blank" href="geosparql11/geo.ttl">[TTL]</a> <a target="_blank" href="geosparql11/geo.json">[JSON-LD]</a> <a target="_blank" href="http://www.visualdataweb.de/webvowl/#iri=https://raw.githubusercontent.com/opengeospatial/ogc-geosparql/master/1.1/geo.ttl">[WebVOWL]</a></li>
<li>GeoSPARQL 1.1 Profile <a target="_blank" href="geosparql11/profile.html">[HTML]</a> <a target="_blank" href="geosparql11/profile.ttl">[TTL]</a> <a target="_blank" href="geosparql11/profile.json">[JSON-LD]</a></li>
<li>GeoSPARQL 1.1 Functions/Rules <a target="_blank" href="geosparql11/funcsrules.html">[HTML]</a> <a target="_blank" href="geosparql11/funcsrules.ttl">[TTL]</a> <a target="_blank" href="geosparql11/fucsrules.json">[JSON-LD]</a> <a target="_blank" href="http://www.visualdataweb.de/webvowl/#iri=https://raw.githubusercontent.com/opengeospatial/ogc-geosparql/master/1.1/funcsrules.ttl">[WebVOWL]</a></li>
<li>GeoSPARQL 1.1 Requirements and Conformance Classes <a target="_blank" href="geosparql11/reqs.html">[HTML]</a> <a target="_blank" href="geosparql11/geosparqlreq.ttl">[TTL]</a> <a target="_blank" href="http://www.visualdataweb.de/webvowl/#iri=https://raw.githubusercontent.com/opengeospatial/ogc-geosparql/master/1.1/geosparqlreq.ttl">[WebVOWL]</a></li>
<li>GeoSPARQL 1.1 Simple Features Definition <a target="_blank" href="geosparql11/sf_geometries.html">[HTML]</a> <a target="_blank" href="geosparql11/sf_geometries.ttl">[TTL]</a> <a target="_blank" href="geosparql11/sf_geometries.json">[JSON-LD]</a> <a target="_blank" href="http://www.visualdataweb.de/webvowl/#iri=https://raw.githubusercontent.com/opengeospatial/ogc-geosparql/master/1.1/sf_geometries.ttl">[WebVOWL]</a></li>
</ul>
<h3>Best Practice Document Drafts</h3>
<p>...drafts of Best Practice documents which are related to the GeoSPARQL standard</p>
<ul>
<li><i>GeoSPARQL Best Practice</i>: A GeoSPARQL-enabled triple store as a backend of an OGC web service <a href="bestpractice/bestpractice_cql.html" target="_blank">[HTML]</a> <a href="bestpractice/bestpractice_cql.pdf" target="_blank">[PDF]</a></li>
</ul>
</body>
</html>