ledger:GovernanceAction leaf node


URI

https://w3id.org/agent-ontology/ledger#GovernanceAction

Label

GovernanceAction

Usage

Instances of ledger:GovernanceAction can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

Implementation

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

intent:IntentType a owl:Class ;
    rdfs:label "IntentType" ;
    rdfs:comment "Categorizes an intent (e.g., fetch-data, make-decision, generate-artifact)." .