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

mediacarriers:Print
  skos:notation "2100" ;
  skos:prefLabel "Gedruckt"@de, "print"@en ;
  a skos:Concept .

mediacarriers:Online
  skos:notation "1100" ;
  skos:prefLabel "Online"@de, "online"@en ;
  a skos:Concept .

mediacarriers:PSYNDEXpublicationMedia
  skos:member mediacarriers:Print, mediacarriers:Online ;
  skos:scopeNote "Collection of only the types we need today for regular publications; excludes legacy media that we don't really index anymore (microfiche, CD, AV media like tape, film...)." ;
  skos:prefLabel "PSYNDEX-Medientypen für den täglichen Gebrauch"@de, "PSYNDEX Media Types for everyday use"@en ;
  a skos:Collection .

