@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://ontology.cybershare.utep.edu/ELSEWeb/elseweb-data.owl#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns1: <http://semanticscience.org/resource/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . ns0:Band metadata_def:mappingLoom "band" ; metadata_def:mappingSameURI ns0:Band ; metadata_def:prefLabel "band" ; metadata:prefixIRI "Band", "elseweb-data:Band" ; ns1:example "A satellite image composed of more than one measured value at different wavelengths of the electromagnetic spectrum for each pixel in the image." ; a owl:Class ; rdfs:comment "A band is one component of a multi-characteristic dataset." ; rdfs:label "band" ; rdfs:subClassOf owl:Thing . ns0:DataBand rdfs:subClassOf ns0:Band . ns0:hasBandIdentification rdfs:domain ns0:Band .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://ontology.cybershare.utep.edu/ELSEWeb/elseweb-data.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns1: <http://semanticscience.org/resource/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .

ns0:Band
    metadata_def:mappingLoom "band" ;
    metadata_def:mappingSameURI ns0:Band ;
    metadata_def:prefLabel "band" ;
    metadata:prefixIRI "Band", "elseweb-data:Band" ;
    ns1:example "A satellite image composed of more than one measured value at different wavelengths of the electromagnetic spectrum for each pixel in the image." ;
    a owl:Class ;
    rdfs:comment "A band is one component of a multi-characteristic dataset." ;
    rdfs:label "band" ;
    rdfs:subClassOf owl:Thing .

ns0:DataBand
    rdfs:subClassOf ns0:Band .

ns0:hasBandIdentification
    rdfs:domain ns0:Band .