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

<https://concepts.sagepub.com/social-science/concept/semi_published_documents>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/trade_literature>, <https://concepts.sagepub.com/social-science/concept/theses>, <https://concepts.sagepub.com/social-science/concept/syllabi>, <https://concepts.sagepub.com/social-science/concept/reprints>, <https://concepts.sagepub.com/social-science/concept/preprints>, <https://concepts.sagepub.com/social-science/concept/leaflets> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/publications> ;
  skos:prefLabel "semi published documents"@en ;
  a skos:Concept .

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

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

<https://concepts.sagepub.com/social-science/concept/trade_literature>
  skos:prefLabel "trade literature"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/semi_published_documents> .

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

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

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

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

