@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/RestrictedToACommunity> .

<https://vocab.met.no/mmd/Access_Constraint/RestrictedToACommunity>
  skos:prefLabel "Restricted to a community"@en ;
  skos:definition "These data are available for users within a restricted community. This community determines the authorization mechansim to utilise whether this being IP-address, community specific users names or other."@en ;
  a skos:Concept .

