@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/New_York>
  skos:prefLabel "New York"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Mid-Atlantic_region> .

<https://concepts.sagepub.com/social-science/concept/District_of_Columbia>
  skos:prefLabel "District of Columbia"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Mid-Atlantic_region> .

<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/Mid-Atlantic_region> .

<https://concepts.sagepub.com/social-science/concept/New_Jersey>
  skos:prefLabel "New Jersey"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Mid-Atlantic_region> .

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

<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/Mid-Atlantic_region> .

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

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

<https://concepts.sagepub.com/social-science/concept/Mid-Atlantic_region>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/New_York>, <https://concepts.sagepub.com/social-science/concept/New_Jersey>, <https://concepts.sagepub.com/social-science/concept/Delaware>, <https://concepts.sagepub.com/social-science/concept/Pennsylvania>, <https://concepts.sagepub.com/social-science/concept/Maryland>, <https://concepts.sagepub.com/social-science/concept/District_of_Columbia> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D008873.html> ;
  a skos:Concept ;
  skos:prefLabel "Mid-Atlantic region"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/United_States> .

