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

addterms:ActionAndStateOrientation
  skos:scopeNote "Personality and motivation psychology concept by J. Kuhl focusing on the individual tendency to analyze a given situation vs the impulse to act, mainly in situations associated with success vs failure."@en, "Persönlichkeits- und motivations-psychologisches Konzept von J. Kuhl, das sich auf die individuelle Tendenz bezieht, vor allem in erfolgs- versus misserfolgsassoziierten Situationen die Analyse des gegebenen Zustands versus die Ausführung einer Handlungstendenz zu bevorzugen."@de ;
  skos:topConceptOf addterms: ;
  skos:inScheme addterms: ;
  skos:prefLabel "Action and State Orientation"@en, "Handlungs- und Lageorientierung"@de ;
  a skos:Concept .

addterms:PersonalitySocial
  skos:prefLabel "Personality and Social Psychology"@en, "Persönlichkeits- und Sozialpsychologie"@de ;
  a skos:Collection ;
  skos:member addterms:ActionAndStateOrientation .

addterms:
  skos:prefLabel "Additional Terms (IT)"@en, "Zusatzdeskriptoren (IT)"@de ;
  a skos:ConceptScheme ;
  skos:hasTopConcept addterms:ActionAndStateOrientation .

