@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/abuse_and_neglect>
  skos:prefLabel "abuse and neglect"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/issues_students_face> .

<https://concepts.sagepub.com/social-science/concept/death_and_bereavement>
  skos:prefLabel "death and bereavement"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/issues_students_face> .

<https://concepts.sagepub.com/social-science/concept/latchkey_children>
  skos:prefLabel "latchkey children"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/issues_students_face> .

<https://concepts.sagepub.com/social-science/concept/homelessness>
  skos:prefLabel "homelessness"@en ;
  a skos:Concept ;
  skos:related <https://concepts.sagepub.com/social-science/concept/issues_students_face> .

<https://concepts.sagepub.com/social-science/concept/school_psychology>
  skos:prefLabel "school psychology"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/issues_students_face> .

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

<https://concepts.sagepub.com/social-science/concept/issues_students_face>
  skos:related <https://concepts.sagepub.com/social-science/concept/homelessness> ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/latchkey_children>, <https://concepts.sagepub.com/social-science/concept/death_and_bereavement>, <https://concepts.sagepub.com/social-science/concept/abuse_and_neglect> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/school_psychology> ;
  skos:prefLabel "issues students face"@en ;
  a skos:Concept .

