https://s-agent-comm.github.io/ontology/ontologies/agent#Agent leaf node


URI

https://s-agent-comm.github.io/ontology/ontologies/agent#Agent

Label

Agent

Description

An autonomous computational entity with identity and intent,
modeled as a social artifact capable of delegation
and accountability.

Superclasses (1)

Usage

Instances of https://s-agent-comm.github.io/ontology/ontologies/agent#Agent can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

Implementation

@prefix exu: <http://example.org/unified-ontic#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<https://s-agent-comm.github.io/ontology/ontologies/agent#Agent> a owl:Class ;
    rdfs:label "Agent" ;
    exu:mapsTo """BFO:MaterialEntity->Artifact; DOLCE:SocialObject;
SUMO:Agent; UFO:SocialAgent""" ;
    rdfs:comment """An autonomous computational entity with identity and intent,
                  modeled as a social artifact capable of delegation
and accountability.""" ;
    rdfs:seeAlso <https://basic-formal-ontology.org/>,
        <https://www.loa-cnr.it/DOLCE.html> ;
    rdfs:subClassOf exu:ArtifactSocial .