Community Page
- phildawes.net/blog/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Hi, Do you feel that your agility in Factor has improved since this post? Roger
- Thanks for the pointer - I've cleaned up the spam and regrettably added some moderation
- I'm loving the comments thread for this post. Can't decide whether to get my upholstery cleaned or do something about my fast food obesity.
- Cool - thanks Eric
- I pasted some code that does the moving sum in factor. http://paste.factorcode.org/paste?id=569#282
Jump to original thread »
It seems to me that the thing holding back widespread RDF adoption isn’t RDF itself, but rather RDF/XML.
Personally I think RDF/XML fails as a human oriented syntax - it’s just too complicated for the layman to bother with.
What’s more, promoting RDF ... Continue reading »
Personally I think RDF/XML fails as a human oriented syntax - it’s just too complicated for the layman to bother with.
What’s more, promoting RDF ... Continue reading »
4 years ago
4 years ago
for xml to triples - what about a new transformation reference with xslt in the background? something along < ?rdf-transformation type="text/xsl" href="http://example.org/stylesheet"?>
regards, Michael
4 years ago
Thanks for the comments - I agree that trix/rxr aren't likely to become success stories in the XML world. I was really thinking of the times when some application/agent wants to interchange some RDF within an XML document.
RDF/XML is a lot harder to parse than trix/rxr, and I suppose that's the appeal for me. Although thinking about it, that's not a good argument to replace rdf/xml as the defacto xml choice for machines talking to each other, since there's only a small number (few 10s) of implementations anyway.
I'm not keen on using XSLT for xml to triples. The primary reason is because XSLT is complicated, and I'm assuming you'd be using the XSLT to tranform XML into RDF/XML to import it.
Also, I suspect that it'll be easier to transform xml directly into triples given the right toys. This is a hunch though.
The bottom line is one of numbers - there are a small number of RDF implementations, and there are a small number of important web based xml dialects. There are in contrast so many xml users out there that I think it would be much easier to supply transforms, than to try and convince XML people to use a complex RDF serialisation format in its place. (Esp when it doesnt off them much value, as is the case at present).
Cheers,
Phil
4 years ago
4 years ago