Re: The upcoming user interface "Dizmo" and the Semantic Web, any Ideas?

> This certainly amounts to interesting ideas and usecases. An RSS reader is definitely something they need to put in

RSS 1.0 is a specific usage of RDF/XML, no? RSS2 was an adhoc-XML format, and Atom was yet-another XML format. perhaps because of RSS originally being RDF (before this characteristic was erased..) some RDF tools can input feeds

~ rapper -i rss-tag-soup -o turtle > feed-data.ttl

i've been "killing" infodaemon now that the RDF library in Ruby is quite nice, and mature. 

~ R http://reddit.com/r/semanticweb/.rss getFeed localhost
<http://www.reddit.com/r/semanticweb/comments/1yz4v2/obda_semantika_11_released> 7 triples
<http://www.reddit.com/r/semanticweb/comments/1ytsy0/im_working_on_a_semantic_web_library_for_clojure> 7 triples

assuming R is in your shell's PATH and it found the libraries, you now have files per post

~ ls http://www.reddit.com/r/semanticweb/comments/*/*
http://www.reddit.com/r/semanticweb/comments/1uscrw/visualizing_rdf_schema_inferencing_through_neo4j.n3
http://www.reddit.com/r/semanticweb/comments/1uvto5/storing_and_querying_rdf_in_neo4j_a_handson.n3

, with links into a /news dir on the specified host

~ ls http://localhost/news/2014/02/26/*
http://localhost/news/2014/02/26/08:46:17.reddit.semanticweb.1yz4v2.obda_semantika_11_released.n3

instead of (the difficult task of?) remembering what day it is, maybe bookmark 'today':

~ curl -I http://localhost/news?y=day
HTTP/1.1 303 See Other
Location: http://localhost/news/2014/02/27/?

or page through the tree in depth-first (chronological) order

~ R http://planetrdf.com/ feeds
http://planetrdf.com/index.rdf

~ R http://planetrdf.com/index.rdf getFeed rdf.whats-your.name
<http://www.w3.org/blog/data/2014/02/25/rdf-1-1-has-been-published-as-recommendation> 11 triples

~ chromium "http://rdf.whats-your.name/news/?set=depth&c=12&local"


[0] http://librdf.org/
[1] http://src.whats-your.name/www/
[2] http://ruby-rdf.github.io/

Received on Thursday, 27 February 2014 12:49:35 UTC