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

<https://concepts.sagepub.com/social-science/concept/Spain>
  skos:definition "Spain had a tumultuous history during the 20th century. Struggling to adapt to the forces of modernization, Spain suffered a civil war between 1936 and 1939. [Source: <a href=\"https://sk.sagepub.com/reference/the-sage-encyclopedia-of-world-poverty-second-edition/i9241.xml\" target=\"_blank\" data-id=\"to-sk\">The SAGE Encyclopedia of World Poverty; Spain</a>]"@en ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D013030.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Europe> ;
  skos:prefLabel "Spain"@en ;
  a skos:Concept .

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

