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

<https://vocab.aeris-data.fr/aeris/access-constraints/embargoed-access>
  skos:definition "These data are available for users after a specified period of time has elapsed. At the end of the embargo period, data will become available by either open or mediated access."@en ;
  skos:topConceptOf aeris_dp: ;
  skos:prefLabel "Embargoed 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/embargoed-access> .

