Home › Glossary › Data › Resource Description Framework (RDF)

Intermediate · Data

Resource Description Framework (RDF)

Visual diagram · (in preparation) · Math · (in preparation) · Worked example · 3 difficulty levels.

TL;DR. A standard model for describing resources and their relationships on the web.

Technical Definition

A standard model for describing resources and their relationships on the web.

How it works

RDF is a W3C standard for specifying metadata and conceptual descriptions of web resources. It represents information as statements about resources, using triples (subject-predicate-object). RDF enables data to be linked and integrated across the web, forming the basis of the Semantic Web and knowledge graphs.

Related Concepts

  • Ontology — A formal specification of the concepts, properties, and relationships in a domain.
  • Knowledge Graph — A structured representation of knowledge as a network of entities and their relationships.

Further Reading

  • Wikipedia — Glossary of AI