Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
3b2f1e3
Update document.adoc
situx Dec 17, 2025
6eae552
Update 01-front_material.adoc
situx Dec 17, 2025
a9ebf55
Update 01-front_material.adoc
situx Dec 17, 2025
147be3e
Update document.adoc
situx Dec 17, 2025
d5832c6
Update document.adoc
situx Dec 17, 2025
851f3a7
Update document.adoc
situx Dec 17, 2025
b745996
Update document.adoc
situx Dec 17, 2025
3b9428c
work on related work
situx Dec 17, 2025
7430b1a
table work
situx Dec 17, 2025
4cea844
more links
situx Dec 17, 2025
4762b97
fixes
situx Dec 17, 2025
f113e1e
fixed h2gis urls
situx Dec 17, 2025
7c698ef
fixes
situx Dec 17, 2025
0d4c5dc
fixes
situx Dec 17, 2025
532c6b5
more links
situx Dec 22, 2025
f76bc32
fixes
situx Dec 22, 2025
60ef210
more links
situx Dec 22, 2025
f996687
fixes
situx Dec 22, 2025
127b175
fixes
situx Dec 22, 2025
79a7f3d
fixes
situx Dec 22, 2025
498ec72
fixes
situx Dec 22, 2025
d817493
fixes
situx Dec 22, 2025
68cd99e
Update 04-curcapabilities.adoc
situx Dec 23, 2025
f2955b8
Update 04-curcapabilities.adoc
situx Dec 23, 2025
df3efd2
Add category and 3D relevance to asGeoJSON entry
situx Dec 23, 2025
c745bb7
Update 04-curcapabilities.adoc
situx Dec 23, 2025
7eea46e
Update 04-curcapabilities.adoc
situx Dec 23, 2025
f1f54bb
Update 04-curcapabilities.adoc
situx Dec 23, 2025
ccb636c
Update 04-curcapabilities.adoc
situx Dec 23, 2025
4ed5144
Update 04-curcapabilities.adoc
situx Dec 23, 2025
86779db
Update 04-curcapabilities.adoc
situx Dec 23, 2025
b4a833d
Update links for spatial functions in documentation
situx Dec 28, 2025
db1b74e
Update 04-curcapabilities.adoc
situx Dec 28, 2025
7978b14
Update links for geospatial functions in documentation
situx Dec 28, 2025
6da6613
Update links for ST_MLineFromText and ST_MPolyFromText
situx Dec 28, 2025
7399b74
Update ST_M documentation links for consistency
situx Dec 28, 2025
d07a551
Update links for forcepolygon functions
situx Dec 28, 2025
d7d508b
Update links and remove unused geodesic functions
situx Dec 29, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions document/document.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= GeoSPARQL 3d White Paper
= GeoSPARQL 3D White Paper
:doctype: white-paper
:language: en
:status: draft
Expand All @@ -14,12 +14,12 @@
:issued-date: 2029-03-30
:comment: ### Date on which the standard was published; mandatory
:published-date: 2029-03-30
:fullname: Editor One
:fullname: Rolf Jonker
:fullname_2: Editor Two
:role: editor
:imagesdir: figures
:keywords: OGC, GeoSPARQL, 3D
:submitting-organizations: Organization one; Organization two; Organization three
:keywords: GeoSPARQL, 3D, Geospatial 3D Relations, Ontology, Vocabulary
:submitting-organizations: Mainz University Of Applied Sciences; Kurrawong AI; Geonovum
:mn-document-class: ogc
:mn-output-extensions: html,pdf
:pdf-uri: ./document.pdf
Expand All @@ -34,10 +34,10 @@

include::sections/01-front_material.adoc[]

include::sections/02-preamble.adoc[]

:sectnums:

include::sections/03-introduction.adoc[]

include::sections/03a-motivation.adoc[]

include::sections/03b-related-work.adoc[]
Expand Down
50 changes: 43 additions & 7 deletions document/sections/01-front_material.adoc
Original file line number Diff line number Diff line change
@@ -1,23 +1,59 @@
////
== Keywords

Keywords inserted here automatically by Metanorma
////


[abstract]
== Abstract

To come...
The importance of the (semantic) representation of 3D geometries has increased in recent years.
Different databases of different data providers, such as provides for 3D city models, include 3D data in different formats and would benefit from a common data model which could semantically align its contents.
In addition one wants to query information not only about the 3D geometries themselves but about their semantic context and their interconnectedness.
To that end we showcase the shortcomings of the current GeoSPARQL 1.1 standard concerning native 3D querying and 3D representation and illustrate use cases and feature requests which would enable a 3D-aware semantic web with the GeoSPARQL standard as its core.

== Preface

To come...
.Preface

== Keywords
[NOTE]
====
Insert Preface Text here. Give OGC specific commentary: describe the technical content, reason for document, history of the document and precursors, and plans for future work.

There are two ways to specify the Preface: "simple clause" or "full clasuse"

If the Preface does not contain subclauses, it is considered a simple preface clause. This one is entered as text after the `.Preface` label and must be placed between the AsciiDoc document attributes and the first AsciiDoc section title. It should not be give a section title of its own.

If the Preface contains subclauses, it needs to be encoded as a full preface clause. This one is recognized as a full Metanorma AsciiDoc section with te title "Preface", i.e. `== Preface`. (Simple preface content can also be encoded like full preface.)

====

To come...

== Security Considerations

The following security considerations apply...
No security considerations have been made for this Whitepaper.

[.preface]
== Submitters
All questions regarding this submission should be directed to the editor or the submitters:

|===
|Name |Affiliation |OGC member

|Nicholas J. Car | KurrawongAI | Yes
|===
|===

[.preface]
== Contributors

//This clause is optional.

Additional contributors to this Standard include the following:

Individual name(s), Organization

[NOTE]
====
If you need to place any further sections in the preface area
use the `[.preface]` attribute.
====
2 changes: 2 additions & 0 deletions document/sections/03a-motivation.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
== Motivation

This section summarizes motivations of different parties for the extension of GeoSPARQL regarding 3D capabilities.

=== Why do we want 3D semantic modeling?
The white paper: "OGC Benefits of Representing Spatial Data Using Semantic and Graph Technologies" describes the beneficiaries and benefits of representing data, including geospatial data, using semantic and graph technologies <<Abhayaratna2020wp>>. This section describes the motivation of adding 3D functionality to the GeoSPARQL standard.

Expand Down
2 changes: 0 additions & 2 deletions document/sections/03b-related-work.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ Finally, <<CHADZYNSKI2021100106>> proposed OntoCityGML, an extension go the City
https://www.sciencedirect.com/science/article/pii/S2666546821000574?via%3Dihub
Semantic 3D City Database — An enabler for a dynamic geospatial knowledge graph



Other details and history of Onto CityGML.

CityRDF working group https://github.com/ogcincubator/cityrdf
Expand Down
Loading