@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/Los_Angeles>
  skos:prefLabel "Los Angeles"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/California> .

<https://concepts.sagepub.com/social-science/concept/California>
  skos:definition "CALIFORNIA, WITH A projected 40 million inhabitants by 2010, already has 55 electoral votes in U.S. presidential elections. [Source: <a href=\"https://sk.sagepub.com/reference/campaigns/n33.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of U.S. Campaigns, Elections, and Electoral Behavior; California</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/San_Francisco>, <https://concepts.sagepub.com/social-science/concept/Los_Angeles> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D002140.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Southwestern_United_States>, <https://concepts.sagepub.com/social-science/concept/Pacific_states> ;
  skos:prefLabel "California"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/San_Francisco>
  skos:prefLabel "San Francisco"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/California> .

<https://concepts.sagepub.com/social-science/concept/Southwestern_United_States>
  skos:prefLabel "Southwestern United States"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/California> .

<https://concepts.sagepub.com/social-science/concept/Pacific_states>
  skos:prefLabel "Pacific states"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/California> .

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

