@prefix methods: <https://w3id.org/zpid/vocabs/methods/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

methods:metaAnalysis
  skos:notation "1.2.0" ;
  skos:prefLabel "metaanalysis"@en, "Metaanalyse"@de ;
  a skos:Concept .

methods:systematicReview
  skos:related methods:metaAnalysis ;
  skos:example "Metasynthese"@de, "metasynthesis"@en ;
  skos:hiddenLabel "Metasynthese"@de, "metasynthesis"@en ;
  dc:created "2025-02-05"^^xsd:date ;
  skos:scopeNote """Für Beiträge, in denen der Kenntnisstand zu einem Themenbereich anhand einer vorab festgelegten und umfassenden (komprehensiven) Such- und Selektionsstrategie (z. B. entsprechend des PRISMA Statements) zusammengefasst bzw. synthetisiert wird. Diese Strategie wird in der Arbeit detailliert  berichtet. 
    Erfolgt eine <strong>zusätzliche synthetisierende Auswertung quantitativer Studienergebnisse mittels statistischer Methoden</strong> (u. a. Berechnung eines Gesamteffekts), so ist der Beitrag <strong>außerdem unter “metaanalysis”</strong> zu klassifizieren."""@de ;
  skos:notation "2.0.0" ;
  skos:topConceptOf methods: ;
  skos:inScheme methods: ;
  skos:prefLabel "systematische Literaturübersicht"@de, "systematic review"@en ;
  a skos:Concept .

methods:allMethods
  skos:prefLabel "Alle Methoden"@de, "All methods"@en ;
  a skos:Collection ;
  skos:member methods:systematicReview .

methods:
  skos:prefLabel "PSYNDEX-Studientypklassifikation"@de, "PSYNDEX Study Type Classification"@en ;
  a skos:ConceptScheme ;
  skos:hasTopConcept methods:systematicReview .

