@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:isAccompaniedBy
  owl:equivalentProperty <http://id.loc.gov/ontologies/bibframe/accompaniedBy> ;
  skos:broader relations:isRelatedTo ;
  skos:exactMatch <http://id.loc.gov/ontologies/bibframe/accompaniedBy> ;
  skos:narrower relations:isComplementedBy, relations:isAugmentedBy ;
  skos:scopeNote "Relates a work to a work that adds to it or is issued with it, such as data/code/material that was generated in/for the study described in the work, or a preregistration of the study that was deposited before it started. Can also use for finding aids, indexes."@en ;
  skos:inScheme relations: ;
  skos:prefLabel "is accompanied by"@en, "wird begleitet von"@de ;
  a rdf:Property, skos:Concept .

relations:isComplementedBy
  skos:prefLabel "is complemented by"@en, "wird ergänzt durch"@de ;
  a owl:SymmetricProperty, rdf:Property, skos:Concept ;
  skos:broader relations:isAccompaniedBy .

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

relations:isRelatedTo
  skos:notation "Rel 010" ;
  skos:prefLabel "steht in Beziehung zu"@de, "is related to"@en ;
  a owl:SymmetricProperty, rdf:Property, skos:Concept ;
  skos:narrower relations:isAccompaniedBy .

