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

qualifications:doctoralLevel
  skos:example "Promotion, Doktor, Doctorate, PhD, Professional Doctorate" ;
  skos:altLabel "Tertiärer Bereich bis Promotion"@de, "Second stage of tertiary education leading to an advanced research qualification"@en ;
  skos:scopeNote "Entspricht ISCED-2011-Level 8 und EQF-Niveau 8."@de, "Corresponds to ISCED 2011 level 8 and EQF Level 8 ."@en ;
  skos:notation "100" ;
  skos:topConceptOf qualifications: ;
  skos:inScheme qualifications: ;
  skos:prefLabel "Promotion oder gleichwertig"@de, "Doctoral-Level Degree"@en ;
  a skos:Concept .

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

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

