ctx:SecurityContext leaf node


URI

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

Label

SecurityContext

Description

Security-related constraints and guarantees active during execution.

Usage

Instances of ctx:SecurityContext can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class ctx:SecurityContext
ctx:usesKeySlot owl:DatatypeProperty xsd:string
ctx:usesTEE owl:DatatypeProperty xsd:boolean

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:SecurityContext a owl:Class ;
    rdfs:label "SecurityContext" ;
    rdfs:comment "Security-related constraints and guarantees active during execution." .