s4watr:EnvironmentalProperty — Environmental property

IRI
https://saref.etsi.org/saref4watr/EnvironmentalProperty
Is defined by
https://saref.etsi.org/saref4watr/v1.1.1/
https://saref.etsi.org/saref4watr/v2.1.1/
Is referenced by
https://saref.etsi.org/saref4watr/v1.1.1/
https://saref.etsi.org/saref4watr/v2.1.1/
Download serialization
License

Definition of s4watr:EnvironmentalProperty

Defined in https://saref.etsi.org/saref4watr/v1.1.1/ as:

Class to group those properties related to the environment.

Description as a Class

Turtle

@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4watr: <https://saref.etsi.org/saref4watr/> .
@prefix saref: <https://saref.etsi.org/core/> .

s4watr:AtmosphericPressure a s4watr:EnvironmentalProperty .

s4watr:ExternalTemperature a s4watr:EnvironmentalProperty .

s4watr:Humidity a s4watr:EnvironmentalProperty .

s4watr:Precipitation a s4watr:EnvironmentalProperty .

<https://saref.etsi.org/saref4watr/v1.1.1/> dct:references s4watr:EnvironmentalProperty ;
    dct:subject s4watr:EnvironmentalProperty .

<https://saref.etsi.org/saref4watr/v2.1.1/> dct:references s4watr:EnvironmentalProperty ;
    dct:subject s4watr:EnvironmentalProperty .

s4watr:EnvironmentalProperty a owl:Class ;
    rdfs:label "Environmental property"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4watr/v1.1.1/>,
        <https://saref.etsi.org/saref4watr/v2.1.1/> ;
    rdfs:comment "Class to group those properties related to the environment."@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4watr/v1.1.1/>,
        <https://saref.etsi.org/saref4watr/v2.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4watr/v1.1.1/>,
        <https://saref.etsi.org/saref4watr/v2.1.1/> ;
    rdfs:subClassOf saref:Property ;
    ns1:hiddenLabel "EnvironmentalProperty" .