<?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/actiontype">
    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#ConceptScheme"/>
    <dc:title>ODM2 ActionType Controlled Vocabulary</dc:title>
    <dc:creator>ODM2 Working Group</dc:creator>
    <dc:description>A vocabulary for describing the type of actions performed in making observations. Depending on the action type, the action may or may not produce an observation result.</dc:description>
  </rdf:Description>
  <rdf:Description rdf:about="http://vocabulary.odm2.org/actiontype/instrumentCalibration">
    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
    <skos:inScheme rdf:resource="http://vocabulary.odm2.org/actiontype"/>
    <skos:prefLabel>Instrument calibration</skos:prefLabel>
    <skos:definition>The act of calibrating an instrument either in the field or in a laboratory. The instrument may be an in situ field sensor or a laboratory instrument.  An instrument is the subclass of equipment that is capable of making an observation to produce a result.</skos:definition>
    <odm2:category>Equipment</odm2:category>
  </rdf:Description>
</rdf:RDF>