Skip to content

Commit

Permalink
Deploying to gh-pages from @ fd7f164 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
situx committed Nov 6, 2024
1 parent cbb2b29 commit 9a9aba6
Show file tree
Hide file tree
Showing 5 changed files with 180 additions and 180 deletions.
18 changes: 9 additions & 9 deletions core/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@ <h3>
<tr>
<th>In domain of</th>
<td>
<a href="geosrs:coordinateSystem">geosrs:coordinateSystem</a><sup class="sup-op" title="object property">op</sup><br/>
<a href="geosrs:datum">geosrs:datum</a><sup class="sup-op" title="object property">op</sup><br/>
<a href="#datum">datum</a><sup class="sup-op" title="object property">op</sup><br/>
<a href="#coordinatesystem">coordinate system</a><sup class="sup-op" title="object property">op</sup><br/>
</td>
</tr>
</table>
Expand Down Expand Up @@ -297,13 +297,13 @@ <h3>
<tr>
<th>In domain of</th>
<td>
<a href="geosrs:axis">geosrs:axis</a><sup class="sup-op" title="object property">op</sup><br/>
<a href="#axis">axis</a><sup class="sup-op" title="object property">op</sup><br/>
</td>
</tr>
<tr>
<th>In range of</th>
<td>
<a href="geosrs:coordinateSystem">geosrs:coordinateSystem</a><sup class="sup-op" title="object property">op</sup><br/>
<a href="#coordinatesystem">coordinate system</a><sup class="sup-op" title="object property">op</sup><br/>
</td>
</tr>
</table>
Expand All @@ -321,7 +321,7 @@ <h3>
<tr>
<th>In range of</th>
<td>
<a href="geosrs:datum">geosrs:datum</a><sup class="sup-op" title="object property">op</sup><br/>
<a href="#datum">datum</a><sup class="sup-op" title="object property">op</sup><br/>
</td>
</tr>
</table>
Expand Down Expand Up @@ -390,7 +390,7 @@ <h3>axis<sup title="object property" class="sup-op">op</sup><span style="float:r
<table>
<tr>
<th>URI</th>
<td><code>geosrs:axis</code></td>
<td><code>http://www.opengis.net/ont/srs/axis</code></td>
</tr>
<tr>
<th>Description</th>
Expand Down Expand Up @@ -419,7 +419,7 @@ <h3>axisdirection<sup title="object property" class="sup-op">op</sup><span style
<table>
<tr>
<th>URI</th>
<td><code>geosrs:axisDirection</code></td>
<td><code>http://www.opengis.net/ont/srs/axisDirection</code></td>
</tr>
<tr>
<th>Description</th>
Expand All @@ -442,7 +442,7 @@ <h3>coordinate system<sup title="object property" class="sup-op">op</sup><span s
<table>
<tr>
<th>URI</th>
<td><code>geosrs:coordinateSystem</code></td>
<td><code>http://www.opengis.net/ont/srs/coordinateSystem</code></td>
</tr>
<tr>
<th>Description</th>
Expand Down Expand Up @@ -471,7 +471,7 @@ <h3>datum<sup title="object property" class="sup-op">op</sup><span style="float:
<table>
<tr>
<th>URI</th>
<td><code>geosrs:datum</code></td>
<td><code>http://www.opengis.net/ont/srs/datum</code></td>
</tr>
<tr>
<th>Description</th>
Expand Down
22 changes: 11 additions & 11 deletions core/index.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,36 +5,36 @@
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<geosrs:axis> a owl:ObjectProperty ;
geosrs:CoordinateOperation a owl:Class ;
rdfs:label "coordinate operation"@en .

geosrs:Ellipsoid a owl:Class .

geosrs:PrimeMeridian a owl:Class .

geosrs:axis a owl:ObjectProperty ;
rdfs:label "axis"@en ;
rdfs:domain geosrs:CoordinateSystem ;
rdfs:range geosrs:Axis ;
skos:definition "The property relates a coordinate system to one of its axis"@en .

<geosrs:axisDirection> a owl:ObjectProperty ;
geosrs:axisDirection a owl:ObjectProperty ;
rdfs:label "axisdirection"@en ;
rdfs:domain geosrs:Axis ;
skos:definition "The property relates a coordinate system axis to its axis direction"@en .

<geosrs:coordinateSystem> a owl:ObjectProperty ;
geosrs:coordinateSystem a owl:ObjectProperty ;
rdfs:label "coordinate system"@en ;
rdfs:domain geosrs:CRS ;
rdfs:range geosrs:CoordinateSystem ;
skos:definition "The property relates a coordinate reference system to its coordinate system"@en .

<geosrs:datum> a owl:ObjectProperty ;
geosrs:datum a owl:ObjectProperty ;
rdfs:label "datum"@en ;
rdfs:domain geosrs:CRS ;
rdfs:range geosrs:Datum ;
skos:definition "The property relates a coordinate reference system to a datum"@en .

geosrs:CoordinateOperation a owl:Class ;
rdfs:label "coordinate operation"@en .

geosrs:Ellipsoid a owl:Class .

geosrs:PrimeMeridian a owl:Class .

geosrs:geosrs a owl:Ontology ;
rdfs:label "SRS Ontology"@en ;
vann:preferredNamespacePrefix "geosrs"^^xsd:string ;
Expand Down
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@ <h3>
<tr>
<th>In domain of</th>
<td>
<a href="geosrs:coordinateSystem">geosrs:coordinateSystem</a><sup class="sup-op" title="object property">op</sup><br/>
<a href="geosrs:datum">geosrs:datum</a><sup class="sup-op" title="object property">op</sup><br/>
<a href="#datum">datum</a><sup class="sup-op" title="object property">op</sup><br/>
<a href="#coordinatesystem">coordinate system</a><sup class="sup-op" title="object property">op</sup><br/>
</td>
</tr>
</table>
Expand Down Expand Up @@ -297,13 +297,13 @@ <h3>
<tr>
<th>In domain of</th>
<td>
<a href="geosrs:axis">geosrs:axis</a><sup class="sup-op" title="object property">op</sup><br/>
<a href="#axis">axis</a><sup class="sup-op" title="object property">op</sup><br/>
</td>
</tr>
<tr>
<th>In range of</th>
<td>
<a href="geosrs:coordinateSystem">geosrs:coordinateSystem</a><sup class="sup-op" title="object property">op</sup><br/>
<a href="#coordinatesystem">coordinate system</a><sup class="sup-op" title="object property">op</sup><br/>
</td>
</tr>
</table>
Expand All @@ -321,7 +321,7 @@ <h3>
<tr>
<th>In range of</th>
<td>
<a href="geosrs:datum">geosrs:datum</a><sup class="sup-op" title="object property">op</sup><br/>
<a href="#datum">datum</a><sup class="sup-op" title="object property">op</sup><br/>
</td>
</tr>
</table>
Expand Down Expand Up @@ -390,7 +390,7 @@ <h3>axis<sup title="object property" class="sup-op">op</sup><span style="float:r
<table>
<tr>
<th>URI</th>
<td><code>geosrs:axis</code></td>
<td><code>http://www.opengis.net/ont/srs/axis</code></td>
</tr>
<tr>
<th>Description</th>
Expand Down Expand Up @@ -419,7 +419,7 @@ <h3>axisdirection<sup title="object property" class="sup-op">op</sup><span style
<table>
<tr>
<th>URI</th>
<td><code>geosrs:axisDirection</code></td>
<td><code>http://www.opengis.net/ont/srs/axisDirection</code></td>
</tr>
<tr>
<th>Description</th>
Expand All @@ -442,7 +442,7 @@ <h3>coordinate system<sup title="object property" class="sup-op">op</sup><span s
<table>
<tr>
<th>URI</th>
<td><code>geosrs:coordinateSystem</code></td>
<td><code>http://www.opengis.net/ont/srs/coordinateSystem</code></td>
</tr>
<tr>
<th>Description</th>
Expand Down Expand Up @@ -471,7 +471,7 @@ <h3>datum<sup title="object property" class="sup-op">op</sup><span style="float:
<table>
<tr>
<th>URI</th>
<td><code>geosrs:datum</code></td>
<td><code>http://www.opengis.net/ont/srs/datum</code></td>
</tr>
<tr>
<th>Description</th>
Expand Down
22 changes: 11 additions & 11 deletions index.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,36 +5,36 @@
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<geosrs:axis> a owl:ObjectProperty ;
geosrs:CoordinateOperation a owl:Class ;
rdfs:label "coordinate operation"@en .

geosrs:Ellipsoid a owl:Class .

geosrs:PrimeMeridian a owl:Class .

geosrs:axis a owl:ObjectProperty ;
rdfs:label "axis"@en ;
rdfs:domain geosrs:CoordinateSystem ;
rdfs:range geosrs:Axis ;
skos:definition "The property relates a coordinate system to one of its axis"@en .

<geosrs:axisDirection> a owl:ObjectProperty ;
geosrs:axisDirection a owl:ObjectProperty ;
rdfs:label "axisdirection"@en ;
rdfs:domain geosrs:Axis ;
skos:definition "The property relates a coordinate system axis to its axis direction"@en .

<geosrs:coordinateSystem> a owl:ObjectProperty ;
geosrs:coordinateSystem a owl:ObjectProperty ;
rdfs:label "coordinate system"@en ;
rdfs:domain geosrs:CRS ;
rdfs:range geosrs:CoordinateSystem ;
skos:definition "The property relates a coordinate reference system to its coordinate system"@en .

<geosrs:datum> a owl:ObjectProperty ;
geosrs:datum a owl:ObjectProperty ;
rdfs:label "datum"@en ;
rdfs:domain geosrs:CRS ;
rdfs:range geosrs:Datum ;
skos:definition "The property relates a coordinate reference system to a datum"@en .

geosrs:CoordinateOperation a owl:Class ;
rdfs:label "coordinate operation"@en .

geosrs:Ellipsoid a owl:Class .

geosrs:PrimeMeridian a owl:Class .

geosrs:geosrs a owl:Ontology ;
rdfs:label "SRS Ontology"@en ;
vann:preferredNamespacePrefix "geosrs"^^xsd:string ;
Expand Down
Loading

0 comments on commit 9a9aba6

Please sign in to comment.