Profile credential
Name:
credential-profileNamespace: https://w3id.org/axone/ontology/v4/schema/core/profile/
Namespaces
Here are the namespaces used in this schema:
rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns#rdfs: http://www.w3.org/2000/01/rdf-schema#skos: http://www.w3.org/2004/02/skos/core#dcterms: http://purl.org/dc/terms/schema: http://schema.org/xsd: http://www.w3.org/2001/XMLSchema#credential-profile: https://w3id.org/axone/ontology/v4/schema/core/profile/
Verifiable Credential
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
{
"@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
Link
Domain: credential-profile:ProfileCredential
Range: xsd:anyURI
A web page or other resource related to the subject.
Tag
Domain: credential-profile:ProfileCredential
Range: xsd:string
A keyword or term associated with the subject.
Description
IRI: schema:description
Domain: credential-profile:ProfileCredential
Range: xsd:string
A human-readable description of the subject.
Image
IRI: schema:image
Domain: credential-profile:ProfileCredential
Range: xsd:anyURI
An image associated with the subject.
Name
IRI: schema:name
Domain: credential-profile:ProfileCredential
Range: xsd:string
A human-readable name for the subject.
Same as
IRI: schema:sameAs
Domain: credential-profile:ProfileCredential
Range: xsd:anyURI
Another identifier or profile that refers to the same subject.