@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:CentralFacility
  skos:prefLabel "Central Facility"@en ;
  a skos:Concept ;
  skos:broader actris_vocab:facilitycategory .

actris_vocab:facility
  skos:prefLabel "facility"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:facilitycategory .

actris_vocab:NationalFacility
  skos:prefLabel "National Facility"@en ;
  a skos:Concept ;
  skos:broader actris_vocab:facilitycategory .

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

actris_vocab:facilitycategory
  skos:definition "Relation of the facility within the internal structure of the infrastructure."@en ;
  skos:broader actris_vocab:facility ;
  skos:narrower actris_vocab:CentralFacility, actris_vocab:NationalFacility ;
  skos:inScheme actris_vocab: ;
  skos:prefLabel "facility category"@en ;
  dc:creator <https://orcid.org/0000-0002-3380-3470> ;
  a skos:Concept .

