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

<https://concepts.sagepub.com/social-science/concept/learning_centers>
  skos:prefLabel "learning centers"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/educational_buildings_and_facilities> .

<https://concepts.sagepub.com/social-science/concept/school_premises>
  skos:prefLabel "school premises"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/educational_buildings_and_facilities> .

<https://concepts.sagepub.com/social-science/concept/student_accommodation>
  skos:prefLabel "student accommodation"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/educational_buildings_and_facilities> .

<https://concepts.sagepub.com/social-science/concept/educational_buildings_and_facilities>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/student_accommodation>, <https://concepts.sagepub.com/social-science/concept/school_premises>, <https://concepts.sagepub.com/social-science/concept/learning_centers> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/educational_resources>, <https://concepts.sagepub.com/social-science/concept/buildings_and_facilities> ;
  skos:prefLabel "educational buildings and facilities"@en ;
  a skos:Concept .

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

<https://concepts.sagepub.com/social-science/concept/buildings_and_facilities>
  skos:prefLabel "buildings and facilities"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/educational_buildings_and_facilities> .

