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

<https://concepts.sagepub.com/social-science/concept/success>
  skos:definition "In ∗probability experiments, an event that happens as predicted. The term “success” is usually applied arbitrarily to one of two ways a ∗Bernoulli trial can turn out. [Source: <a href=\"https://methods.sagepub.com/reference/dictionary-of-statistics-methodology/n1927.xml\" target=\"_blank\" data-id=\"to-srm\">Dictionary of Statistics &amp; Methodology; Success</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/performance>, <https://concepts.sagepub.com/social-science/concept/achievement> ;
  skos:prefLabel "success"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/achievement>
  skos:prefLabel "achievement"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/success> .

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

