File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 251
251
< table >
252
252
< tr >
253
253
< 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 >
255
255
</ tr >
256
256
</ table >
257
257
</ div >
263
263
< table >
264
264
< tr >
265
265
< 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 >
267
267
</ tr >
268
268
</ table >
269
269
</ div >
275
275
< table >
276
276
< tr >
277
277
< 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 >
279
279
</ tr >
280
280
</ table >
281
281
</ div >
@@ -292,7 +292,7 @@ <h3>axis<sup title="object property" class="sup-op">op</sup><span style="float:r
292
292
< table >
293
293
< tr >
294
294
< 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 >
296
296
</ tr >
297
297
< tr >
298
298
< th > Description</ th >
Original file line number Diff line number Diff line change 5
5
@prefix vann: <http://purl.org/vocab/vann/> .
6
6
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
7
7
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 ;
14
9
rdfs:label " Coordinate Reference System" @en .
15
10
16
- <http://www.opengis.net/ont/srs/ geosrs:ReferenceSystem> a owl:Class ;
11
+ geosrs:ReferenceSystem a owl:Class ;
17
12
rdfs:label " Reference System" @en .
18
13
19
- <http://www.opengis.net/ont/srs/ geosrs:SpatialReferenceSystem> a owl:Class ;
14
+ geosrs:SpatialReferenceSystem a owl:Class ;
20
15
rdfs:label " Spatial Reference System" @en .
21
16
22
- <http://www.opengis.net/ont/srs/ geosrs:axis> a owl:ObjectProperty ;
17
+ geosrs:axis a owl:ObjectProperty ;
23
18
rdfs:label " axis" @en ;
24
19
rdfs:domain geosrs:CoordinateSystem ;
25
20
rdfs:range geosrs:Axis ;
26
21
skos:definition " Coordinate System Axis" @en .
27
22
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
+
You can’t perform that action at this time.
0 commit comments