@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:Use_Constraint
  a isothes:ConceptGroup, skos:Collection ;
  skos:prefLabel "Use Constraint"@en ;
  skos:member <https://vocab.met.no/mmd/Use_Constraint/CC-BY-4.0> .

<https://vocab.met.no/mmd/Use_Constraint/CC-BY-4.0>
  skos:hiddenLabel "Creative Commons CC BY 4.0"@en, "Creative Commons CC-BY 4.0"@en, "CC-BY 4.0"@en ;
  skos:definition "This license lets others distribute, remix, adapt, and build upon your work, even commercially, as long as they credit you for the original creation. This is the most accommodating of licenses offered. Recommended for maximum dissemination and use of licensed materials."@en ;
  skos:exactMatch <https://creativecommons.org/licenses/by/4.0/>, <http://spdx.org/licenses/CC-BY-4.0> ;
  skos:altLabel "CC BY 4.0"@en, "Navngivelse"@nb, "Creative Commons Attribution 4.0 International"@en, "Attribution"@en ;
  skos:prefLabel "CC-BY-4.0"@en ;
  a skos:Concept .

