W3C calls for implementations of updated RDF 1.2 data standards

The World Wide Web Consortium is seeking feedback and real-world implementations of updated RDF 1.2 specifications, which define how data is structured and interpreted on the web.

W3C calls for implementations of updated RDF 1.2 data standards

The World Wide Web Consortium (W3C) has invited developers and organisations to test and implement two updated specifications for RDF 1.2, a standard used to structure and exchange data on the web.

RDF, or Resource Description Framework, is a system that allows information to be described in a consistent, machine-readable way. It is commonly used to organise data so that different systems can understand and share it.

The first specification, RDF 1.2 Concepts and Abstract Data Model, defines the structure of this data. At its core are ‘triples’, which are simple statements made of three parts: a subject, a predicate, and an object. For example, a statement like “Paris is a city” can be represented in this format.

These triples are grouped into RDF graphs, which represent sets of related information. Multiple graphs can then be organised into datasets, allowing more complex collections of data to be managed.

The updated version introduces several changes. It allows a full statement (a triple) to be used inside another statement, making it possible to describe relationships about other relationships. It also adds support for specifying text direction in multilingual content, which is important for languages written from right to left. In addition, it introduces a way to indicate which RDF version is being used, helping systems handle compatibility issues.

The second specification, RDF 1.2 Semantics, explains how to interpret this structured data. It defines rules that determine what conclusions can be drawn from a given set of RDF statements, ensuring consistent understanding across different applications.

The documents are published as Candidate Recommendation Snapshots, meaning they are technically complete but require testing in real-world implementations before becoming final standards.

The W3C has invited comments and implementation feedback by 5 May 2026.

Go to Top