ctx:RateLimit leaf node


URI

https://w3id.org/agent-ontology/execution-context#RateLimit

Label

RateLimit

Description

A constraint on the frequency of an action or request.

Usage

Instances of ctx:RateLimit can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class ctx:RateLimit
ctx:maxRequests owl:DatatypeProperty xsd:positiveInteger
ctx:perSeconds owl:DatatypeProperty xsd:positiveInteger

Implementation

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

ctx:RateLimit a owl:Class ;
    rdfs:label "RateLimit" ;
    rdfs:comment "A constraint on the frequency of an action or request." .