@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .

<https://concepts.sagepub.com/social-science/concept/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/simultaneous_choice> .

<https://concepts.sagepub.com/social-science/concept/simultaneous_choice>
  skos:definition "Definition The term simultaneous choice is mostly used in contrast to sequential choice. Both terms refer to the selection of a series of items for subsequent consumption, for example, when selecting a set of three soft drinks to be consumed one per day during the next three days. [Source: <a href=\"https://sk.sagepub.com/reference/socialpsychology/n519.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Social Psychology; Simultaneous Choice</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/judgment_and_decision_making> ;
  skos:prefLabel "simultaneous choice"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/judgment_and_decision_making>
  skos:prefLabel "judgment and decision making"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/simultaneous_choice> .

