s4mari:TideLevel — TideLevel

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

Definition of s4mari:TideLevel

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

The level of tide.

Definition as a Named Individual

Turtle

@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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:TideLevel a [ a owl:Restriction ;
            owl:hasValue <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
            owl:onProperty saref:isMeasuredIn ],
        [ a owl:Restriction ;
            owl:onDataRange xsd:double ;
            owl:onProperty saref:hasValue ;
            owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ],
        owl:Thing,
        s4mari:MeteoOceanoConditionProperty ;
    rdfs:label "TideLevel"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4mari/v1.1.1/> ;
    rdfs:comment "The level of tide."@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4mari/v1.1.1/>,
        "https://saref.etsi.org/saref4mari/TideLevel" ;
    rdfs:seeAlso <https://saref.etsi.org/saref4mari/v1.1.1/> ;
    skos:hiddenLabel "TideLevel" .

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