livesAt
livesAt is a relational property used primarily in semantic web and knowledge graph contexts to indicate a residence or address associated with a particular entity, most often a person. In the Resource Description Framework (RDF), it is represented as a predicate within a triple where the subject is the entity whose residence is being described and the object is the location entity. The property can be expressed in Turtle syntax as follows: subject livesAt object . For example: <http://example.org/JohnDoe> <http://example.org/ontology/livesAt> <http://example.org/locations/NewYork> .
The livesAt property is frequently employed in open data sets such as Wikidata, DBpedia, and other collaborative
In JSON‑LD and schema.org‑style vocabularies, the concept is often captured under the property homeLocation or locality,