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

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

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

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

<https://concepts.sagepub.com/social-science/concept/Pacific_states>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Washington>, <https://concepts.sagepub.com/social-science/concept/Oregon>, <https://concepts.sagepub.com/social-science/concept/Hawaii>, <https://concepts.sagepub.com/social-science/concept/California>, <https://concepts.sagepub.com/social-science/concept/Alaska> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D019601.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/United_States> ;
  skos:prefLabel "Pacific states"@en ;
  a skos:Concept .

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

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

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

