LLMpediaThe first transparent, open encyclopedia generated by LLMs

Resource Description Framework

Generated by DeepSeek V3.2
Note: This article was automatically generated by a large language model (LLM) from purely parametric knowledge (no retrieval). It may contain inaccuracies or hallucinations. This encyclopedia is part of a research project currently under review.
Article Genealogy
Parent: Semantic Web Hop 4
Expansion Funnel Raw 42 → Dedup 13 → NER 8 → Enqueued 7
1. Extracted42
2. After dedup13 (None)
3. After NER8 (None)
Rejected: 5 (not NE: 5)
4. Enqueued7 (None)
Resource Description Framework
NameResource Description Framework
Extension.rdf, .ttl, .jsonld, .nt, .nq, .trig, .n3
Mimeapplication/rdf+xml, text/turtle, application/ld+json, application/n-triples, application/n-quads, application/trig, text/n3
DeveloperWorld Wide Web Consortium
Released22 February 1999
Latest release versionRDF 1.1
Latest release date25 February 2014
GenreSemantic Web, knowledge representation
Container forRDF triples
Extended fromMeta Content Framework
Standard[https://www.w3.org/TR/rdf11-concepts/ W3C Recommendation]

Resource Description Framework. It is a foundational standard for the Semantic Web, providing a flexible model for describing relationships between data objects on the World Wide Web. Developed and maintained by the World Wide Web Consortium, it enables the creation of machine-readable statements that can be linked across different systems. The framework is central to efforts in Linked Data and forms the basis for more advanced web ontology languages.

Overview

The primary purpose is to enable the encoding, exchange, and reuse of structured metadata, allowing information from diverse sources to be combined automatically. It models information as a directed graph composed of triples, each consisting of a subject, predicate, and object, which can be identified using Internationalized Resource Identifiers. This graph-based approach facilitates data integration from disparate systems like DBpedia, GeoNames, and Wikidata. The framework's design supports the evolution of schemas over time and is integral to the architecture of the World Wide Web as envisioned by Tim Berners-Lee.

Technical foundations

The core data model is the RDF triple, where the subject and predicate must be IRIs, blank nodes, or literals, while the object can be any of these. Sets of triples form an RDF graph, which can be queried using languages like SPARQL, a protocol endorsed by the World Wide Web Consortium. The formal semantics are defined using model-theoretic interpretations, providing a basis for automated reasoning systems. Key concepts include reification for making statements about statements and the use of XML Schema datatypes for typed literals, with foundational work influenced by researchers like Ronald J. Brachman.

RDF vocabularies and serializations

Several standard vocabularies define classes and properties for common concepts, with RDF Schema being a basic extension mechanism for creating taxonomies. The Dublin Core metadata initiative provides terms for describing resources, while SKOS is used for organizing knowledge systems like thesauri. Data can be serialized in multiple syntaxes, including RDF/XML, the Turtle format, JSON-LD, and Notation3. Each serialization is specified in documents published by the World Wide Web Consortium, with implementations available in toolkits like Apache Jena and RDFLib.

Applications and use cases

It is extensively used for publishing and interlinking open government data in projects such as Data.gov and the European Union's European Data Portal. Major knowledge graphs, including the Google Knowledge Graph and Facebook's Open Graph Protocol, utilize its principles. In life sciences, it supports data integration in resources like the UniProt database and the Gene Ontology. Libraries and museums employ it for digital collections through standards like Bibliographic Framework Initiative, and it underpins enterprise data integration in sectors from pharmaceuticals to finance.

The framework is part of a larger stack of World Wide Web Consortium recommendations. RDF Schema provides a basic vocabulary for defining classes and properties. The Web Ontology Language builds on it to express richer constraints and logical relationships. SPARQL is the standard query language and protocol for RDF graphs. For rule-based reasoning, the Rule Interchange Format was developed. The Linked Data Platform specification defines a set of integration patterns for building interoperable, RESTful applications, while the ActivityPub protocol uses RDF concepts for social networking.