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

<https://concepts.sagepub.com/social-science/concept/talent_domains>
  skos:prefLabel "talent domains"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/entrepreneurial_ability> .

<https://concepts.sagepub.com/social-science/concept/entrepreneurial_ability>
  skos:definition "Entrepreneurship has played a critical role in the economic success of individuals and nations because the creation of new businesses produces new jobs. So, entrepreneurial ability has been identified as a talent that makes significant contributions to the successful economic development of our society. [Source: <a href=\"https://sk.sagepub.com/reference/giftedness/n144.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Giftedness, Creativity, and Talent; Entrepreneurial Ability</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/talent_domains> ;
  skos:prefLabel "entrepreneurial ability"@en ;
  a skos:Concept .

