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

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

contenttypes:software
  dc:created "2022-12-13"^^xsd:date ;
  skos:broader contenttypes:computer ;
  skos:exactMatch <http://id.loc.gov/ontologies/bibframe/Multimedia>, <http://rdaregistry.info/termList/RDAContentType/1008>, <http://id.loc.gov/vocabulary/contentTypes/cod> ;
  skos:narrower contenttypes:code ;
  skos:scopeNote "Für Quellcode, Anwendungsprogramme, digital durchführbare Testverfahren (auch wenn online im Browser auszuführen). Digital kodierte Anweisungen, konzipiert für Verarbeitung und Ausführung mit Computern."@de, "For source code, applications, digital test instrument as applications (also web apps/services)."@en ;
  skos:notation "4200" ;
  skos:inScheme contenttypes: ;
  skos:prefLabel "Computersoftware"@de, "computer software"@en ;
  a skos:Concept .

contenttypes:code
  skos:notation "4210" ;
  skos:prefLabel "Code"@de, "code"@en ;
  a skos:Concept ;
  skos:broader contenttypes:software .

contenttypes:computer
  skos:notation "4000" ;
  skos:prefLabel "Computer"@de, "computer"@en ;
  a skos:Concept ;
  skos:narrower contenttypes:software .

