@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#Artificial_Agent>
  skos:prefLabel "Artificial Agent"@en ;
  skos:definition "Artificial agent is a broad concept that encompasses both technological agents (AI systems, for example, robots, etc.) and agents socially built to act in social reality (e.g., companies, public entities with legal personality, etc.)."@en ;
  a skos:Concept, owl:NamedIndividual .

