id:did leaf node


URI

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

Label

did

Description

The string value of the Decentralized Identifier.

Usage

DOMAINPROPERTYRANGE
id:AgentIdentity id:did xsd:string

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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

id:did a owl:DatatypeProperty ;
    rdfs:label "did" ;
    rdfs:comment "The string value of the Decentralized Identifier." ;
    rdfs:domain id:AgentIdentity ;
    rdfs:range xsd:string .