sec:SecurityBinding leaf node


URI

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

Label

SecurityBinding

Description

Represents the chain binding DID → Key Material → Hardware → Ledger verification.

Usage

Instances of sec:SecurityBinding 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:SecurityBinding a owl:Class ;
    rdfs:label "SecurityBinding" ;
    rdfs:comment "Represents the chain binding DID → Key Material → Hardware → Ledger verification." .