Commit 0798754e authored by Mauro Dragoni's avatar Mauro Dragoni
Browse files

Merge branch 'issue-29' into 'master'

Removed the restrictions on geo:SpatialObject

Closes #29

See merge request stf/stf-566/saref4wear!35
parents b3105777 609d6d0e
Loading
Loading
Loading
Loading
+0 −16
Original line number Original line Diff line number Diff line
@@ -460,22 +460,6 @@ geosp:Geometry rdf:type owl:Class ;


###  http://www.opengis.net/ont/geosparql#SpatialObject
###  http://www.opengis.net/ont/geosparql#SpatialObject
geosp:SpatialObject rdf:type owl:Class ;
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:isDefinedBy geosp: ;
                    rdfs:label "Spatial object"@en .
                    rdfs:label "Spatial object"@en .