File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 780
780
<!-- http://www.opengis.net/ont/sf#MultiLineString -->
781
781
782
782
<owl : Class rdf : about =" http://www.opengis.net/ont/sf#MultiLineString" >
783
- <rdfs : subClassOf rdf : resource =" http://www.opengis.net/ont/geosparql#SpatialObject " />
783
+ <rdfs : subClassOf rdf : resource =" http://www.opengis.net/ont/geosparql#Geometry " />
784
784
</owl : Class >
785
785
786
786
787
787
788
788
<!-- http://www.opengis.net/ont/sf#MultiPoint -->
789
789
790
790
<owl : Class rdf : about =" http://www.opengis.net/ont/sf#MultiPoint" >
791
- <rdfs : subClassOf rdf : resource =" http://www.opengis.net/ont/geosparql#SpatialObject " />
791
+ <rdfs : subClassOf rdf : resource =" http://www.opengis.net/ont/geosparql#Geometry " />
792
792
</owl : Class >
793
793
794
794
795
795
796
796
<!-- http://www.opengis.net/ont/sf#MultiPolygon -->
797
797
798
798
<owl : Class rdf : about =" http://www.opengis.net/ont/sf#MultiPolygon" >
799
- <rdfs : subClassOf rdf : resource =" http://www.opengis.net/ont/geosparql#SpatialObject " />
799
+ <rdfs : subClassOf rdf : resource =" http://www.opengis.net/ont/geosparql#Geometry " />
800
800
</owl : Class >
801
801
802
802
803
803
804
804
<!-- http://www.opengis.net/ont/sf#Point -->
805
805
806
806
<owl : Class rdf : about =" http://www.opengis.net/ont/sf#Point" >
807
- <rdfs : subClassOf rdf : resource =" http://www.opengis.net/ont/geosparql#SpatialObject " />
807
+ <rdfs : subClassOf rdf : resource =" http://www.opengis.net/ont/geosparql#Geometry " />
808
808
</owl : Class >
809
809
810
810
You can’t perform that action at this time.
0 commit comments