@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/right_to_vote>
  skos:definition "Supreme Court cases dealing with the ability of citizens to cast ballots in elections. Although the right to vote is the cornerstone of the democratic political system, the Constitution, until 1868, made almost no mention of that right. [Source: <a href=\"https://sk.sagepub.com/cqpress/students-guide-to-the-supreme-court/n147.xml\" target=\"_blank\" data-id=\"to-sk\">Student's Guide to the Supreme Court; Right to Vote</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/constitutional_issues> ;
  skos:prefLabel "right to vote"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/constitutional_issues>
  skos:prefLabel "constitutional issues"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/right_to_vote> .

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

