Skip to main content
Version: v3.0.0

Zone description credential

Name: credential-zone-description

Namespace: https://w3id.org/okp4/ontology/v3/schema/credential/zone/description/

Namespaces

Here are the namespaces used in this schema:

Verifiable Credential

IRI: credential-zone-description:ZoneDescriptionCredential

Description

Zone Description credentials deliver an extensive overview of the essential information about a zone. This typically comprises details like the zone's title, description, and tags.

The primary objective of this credentials is to provide a broad overview of the zone, facilitating users' comprehension of its purpose and potential use cases.

Examples

collab-ai-zone-description.jsonld
{
"@context": [
"https://www.w3.org/2018/credentials/v1",
"https://w3id.org/okp4/ontology/v3/schema/credential/zone/description/"
],
"type": "VerifiableCredential",
"id": "https://w3id.org/okp4/ontology/v3/schema/credential/zone/description/91f9ef40-9087-4730-bac6-53d3941f07a0",
"credentialSubject": {
"id": "did:key:zQ3shunN7us5oKNYKKzprW8nP5HAoTf4t2Fxyudho5zMAR1PQ",
"type": "ZoneDescriptionCredential",
"hasDescription": "Collaborative AI Zone is dedicated to train AI models in a collaborative and open way.",
"hasTag": [
"AI",
"Collaboration",
"Machine Learning"
],
"hasTitle": "Collaborative AI Zone",
"hasTopic": "https://w3id.org/okp4/ontology/v3/thesaurus/topic/other"
},
"issuanceDate": "2024-02-02T15:40:43.475304+01:00",
"issuer": {
"id": "did:key:zQ3shs7auhJSmVJpiUbQWco6bxxEhSqWnVEPvaBHBRvBKw6Q3",
"name": "OKP4"
}
}

Properties

Has description

IRI: credential-zone-description:hasDescription

Rangexsd:string

A description of the Zone.

Has image

IRI: credential-zone-description:hasImage

Rangexsd:anyURI

The image associated with the Zone.

Has tag

IRI: credential-zone-description:hasTag

Rangexsd:string

A (free) keyword or term assigned to the Zone.

Has title

IRI: credential-zone-description:hasTitle

Rangexsd:string

The title of the Zone.

Has topic

IRI: credential-zone-description:hasTopic

Rangethesaurus:topic

A topic of the Zone.