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

actris_vocab:qualitycontroloutcome
  skos:prefLabel "quality control outcome"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:3-QuestionableDivsuspect .

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

actris_vocab:3-QuestionableDivsuspect
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/L34/current/3/> ;
  skos:definition "Failed non-critical documented metric or subjective test(s)."@en ;
  skos:broader actris_vocab:qualitycontroloutcome ;
  skos:altLabel "Questionable/suspect"@en ;
  skos:inScheme actris_vocab: ;
  skos:prefLabel "3 - Questionable/suspect"@en ;
  a skos:Concept .

