Practical Rdf

last modified: June 14, 2011

Practical RDF by Shelley Powers - Solving problems with the ResourceDescriptionFramework OreillyAndAssociates 2003 ISBN: 0596002637

This book is very helpful to me in understanding how to structure data for the SemanticWeb. The key idea is not to invent categories of my own but to use systems already devised, for example the DublinCore. This is explained in this book. There is a section on the RedlandRdfLibraries, which are one way of providing persistent storage for RDF. -- JohnFletcher


DublinCore data for this page extracted using DcDot (http://www.ukoln.ac.uk/metadata/dcdot/).

<?xml version="1.0"?>
<!DOCTYPE rdf:RDF SYSTEM "http://dublincore.org/documents/2002/07/31/dcmes-xml/dcmes-xml-dtd.dtd">

<rdf:RDF
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns:dc="http://purl.org/dc/elements/1.1/">
 <rdf:Description rdf:about="http://c2.com/cgi/wiki?PracticalRdf">
   <dc:title>
     Practical Rdf
   </dc:title>
   <dc:subject>
     OreillyAndAssociates; FindPage; Shelley Powers;
     CategoryBook; ISBN: 0596002637 ; Practical Rdf; JohnFletcher;
     ResourceDescriptionFramework; SemanticWeb; VisualTour;
     LikePages; December 10, 2007; Solving problems with the;
     DublinCore; EditText; Practical RDF; CategorySemanticWeb
   </dc:subject>
   <dc:publisher>
     Electric Lightwave Inc ELI-NETBLK5
   </dc:publisher>
   <dc:type>
     Text
   </dc:type>
   <dc:format>
     text/html; charset=UTF-8
   </dc:format>
   <dc:format>
     1537 bytes
   </dc:format>
 </rdf:Description>
</rdf:RDF>

See also ProgrammingTheSemanticWeb


CategoryBook CategorySemanticWeb


Loading...