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

Fixed the namespace of takesPlaceAt.

parent 08964a50
Loading
Loading
Loading
Loading
+7 −7
Original line number Original line Diff line number Diff line
@@ -206,12 +206,6 @@ saref:relatesToProperty rdf:type owl:ObjectProperty ;
                        rdfs:label "relates to property"@en .
                        rdfs:label "relates to property"@en .




###  https://saref.etsi.org/saref4city/takesPlaceAt
s4city:takesPlaceAt rdf:type owl:ObjectProperty ;
                    rdfs:comment "The place where an occurrence takes place."@en ;
                    rdfs:label "takes place at"@en .


###  https://saref.etsi.org/saref4city/takesPlaceAtFacility
###  https://saref.etsi.org/saref4city/takesPlaceAtFacility
s4city:takesPlaceAtFacility rdf:type owl:ObjectProperty ;
s4city:takesPlaceAtFacility rdf:type owl:ObjectProperty ;
                            rdfs:comment "A relationship specifying in which facility and event takes place."@en ;
                            rdfs:comment "A relationship specifying in which facility and event takes place."@en ;
@@ -391,6 +385,12 @@ s4wear:sendsNotificationsTo rdf:type owl:ObjectProperty ;
                            rdfs:label "sends notifications to"@en .
                            rdfs:label "sends notifications to"@en .




###  https://saref.etsi.org/saref4wear/takesPlaceAt
s4wear:takesPlaceAt rdf:type owl:ObjectProperty ;
                    rdfs:comment "The place where an occurrence takes place."@en ;
                    rdfs:label "takes place at"@en .


###  https://saref.etsi.org/saref4wear/triggers
###  https://saref.etsi.org/saref4wear/triggers
s4wear:triggers rdf:type owl:ObjectProperty ;
s4wear:triggers rdf:type owl:ObjectProperty ;
                rdfs:domain saref:Device ;
                rdfs:domain saref:Device ;
@@ -846,7 +846,7 @@ s4wear:NearBodyWearable rdf:type owl:Class ;
###  https://saref.etsi.org/saref4wear/Occurrence
###  https://saref.etsi.org/saref4wear/Occurrence
s4wear:Occurrence rdf:type owl:Class ;
s4wear:Occurrence rdf:type owl:Class ;
                  rdfs:subClassOf [ rdf:type owl:Restriction ;
                  rdfs:subClassOf [ rdf:type owl:Restriction ;
                                    owl:onProperty s4city:takesPlaceAt ;
                                    owl:onProperty s4wear:takesPlaceAt ;
                                    owl:allValuesFrom geosp:Feature
                                    owl:allValuesFrom geosp:Feature
                                  ] ;
                                  ] ;
                  rdfs:comment "An occurrence is the fact of something existing or being found in a place."@en ;
                  rdfs:comment "An occurrence is the fact of something existing or being found in a place."@en ;