@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/public_holidays>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Christmas> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/leaves_of_absence>, <https://concepts.sagepub.com/social-science/concept/holidays> ;
  skos:prefLabel "public holidays"@en ;
  a skos:Concept .

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

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

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

<https://concepts.sagepub.com/social-science/concept/leaves_of_absence>
  skos:prefLabel "leaves of absence"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/public_holidays> .

