Unverified Commit 4f5429e0 authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

closes #18: delete :contains

parent cc6d61e5
Loading
Loading
Loading
Loading
+0 −25
Original line number Diff line number Diff line
@@ -75,13 +75,6 @@ vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .
#################################################################


###  https://saref.etsi.org/saref4envi/contains
:contains rdf:type owl:ObjectProperty ;
          owl:inverseOf :isContainedIn ;
          rdfs:comment "A relation between a physical object and the physical objects that can be contained in it."@en ;
          rdfs:label "contains"@en .


###  https://saref.etsi.org/saref4envi/encapsulates
:encapsulates rdf:type owl:ObjectProperty ;
              owl:inverseOf :hasDigitalRepresentation ;
@@ -156,12 +149,6 @@ vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .
               rdfs:label "is connected to"@en .


###  https://saref.etsi.org/saref4envi/isContainedIn
:isContainedIn rdf:type owl:ObjectProperty ;
               rdfs:comment "A relation between a physical object and the physical object in which it might be contained."@en ;
               rdfs:label "is contained in"@en .


###  https://saref.etsi.org/saref4envi/isProjectedFromHeight
:isProjectedFromHeight rdf:type owl:ObjectProperty ;
                       rdfs:comment "A relation between a light and the height measurement from which it is projected."@en ;
@@ -300,10 +287,6 @@ vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .
                          owl:onProperty :hasTransmissionPeriod ;
                          owl:allValuesFrom :PeriodMeasurement
                        ] ,
                        [ rdf:type owl:Restriction ;
                          owl:onProperty :isContainedIn ;
                          owl:allValuesFrom :PhysicalObject
                        ] ,
                        [ rdf:type owl:Restriction ;
                          owl:onProperty saref:hasManufacturer ;
                          owl:allValuesFrom xsd:string
@@ -526,18 +509,10 @@ vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .
                                  owl:onProperty geo:location ;
                                  owl:allValuesFrom geo:SpatialThing
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :contains ;
                                  owl:allValuesFrom :PhysicalObject
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :hasDigitalRepresentation ;
                                  owl:allValuesFrom :DigitalRepresentation
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :isContainedIn ;
                                  owl:allValuesFrom :PhysicalObject
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty saref:hasDescription ;
                                  owl:allValuesFrom xsd:string