@prefix contenttypes: <https://w3id.org/zpid/vocabs/contenttypes/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

contenttypes:image
  dc:created "2022-12-13"^^xsd:date ;
  skos:narrowMatch <http://id.loc.gov/vocabulary/contentTypes/crt>, <http://id.loc.gov/vocabulary/contentTypes/crm>, <http://id.loc.gov/vocabulary/contentTypes/cri>, <http://id.loc.gov/vocabulary/contentTypes/tdm>, <http://id.loc.gov/vocabulary/contentTypes/tdi>, <http://id.loc.gov/vocabulary/contentTypes/tci>, <http://id.loc.gov/vocabulary/contentTypes/sti>, <http://rdaregistry.info/termList/RDAContentType/1022>, <http://rdaregistry.info/termList/RDAContentType/1023>, <http://rdaregistry.info/termList/RDAContentType/1014>, <http://rdaregistry.info/termList/RDAContentType/1015>, <http://rdaregistry.info/termList/RDAContentType/1002>, <http://rdaregistry.info/termList/RDAContentType/2003>, <http://rdaregistry.info/termList/RDAContentType/2004> ;
  a skos:Concept, <http://schema.vocnet.org/HiearchyNode> ;
  skos:prefLabel "image"@en, "Bild"@de ;
  skos:inScheme contenttypes: ;
  skos:topConceptOf contenttypes: ;
  skos:notation "3000" ;
  skos:scopeNote "For pictures made from lines, shading, etc., that are usually to be perceived visually; only use if unclear whether still or moving."@en, "Für bildhafte Darstellungen; nur verwenden, wenn nicht klar ist, ob bild bewegt (Video/Film/Animation) oder unbewegt (Zeichnung, Foto etc), ansonsten den entsprechenden Unterbegriff."@de ;
  skos:narrower contenttypes:stillimage, contenttypes:movingimage .

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

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

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

