> For the complete documentation index, see [llms.txt](https://guide.transmute.industries/verifiable-data-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.transmute.industries/verifiable-data-platform/learning-center/open-standards.md).

# Open Standards

As a company, we believe in the importance of open standards for enabling interoperability and collaboration in the digital world. In this post, we'll discuss some of the key standards and initiatives that we have contributed to and supported.

Transmute is committed to open standards and the development of interoperable and secure solutions for decentralized identity, cryptography, linked data, and traceability. We believe that by working together with other organizations and industry leaders, we can help create a more open, decentralized, and trustworthy digital world.

## W3C: Decentralized Identifiers and Verifiable Credentials

1. [Verifiable Credentials Data Model](https://www.w3.org/TR/vc-data-model/)
2. [Decentralized Identifiers ](https://www.w3.org/TR/did-core/)

Decentralized Identifiers and Verifiable Credentials are two important standards being developed at the World Wide Web Consortium (W3C). Decentralized Identifiers (DIDs) provide a way to create identifiers that are globally unique, resolvable, and can be associated with any kind of data or service. Verifiable Credentials (VCs) are a way to cryptographically sign and verify claims about a person or organization, such as their identity, qualifications, or permissions. We have been actively involved in the development of these standards, contributing to the DID Working Group and the Credentials Community Group, and working with other industry leaders to advance their adoption.

## IETF

1. [JSON Web Key (JWK)](https://datatracker.ietf.org/doc/html/rfc7517)
2. [JSON Web Signature (JWS)](https://datatracker.ietf.org/doc/html/rfc7515)
3. [JSON Web Encryption (JWE)](https://datatracker.ietf.org/doc/html/rfc7516)
4. [JSON Web Token (JWT)](https://datatracker.ietf.org/doc/html/rfc7519)

The Internet Engineering Task Force (IETF) is another important organization for developing open standards. It is responsible for developing many of the key standards for internet protocols and applications. We have been active in supporting several IETF standards related to cryptography, including the JSON Web Key (JWK), JSON Web Signature (JWS), JSON Web Encryption (JWE), and JSON Web Token (JWT) standards. These standards provide a secure and interoperable way to represent and exchange cryptographic keys, signatures, encrypted data, and authentication tokens.

## Linked Data Vocabularies

1. [Schema.org](https://schema.org/)
2. [United Nations (UN) Vocabulary](https://vocabulary.uncefact.org/)
3. [GS1](https://www.gs1.org/voc/)
4. [ICC](https://www.digitalizetrade.org/ktdde/)

Linked Data is a way to represent data on the web that is connected and interoperable. One important aspect of Linked Data is the use of ontologies to provide shared vocabularies for describing concepts and relationships. We have supported several sources of ontology for Linked Data, such as the United Nations (UN) Vocabulary, which provides a way to represent concepts related to the UN's work, and the GS1 Vocabulary for product identification.

## Digital Identity Foundation

1. [Decentralized Identity Foundation](https://identity.foundation/)
2. [Sidetree Protocol](https://identity.foundation/sidetree/spec/)

The Decentralized Identity Foundation (DIF) is a consortium of organizations working together to promote decentralized identity solutions. One of the key projects being developed by DIF is Sidetree, which provides a way to create decentralized identifiers and manage their associated data in a scalable and secure way. We have been a member of DIF and have supported the development of Sidetree and other DIF initiatives.

## Open Wallet Foundation

1. [Open Wallet Foundation](https://openwallet.foundation/)

The Open Wallet Foundation is another important initiative focused on enabling decentralized identity and privacy-preserving transactions. It aims to develop open standards and software for building secure and user-friendly wallets that can be used across different blockchains and decentralized identity networks. We have supported the Open Wallet Foundation and its goals, and have contributed to its working groups and standards development efforts.

## Traceability Vocab and Traceability Interop

1. [Trace-Vocab](https://w3c-ccg.github.io/traceability-vocab/)
2. [Trace-Interop](https://w3c-ccg.github.io/traceability-interop/draft/)

Finally, Traceability Vocab and Traceability Interop are two important initiatives focused on promoting transparency and traceability in supply chains and other domains. Traceability Vocab provides a way to represent key concepts related to traceability, such as products, events, and actors with Verifiable Credentials. Traceability Interop provides a way to exchange traceability data across different systems and organizations using the open source trace-interop profile. We have supported both initiatives and have contributed to their development.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guide.transmute.industries/verifiable-data-platform/learning-center/open-standards.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
