Agent
Class
http://proethica.org/ontology/core#Agent
Definition
A material entity capable of bearing roles and performing intentional actions in professional contexts.
Properties
Subclass of
Relationships
disjointWith
Action, Event, Role, Capability, Resource
Used in cases 10
TTL
@prefix bfo: <http://purl.obolibrary.org/obo/BFO_> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix proeth-core: <http://proethica.org/ontology/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
proeth-core:Agent a owl:Class ;
rdfs:label "Agent"@en ;
rdfs:comment "A material entity capable of bearing roles and performing intentional actions in professional contexts."@en ;
rdfs:subClassOf bfo:0000040 ;
owl:disjointWith proeth-core:Action,
proeth-core:Capability,
proeth-core:Event,
proeth-core:Resource,
proeth-core:Role ;
skos:definition "A material entity capable of bearing roles and performing intentional actions in professional contexts."@en .