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

<https://concepts.sagepub.com/social-science/concept/inventors>
  skos:definition "When one thinks of inventors, one typically forms an image of a Thomas Edison or a Henry Ford: adults who made fame and fortune through their inventions. One may also have more ambiguous images of adults who had clever ideas but for one reason or another achieved neither fame nor fortune. [Source: <a href=\"https://sk.sagepub.com/reference/giftedness/n215.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Giftedness, Creativity, and Talent; Inventors</a>]"@en ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D062068.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/occupational_groups> ;
  skos:prefLabel "inventors"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/occupational_groups>
  skos:prefLabel "occupational groups"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/inventors> .

