Skip to content

Commit

Permalink
Deploying to gh-pages from @ 6f8921c 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
situx committed Dec 29, 2024
1 parent a025945 commit 64b6725
Show file tree
Hide file tree
Showing 17 changed files with 242 additions and 245 deletions.
9 changes: 4 additions & 5 deletions alignments/alignments.ttl
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
@prefix geosrs: <http://www.opengis.net/ont/srs/> .
@prefix ign: <http://data.ign.fr/def/ignf#> .
@prefix iso19111: <http://def.isotc211.org/iso19112/2019/SpatialReferencingByGeographicIdentifier#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

geosrs:CoordinateSystem owl:equivalentClass ign:CoordinateSystem,
<https://w3id.org/geosrs#CoordinateSystem> owl:equivalentClass ign:CoordinateSystem,
iso19111:CoordinateSystem .

geosrs:Datum owl:equivalentClass ign:Datum,
<https://w3id.org/geosrs#Datum> owl:equivalentClass ign:Datum,
iso19111:Datum .

geosrs:Ellipsoid owl:equivalentClass ign:Ellipsoid,
<https://w3id.org/geosrs#Ellipsoid> owl:equivalentClass ign:Ellipsoid,
iso19111:Ellipsoid .

<http://www.opengis.net/ont/srs/geosrs/alignments/> a owl:Ontology ;
<https://w3id.org/geosrs/alignments/> a owl:Ontology ;
rdfs:label "SRS Ontology Alignments"@en .

8 changes: 3 additions & 5 deletions alignments/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
<script type="application/ld+json">
[
{
"@id": "http://www.opengis.net/ont/srs/geosrs/alignments/",
"@id": "https://w3id.org/geosrs/alignments/",
"@type": [
"https://schema.org/DefinedTermSet"
],
Expand All @@ -215,7 +215,7 @@ <h1>SRS Ontology Alignments</h1>
<h2 style="display:none;">Metadata</h2>
<dl>
<dt>URI</dt>
<dd><code>http://www.opengis.net/ont/srs/geosrs/alignments/</code></dd>
<dd><code>https://w3id.org/geosrs/alignments/</code></dd>
<dt>Ontology RDF</dt>
<dd><a href="alignments.ttl">RDF (turtle)</a></dd>
</dl>
Expand Down Expand Up @@ -244,7 +244,7 @@ <h2>Classes <span style="float:right; font-size:smaller;"><a href="">&uparrow;</
<h2>Namespaces <span style="float:right; font-size:smaller;"><a href="">&uparrow;</a></span></h2>
<dl>
<dt>default (:)</dt>
<dd><code>http://www.opengis.net/ont/srs/geosrs/alignments/</code></dd>
<dd><code>https://w3id.org/geosrs/alignments/</code></dd>
<dt>brick</dt>
<dd><code>https://brickschema.org/schema/Brick#</code></dd>
<dt>csvw</dt>
Expand All @@ -265,8 +265,6 @@ <h2>Namespaces <span style="float:right; font-size:smaller;"><a href="">&uparrow
<dd><code>http://xmlns.com/foaf/0.1/</code></dd>
<dt>geo</dt>
<dd><code>http://www.opengis.net/ont/geosparql#</code></dd>
<dt>geosrs</dt>
<dd><code>http://www.opengis.net/ont/srs/</code></dd>
<dt>ign</dt>
<dd><code>http://data.ign.fr/def/ignf#</code></dd>
<dt>iso19111</dt>
Expand Down
2 changes: 1 addition & 1 deletion application/application.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://www.opengis.net/ont/srs/geosrs/application> a owl:Ontology ;
<https://w3id.org/geosrs/application> a owl:Ontology ;
rdfs:label "SRS Ontology: Geoapplication"@en ;
vann:preferredNamespacePrefix "geoapplication"^^xsd:string ;
vann:preferredNamespaceUri "http://www.opengis.net/ont/srs/application/"^^xsd:anyURI .
Expand Down
4 changes: 2 additions & 2 deletions application/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
<script type="application/ld+json">
[
{
"@id": "http://www.opengis.net/ont/srs/geosrs/application",
"@id": "https://w3id.org/geosrs/application",
"@type": [
"https://schema.org/DefinedTermSet"
],
Expand All @@ -215,7 +215,7 @@ <h1>SRS Ontology: Geoapplication</h1>
<h2 style="display:none;">Metadata</h2>
<dl>
<dt>URI</dt>
<dd><code>http://www.opengis.net/ont/srs/geosrs/application</code></dd>
<dd><code>https://w3id.org/geosrs/application</code></dd>
<dt>Ontology RDF</dt>
<dd><a href="application.ttl">RDF (turtle)</a></dd>
</dl>
Expand Down
2 changes: 1 addition & 1 deletion co/co.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://www.opengis.net/ont/srs/geosrs/co> a owl:Ontology ;
<https://w3id.org/geosrs/co> a owl:Ontology ;
rdfs:label "SRS Ontology: Geoco"@en ;
vann:preferredNamespacePrefix "geoco"^^xsd:string ;
vann:preferredNamespaceUri "http://www.opengis.net/ont/srs/co/"^^xsd:anyURI .
Expand Down
4 changes: 2 additions & 2 deletions co/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
<script type="application/ld+json">
[
{
"@id": "http://www.opengis.net/ont/srs/geosrs/co",
"@id": "https://w3id.org/geosrs/co",
"@type": [
"https://schema.org/DefinedTermSet"
],
Expand All @@ -215,7 +215,7 @@ <h1>SRS Ontology: Geoco</h1>
<h2 style="display:none;">Metadata</h2>
<dl>
<dt>URI</dt>
<dd><code>http://www.opengis.net/ont/srs/geosrs/co</code></dd>
<dd><code>https://w3id.org/geosrs/co</code></dd>
<dt>Ontology RDF</dt>
<dd><a href="co.ttl">RDF (turtle)</a></dd>
</dl>
Expand Down
Loading

0 comments on commit 64b6725

Please sign in to comment.