id:KeyManagementSystem leaf node


URI

https://w3id.org/agent-ontology/identity#KeyManagementSystem

Label

KeyManagementSystem

Description

A system responsible for managing cryptographic keys for an Agent.

Usage

Instances of id:KeyManagementSystem can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class id:KeyManagementSystem
id:kmsEndpoint owl:DatatypeProperty The endpoint URI for the Key Management System. xsd:anyURI

Implementation

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

id:KeyManagementSystem a owl:Class ;
    rdfs:label "KeyManagementSystem" ;
    rdfs:comment "A system responsible for managing cryptographic keys for an Agent." .