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

<https://vocab.met.no/mmd/Use_Constraint/CC-BY-NC-4.0>
  skos:exactMatch <https://creativecommons.org/licenses/by-nc/4.0/>, <http://spdx.org/licenses/CC-BY-NC-4.0> ;
  skos:altLabel "CC BY-NC 4.0"@en, "Navngivelse-IkkeKommersiell"@nb, "Attribution-NonCommercial"@en, "Creative Commons Attribution Non Commercial 4.0 International"@en ;
  skos:prefLabel "CC-BY-NC-4.0"@en ;
  skos:definition "This license lets others remix, adapt, and build upon your work non-commercially, and although their new works must also acknowledge you and be non-commercial, they don’t have to license their derivative works on the same terms."@en ;
  a skos:Concept .

