@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:hasSupplement
  owl:equivalentProperty <http://rdaregistry.info/Elements/u/P60281>, <http://id.loc.gov/ontologies/bibframe/supplement> ;
  skos:editorialNote "At crossref and datacite, property name is relation: 'supplemented-by' (JSON) or 'supplementedBy' (XML Schema)."@en ;
  skos:broader relations:isAugmentedBy ;
  skos:exactMatch <https://osf.io/vocab/2022/hasSupplementalResource>, <http://rdaregistry.info/Elements/u/P60281>, <http://id.loc.gov/ontologies/bibframe/supplement> ;
  skos:narrower relations:hasResearchData, relations:hasAnalyticCode ;
  skos:scopeNote "Relates a work to a work that adds to it and is usually placed in an external repository, such as research data or analytic code that was generated in/for the study described in the work."@en ;
  skos:inScheme relations: ;
  skos:prefLabel "has supplement"@en, "hat Supplement"@de ;
  a rdf:Property, skos:Concept .

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

relations:hasResearchData
  skos:notation "Research Data 001" ;
  skos:prefLabel "has research data"@en, "hat Forschungsdaten"@de ;
  a rdf:Property, skos:Concept ;
  skos:broader relations:hasSupplement .

relations:hasAnalyticCode
  skos:notation "Research Data 002" ;
  skos:prefLabel "has analytic code"@en, "hat Auswertungscode"@de ;
  a rdf:Property, skos:Concept ;
  skos:broader relations:hasSupplement .

