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

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

<https://concepts.sagepub.com/social-science/concept/states_of_matter>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/solids>, <https://concepts.sagepub.com/social-science/concept/semi_solids>, <https://concepts.sagepub.com/social-science/concept/fluids>, <https://concepts.sagepub.com/social-science/concept/colloids> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/physical_sciences> ;
  skos:prefLabel "states of matter"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/semi_solids>
  skos:prefLabel "semi solids"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/states_of_matter> .

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

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

<https://concepts.sagepub.com/social-science/concept/physical_sciences>
  skos:prefLabel "physical sciences"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/states_of_matter> .

