sec:KeyMaterial leaf node


URI

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

Label

KeyMaterial

Description

A cryptographic key associated with an agent identity.

Usage

Instances of sec:KeyMaterial can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class sec:KeyMaterial
sec:keyValue owl:DatatypeProperty xsd:string
sec:anchoredBy owl:ObjectProperty sec:HardwareRootOfTrust
sec:keyType owl:ObjectProperty sec:KeyType
sec:signsRecord owl:ObjectProperty Indicates ledger entries signed using this key material. ledger:LedgerRecord

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:KeyMaterial a owl:Class ;
    rdfs:label "KeyMaterial" ;
    rdfs:comment "A cryptographic key associated with an agent identity." .