Commit 08dc305f authored by Mauro Dragoni's avatar Mauro Dragoni
Browse files

Merge branch 'fix-8' into 'master'

An event cannot have a sensor, it is something intangible.

See merge request stf/stf-566/saref4wear!22
parents a32d22b3 da915fb5
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -604,10 +604,6 @@ s4city:Event rdf:type owl:Class ;
             rdfs:subClassOf [ rdf:type owl:Restriction ;
                               owl:onProperty s4city:takesPlaceAtFacility ;
                               owl:allValuesFrom s4city:Facility
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty s4wear:hasSensor ;
                               owl:allValuesFrom saref:Sensor
                             ] ;
             rdfs:isDefinedBy s4city: ;
             rdfs:label "Event"@en .