@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/open-access> .

<https://vocab.aeris-data.fr/aeris/access-constraints/open-access>
  skos:definition "There are no restrictions on access to the data; anyone can view and download a copy. No registration is needed."@en ;
  skos:topConceptOf aeris_dp: ;
  skos:exactMatch <https://vocab.met.no/mmd/Access_Constraint/Open> ;
  skos:prefLabel "Open 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/open-access> .

