@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:qualityassurancespecifications
  skos:prefLabel "quality assurance specifications"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:standardoperatingprocedures .

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

actris_vocab:standardoperatingprocedures
  skos:definition "A Standard Operating Procedure is a set of step-by-step instructions compiled by an organization to help workers carry out routine operations."@en ;
  skos:broader actris_vocab:qualityassurancespecifications ;
  skos:altLabel "SOP"@en ;
  skos:inScheme actris_vocab: ;
  skos:prefLabel "standard operating procedures"@en ;
  dc:creator <https://orcid.org/0000-0002-3380-3470> ;
  a skos:Concept .

