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

interests:0005
  skos:notation "0005" ;
  skos:topConceptOf interests: ;
  skos:inScheme interests: ;
  skos:prefLabel "Diagnostik"@de, "Diagnostics and Testing"@en ;
  a skos:Concept .

interests:allInterestsCollection
  skos:prefLabel "Alle Interessen"@de, "All Interests"@en ;
  a skos:Collection ;
  skos:member interests:0005 .

interests:
  skos:prefLabel "PsychAuthors: Forschungs- und Lehrinteressen"@de, "PSYNDEX Fields of Study"@en ;
  a skos:ConceptScheme ;
  skos:hasTopConcept interests:0005 .

