@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/conference_centers>
  skos:prefLabel "conference centers"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/educational_buildings> .

<https://concepts.sagepub.com/social-science/concept/educational_buildings>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/school_buildings>, <https://concepts.sagepub.com/social-science/concept/conference_centers> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/buildings_(structures)> ;
  skos:prefLabel "educational buildings"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/buildings_(structures)>
  skos:prefLabel "buildings (structures)"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/educational_buildings> .

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

<https://concepts.sagepub.com/social-science/concept/school_buildings>
  skos:prefLabel "school buildings"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/educational_buildings> .

