@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix mmd: <https://vocab.met.no/mmd/> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .

<https://vocab.met.no/mmd> a prov:Entity, skos:ConceptScheme .
<https://vocab.met.no/mmd/Access_Constraint/RegisteredUsersOnlyAutomatedApproval>
  skos:prefLabel "Registered users only (automated approval)"@en ;
  a skos:Concept .

<https://vocab.met.no/mmd/Access_Constraint/RestrictedAccessToMetadata>
  skos:prefLabel "Restricted access to metadata"@en ;
  a skos:Concept .

<https://vocab.met.no/mmd/Access_Constraint/Open>
  skos:prefLabel "Open"@en ;
  a skos:Concept .

mmd:Access_Constraint
  skos:member <https://vocab.met.no/mmd/Access_Constraint/RestrictedToACommunity>, <https://vocab.met.no/mmd/Access_Constraint/RestrictedAccessToMetadata>, <https://vocab.met.no/mmd/Access_Constraint/Open>, <https://vocab.met.no/mmd/Access_Constraint/RegisteredUsersOnlyManualApproval>, <https://vocab.met.no/mmd/Access_Constraint/RegisteredUsersOnlyAutomatedApproval> ;
  skos:prefLabel "Access Constraint"@en ;
  a skos:Collection, isothes:ConceptGroup ;
  skos:inScheme <https://vocab.met.no/mmd> ;
  skos:definition "A controlled vocabulary to be used to describe the constraints on accessing specific metadata and/or data. This is used to determine the exposure of metadata and data internally and externally. Ideally all datasets (metadata and data) are freely available, but it is acknowledged that some metadata and data may have restrictions that limits their visibility to specific communities only."@en .

<https://vocab.met.no/mmd/Access_Constraint/RestrictedToACommunity>
  skos:prefLabel "Restricted to a community"@en ;
  a skos:Concept .

<https://vocab.met.no/mmd/Access_Constraint/RegisteredUsersOnlyManualApproval>
  skos:prefLabel "Registered users only (manual approval required)"@en ;
  a skos:Concept .

