@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/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/Armageddon> .

<https://concepts.sagepub.com/social-science/concept/Armageddon>
  skos:definition "The word Armageddon appears in the Bible only in the New Testament Book of Revelation 16:16. It is mentioned in the context of the sixth bowl of judgment (Rev 16:12–16) as the place where the kings of the whole world will gather for battle “on the great day of God the Almighty” (v. [Source: <a href=\"https://sk.sagepub.com/reference/time/n26.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Time: Science, Philosophy, Theology, &amp; Culture; Armageddon</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/religion> ;
  skos:prefLabel "Armageddon"@en ;
  a skos:Concept .

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

