@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:definition "Situated between the Pacific Ocean and the Hollywood Hills, Los Angeles boasts a near-perfect climate, celebrity-laden streets, and palm-tree lined beaches. The self-proclaimed entertainment and creative capital of the world is the second-largest media market in the country (behind New York). [Source: <a href=\"https://sk.sagepub.com/reference/journalism/n224.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Journalism; Los Angeles</a>]"@en ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D015141.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/cities>, <https://concepts.sagepub.com/social-science/concept/California> ;
  skos:prefLabel "Los Angeles"@en ;
  a skos:Concept .

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

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

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

