@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/Baltimore>
  skos:definition "Baltimore is the largest city in Maryland, its metropolitan area the twentieth largest in the United States. In 2007, the population of Baltimore was 641,000 people to which the suburbs add another 2 million residents. [Source: <a href=\"https://sk.sagepub.com/reference/journalism/n39.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Journalism; Baltimore</a>]"@en ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D015142.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Maryland>, <https://concepts.sagepub.com/social-science/concept/cities> ;
  skos:prefLabel "Baltimore"@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/Baltimore> .

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

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

