Unverified Commit 01fa76f5 authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

addresse partially #10: delete hasComponent and isConnectedTo

parent dd28fb07
Loading
Loading
Loading
Loading
+0 −27
Original line number Diff line number Diff line
@@ -89,14 +89,6 @@ vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .
          rdfs:label "has color"@en .


###  https://saref.etsi.org/saref4envi/hasComponent
:hasComponent rdf:type owl:ObjectProperty ;
              owl:inverseOf :isComponentOf ;
              rdf:type owl:TransitiveProperty ;
              rdfs:comment "A relation between a system and the system in which it might be decomposed."@en ;
              rdfs:label "has component"@en .


###  https://saref.etsi.org/saref4envi/hasDigitalRepresentation
:hasDigitalRepresentation rdf:type owl:ObjectProperty ,
                                   owl:InverseFunctionalProperty ;
@@ -142,13 +134,6 @@ vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .
               rdfs:label "is component of"@en .


###  https://saref.etsi.org/saref4envi/isConnectedTo
:isConnectedTo rdf:type owl:ObjectProperty ,
                        owl:SymmetricProperty ;
               rdfs:comment "A relation between a system and the system to which it is connected."@en ;
               rdfs:label "is connected to"@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 ;
@@ -505,18 +490,6 @@ vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .
###  https://saref.etsi.org/saref4envi/System
:System rdf:type owl:Class ;
        rdfs:subClassOf saref:FeatureOfInterest , geo:Feature ,
                        [ rdf:type owl:Restriction ;
                          owl:onProperty :hasComponent ;
                          owl:allValuesFrom :System
                        ] ,
                        [ rdf:type owl:Restriction ;
                          owl:onProperty :isComponentOf ;
                          owl:allValuesFrom :System
                        ] ,
                        [ rdf:type owl:Restriction ;
                          owl:onProperty :isConnectedTo ;
                          owl:allValuesFrom :System
                        ] ,
                        [ rdf:type owl:Restriction ;
                          owl:onProperty :usesCommunicationInterface ;
                          owl:allValuesFrom :CommunicationInterface