@prefix qualifications: <https://w3id.org/zpid/vocabs/qualifications/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

qualifications:masterLevel
  skos:example "Diplom, Magister (Germany before Bologna reform around 2010), Lizensiat, Staatsexamen, Doctorandus (Netherlands), Maîtrise (France), Master of Arts, Master of Science, Postgraduate Certificate, Postgraduate Diploma" ;
  skos:altLabel "Tertiärer Bereich bis Master"@de, "Master- bzw. gleichwertiges Bildungsprogramm"@de, "First stage of tertiary education leading to master-level degree"@en ;
  skos:scopeNote "Master- oder gleichwertiges Bildungsprogramm auf Niveau eines Hauptstudiums, Graduate Degree. Enspricht ISCED-2011-Level 7 und EQF-Niveau 7."@de, "Corresponds to ISCED level 7 and EQF Level 7. Postgraduate degrees on the level of \"Hauptstudium\"/Graduate Degree."@en ;
  skos:notation "300" ;
  skos:topConceptOf qualifications: ;
  skos:inScheme qualifications: ;
  skos:prefLabel "Master-Level Degree"@en, "Master oder gleichwertig"@de ;
  a skos:Concept .

qualifications:allQualificationsCollection
  skos:prefLabel "All qualifications"@en, "Alle Qualifikationen"@de ;
  a skos:Collection ;
  skos:member qualifications:masterLevel .

qualifications:
  skos:prefLabel "PSYNDEX-Qualifikationen"@de, "PSYNDEX Qualifications"@en ;
  a skos:ConceptScheme ;
  skos:hasTopConcept qualifications:masterLevel .

