@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:AVPart
  dc:created "2024-03-06"^^xsd:date ;
  skos:editorialNote "We have about 70 of these. May not need this and use simply 'av item' instead - since it's usually an av item like a video tape that is part of some collection (not even part of a Set, really)."@en ;
  skos:broader issuances:ComponentPart ;
  skos:altLabel "UA"@de ;
  skos:notation "1180" ;
  skos:inScheme issuances: ;
  skos:prefLabel "audiovisual part"@en, "AV-Teil (UA)"@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:AVPart .

