@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#Living_Person>
  skos:prefLabel "Living Person"@en ;
  skos:definition "It is a phase or stage of being alive, as opposed to being dead, during which your organs work and carry out their functions."@en ;
  a skos:Concept, owl:NamedIndividual .

