@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/Belgium>
  skos:definition "Belgium is a northwestern European nation with a 2009 population of 10,661,000. It houses the headquarters of the European Union. [Source: <a href=\"https://sk.sagepub.com/reference/sociology-of-education/n37.xml\" target=\"_blank\" data-id=\"to-sk\">Sociology of Education: An A-to-Z Guide; Belgium</a>]"@en ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D001530.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Europe> ;
  skos:prefLabel "Belgium"@en ;
  a skos:Concept .

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

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

