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

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

<https://concepts.sagepub.com/social-science/concept/mathematical_creativity>
  skos:definition "Mathematics is often viewed as a field where the ability to apply theorems and algorithms is essential to the development of a deep conceptual understanding. Overlooked is the fact that the theorems and algorithms taught are the creative products of the application of mathematics. [Source: <a href=\"https://sk.sagepub.com/reference/giftedness/n235.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Giftedness, Creativity, and Talent; Mathematical Creativity</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/talent_domains> ;
  skos:prefLabel "mathematical creativity"@en ;
  a skos:Concept .

