@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:randomizedControlledStudy
  skos:notation "1.1.1" ;
  skos:prefLabel "randomized controlled study"@en, "randomisierte kontrollierte Studie"@de ;
  a skos:Concept .

methods:qualitativeStudy
  skos:notation "1.4.0" ;
  skos:prefLabel "qualitative study"@en, "qualitative Studie"@de ;
  a skos:Concept .

methods:longitudinalStudy
  skos:notation "1.3.0" ;
  skos:prefLabel "longitudinal study"@en, "Längsschnittstudie"@de ;
  a skos:Concept .

methods:experimentalStudy
  skos:notation "1.1.0" ;
  skos:prefLabel "experimental study"@en, "experimentelle Studie"@de ;
  a skos:Concept .

methods:theoryDevelopment
  skos:notation "5.0.0" ;
  skos:prefLabel "theory development"@en, "Theorieentwicklung"@de ;
  a skos:Concept .

methods:methodologicalStudy
  skos:notation "4.0.0" ;
  skos:prefLabel "methodological study"@en, "methodische Studie"@de ;
  a skos:Concept .

methods:empiricalStudy
  skos:notation "1.0.0" ;
  skos:prefLabel "empirical study"@en, "empirische Studie"@de ;
  a skos:Concept .

methods:clinicalCaseReport
  skos:notation "3.0.0" ;
  skos:prefLabel "clinical case report"@en, "klinischer Fallbericht"@de ;
  a skos:Concept .

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

methods:systematicReview
  skos:notation "2.0.0" ;
  skos:prefLabel "systematische Literaturübersicht"@de, "systematic review"@en ;
  a skos:Concept .

methods:allMethods
  dc:created "2025-02-05"^^xsd:date ;
  skos:member methods:randomizedControlledStudy, methods:qualitativeStudy, methods:longitudinalStudy, methods:experimentalStudy, methods:theoryDevelopment, methods:methodologicalStudy, methods:empiricalStudy, methods:clinicalCaseReport, methods:metaAnalysis, methods:systematicReview ;
  skos:prefLabel "Alle Methoden"@de, "All methods"@en ;
  a skos:Collection .

