@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/overconfidence> .

<https://concepts.sagepub.com/social-science/concept/entrepreneurial_decision_making>
  skos:prefLabel "entrepreneurial decision making"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/overconfidence> .

<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/overconfidence> .

<https://concepts.sagepub.com/social-science/concept/overconfidence>
  skos:definition "Overconfidence is an inflated self-assessment of one's knowledge, answer, or estimate on a task. It is a bias in which a person's subjective confidence of performance is greater than his or her actual performance. [Source: <a href=\"https://sk.sagepub.com/reference/encyclopedia-of-deception/n281.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Deception; Overconfidence</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/judgment_and_decision_making>, <https://concepts.sagepub.com/social-science/concept/entrepreneurial_decision_making> ;
  skos:prefLabel "overconfidence"@en ;
  a skos:Concept .

