@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:sounds
  skos:broader contenttypes:nonmusicaudio ;
  skos:exactMatch <http://id.loc.gov/vocabulary/contentTypes/snd>, <http://rdaregistry.info/termList/RDAContentType/1012> ;
  skos:scopeNote "Hörbarer Inhalt, der weder gesprochene Sprache noch Musik ist."@de, "Audible content that is neither spoken language nor music."@en ;
  skos:notation "2120" ;
  skos:inScheme contenttypes: ;
  skos:prefLabel "Geräusche"@de, "sounds"@en ;
  a skos:Concept .

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

