Example WaterInfrastructure

IRI
https://saref.etsi.org/saref4watr/v1.1.1/example/WaterInfrastructure#
Conforms to ontologies
Download serialization
License
Example WaterInfrastructure

Turtle

@prefix ex: <https://saref.etsi.org/saref4watr/v1.1.1/example/WaterInfrastructure/> .
@prefix om: <http://www.ontology-of-units-of-measure.org/resource/om-2/> .
@prefix sf: <http://www.opengis.net/ont/sf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix geosp: <http://www.opengis.net/ont/geosparql#> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix s4syst: <https://saref.etsi.org/saref4syst/> .
@prefix s4watr: <https://saref.etsi.org/saref4watr/> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
@prefix dcterms: <http://purl.org/dc/terms/> .

<https://saref.etsi.org/saref4watr/v1.1.1/example/WaterInfrastructure#> a dctype:Dataset ;
  dcterms:license <https://forge.etsi.org/etsi-software-license> ;
  dcterms:conformsTo <https://saref.etsi.org/saref4watr/v1.1.1/> ;
  dcterms:title "Example WaterInfrastructure"@en ;
  dcterms:description "Example WaterInfrastructure"@en .


#################################################################
#    Datatypes
#################################################################

###  http://www.opengis.net/ont/geosparql#wktLiteral
geosp:wktLiteral rdf:type rdfs:Datatype .


#################################################################
#    Data properties
#################################################################

###  http://www.opengis.net/ont/geosparql#asWKT
geosp:asWKT rdf:type owl:DatatypeProperty .


#################################################################
#    Individuals
#################################################################

###  http://www.ontology-of-units-of-measure.org/resource/om-2/litrePerHour
om:litrePerHour rdf:type owl:NamedIndividual ,
                         saref:UnitOfMeasure .


###  https://saref.etsi.org/saref4watr/DrinkingWater
s4watr:DrinkingWater rdf:type owl:NamedIndividual ,
                              s4watr:Water ;
                     rdfs:label "Drinking water"@en ,
                                "Potable water"@en .


###  https://saref.etsi.org/saref4watr/FlowRate
s4watr:FlowRate rdf:type owl:NamedIndividual ,
                         s4watr:WaterFlowProperty ;
                saref:relatesToMeasurement ex:PMeasurement854306 ;
                rdfs:label "Flow rate"@en .


###  https://saref.etsi.org/saref4watr/example/DSGeom
ex:DSGeom rdf:type owl:NamedIndividual ,
                   sf:Polygon ;
          geosp:asWKT "POLYGON (-3.704522 40.412313, -3.699676 40.417639, -3.705637 40.420286, -3.708768 40.415940, -3.704522 40.412313)"^^geosp:wktLiteral .


###  https://saref.etsi.org/saref4watr/example/DowntownDS
ex:DowntownDS rdf:type owl:NamedIndividual ,
                       s4watr:DistributionSystem ;
              geosp:hasGeometry ex:DSGeom ;
              s4syst:hasSubSystem ex:Meter4837QW123 ,
                                  ex:PumpRT73467 ,
                                  ex:Tank38472 ;
              s4watr:isDesignedFor s4watr:DrinkingWater ;
              s4watr:isIntendedFor s4watr:Domestic .


###  https://saref.etsi.org/saref4watr/example/Meter4837QW123
ex:Meter4837QW123 rdf:type owl:NamedIndividual ,
                           s4watr:WaterMeter ;
                  geosp:hasGeometry ex:MeterGeom .


###  https://saref.etsi.org/saref4watr/example/MeterGeom
ex:MeterGeom rdf:type owl:NamedIndividual ,
                      sf:Point ;
             geosp:asWKT "POINT (-3.705346 40.417351)"^^geosp:wktLiteral .


###  https://saref.etsi.org/saref4watr/example/PMeasurement854306
ex:PMeasurement854306 rdf:type owl:NamedIndividual ,
                               saref:Measurement ;
                      saref:isMeasuredIn om:litrePerHour ;
                      saref:isMeasurementOf ex:PumpRT73467 ;
                      saref:relatesToProperty s4watr:FlowRate ;
                      saref:hasTimestamp "2020-02-06T13:48:22"^^xsd:dateTime ;
                      saref:hasValue "8.3"^^xsd:float .


###  https://saref.etsi.org/saref4watr/example/PumpGeom
ex:PumpGeom rdf:type owl:NamedIndividual ,
                     sf:Point .


###  https://saref.etsi.org/saref4watr/example/PumpRT73467
ex:PumpRT73467 rdf:type owl:NamedIndividual ,
                        s4watr:Pump ;
               geosp:hasGeometry ex:PumpGeom ;
               saref:hasMeasurement ex:PMeasurement854306 ;
               geosp:asWKT "POINT (-3.703384 40.418560)"^^geosp:wktLiteral .


###  https://saref.etsi.org/saref4watr/example/Tank38472
ex:Tank38472 rdf:type owl:NamedIndividual ,
                      s4watr:Tank ;
             geosp:hasGeometry ex:TankGeom .


###  https://saref.etsi.org/saref4watr/example/TankGeom
ex:TankGeom rdf:type owl:NamedIndividual ,
                     sf:Point ;
            geosp:asWKT "POINT (-3.703240 40.418498)"^^geosp:wktLiteral .