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

<https://vocab.met.no/mmd/Use_Constraint/CC-BY-NC-SA-4.0>
  skos:exactMatch <https://creativecommons.org/licenses/by-nc-sa/4.0/>, <http://spdx.org/licenses/CC-BY-NC-SA-4.0> ;
  skos:altLabel "CC BY-NC-SA 4.0"@en, "Navngivelse-IkkeKommersiell-DelPåSammeVilkår"@nb, "Attribution-NonCommercial-ShareAlike"@en, "Creative Commons Attribution Non Commercial Share Alike 4.0 International"@en ;
  skos:prefLabel "CC-BY-NC-SA-4.0"@en ;
  skos:definition "This license lets others remix, adapt, and build upon your work non-commercially, as long as they credit you and license their new creations under the identical terms."@en ;
  a skos:Concept .

