Skip to main content
Version: Next

Digital service description credential

Name: credential-digital-service-description

Namespace: https://w3id.org/axone/ontology/v4/schema/credential/digital-service/description/

Namespaces

Here are the namespaces used in this schema:

Verifiable Credential

IRI: credential-digital-service-description:DigitalServiceDescriptionCredential

Description

Digital Service Description credentials offer a comprehensive summary of a Digital Service's key features, encompassing aspects like its title, description, and associated tags.

Their primary function is to simplify the process for users to grasp the service's intent and practical application.

Examples

ipfs-digital-service-description.jsonld
{
"@context": [
"https://www.w3.org/2018/credentials/v1",
"https://w3id.org/axone/ontology/v4/schema/credential/digital-service/description/"
],
"type": ["VerifiableCredential","DigitalServiceDescriptionCredential"],
"id": "https://w3id.org/axone/ontology/v4/schema/credential/digital-service/description/5a3bd610-3a5d-4a41-bc90-0e437d453220",
"credentialSubject": {
"id": "did:key:zQ3shhb4SvzBRLbBonsvKb3WX6WoDeKWHpsXXXMhAJETqXAfB",
"hasCategory": "https://w3id.org/axone/ontology/v4/thesaurus/digital-service-category/Storage",
"hasDescription": "IPFS is a decentralized protocol designed to facilitate the storage, sharing, and retrieval of files on a global scale",
"hasPublisher": "IPFS",
"hasTag": [
"Storage",
"Peer-to-peer",
"Cloud"
],
"hasTitle": "IPFS",
"hasWebpage": "https://docs.ipfs.tech/"
},
"issuanceDate": "2024-01-22T09:28:43.475304+01:00",
"issuer": {
"id": "did:key:zQ3shs7auhJSmVJpiUbQWco6bxxEhSqWnVEPvaBHBRvBKw6Q3",
"name": "OKP4"
}
}

Properties

Has category

IRI: credential-digital-service-description:hasCategory

Domaincredential-digital-service-description:DigitalServiceDescriptionCredential

Rangethesaurus:service-category

A category of the Digital Service.

Has description

IRI: credential-digital-service-description:hasDescription

Domaincredential-digital-service-description:DigitalServiceDescriptionCredential

Rangexsd:string

A description of the Digital Service.

Has image

IRI: credential-digital-service-description:hasImage

Domaincredential-digital-service-description:DigitalServiceDescriptionCredential

Rangexsd:anyURI

The image associated with the Digital Service.

Has publisher

IRI: credential-digital-service-description:hasPublisher

Domaincredential-digital-service-description:DigitalServiceDescriptionCredential

Rangeschema:Organization, schema:Person

An entity primarily responsible for making the Digital Service available.

Has tag

IRI: credential-digital-service-description:hasTag

Domaincredential-digital-service-description:DigitalServiceDescriptionCredential

Rangexsd:string

A (free) keyword or term assigned to the Digital Service.

Has title

IRI: credential-digital-service-description:hasTitle

Domaincredential-digital-service-description:DigitalServiceDescriptionCredential

Rangexsd:string

The title of the Digital Service.

Has webpage

IRI: credential-digital-service-description:hasWebpage

Domaincredential-digital-service-description:DigitalServiceDescriptionCredential

Rangexsd:anyURI

A public web page detailing the service, its pricing and any other information useful for the user of the service.