@prefix contenttypes: <https://w3id.org/zpid/vocabs/contenttypes/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

contenttypes:
  skos:prefLabel "Content Types für Werke"@de, "Content Types for Works"@en ;
  a skos:ConceptScheme .

contenttypes:spokenword
  skos:broader contenttypes:nonmusicaudio ;
  skos:exactMatch <http://id.loc.gov/vocabulary/contentTypes/spw>, <http://rdaregistry.info/termList/RDAContentType/1013> ;
  skos:scopeNote "Audible content in spoken language. Includes recorded lectures, speeches, interviews, panel discussions or readings, radio broadcasts, podcasts, audiobooks and radio plays. Equivalent to former BEs: AS and AU, and DT: Sound"@en, "Hörbarer Inhalt in gesprochender Sprache: aufgenommene Vorträge, Reden, Interviews, Podiumsdiskussionen oder Lesungen, Hörfunkbeiträge, Podcasts, Hörbücher und Hörspiele. Entspricht früherem BE AS, AU und DTs Sound"@de ;
  skos:notation "2110" ;
  skos:inScheme contenttypes: ;
  skos:prefLabel "Gesprochene Sprache"@de, "spoken word"@en ;
  a skos:Concept .

contenttypes:PSYNDEXContentTypes
  skos:prefLabel "Content Types für PSYNDEX-Werke"@de, "Content Types for PSYNDEX Works"@en ;
  a skos:Collection ;
  skos:member contenttypes:spokenword .

contenttypes:nonmusicaudio
  skos:notation "2100" ;
  skos:prefLabel "Nichtmusikalischer Ton"@de, "non-music audio"@en ;
  a skos:Concept ;
  skos:narrower contenttypes:spokenword .

