@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:hasArticlePartOfCompilationThesis
  owl:inverseOf relations:isArticlePartOfCompilationThesis ;
  skos:broader relations:hasEquivalentPart ;
  skos:scopeNote "Relates a compilation thesis (work) to a journal article (work) that was published separately as an article in a journal."@en ;
  skos:notation "Rel 003" ;
  skos:inScheme relations: ;
  skos:prefLabel "Dissertation enthält Abdruck von Artikel"@de, "thesis includes published article"@en ;
  a rdf:Property, skos:Concept .

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

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

relations:PSYNDEXrelRelations
  skos:prefLabel "Beziehungen zwischen Publikationen"@de, "Relations between publications"@en ;
  a skos:Collection ;
  skos:member relations:hasArticlePartOfCompilationThesis .

