Skip to main content
Version: Next

Profile credential

Name: credential-profile

Namespace: https://w3id.org/axone/ontology/v4/schema/core/profile/

Namespaces

Here are the namespaces used in this schema:

Verifiable Credential

IRI: credential-profile:ProfileCredential

Description

A Verifiable Credential that carries minimal discovery and display metadata about any identifiable subject.

Profile credentials describe entities such as zones, datasets, digital resources, digital services, organizations, or participants without defining a specialised credential family for each entity type.

Examples

collab-ai-zone-profile.jsonld
{
"@context": [
"https://www.w3.org/2018/credentials/v1",
"https://w3id.org/axone/ontology/v4/schema/core/profile/"
],
"type": ["VerifiableCredential", "ProfileCredential"],
"id": "https://credentials.axone.xyz/profile/collab-ai-zone",
"credentialSubject": {
"id": "did:pkh:cosmos:axone-1:cosmos1unn7us5oknykkzprw8np5haotf4t2fxyudho5z",
"name": "Collaborative AI Zone",
"description": "Collaborative AI Zone is dedicated to training AI models in a collaborative and open way.",
"tag": [
"AI",
"Collaboration",
"Machine Learning"
],
"link": "https://axone.xyz",
"sameAs": "https://docs.axone.xyz"
},
"issuanceDate": "2026-06-11T00:00:00.000000+02:00",
"issuer": {
"id": "did:pkh:cosmos:axone-1:cosmos1s7auhjsmvjpiubqwco6bxxehsqwnvepvabhbrv",
"name": "Axone"
}
}

Properties

IRI: credential-profile:link

Domaincredential-profile:ProfileCredential

Rangexsd:anyURI

A web page or other resource related to the subject.

Tag

IRI: credential-profile:tag

Domaincredential-profile:ProfileCredential

Rangexsd:string

A keyword or term associated with the subject.

Description

IRI: schema:description

Domaincredential-profile:ProfileCredential

Rangexsd:string

A human-readable description of the subject.

Image

IRI: schema:image

Domaincredential-profile:ProfileCredential

Rangexsd:anyURI

An image associated with the subject.

Name

IRI: schema:name

Domaincredential-profile:ProfileCredential

Rangexsd:string

A human-readable name for the subject.

Same as

IRI: schema:sameAs

Domaincredential-profile:ProfileCredential

Rangexsd:anyURI

Another identifier or profile that refers to the same subject.