Re: GRDDL Spec Review (Stand RDF example)

On Sun, 2006-10-22 at 03:36 +0100, Harry Halpin wrote:
[...]
> 1. I "think" this is right. Note that since Stephen King doesn't have a
> URI and neither does the stand

I'm using this URI, suggested by Murray, for the stand:

 http://www.stephenking.com/pages/works/stand/

Books are information resources.

> I'll leave this up to the editor if they want to go either route to get
> an ID - since
> a RDF statement with a URI is  not that useful.

Here's what I came up with in 1.135:
http://www.w3.org/2004/01/rdxh/spec#intro_rdf

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:foaf="http://xmlns.com/foaf/0.1/"
    >

<rdf:Description rdf:about="http://www.stephenking.com/pages/works/stand/">
  <dc:title>The Stand</dc:title>
  <dc:creator>Stephen King</dc:creator>
  <foaf:maker>
    <foaf:Person>
      <foaf:isPrimaryTopicOf rdf:resource="http://en.wikipedia.org/wiki/Stephen_king" />
    </foaf:Person>
  </foaf:maker>
  <dc:format>Book</dc:format>
</rdf:Description>

</rdf:RDF>

-- 
Dan Connolly, W3C http://www.w3.org/People/Connolly/
D3C2 887B 0F92 6005 C541  0875 0F91 96DE 6E52 C29E

Received on Monday, 23 October 2006 18:35:27 UTC