@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/pastes>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/toothpastes>, <https://concepts.sagepub.com/social-science/concept/food_pastes>, <https://concepts.sagepub.com/social-science/concept/drugs_as_pastes> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/suspensions> ;
  skos:prefLabel "pastes"@en ;
  a skos:Concept .

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

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

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

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

<https://concepts.sagepub.com/social-science/concept/drugs_as_pastes>
  skos:prefLabel "drugs as pastes"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/pastes> .

