@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#Resident_Person>
  skos:prefLabel "Resident Person"@en ;
  skos:definition "It is a person who is enlisted with the Resident Population Registry in a particular local authority area in a given time. The classification of a Resident Person as a <<role>> derives from residency being an incidental characteristic of a human being."@en ;
  a skos:Concept, owl:NamedIndividual .

