@prefix aeris_dp: <https://vocab.aeris-data.fr/aeris> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

aeris_dp:
  a skos:ConceptScheme ;
  skos:hasTopConcept <https://vocab.aeris-data.fr/aeris/access-constraints/mediated-access> .

<https://vocab.aeris-data.fr/aeris/access-constraints/mediated-access>
  skos:definition "These data are available on request. Access is manually approved by the researcher or a nominated data custodian."@en ;
  skos:topConceptOf aeris_dp: ;
  skos:exactMatch <https://vocab.met.no/mmd/Access_Constraint/RegisteredUsersOnlyManualApproval> ;
  skos:prefLabel "Mediated access"@en ;
  skos:inScheme aeris_dp: ;
  a skos:Concept .

<https://vocab.aeris-data.fr/aeris/access-constraints>
  skos:prefLabel "Contraintes d'accès"@fr, "Access Constraints"@en ;
  a skos:Collection ;
  skos:member <https://vocab.aeris-data.fr/aeris/access-constraints/mediated-access> .

