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

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

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

<https://concepts.sagepub.com/social-science/concept/Chicago>
  skos:definition "Chicago has a longstanding reputation for wildly competitive journalism. The city also had a role to play in the early days of radio and television journalism, and has been a launching pad for a number of famous American writers and broadcast personalities. [Source: <a href=\"https://sk.sagepub.com/reference/journalism/n71.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Journalism; Chicago</a>]"@en ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D002641.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Illinois>, <https://concepts.sagepub.com/social-science/concept/cities> ;
  skos:prefLabel "Chicago"@en ;
  a skos:Concept .

