@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-3.0> .

<https://vocab.met.no/mmd/Use_Constraint/CC-BY-3.0>
  skos:exactMatch <https://creativecommons.org/licenses/by/3.0/>, <http://spdx.org/licenses/CC-BY-3.0> ;
  skos:altLabel "CC BY 3.0"@en, "Creative Commons Attribution 3.0 Unported"@en ;
  skos:prefLabel "CC-BY-3.0"@en ;
  skos:definition "This is an old version of the CC-BY-4.0 license. It is strongly recommend the use of the CC-BY-4.0 license instead."@en ;
  a skos:Concept .

