hi david, thanx for the hint. adding rdf:type did help. but still i would have to tweak the output of babel quite a bit, so i'll stick to creating the json myself. among the problems with the babel output: - all properties are listed with valueType: "item". (my guess was that only properties with the values given as rdf:resource would end up with valueType item) - i have a property dc:subject and my own proprietary epubtkterms:subject. this leads to one property 'subject' and one 'subject_0'. maybe the namespace prefix could be used instead? - for resource valued properties the URI of the resource seems to be simply split by '/' and the last part taken as value. wouldn't it make more sense to take the whole uri (even if this would mean that the id property of an item would have to be a uri as well)?
i also noticed that exhibit doesn't work on safari (at least older versions). are you working on this or could/should i try to work on this myself? thanx again for a great tool. being able to publish smallish datasets for investigation by just providing a static file is really cool. regards, robert On 6/4/07, David Huynh <[EMAIL PROTECTED]> wrote: > Robert, > > I think the problem is that Babel only sees things that have rdf:type. > Could you try to add some rdf:type and see if that helps? > > Cheers, > > David > > Robert Forkel wrote: > > hi, > > just turned the register data of one of our journals > > (http://www.livingreviews.org/) into an exhibit: > > http://relativity.livingreviews.org/register.html > > this was easy enough, so congrats for a nice tool. > > unfortunately, using babel to convert our rdf+xml data > > (http://relativity.livingreviews.org/register.rdf) into json for > > exhibit didn't work. are there any restrictions? > > best regards, > > robert > > _______________________________________________ > > General mailing list > > [email protected] > > http://simile.mit.edu/mailman/listinfo/general > > > > _______________________________________________ > General mailing list > [email protected] > http://simile.mit.edu/mailman/listinfo/general > _______________________________________________ General mailing list [email protected] http://simile.mit.edu/mailman/listinfo/general
