@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/earthsemantics/OSO#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . @prefix ns1: <http://qudt.org/schema/qudt/> . @prefix ns2: <http://qudt.org/vocab/unit/> . ns0:maxWaterDepth ns1:unit ns2:Meter ; a owl:DatatypeProperty ; rdfs:comment "value expressed in meter (m)"@el, "value expressed in meter (m)"@en, "value expressed in meter (m)"@es, "value expressed in meter (m)"@fr, "value expressed in meter (m)"@it, "value expressed in meter (m)"@no, "value expressed in meter (m)"@pt, "value expressed in meter (m)"@ro ; rdfs:domain ns0:Platform, ns0:RegionalFacility, ns0:Site, ns0:Subsite ; rdfs:label "has max depth"@el, "has max depth"@en, "has max depth"@es, "has max depth"@fr, "has max depth"@it, "has max depth"@no, "has max depth"@pt, "has max depth"@ro ; rdfs:range xsd:integer ; skos:prefLabel "has max depth"@el, "has max depth"@en, "has max depth"@es, "has max depth"@fr, "has max depth"@it, "has max depth"@no, "has max depth"@pt, "has max depth"@ro .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/earthsemantics/OSO#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns1: <http://qudt.org/schema/qudt/> .
@prefix ns2: <http://qudt.org/vocab/unit/> .

ns0:maxWaterDepth
    ns1:unit ns2:Meter ;
    a owl:DatatypeProperty ;
    rdfs:comment "value expressed in meter (m)"@el, "value expressed in meter (m)"@en, "value expressed in meter (m)"@es, "value expressed in meter (m)"@fr, "value expressed in meter (m)"@it, "value expressed in meter (m)"@no, "value expressed in meter (m)"@pt, "value expressed in meter (m)"@ro ;
    rdfs:domain ns0:Platform, ns0:RegionalFacility, ns0:Site, ns0:Subsite ;
    rdfs:label "has max depth"@el, "has max depth"@en, "has max depth"@es, "has max depth"@fr, "has max depth"@it, "has max depth"@no, "has max depth"@pt, "has max depth"@ro ;
    rdfs:range xsd:integer ;
    skos:prefLabel "has max depth"@el, "has max depth"@en, "has max depth"@es, "has max depth"@fr, "has max depth"@it, "has max depth"@no, "has max depth"@pt, "has max depth"@ro .