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

<https://concepts.sagepub.com/social-science/concept/Italy>
  skos:definition "Italy is a country of southern Europe comprising 20 regions. It is one of the largest economies in Europe, and in the world. [Source: <a href=\"https://sk.sagepub.com/reference/businesstoday/n543.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Business in Today's World; Italy</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Sicily>, <https://concepts.sagepub.com/social-science/concept/Rome> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D007558.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Europe> ;
  skos:prefLabel "Italy"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/Rome>
  skos:prefLabel "Rome"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Italy> .

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

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

