sec:KeyType leaf node


URI

https://w3id.org/agent-ontology/security-binding#KeyType

Label

KeyType

Description

Specifies the cryptographic algorithm or format (Ed25519, RSA, secp256k1).

Usage

Instances of sec:KeyType can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

Implementation

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

sec:KeyType a owl:Class ;
    rdfs:label "KeyType" ;
    rdfs:comment "Specifies the cryptographic algorithm or format (Ed25519, RSA, secp256k1)." .