Re: New abstract for RDF Concepts

I count three data structures: triples, graphs, and datasets.
Not quite sure what textual change that may suggest - possibly none. 
'two key' may be close enough to 'three' :)

On 11/7/2012 9:13 AM, Richard Cyganiak wrote:
> 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 Friday, 9 November 2012 17:02:57 UTC