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

contenttypes:spokenword
  skos:notation "2110" ;
  skos:prefLabel "Gesprochene Sprache"@de, "spoken word"@en ;
  a skos:Concept .

contenttypes:movingimage
  skos:notation "3100" ;
  skos:prefLabel "Bewegtes Bild"@de, "moving image"@en ;
  a skos:Concept .

contenttypes:stillimage
  skos:notation "3200" ;
  skos:prefLabel "Unbewegtes Bild"@de, "still image"@en ;
  a skos:Concept .

contenttypes:3dform
  skos:notation "5000" ;
  skos:prefLabel "Dreidimensionale Form"@de, "3D form"@en ;
  a skos:Concept .

contenttypes:audio
  skos:notation "2000" ;
  skos:prefLabel "Ton (allgemein)"@de, "audio"@en ;
  a skos:Concept .

contenttypes:text
  skos:notation "1000" ;
  skos:prefLabel "Text"@de, "text"@en ;
  a skos:Concept .

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

contenttypes:PSYNDEXContentTypes
  skos:member contenttypes:spokenword, contenttypes:movingimage, contenttypes:stillimage, contenttypes:3dform, contenttypes:audio, contenttypes:text ;
  skos:scopeNote "A collection of controlled keywords that only has those needed in PSYNDEx, that is, for the works of books, dissertations, chapters, journal articles, test instruments, and the occasional audiovisual media."@en ;
  skos:inScheme contenttypes: ;
  skos:prefLabel "Content Types für PSYNDEX-Werke"@de, "Content Types for PSYNDEX Works"@en ;
  a skos:Collection .

