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

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

relations:hasCorrection
  owl:equivalentProperty <http://rdaregistry.info/Elements/u/P60181> ;
  owl:inverseOf relations:isCorrectionOf ;
  skos:broader relations:isSubjectOfWork, relations:isAugmentedBy ;
  skos:exactMatch <http://rdaregistry.info/Elements/u/P60181> ;
  skos:scopeNote "Relates a work to another work that corrects 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 "has correction"@en, "hat Korrektur"@de ;
  a rdf:Property, skos:Concept .

relations:isCorrectionTo owl:inverseOf relations:hasCorrection .
relations:isSubjectOfWork
  skos:prefLabel "is subject of work"@en, "ist Thema des Werks"@de ;
  a rdf:Property, skos:Concept ;
  skos:narrower relations:hasCorrection .

relations:isAugmentedBy
  skos:prefLabel "is augmented by"@en, "wird erweitert durch"@de ;
  a rdf:Property, skos:Concept ;
  skos:narrower relations:hasCorrection .

