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

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

<https://concepts.sagepub.com/social-science/concept/mobility_barriers>
  skos:prefLabel "mobility barriers"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/isolating_mechanism> .

<https://concepts.sagepub.com/social-science/concept/isolating_mechanism>
  skos:broader <https://concepts.sagepub.com/social-science/concept/mobility_barriers>, <https://concepts.sagepub.com/social-science/concept/entry_barriers> ;
  skos:prefLabel "isolating mechanism"@en ;
  a skos:Concept .

