Skip to content

Commit

Permalink
Deploying to gh-pages from @ 2af1f71 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
situx committed Feb 5, 2025
1 parent 3b74ae7 commit dd6df2d
Show file tree
Hide file tree
Showing 57 changed files with 86,309 additions and 1 deletion.
88 changes: 88 additions & 0 deletions documents.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
<relaton-collection xmlns="https://open.ribose.com/relaton-xml"><title>OGC deliverable samples in Metanorma</title><contributor><role type='author'/><organization><name>OGC: The Open Geospatial Consortium</name></organization></contributor><relation type='partOf'><bibdata type="standard" schema-version="v1.2.9">
<title format="text/plain" language="en">OGC GeoSPARQL - A Geographic Query Language for RDF Data</title>
<uri type="xml">documents/spec/document.xml</uri>
<uri type="pdf">documents/spec/document.pdf</uri>
<uri type="doc">documents/spec/document.doc</uri>
<uri type="html">documents/spec/document.html</uri>
<uri type="rxl">documents/spec/document.rxl</uri>
<docidentifier type="ogc-external">http://www.opengis.net/doc/IS/geosparql/1.3</docidentifier>
<docidentifier type="ogc-internal" primary="true">22-047r1</docidentifier>
<docnumber>22-047r1</docnumber>
<date type="published">
<on>2024-01-29</on>
</date>
<date type="confirmed">
<on>2018-02-16</on>
</date>
<date type="issued">
<on>2015-01-27</on>
</date>
<date type="received">
<on>2023-04-20</on>
</date>
<contributor>
<role type="editor"/>
<person>
<name>
<completename>Nicholas J. Car</completename>
</name>
</person>
</contributor>
<contributor>
<role type="editor"/>
<person>
<name>
<completename>Timo Homburg</completename>
</name>
</person>
</contributor>
<contributor>
<role type="editor"/>
<person>
<name>
<completename>Matthew Perry</completename>
</name>
</person>
</contributor>
<contributor>
<role type="publisher"/>
<organization>
<name>Open Geospatial Consortium</name>
<abbreviation>OGC</abbreviation>
</organization>
</contributor>
<edition>1.1</edition>
<language>en</language>
<script>Latn</script>
<abstract>&lt;p&gt;GeoSPARQL contains a small spatial domain OWL ontology that allow literal representations of geometries to be associated with spatial features and for features to be associated with other features using spatial relations.&lt;/p&gt;

&lt;p&gt;GeoSPARQL also contains SPARQL extension function definitions that can be used to calculate relations between spatial objects.&lt;/p&gt;

&lt;p&gt;Several other supporting assets are also contained within GeoSPARQL such as vocabularies of Simple Feature types and data validators.&lt;/p&gt;

&lt;example&gt;&lt;p&gt;The namespace for the GeoSPARQL ontology is &lt;tt&gt;&lt;link target="http://www.opengis.net/ont/geosparql#"/&gt;&lt;/tt&gt;&lt;/p&gt;

&lt;p&gt;The suggested prefix for this namespace is &lt;tt&gt;geo&lt;/tt&gt;&lt;/p&gt;

&lt;p&gt;The namespace for the GeoSPARQL functions is &lt;tt&gt;&lt;link target="http://www.opengis.net/def/function/geosparql/"/&gt;&lt;/tt&gt;&lt;/p&gt;

&lt;p&gt;The suggested prefix for this namespace is &lt;tt&gt;geof&lt;/tt&gt;&lt;/p&gt;
&lt;/example&gt;</abstract>
<status>
<stage>approved</stage>
</status>
<copyright>
<from>2024</from>
<owner>
<organization>
<name>Open Geospatial Consortium</name>
<abbreviation>OGC</abbreviation>
</organization>
</owner>
</copyright>
<ext>
<doctype>standard</doctype>
<subdoctype>profile</subdoctype>
</ext>
</bibdata></relation>
</relaton-collection>
6 changes: 6 additions & 0 deletions geosparql13/citeme.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@techreport{ogcgeosparql11,
title={OGC GeoSPARQL - A geographic query language for RDF data: GeoSPARQL 1.1 draft},
author={Perry, Matthew and Herring, John and Car, Nicholas J. and Homburg, Timo and J.D. Cox, Simon and Bonduel, Matthias and Knibbe, Frans},
journal={OGC implementation standard draft},
url={https://opengeospatial.github.io/ogc-geosparql/}
}
Loading

0 comments on commit dd6df2d

Please sign in to comment.