@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:AVItem
  dc:created "2024-03-06"^^xsd:date ;
  skos:broader issuances:Standalone ;
  skos:altLabel "selbständiges audiovisuelles Dokument"@de, "SA"@de ;
  skos:scopeNote "Standalone audiovisual items that are, or contain, audio, video or both. Maps to BE=SA. For recorded speeches, interviews, films on CDs, DVDs, film roll, audio or video cassettes."@en ;
  skos:notation "1290" ;
  skos:inScheme issuances: ;
  skos:prefLabel "audiovisual item"@en, "AV-Medium (SA)"@de ;
  a skos:Concept .

issuances:Standalone
  skos:notation "1200" ;
  skos:prefLabel "standalone (independent)"@en, "selbständige Einheit"@de ;
  a skos:Concept ;
  skos:narrower issuances:AVItem .

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

