REVIEW - Practical RDF


Title:

Practical RDF

Author:

Shelley Powers

Publisher:

O'Reilly (2003)

Pages:

336pp

Reviewer:

Ivan Uemlianin

Reviewed:

August 2004

Rating:

★☆☆☆☆


This book introduces the Resource Description Framework (RDF). It concentrates on syntax and editing tools with use cases and RDF's USPs considered secondarily. It is pleasantly written but unimaginative, adding little to what is freely available on the net. Not recommended.

After an introductory chapter, Chapters 2-6 describe RDF concepts and XML syntax; Chapters 7-11 describe software to manipulate RDF; Chapters 12-15 describe RDF applications, including the W3C's Web Ontology Language (OWL) and RSS.

Information coverage is adequate, and the coverage of commercial RDF application is creditable, as RDF is still far from the mainstream. However the organisation of the book - syntax, tools, and applications - soon reads like a catalogue, and the reader is not drawn forwards. Some big issues hover frustratingly in the background.

First: the semantics-based nature of RDF. This is covered early on, but treated as a difficulty rather than as a fundamental property of RDF.

Initially RDF had no syntax: even now RDF/XML is one of several possible syntaxes. While SGML, HTML and XML all started as syntax and derived semantics (or a data model), RDF began as semantics, with firm mathematical/logical foundations.

The basic unit of the semantics is a proposition, analysed into subject and predicate, predicate being further analysed into property and value. This subject property value structure is the RDF triple. For example, the proposition 'The secretary bird has grey feathers' might become secretary_bird feathers grey. Given bird_abc123 species secretary_bird, RDF supports the deduction bird_abc123 feathers grey. RDF builds on this to improve the granularity of representation: for example by enabling triples to be subjects or property values (reification).

OWL provides basic datatypes like Class, ObjectProperty, DataType, upon which domain-specific ontologies can build. RDF's data structures can be tailored exactly to problem domains. The chapter on OWL is misplaced in the uses section: it is effectively part of RDF (like C++'s STL). Keeping it till the end only hides the usability of RDF.

Second: RDF and RDBMS. RDF has native support for deduction, and semantics close to natural language; it is extensible in that any two RDF data structures can easily be merged or translated into a third. These properties make RDF attractive to people dissatisfied with the relational data model: most of the commercial RDF applications covered are 'RDF databases'. The book uses the relational model to illustrate RDF concepts and gives a few urls and commercial applications, but it feels like an important chapter is missing.

It could have been better:

1. Categorise use cases (e.g., next-generation dbms, document metadata, UI design) and give concrete examples.

2. Discuss important features of RDF fully: RDF's semantic base; its support of deduction; how its data model differs from other data models.

3. Review syntax and tools.


Book cover image courtesy of Open Library.





Your Privacy

By clicking "Accept Non-Essential Cookies" you agree ACCU can store non-essential cookies on your device and disclose information in accordance with our Privacy Policy and Cookie Policy.

Current Setting: Non-Essential Cookies REJECTED


By clicking "Include Third Party Content" you agree ACCU can forward your IP address to third-party sites (such as YouTube) to enhance the information presented on this site, and that third-party sites may store cookies on your device.

Current Setting: Third Party Content EXCLUDED



Settings can be changed at any time from the Cookie Policy page.