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

Updated to reuse SAREF4SYST.

parent 24285979
Loading
Loading
Loading
Loading
+13 −14
Original line number Original line Diff line number Diff line
@@ -10,10 +10,10 @@
@prefix s4city: <https://saref.etsi.org/saref4city#> .
@prefix s4city: <https://saref.etsi.org/saref4city#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix wgs84_pos: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix wgs84_pos: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix ssn: <http://www.w3.org/ns/ssn/> .
@prefix s4syst: <https://saref.etsi.org/saref4syst#> .
@prefix s4watr: <https://saref.etsi.org/saref4watr#> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix geosp: <http://www.opengis.net/ont/geosparql#> .
@prefix geosp: <http://www.opengis.net/ont/geosparql#> .
@prefix s4watr: <https://saref.etsi.org/saref4watr#> .
@base <https://saref.etsi.org/saref4watr#> .
@base <https://saref.etsi.org/saref4watr#> .


<https://saref.etsi.org/saref4watr#> rdf:type owl:Ontology ;
<https://saref.etsi.org/saref4watr#> rdf:type owl:Ontology ;
@@ -90,9 +90,9 @@ wgs84_pos:location rdf:type owl:ObjectProperty ;
                   rdfs:label "location" .
                   rdfs:label "location" .




###  http://www.w3.org/ns/ssn/hasSubSystem
###  https://saref.etsi.org/saref4syst#hasSubSystem
ssn:hasSubSystem rdf:type owl:ObjectProperty ;
s4syst:hasSubSystem rdf:type owl:ObjectProperty ;
                 rdfs:isDefinedBy <http://www.w3.org/ns/ssn/> ;
                    rdfs:isDefinedBy <https://saref.etsi.org/saref4syst#> ;
                    rdfs:label "has subsystem"@en .
                    rdfs:label "has subsystem"@en .




@@ -502,11 +502,10 @@ time:TemporalEntity rdf:type owl:Class ;
                    rdfs:label "Temporal entity"@en .
                    rdfs:label "Temporal entity"@en .




###  http://www.w3.org/ns/ssn/System
###  https://saref.etsi.org/saref4syst#System
ssn:System rdf:type owl:Class ;
s4syst:System rdf:type owl:Class ;
              rdfs:label "System"@en ;
              rdfs:label "System"@en ;
           rdfs:comment "System is a unit of abstraction for pieces of infrastructure that implement Procedures. A System may have components, its subsystems, which are other systems."@en ; 
              rdfs:isDefinedBy <https://saref.etsi.org/saref4syst#> .
           rdfs:isDefinedBy <http://www.w3.org/ns/ssn/> .




###  https://saref.etsi.org/saref4city#Agent
###  https://saref.etsi.org/saref4city#Agent
@@ -767,7 +766,7 @@ s4watr:Water rdf:type owl:Class ;
###  https://saref.etsi.org/saref4watr#WaterAsset
###  https://saref.etsi.org/saref4watr#WaterAsset
s4watr:WaterAsset rdf:type owl:Class ;
s4watr:WaterAsset rdf:type owl:Class ;
                      rdfs:subClassOf geosp:Feature ,
                      rdfs:subClassOf geosp:Feature ,
                                      ssn:System ;     
                                      s4syst:System ;     
                      rdfs:comment "A water asset is a physical entity used in the process of transporting, treating, storing and distributing water."@en ;
                      rdfs:comment "A water asset is a physical entity used in the process of transporting, treating, storing and distributing water."@en ;
                      rdfs:label "Water asset"@en .
                      rdfs:label "Water asset"@en .


@@ -781,7 +780,7 @@ s4watr:WaterDevice rdf:type owl:Class ;
###  https://saref.etsi.org/saref4watr#WaterInfrastructure
###  https://saref.etsi.org/saref4watr#WaterInfrastructure
s4watr:WaterInfrastructure rdf:type owl:Class ;
s4watr:WaterInfrastructure rdf:type owl:Class ;
                           rdfs:subClassOf geosp:Feature ,
                           rdfs:subClassOf geosp:Feature ,
                                           ssn:System ,
                                           s4syst:System ,
                                           saref:FeatureOfInterest ,
                                           saref:FeatureOfInterest ,
                                           [ rdf:type owl:Restriction ;
                                           [ rdf:type owl:Restriction ;
                                             owl:onProperty s4watr:intendedFor ;
                                             owl:onProperty s4watr:intendedFor ;
@@ -852,7 +851,7 @@ saref:Actuator rdf:type owl:Class ;
###  https://saref.etsi.org/saref#Device
###  https://saref.etsi.org/saref#Device
saref:Device rdf:type owl:Class ;
saref:Device rdf:type owl:Class ;
             rdfs:subClassOf geosp:Feature ,
             rdfs:subClassOf geosp:Feature ,
                             ssn:System ,
                             s4syst:System ,
                             [ rdf:type owl:Restriction ;
                             [ rdf:type owl:Restriction ;
                               owl:onProperty saref:controlsProperty ;
                               owl:onProperty saref:controlsProperty ;
                               owl:allValuesFrom saref:Property
                               owl:allValuesFrom saref:Property