@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#Agent>
  skos:prefLabel "Agent"@en ;
  a skos:Concept, owl:NamedIndividual .

<http://www.return.com/ontologies/2024/vocab#Person>
  skos:related <http://www.return.com/ontologies/2024/vocab#Agent> ;
  skos:prefLabel "Person"@en ;
  skos:definition "It is every human being with the capacity to influence and act on an urban system."@en ;
  a skos:Concept, owl:NamedIndividual .

