New abstract for RDF Concepts

There were some comments about the RDF Concepts abstract not reflecting the content in sufficient detail. Here's an attempt at improving it:

[[
The Resource Description Framework (RDF) is a framework for representing information in the Web.

RDF 1.1 Concepts and Abstract Syntax defines an abstract syntax (a data model) which serves to link all RDF-based languages and specifications. The abstract syntax has two key data structures: RDF graphs are sets of subject-predicate-object triples, where the elements may be IRIs, blank nodes, or datatyped literals. They are used to express descriptions of resources. RDF datasets comprise a default graph and zero or more named graphs, and are used to to express metadata about RDF graphs, and to organize data by context. This document also introduces key concepts and terminology, and discusses datatyping and the handling of fragment identifiers in IRIs within RDF graphs.
]]
http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-concepts/index.html#abstract

Proposals for further improvement are welcome.

Cheers,
Richard

Received on Wednesday, 7 November 2012 17:13:35 UTC