@prefix relations: <https://w3id.org/zpid/vocabs/relations/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

relations:hasCorrection
  skos:prefLabel "has correction"@en, "hat Korrektur"@de ;
  a rdf:Property, skos:Concept .

relations:
  skos:prefLabel "Resource Relations"@en, "Ressourcenbeziehungen"@de ;
  a skos:ConceptScheme .

relations:isCorrectionTo
  owl:inverseOf relations:hasCorrection ;
  dc:created "2024-12-16"^^xsd:date ;
  skos:broader relations:hasSubjectWork, relations:augments ;
  skos:scopeNote "Relates a work to another work that contains corrected information for it, such as an erratum, corrigendum, or retraction notice, which consists of errors discovered after the publication of the predominant work, with their corrections."@en ;
  skos:inScheme relations: ;
  skos:prefLabel "is correction to"@en, "ist Korrektur zu"@de ;
  a rdf:Property, skos:Concept .

relations:hasSubjectWork
  skos:prefLabel "has subject work"@en, "hat Werk als Thema"@de ;
  a skos:Concept ;
  skos:narrower relations:isCorrectionTo .

relations:augments
  skos:prefLabel "augments"@en, "erweitert"@de ;
  a rdf:Property, skos:Concept ;
  skos:narrower relations:isCorrectionTo .

