<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:odm2="http://vocabulary.odm2.org/ODM2/ODM2Terms/"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:skos="http://www.w3.org/2004/02/skos/core#"
>
  <rdf:Description rdf:about="http://vocabulary.odm2.org/equipmenttype">
    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#ConceptScheme"/>
    <dc:title>ODM2 Equipment Type Controlled Vocabulary</dc:title>
    <dc:creator>ODM2 Working Group</dc:creator>
    <dc:description>A vocabulary for describing types of equipment used for making observations. Examples include sensors, batteries, radios, dataloggers, samplers, etc.</dc:description>
  </rdf:Description>
  <rdf:Description rdf:about="http://vocabulary.odm2.org/equipmenttype/laboratoryInstrument">
    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
    <skos:inScheme rdf:resource="http://vocabulary.odm2.org/equipmenttype"/>
    <skos:prefLabel>Laboratory instrument</skos:prefLabel>
    <skos:definition>Any type of equipment, apparatus or device designed, constructed and refined to use well proven physical principles, relationships or technology to facilitate or enable the pursuit, acquisition, transduction and storage of repeatable, verifiable data, usually consisting of sets numerical measurements made upon otherwise unknown, unproven quantities, properties, phenomena, materials, forces or etc.</skos:definition>
    <odm2:category>Instrument</odm2:category>
    <skos:historyNote>Definition adapted from Wikipedia. See http://en.wikipedia.org/wiki/Scientific_instrument</skos:historyNote>
  </rdf:Description>
</rdf:RDF>