@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/epicureanism> .

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

<https://concepts.sagepub.com/social-science/concept/epicureanism>
  skos:definition "Epicureanism has reference to a philosophical movement of some popularity in ancient Greece and Rome. It based itself on the teachings of the Athenian philosopher Epicurus (341–271 B.C.) and propounded an atomistic cosmology, a hedonistic ethics, and a contractarian social theory. [Source: <a href=\"https://sk.sagepub.com/reference/libertarianism/n95.xml\" target=\"_blank\" data-id=\"to-sk\">The Encyclopedia of Libertarianism; Epicureanism</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/libertarianism> ;
  skos:prefLabel "epicureanism"@en ;
  a skos:Concept .

