Commit 609d6d0e authored by Raul Garcia-Castro's avatar Raul Garcia-Castro
Browse files

Removed the restrictions on geo:SpatialObject. These restrictions are not...

Removed the restrictions on geo:SpatialObject. These restrictions are not defined in GeoSPARQL and we should just reuse it, not redefine it.

Closes #29.
parent 13e7bc65
Loading
Loading
Loading
Loading
+0 −16
Original line number Diff line number Diff line
@@ -447,22 +447,6 @@ geosp:Geometry rdf:type owl:Class ;

###  http://www.opengis.net/ont/geosparql#SpatialObject
geosp:SpatialObject rdf:type owl:Class ;
                    rdfs:subClassOf [ rdf:type owl:Restriction ;
                                      owl:onProperty geosp:hasGeometry ;
                                      owl:allValuesFrom geosp:Geometry
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty geosp:sfContains ;
                                      owl:allValuesFrom geosp:SpatialObject
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty geosp:sfWithin ;
                                      owl:allValuesFrom geosp:SpatialObject
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty geo:location ;
                                      owl:allValuesFrom geo:Point
                                    ] ;
                    rdfs:isDefinedBy geosp: ;
                    rdfs:label "Spatial object"@en .