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

<https://concepts.sagepub.com/social-science/concept/resource_rooms>
  skos:definition "Since 1975, the Resource Room has been an alternative instructional placement for students who are eligible to receive special education services. A less restrictive alternative to self-contained classrooms, the Resource Room option allows the student to spend the majority of the day with grade-level peers. [Source: <a href=\"https://sk.sagepub.com/reference/schoolpsychology/n243.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of School Psychology; Resource Rooms</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/special_education_services>, <https://concepts.sagepub.com/social-science/concept/classrooms> ;
  skos:prefLabel "resource rooms"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/special_education_services>
  skos:prefLabel "special education services"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/resource_rooms> .

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

