@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://csopralibs.org#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns1: <http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#> . ns0:DepthRelativeToSurface metadata_def:mappingLoom "depthrelativetosurface" ; metadata_def:mappingSameURI ns0:DepthRelativeToSurface ; metadata:prefixIRI "csopra:DepthRelativeToSurface" ; a owl:Class, owl:NamedIndividual ; rdfs:label "DepthRelativeToSurface" ; rdfs:subClassOf owl:Thing ; skos:altLabel "DepthRelativeToSurface", "depthrelativetosurface" ; skos:prefLabel "DepthRelativeToSurface" . ns0:MaxDepthMeas ns1:ofCharacteristic ns0:DepthRelativeToSurface . ns0:MinDepthMeas ns1:ofCharacteristic ns0:DepthRelativeToSurface . ns0:SOCMaxDepthMeas ns1:ofCharacteristic ns0:DepthRelativeToSurface . ns0:SOCMinDepthMeas ns1:ofCharacteristic ns0:DepthRelativeToSurface .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://csopralibs.org#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns1: <http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#> .

ns0:DepthRelativeToSurface
    metadata_def:mappingLoom "depthrelativetosurface" ;
    metadata_def:mappingSameURI ns0:DepthRelativeToSurface ;
    metadata:prefixIRI "csopra:DepthRelativeToSurface" ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:label "DepthRelativeToSurface" ;
    rdfs:subClassOf owl:Thing ;
    skos:altLabel "DepthRelativeToSurface", "depthrelativetosurface" ;
    skos:prefLabel "DepthRelativeToSurface" .

ns0:MaxDepthMeas
    ns1:ofCharacteristic ns0:DepthRelativeToSurface .

ns0:MinDepthMeas
    ns1:ofCharacteristic ns0:DepthRelativeToSurface .

ns0:SOCMaxDepthMeas
    ns1:ofCharacteristic ns0:DepthRelativeToSurface .

ns0:SOCMinDepthMeas
    ns1:ofCharacteristic ns0:DepthRelativeToSurface .