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

interests:0003
  skos:scopeNote "(Wahrnehmung, Kognition, Motivation, Emotion)"@en ;
  skos:notation "0003" ;
  skos:topConceptOf interests: ;
  skos:inScheme interests: ;
  skos:prefLabel "Allgemeine Psychologie"@de, "General Psychology"@en ;
  a skos:Concept .

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

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

