@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/social_cognition>
  skos:prefLabel "social cognition"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/base_rate_fallacy> .

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

<https://concepts.sagepub.com/social-science/concept/base_rate_fallacy>
  skos:definition "Definition Imagine that you meet Tom one evening at a party. He is somewhat shy and reserved, is very analytical, and enjoys reading science fiction novels. [Source: <a href=\"https://sk.sagepub.com/reference/socialpsychology/n58.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Social Psychology; Base Rate Fallacy</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/social_cognition> ;
  skos:prefLabel "base rate fallacy"@en ;
  a skos:Concept .

