@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/academic_records>
  skos:prefLabel "academic records"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/student_records> .

<https://concepts.sagepub.com/social-science/concept/report_cards>
  skos:prefLabel "report cards"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/student_records> .

<https://concepts.sagepub.com/social-science/concept/student_records>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/report_cards>, <https://concepts.sagepub.com/social-science/concept/academic_records> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/records_(forms)> ;
  skos:prefLabel "student records"@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/student_records> .

<https://concepts.sagepub.com/social-science/concept/records_(forms)>
  skos:prefLabel "records (forms)"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/student_records> .

