@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .

<https://concepts.sagepub.com/social-science/concept/conceptgroup/events>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "events"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/2005_General_Election> .

<https://concepts.sagepub.com/social-science/concept/2005_General_Election>
  dc11:end 2005 ;
  dc11:start 2005 ;
  dc11:date "2005" ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/United_Kingdom_general_elections> ;
  skos:prefLabel "2005 General Election"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/United_Kingdom_general_elections>
  skos:prefLabel "United Kingdom general elections"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/2005_General_Election> .

