@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:hasPlainLanguageSummary
  skos:notation "Rel 009" ;
  skos:prefLabel "has plain language summary"@en, "hat laienverständliche Zusammenfassung"@de ;
  a rdf:Property, skos:Concept .

relations:isRelatedTo
  skos:notation "Rel 010" ;
  skos:prefLabel "steht in Beziehung zu"@de, "is related to"@en ;
  a owl:SymmetricProperty, rdf:Property, skos:Concept .

relations:hasPreprint
  skos:notation "Rel 007" ;
  skos:prefLabel "has preprint"@en, "hat Preprint"@de ;
  a rdf:Property, skos:Concept .

relations:isTranslatedRevisionOf
  skos:notation "Rel 006" ;
  skos:prefLabel "is revision and translation of"@en, "ist überarbeitete Übersetzung von"@de ;
  a rdf:Property, skos:Concept .

relations:hasOlderEdition
  skos:notation "Rel 004" ;
  skos:prefLabel "has previous edition"@en, "hat Vorgängerauflage"@de ;
  a rdf:Property, skos:Concept .

relations:isTranslationOf
  skos:notation "Rel 005" ;
  skos:prefLabel "is translation of"@en, "ist Übersetzung von"@de ;
  a rdf:Property, skos:Concept .

relations:hasReview
  skos:notation "Rel 008" ;
  skos:prefLabel "has book or media review"@en, "hat Buch- oder Medienrezension"@de ;
  a rdf:Property, skos:Concept .

relations:hasArticlePartOfCompilationThesis
  skos:notation "Rel 003" ;
  skos:prefLabel "Dissertation enthält Abdruck von Artikel"@de, "thesis includes published article"@en ;
  a rdf:Property, skos:Concept .

relations:isReplyToComment
  skos:notation "Rel 002" ;
  skos:prefLabel "is comment reply"@en, "ist Antwort auf Kommentar"@de ;
  a rdf:Property, skos:Concept .

relations:isCommentOn
  skos:notation "Rel 001" ;
  skos:prefLabel "is comment on"@en, "ist Kommentar zu"@de ;
  a rdf:Property, skos:Concept .

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

relations:PSYNDEXrelRelations
  skos:member relations:hasPlainLanguageSummary, relations:isRelatedTo, relations:hasPreprint, relations:isTranslatedRevisionOf, relations:hasOlderEdition, relations:isTranslationOf, relations:hasReview, relations:hasArticlePartOfCompilationThesis, relations:isReplyToComment, relations:isCommentOn ;
  skos:scopeNote "Use for relations between publications in PSYNDEX, such as comments and replies."@en ;
  skos:inScheme relations: ;
  skos:prefLabel "Beziehungen zwischen Publikationen"@de, "Relations between publications"@en ;
  a skos:Collection .

