@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#Deceased_Person>
  skos:prefLabel "Deceased Person"@en ;
  skos:definition "It is the phase in which a person is no longer alive. A person cannot be alive and not alive at the same time. Therefore, it is a disjointed phase from the Alive phase."@en ;
  a skos:Concept, owl:NamedIndividual .

