s4mari:TidePressure — TidePressure

IRI
https://saref.etsi.org/saref4mari/TidePressure
Is defined by
https://saref.etsi.org/saref4mari/v1.1.1/
https://saref.etsi.org/saref4mari/TidePressure
Is referenced by
https://saref.etsi.org/saref4mari/v1.1.1/
Download serialization
License

Definition of s4mari:TidePressure

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

The pressure caused by the tide.

Definition as a Named Individual

belongs to
saref:isMeasuredIn value <http://qudt.org/vocab/unit/KiloPA>
saref:hasValue exactly 1 ( xsd:double with restriction ≥ "0.0"^^xsd:double)
s4mari:MeteoOceanoConditionProperty

Turtle

@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4mari: <https://saref.etsi.org/saref4mari/> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

s4mari:TidePressure a [ a owl:Restriction ;
            owl:hasValue <http://qudt.org/vocab/unit/KiloPA> ;
            owl:onProperty saref:isMeasuredIn ],
        [ a owl:Restriction ;
            owl:onDataRange [ a rdfs:Datatype ;
                    owl:onDatatype xsd:double ;
                    owl:withRestrictions ( [ xsd:minInclusive 0e+00 ] ) ] ;
            owl:onProperty saref:hasValue ;
            owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ],
        owl:Thing,
        s4mari:MeteoOceanoConditionProperty ;
    rdfs:label "TidePressure"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4mari/v1.1.1/> ;
    rdfs:comment "The pressure caused by the tide."@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4mari/v1.1.1/>,
        "https://saref.etsi.org/saref4mari/TidePressure" ;
    rdfs:seeAlso <https://saref.etsi.org/saref4mari/v1.1.1/> ;
    skos:hiddenLabel "TidePressure" .

<https://saref.etsi.org/saref4mari/v1.1.1/> dct:references s4mari:TidePressure ;
    dct:subject s4mari:TidePressure .