- From: Aaron Swartz <aswartz@upclink.com>
- Date: Tue, 25 Sep 2001 15:49:45 -0500
- To: "Gordon Mohr" <gojomo@bitzi.com>
- Cc: <www-rdf-interest@w3.org>
Hi there, Gordon, On Tuesday, September 25, 2001, at 01:41 PM, Gordon Mohr wrote: > Everything -- including the dump format, license, and > contribution systems -- is still in experimental form, so > comments and suggestions are welcome. It's great to see you guys releasing this, I'm quite excited. I'm also happy that MusicBrainz is going to provide RDF dumps. Some comments on the RDF you used: You seem to have created a new URI scheme for bitprints: bitprint:3KIZIJB64XP3NCXAE4ISQZT3QNCTF7VDNK5UNR8ZPQ5MFASNGVB5MISV7ESUSB2MN5R3IY2 AFAIK, this URI scheme is unregistered. Why go to all this trouble when these bitprints already have URIs? I think it'd be much better to just use: http://bitzi.com/lookup/3KIZIJB64XP3NCXAE4ISQZT3QNCTF7VDNK5UNR8ZPQ5MFASNGVB5MISV7ESUSB2MN5R3IY2 instead. A schema would be good, since many of the properties aren't intuitively obvious (first20?). Let me know if you need help with a schema. <bz:url>http://example.org</bz:url> would be better as <rdfs:seeAlso rdf:resource="http://example.org/" /> (The RDFS namespace is at: http://www.w3.org/2000/01/rdf-schema#) To avoid confusion, properties like bz:album should be called bz:albumName (unless you start storing records for albums, like MusicBrainz does, in which case you can give them URIs.) <bz:society>Joe_Frank</bz:society> would be better as <bz:society rdf:resource="http://bitzi.com/society/Joe_Frank" /> Otherwise, it looks pretty good. Pretty simple. I assume there aren't any more properties in the large dataset than there are in http://preview.openbits.org/data/openbits-20010917-sample.rdf Ouch, 404 on the namespace[1] And your 404 message isn't even returned with a 404 status :-( [1] http://bitzi.com/xmlns/2001/09/10/experimental# I've done a bunch of work with the software you're using, the ACS, and it's always done 404s correctly in my experience. I'd be happy to talk to your whomever to try and straighten out the problem. -- "Aaron Swartz" | Blogspace <mailto:me@aaronsw.com> | <http://blogspace.com/about/> <http://www.aaronsw.com/> | weaving the two-way web
Received on Tuesday, 25 September 2001 16:49:48 UTC