@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:hasSupplement
  skos:prefLabel "has supplement"@en, "hat Supplement"@de ;
  a rdf:Property, skos:Concept .

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

relations:isSupplementTo
  owl:equivalentProperty <http://id.loc.gov/ontologies/bibframe/supplementTo> ;
  owl:inverseOf relations:hasSupplement ;
  dc:created "2024-12-16"^^xsd:date ;
  skos:broader relations:augments ;
  skos:narrower relations:isAnalyticCodeFor, relations:isResearchDataFor ;
  skos:scopeNote "Relates a work to another work that adds to the content of a predominant resource as a supplement, such as research data or analytic code, or tables."@en ;
  skos:inScheme relations: ;
  skos:prefLabel "is supplement to"@en, "ist Supplement zu"@de ;
  a rdf:Property, skos:Concept .

relations:isAnalyticCodeFor
  skos:prefLabel "is analytic code for"@en, "ist Auswertungscode für"@de ;
  a rdf:Property, skos:Concept ;
  skos:broader relations:isSupplementTo .

relations:isResearchDataFor
  skos:prefLabel "is research data for"@en, "ist Forschungsdaten für"@de ;
  a rdf:Property, skos:Concept ;
  skos:broader relations:isSupplementTo .

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

