Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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 .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment