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

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

<https://concepts.sagepub.com/social-science/concept/troy>
  skos:definition "The city of Troy, situated on the northwest coast of modern Turkey, occupies a special place in Western culture. The story of the sack of Troy told by Homer was considered history in antiquity, then myth, then imaginative poetry, and then history again. [Source: <a href=\"https://sk.sagepub.com/reference/anthropology/n885.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Anthropology; Troy</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/archaeology> ;
  skos:prefLabel "troy"@en ;
  a skos:Concept .

