@prefix actris_vocab: <https://vocabulary.actris.nilu.no/actris_vocab/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .

actris_vocab:instrumentmodel
  skos:prefLabel "instrument model"@en ;
  a skos:Concept ;
  skos:broader actris_vocab:instrument .

actris_vocab:instrumenttype
  skos:prefLabel "instrument type"@en ;
  a skos:Concept ;
  skos:broader actris_vocab:instrument .

actris_vocab:
  skos:prefLabel "ACTRIS Vocabulary"@en ;
  a skos:ConceptScheme .

actris_vocab:datasource
  skos:prefLabel "data source"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:instrument .

actris_vocab:instrument
  skos:definition "Device or part of a device or part of a chain of devices providing an observation of a property. The observation results in a numerically quantifyable result with an uncertainty, i.e. it produces data."@en ;
  skos:broader actris_vocab:datasource ;
  skos:narrower actris_vocab:instrumentmodel, actris_vocab:instrumenttype ;
  skos:inScheme actris_vocab: ;
  skos:prefLabel "instrument"@en ;
  dc:creator <https://orcid.org/0000-0002-3380-3470> ;
  a skos:Concept .

