@prefix licenses: <https://w3id.org/zpid/vocabs/licenses/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

licenses:
  skos:prefLabel "Licenses for use/re-use that publications may have"@en, "Nutzungs-Lizenzen, die Publikationen haben können"@de ;
  a skos:ConceptScheme .

<http://schema.vocnet.org/HierarchyNode>
  rdfs:label "Hierarchieknoten"@de, "Hierarchy Node"@en ;
  skos:prefLabel "Hierarchieknoten"@de, "Hierarchy Node"@en ;
  a owl:Class .

licenses:OtherOpenLicense
  skos:narrower licenses:UnspecifiedOpenLicense, licenses:HogrefeOpenMind ;
  skos:notation "OtherOpenLicense" ;
  skos:inScheme licenses: ;
  skos:prefLabel "Other Type of Open Content License"@en, "Andere Lizenzart für freie Inhalte"@de ;
  a <http://schema.vocnet.org/HierarchyNode>, skos:Concept .

licenses:someRightsReserved skos:narrower licenses:OtherOpenLicense .
licenses:UnspecifiedOpenLicense
  skos:notation "9300" ;
  skos:prefLabel "Other: Unspecified Open License"@en, "Other: Unspezifizierte freie Lizenz"@de ;
  a skos:Concept ;
  skos:broader licenses:OtherOpenLicense .

licenses:HogrefeOpenMind
  skos:notation "9100" ;
  skos:prefLabel "Hogrefe OpenMind License"@en, "Hogrefe OpenMind-Lizenz"@de ;
  a skos:Concept ;
  skos:broader licenses:OtherOpenLicense .

