@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-ND-4.0> .

<https://vocab.met.no/mmd/Use_Constraint/CC-BY-ND-4.0>
  skos:exactMatch <https://creativecommons.org/licenses/by-nd/4.0/>, <http://spdx.org/licenses/CC-BY-ND-4.0> ;
  skos:altLabel "CC BY-ND 4.0"@en, "Navngivelse-IngenBearbeidelse"@nb, "Attribution-NoDerivs"@en, "Creative Commons Attribution No Derivatives 4.0 International"@en ;
  skos:prefLabel "CC-BY-ND-4.0"@en ;
  skos:definition "This license lets others reuse the work for any purpose, including commercially; however, it cannot be shared with others in adapted form, and credit must be provided to you."@en ;
  a skos:Concept .

