@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:JournalArticle
  dc:created "2024-03-06"^^xsd:date ;
  skos:broader issuances:ComponentPart ;
  skos:exactMatch <http://purl.org/coar/resource_type/c_6501> ;
  skos:altLabel "UZ"@de, "unselbständiger Zeitschriftenartikel"@de ;
  skos:scopeNote "Maps to BE=UZ, DT=Journal Article/10, and DRO type 'article'"@en ;
  skos:notation "1110" ;
  skos:inScheme issuances: ;
  skos:prefLabel "journal article"@en, "Zeitschriftenartikel (UZ)"@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:JournalArticle .

<http://purl.org/coar/resource_type/c_6501> skos:exactMatch issuances:JournalArticle .
issuances:PSYNDEXTestsIssuances
  skos:prefLabel "PSYNDEX-Tests-Publikationstypen"@de, "PSYNDEX Tests publication types"@en ;
  a skos:Collection ;
  skos:member issuances:JournalArticle .

issuances:PSYNDEXLitIssuances
  skos:prefLabel "PSYNDEXLit-Publikationstypen"@de, "PsyndexLit publication types"@en ;
  a skos:Collection ;
  skos:member issuances:JournalArticle .

