@prefix aeris_dp: <https://vocab.aeris-data.fr/aeris> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/terms/> .

aeris_dp:
  a skos:ConceptScheme ;
  skos:hasTopConcept <https://vocab.aeris-data.fr/aeris/use-constraints:cc-by-4.0> .

<https://vocab.aeris-data.fr/aeris/use-constraints>
  skos:prefLabel "Contraintes d'utilisation"@fr, "Use Constraints"@en ;
  a skos:Collection ;
  skos:member <https://vocab.aeris-data.fr/aeris/use-constraints:cc-by-4.0> .

<https://vocab.aeris-data.fr/aeris/use-constraints:cc-by-4.0>
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/L08/current/CB/>, <https://vocab.met.no/mmd/Use_Constraint/CC-BY-4.0> ;
  skos:topConceptOf aeris_dp: ;
  skos:prefLabel "CC BY 4.0"@en, "CC BY 4.0"@fr ;
  skos:inScheme aeris_dp: ;
  a skos:Concept ;
  owl:versionInfo "4.0" ;
  skos:altLabel "Creative Commons Attribution 4.0 International"@fr, "Creative Commons Attribution 4.0 International"@en ;
  dc:source <https://creativecommons.org/licenses/by/4.0/> ;
  skos:definition "This license allows reusers to distribute, remix, adapt, and build upon the material in any medium or format, so long as attribution is given to the creator. The license allows for commercial use."@en .

