@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/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/disaster_prediction_models> .

<https://concepts.sagepub.com/social-science/concept/disaster_prediction_models>
  skos:definition "Models represent real-world events or objects. Hazard modeling can be problematic due to the complexities of nature (such as atmospheric conditions) and human factors (such as reactions to a hazard). [Source: <a href=\"https://sk.sagepub.com/reference/disasterrelief/n173.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Disaster Relief; Modeling</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/disaster_prediction> ;
  skos:prefLabel "disaster prediction models"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/disaster_prediction>
  skos:prefLabel "disaster prediction"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/disaster_prediction_models> .

