Aller au contenu principal
Version: v4.0.0

Zone description credential

Name: credential-zone-description

Namespace: https://w3id.org/axone/ontology/v4/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 these 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/axone/ontology/v4/schema/credential/zone/description/"
],
"type": ["VerifiableCredential", "ZoneDescriptionCredential"],
"id": "https://w3id.org/axone/ontology/v4/schema/credential/zone/description/7f547e63-ceb8-4ff3-8e2e-7a4278d97b8e",
"credentialSubject": {
"id": "did:key:zQ3shunN7us5oKNYKKzprW8nP5HAoTf4t2Fxyudho5zMAR1PQ",
"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/axone/ontology/v4/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

Domaincredential-zone-description:ZoneDescriptionCredential

Rangexsd:string

A description of the zone.

Has image

IRI: credential-zone-description:hasImage

Domaincredential-zone-description:ZoneDescriptionCredential

Rangexsd:anyURI

The image associated with the Zone.

Has tag

IRI: credential-zone-description:hasTag

Domaincredential-zone-description:ZoneDescriptionCredential

Rangexsd:string

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

Has title

IRI: credential-zone-description:hasTitle

Domaincredential-zone-description:ZoneDescriptionCredential

Rangexsd:string

The title of the zone.

Has topic

IRI: credential-zone-description:hasTopic

Domaincredential-zone-description:ZoneDescriptionCredential

Rangethesaurus:topic

A topic of the zone.