@prefix licenses: <https://w3id.org/zpid/vocabs/licenses/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

licenses:CC_BY-NC-ND_4_0
  skos:notation "2200" ;
  skos:prefLabel "CC BY-NC-ND 4.0: Creative Commons Attribution - Non-Commercial - No Derivatives 4.0 International"@en, "CC BY-NC-ND 4.0: Creative Commons Namensnennung - Nicht-kommerziell - Keine Bearbeitungen 4.0 International"@de ;
  a skos:Concept .

licenses:CC_BY-ND_4_0
  skos:notation "2600" ;
  skos:prefLabel "CC BY-ND 4.0: Creative Commons Attribution - No Derivatives 4.0 International"@en, "CC BY-ND 4.0: Creative Commons Namensnennung - Keine Bearbeitungen 4.0 International"@de ;
  a skos:Concept .

licenses:CC_BY-NC-SA_4_0
  skos:notation "2500" ;
  skos:prefLabel "CC BY-NC-SA 4.0: Creative Commons Attribution - Non-Commercial - Share Alike 4.0 International"@en, "CC BY-NC-SA 4.0: Creative Commons Namensnennung - Nicht-kommerziell - Weitergabe unter gleichen Bedingungen 4.0 International"@de ;
  a skos:Concept .

licenses:CC_BY-NC_4_0
  skos:notation "2300" ;
  skos:prefLabel "CC BY-NC 4.0: Creative Commons Attribution - Non-Commercial 4.0 International"@en, "CC BY-NC 4.0: Creative Commons Namensnennung - Nicht-kommerziell 4.0 International"@de ;
  a skos:Concept .

licenses:CC_BY-SA_4_0
  skos:notation "2400" ;
  skos:prefLabel "CC BY-SA 4.0: Creative Commons Attribution - Share Alike 4.0 International"@en, "CC BY-SA 4.0: Creative Commons Namensnennung - Weitergabe unter gleichen Bedingungen 4.0 International"@de ;
  a skos:Concept .

licenses:CC_BY_4_0
  skos:notation "2100" ;
  skos:prefLabel "CC BY 4.0: Creative Commons Attribution 4.0 International"@en, "CC BY 4.0: Creative Commons Namensnennung 4.0 International"@de ;
  a skos:Concept .

licenses:PSYNDEXlicencesV4.0
  skos:member licenses:CC_BY-NC-ND_4_0, licenses:CC_BY-ND_4_0, licenses:CC_BY-NC-SA_4_0, licenses:CC_BY-NC_4_0, licenses:CC_BY-SA_4_0, licenses:CC_BY_4_0 ;
  skos:prefLabel "PSYNDEX-Lizenzen 4.0"@de, "PSYNDEX Licenses V4"@en ;
  a skos:Collection .

