@prefix issuances: <https://w3id.org/zpid/vocabs/issuances/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

issuances:
  skos:prefLabel "Types of Issuance for publications (instances)"@en, "Erscheinungsformen von Publikationen (Instanzen)"@de ;
  a skos:ConceptScheme .

issuances:Supplement
  dc:created "2024-03-06"^^xsd:date ;
  skos:broader issuances:ComponentPart ;
  skos:altLabel "unselbständiger Anhang"@de, "Beilage"@de, "Ergänzungsmaterial"@de ;
  skos:scopeNote "Mostly for Tests/Questionnaires that are avaliable at the end of articles or books or for separate download, but are clearly marked as an additional part of the publication."@en ;
  skos:notation "1140" ;
  skos:inScheme issuances: ;
  skos:prefLabel "supplement or appendix"@en, "Anhang"@de ;
  a skos:Concept .

issuances:ComponentPart
  skos:notation "1100" ;
  skos:prefLabel "component part (dependent)"@en, "unselbständiger Bestandteil"@de ;
  a skos:Concept ;
  skos:narrower issuances:Supplement .

issuances:PSYNDEXTestsIssuances
  skos:prefLabel "PSYNDEX-Tests-Publikationstypen"@de, "PSYNDEX Tests publication types"@en ;
  a skos:Collection ;
  skos:member issuances:Supplement .

