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

mmd:Access_Constraint
  a isothes:ConceptGroup, skos:Collection ;
  skos:prefLabel "Access Constraint"@en ;
  skos:member <https://vocab.met.no/mmd/Access_Constraint/RegisteredUsersOnlyManualApproval> .

<https://vocab.met.no/mmd/Access_Constraint/RegisteredUsersOnlyManualApproval>
  skos:prefLabel "Registered users only (manual approval required)"@en ;
  skos:definition "These data are available for users as long as they register with name, affiliation, and a valid email address. The verification process must be manual."@en ;
  a skos:Concept .

