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

<https://concepts.sagepub.com/social-science/concept/concept_mapping>
  skos:definition "Concept mapping is a technique for representing a set of concept meanings that are unique to a specific subject. These concept meanings are pictori-ally arranged on a map that consists of a network of nodes and links. [Source: <a href=\"https://sk.sagepub.com/reference/casestudy/n73.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Case Study Research; Concept Mapping</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/organization_and_methods_charts> ;
  skos:prefLabel "concept mapping"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/organization_and_methods_charts>
  skos:prefLabel "organization and methods charts"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/concept_mapping> .

