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

<https://concepts.sagepub.com/social-science/concept/bibliographic_coupling>
  skos:prefLabel "bibliographic coupling"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/indexing> .

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

<https://concepts.sagepub.com/social-science/concept/document_description>
  skos:prefLabel "document description"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/indexing> .

<https://concepts.sagepub.com/social-science/concept/indexing>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/citation_indexes>, <https://concepts.sagepub.com/social-science/concept/subject_indexing>, <https://concepts.sagepub.com/social-science/concept/bibliographic_coupling>, <https://concepts.sagepub.com/social-science/concept/automatic_indexing> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/document_description> ;
  skos:prefLabel "indexing"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/citation_indexes>
  skos:prefLabel "citation indexes"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/indexing> .

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

