@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/phase_transition>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/volatilization>, <https://concepts.sagepub.com/social-science/concept/vitrification>, <https://concepts.sagepub.com/social-science/concept/freezing> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D044367.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/physical_processes> ;
  skos:prefLabel "phase transition"@en ;
  a skos:Concept .

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

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

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

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

<https://concepts.sagepub.com/social-science/concept/physical_processes>
  skos:prefLabel "physical processes"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/phase_transition> .

