@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<http://www.return.com/ontologies/2024/vocab#Loss>
  skos:prefLabel "Loss"@en ;
  skos:definition """[IPCC Definition] Loss and damage is ‘the harm from (observed) impact and (projected) risks which can be economic or non-economic.

Loss, resulting from being deprived of something, is a situation caused by the impact of risk events. This includes the loss of human life in dangerous events."""@en ;
  a skos:Concept, owl:NamedIndividual .

