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

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

relations:isPlainLanguageSummeryOf
  skos:broader relations:isSummaryOf ;
  skos:scopeNote "Relates a research work to another work that summarizes it in plain language, usually in a short, objective text that is easy to understand for non-experts."@en ;
  skos:inScheme relations: ;
  skos:prefLabel "is plain language summary of"@en, "ist laienverständliche Zusammenfassung von"@de ;
  a rdf:Property, skos:Concept .

relations:isSummaryOf
  skos:prefLabel "is summary of"@en, "ist Zusammenfassung von"@de ;
  a rdf:Property, skos:Concept ;
  skos:narrower relations:isPlainLanguageSummeryOf .

