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

<https://concepts.sagepub.com/social-science/concept/nonfiction>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/diaries>, <https://concepts.sagepub.com/social-science/concept/biographies>, <https://concepts.sagepub.com/social-science/concept/essays> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/prose> ;
  skos:prefLabel "nonfiction"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/biographies>
  skos:prefLabel "biographies"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/nonfiction> .

<https://concepts.sagepub.com/social-science/concept/essays>
  skos:prefLabel "essays"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/nonfiction> .

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

<https://concepts.sagepub.com/social-science/concept/prose>
  skos:prefLabel "prose"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/nonfiction> .

