https://w3id.org/agent-ontology/security-binding#KeyType
Specifies the cryptographic algorithm or format (Ed25519, RSA, secp256k1).
Instances of sec:KeyType can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|
@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)." .