Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
...@@ -604,10 +604,6 @@ s4city:Event rdf:type owl:Class ; ...@@ -604,10 +604,6 @@ s4city:Event rdf:type owl:Class ;
rdfs:subClassOf [ rdf:type owl:Restriction ; rdfs:subClassOf [ rdf:type owl:Restriction ;
owl:onProperty s4city:takesPlaceAtFacility ; owl:onProperty s4city:takesPlaceAtFacility ;
owl:allValuesFrom s4city:Facility owl:allValuesFrom s4city:Facility
] ,
[ rdf:type owl:Restriction ;
owl:onProperty s4wear:hasSensor ;
owl:allValuesFrom saref:Sensor
] ; ] ;
rdfs:isDefinedBy s4city: ; rdfs:isDefinedBy s4city: ;
rdfs:label "Event"@en . 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