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

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

parent c0eaca4d
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -605,10 +605,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 .