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

<https://concepts.sagepub.com/social-science/concept/declarative_and_procedural_memory>
  skos:definition "Human memory is often divided into two basic subdivisions: declarative memory, or knowledge of facts, and procedural memory, or recall of how to perform a task. Questions that can be answered by who, what, where, or when are examples of declarative memory. [Source: <a href=\"https://sk.sagepub.com/reference/giftedness/n109.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Giftedness, Creativity, and Talent; Declarative and Procedural Memory</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/intelligence> ;
  skos:prefLabel "declarative and procedural memory"@en ;
  a skos:Concept .

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

