@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#> .

relations:hasEquivalentPart
  skos:prefLabel "has equivalent part published elsewhere"@en, "hat Teil, der auch anderweitig erschien"@de ;
  a rdf:Property, skos:Concept .

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

relations:isEquivalentPartOf
  owl:inverseOf relations:hasEquivalentPart ;
  skos:broader relations:isPartOf ;
  skos:narrower relations:isArticlePartOfCompilationThesis ;
  skos:scopeNote "Relates a work to a part of it that was published together with other parts elsewhere, such as one part of a cumulative thesis that was published on its own as a journal article."@en ;
  skos:inScheme relations: ;
  skos:prefLabel "is equivalent part of"@en, "ist äquivalenter Teil von"@de ;
  a rdf:Property, skos:Concept .

relations:isPartOf
  skos:prefLabel "is part of"@en, "ist Teil von"@de ;
  a rdf:Property, skos:Concept ;
  skos:narrower relations:isEquivalentPartOf .

relations:isArticlePartOfCompilationThesis
  skos:prefLabel "article also part of compilation thesis"@en, "ist Einzelartikel aus kumulativer Dissertation"@de ;
  a rdf:Property, skos:Concept ;
  skos:broader relations:isEquivalentPartOf .

