agent:SystemIntegration leaf node


URI

https://w3id.org/agent-ontology/agent#SystemIntegration

Label

SystemIntegration

Description

Dependency and interface declarations for OS-level agent execution.

Usage

Instances of agent:SystemIntegration can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class agent:SystemIntegration
agent:dependsOn owl:ObjectProperty core:AgentEntity
agent:interface owl:ObjectProperty agent:InterfaceSpec

Implementation

@prefix agent: <https://w3id.org/agent-ontology/agent#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

agent:SystemIntegration a owl:Class ;
    rdfs:label "SystemIntegration" ;
    rdfs:comment "Dependency and interface declarations for OS-level agent execution." .