@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/Eastern_Europe>
  skos:prefLabel "Eastern Europe"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Romania> .

<https://concepts.sagepub.com/social-science/concept/Romania>
  skos:definition "Romania is located in southeastern Europe and is bordered by Bulgaria, the Ukraine, and the Black Sea. It has a population of about 22 million people. [Source: <a href=\"https://sk.sagepub.com/reference/sociology-of-education/n346.xml\" target=\"_blank\" data-id=\"to-sk\">Sociology of Education: An A-to-Z Guide; Romania</a>]"@en ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D012383.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Eastern_Europe> ;
  skos:prefLabel "Romania"@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/Romania> .

