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

interests:0001
  skos:notation "0001" ;
  skos:topConceptOf interests: ;
  skos:inScheme interests: ;
  skos:prefLabel "Psychology, not otherwise specified"@en, "Psychologie allgemein (nicht näher definiert)"@de ;
  a skos:Concept .

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

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

