@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/London>
  skos:prefLabel "London"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/England> .

<https://concepts.sagepub.com/social-science/concept/Great_Britain>
  skos:prefLabel "Great Britain"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/England> .

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

<https://concepts.sagepub.com/social-science/concept/England>
  skos:definition "England has been a multicultural and multireligious country for more than two millennia. Throughout the centuries, new immigrants have arrived, bringing their own beliefs and practices. [Source: <a href=\"https://sk.sagepub.com/reference/globalreligion/n212.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Global Religion; England</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/London> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D004739.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Great_Britain> ;
  skos:prefLabel "England"@en ;
  a skos:Concept .

