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

qualifications:bachelorLevel
  skos:example """Bachelor of Science, Bachelor of Arts, Bachelorstudiengänge an
Universitäten (wissenschaftliche Hochschulen, auch: Kunsthochschulen, Pädagogische Hochschulen, Theologische Hochschulen), 
Fachhochschulen (auch Ingenieurschulen, Hochschulen (FH) für angewandte Wissenschaften), Duale Hochschulen Baden-Württemberg und Thüringen
Verwaltungsfachhochschulen, Berufsakademien, Diplom (FH), Diplomstudiengang an einer Berufsakademie""" ;
  skos:altLabel "First stage of tertiary education leading to bachelor-level degree"@en, "Tertiärer Bereich bis Bachelor"@de, "Bachelor- bzw. gleichwertiges Bildungsprogramm"@de ;
  skos:scopeNote "Corresponds to ISCED level 6. Undergraduate or first tertiary degree or equivalent qualification."@en, "Bachelor- bzw. gleichwertiges Bildungsprogramm. Entspricht ISCED-2011-Level 6 und EQF-Niveau 6."@de ;
  skos:notation "500" ;
  skos:topConceptOf qualifications: ;
  skos:inScheme qualifications: ;
  skos:prefLabel "Bachelor-Level Degree"@en, "Bachelor oder gleichwertig"@de ;
  a skos:Concept .

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

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

