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

Renamed intendedFor to isDesignedFor.

parent d3d508eb
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -202,9 +202,9 @@ s4watr:hasPhenomenonTime rdf:type owl:ObjectProperty ;
                           rdfs:comment "The time for which the value of a measurement applies to the feature of interest."@en .


###  https://saref.etsi.org/saref4watr/intendedFor
s4watr:intendedFor rdf:type owl:ObjectProperty ;
                   rdfs:label "intended for"@en .
###  https://saref.etsi.org/saref4watr/isDesignedFor
s4watr:isDesignedFor rdf:type owl:ObjectProperty ;
                     rdfs:label "is designed for"@en .


###  https://saref.etsi.org/core/controlsProperty
@@ -878,7 +878,7 @@ s4watr:WaterInfrastructure rdf:type owl:Class ;
                                           s4syst:System ,
                                           saref:FeatureOfInterest ,
                                           [ rdf:type owl:Restriction ;
                                             owl:onProperty s4watr:intendedFor ;
                                             owl:onProperty s4watr:isDesignedFor ;
                                             owl:someValuesFrom s4watr:Water
                                           ] ;
                           rdfs:comment "A water infrastructure is the set of facilities, services, and installations needed for water management."@en ;