@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 ;
  skos:definition """Any agentive Object, either physical (e.g. a person, a robot, an oak), or social (e.g. a corporation, an institution, a community). 
Defined by: https://w3id.org/italia/onto/l0"""@en ;
  a skos:Concept, owl:NamedIndividual .

<http://www.return.com/ontologies/2024/vocab#Person> skos:related <http://www.return.com/ontologies/2024/vocab#Agent> .
