@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#Material_Damage>
  skos:prefLabel "Material Damage"@en ;
  skos:definition "Material damage, also known as property damage, is damage to a person's assets or urban system`s assets, i.e. the loss of goods or things that have economic value. Material damages include losses actually suffered (emergent damages), as well as amounts that the person has failed to receive (lost profits)."@en ;
  a skos:Concept, owl:NamedIndividual .

