Skip to content

Commit 933e62a

Browse files
committed
Deploying to gh-pages from @ 458a4a3 🚀
1 parent 6163fcd commit 933e62a

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ <h3>
251251
<table>
252252
<tr>
253253
<th>URI</th>
254-
<td><code>http://www.opengis.net/ont/srs/geosrs:CRS</code></td>
254+
<td><code>http://www.opengis.net/ont/srs/CRS</code></td>
255255
</tr>
256256
</table>
257257
</div>
@@ -263,7 +263,7 @@ <h3>
263263
<table>
264264
<tr>
265265
<th>URI</th>
266-
<td><code>http://www.opengis.net/ont/srs/geosrs:ReferenceSystem</code></td>
266+
<td><code>http://www.opengis.net/ont/srs/ReferenceSystem</code></td>
267267
</tr>
268268
</table>
269269
</div>
@@ -275,7 +275,7 @@ <h3>
275275
<table>
276276
<tr>
277277
<th>URI</th>
278-
<td><code>http://www.opengis.net/ont/srs/geosrs:SpatialReferenceSystem</code></td>
278+
<td><code>http://www.opengis.net/ont/srs/SpatialReferenceSystem</code></td>
279279
</tr>
280280
</table>
281281
</div>
@@ -292,7 +292,7 @@ <h3>axis<sup title="object property" class="sup-op">op</sup><span style="float:r
292292
<table>
293293
<tr>
294294
<th>URI</th>
295-
<td><code>http://www.opengis.net/ont/srs/geosrs:axis</code></td>
295+
<td><code>http://www.opengis.net/ont/srs/axis</code></td>
296296
</tr>
297297
<tr>
298298
<th>Description</th>

index.ttl

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@
55
@prefix vann: <http://purl.org/vocab/vann/> .
66
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
77

8-
geosrs:geosrs a owl:Ontology ;
9-
rdfs:label "SRS Ontology"@en ;
10-
vann:preferredNamespacePrefix "geosrs"^^xsd:string ;
11-
vann:preferredNamespaceUri "http://www.opengis.net/ont/srs/"^^xsd:anyURI .
12-
13-
<http://www.opengis.net/ont/srs/geosrs:CRS> a owl:Class ;
8+
geosrs:CRS a owl:Class ;
149
rdfs:label "Coordinate Reference System"@en .
1510

16-
<http://www.opengis.net/ont/srs/geosrs:ReferenceSystem> a owl:Class ;
11+
geosrs:ReferenceSystem a owl:Class ;
1712
rdfs:label "Reference System"@en .
1813

19-
<http://www.opengis.net/ont/srs/geosrs:SpatialReferenceSystem> a owl:Class ;
14+
geosrs:SpatialReferenceSystem a owl:Class ;
2015
rdfs:label "Spatial Reference System"@en .
2116

22-
<http://www.opengis.net/ont/srs/geosrs:axis> a owl:ObjectProperty ;
17+
geosrs:axis a owl:ObjectProperty ;
2318
rdfs:label "axis"@en ;
2419
rdfs:domain geosrs:CoordinateSystem ;
2520
rdfs:range geosrs:Axis ;
2621
skos:definition "Coordinate System Axis"@en .
2722

23+
geosrs:geosrs a owl:Ontology ;
24+
rdfs:label "SRS Ontology"@en ;
25+
vann:preferredNamespacePrefix "geosrs"^^xsd:string ;
26+
vann:preferredNamespaceUri "http://www.opengis.net/ont/srs/"^^xsd:anyURI .
27+

0 commit comments

Comments
 (0)