@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 dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

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

relations:accompanies
  owl:equivalentProperty <http://id.loc.gov/ontologies/bibframe/accompanies> ;
  dc:created "2024-12-16"^^xsd:date ;
  skos:broader relations:isRelatedTo ;
  skos:exactMatch <http://id.loc.gov/ontologies/bibframe/accompanies> ;
  skos:narrower relations:augments, relations:isComplementedBy ;
  skos:scopeNote "Relates a work to another work that 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 "accompanies"@en, "begleitet"@de ;
  a rdf:Property, skos:Concept .

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

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

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:accompanies .

