Homepage: http://enthusiasm.cozy.org/
What's Happening
I've been suffering a fit of enthusiasm for RDF/N3.
The little example from the early in the RFC draft 2 converted into N3:
<> a atom:feed;
atom:version "draft-foobar-atompub-format-02";
atom:title "Example Feed";
atom:link [atom:relation atom:alternate; atom:type "text/html" atom:href <http://example.org/> ];
atom:modified "2003-12-13T18:30:02Z";
atom:author [a foaf:agent foaf:name "John Doe];
atom:entries :e1 .
:e1 a atom:entry ;
atom:title "Atom-Powered Robots Run Amok";
atom:link [atom:relation atom:alternate;
atom:mime-type "text/html";
atom:href <http://example.org/2003/12/13/atom03>];
atom:id "tag:example.org,2003:3.2397";
atom:issued "2003-12-13T08:29:29-04:00";
atom:modified "2003-12-13T18:30:02Z" .
A very RoughRDFAtomSchemaN3 - just a few hours fiddling.
Search
- RoughRDFAtomSchemaN3 . . . . 1 match
