@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/books_(publishing)>
  skos:prefLabel "books (publishing)"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/handbooks> .

<https://concepts.sagepub.com/social-science/concept/practical_manuals>
  skos:prefLabel "practical manuals"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/handbooks> .

<https://concepts.sagepub.com/social-science/concept/handbooks>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/procedure_manuals>, <https://concepts.sagepub.com/social-science/concept/practical_manuals>, <https://concepts.sagepub.com/social-science/concept/identification_manuals> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/books_(publishing)> ;
  skos:prefLabel "handbooks"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/identification_manuals>
  skos:prefLabel "identification manuals"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/handbooks> .

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

<https://concepts.sagepub.com/social-science/concept/procedure_manuals>
  skos:prefLabel "procedure manuals"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/handbooks> .

