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

<https://vocab.met.no/mmd/Access_Constraint/Protected>
  skos:prefLabel "Protected"@en ;
  a skos:Concept ;
  dc:replaces <https://vocab.met.no/mmd/Access_Constraint/RegisteredUsersOnlyAutomatedApproval> .

<https://vocab.met.no/mmd/Access_Constraint/RegisteredUsersOnlyAutomatedApproval>
  owl:deprecated true ;
  dc:isReplacedBy <https://vocab.met.no/mmd/Access_Constraint/Protected> ;
  skos:prefLabel "Registered users only (automated approval)"@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 can be automated."@en ;
  a skos:Concept .

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

