HTML5 RDFa & JSON
Monday, March 21, 2011 4:52:53 AM
So I've been putting together a list of cool new base items for prototyping new sites and I'm starting to test out the benefits of an html5 rdfa approach to SEO and artist websites because, everyone has great stuff to share, we just need some time, a FOAF network, a tag cloud, and solid content.
To start I'm going to throw my hat in the RDFa ring and hope that Semantic Web > Social Web.
Awesome Drupaler Jeni Tennison shows an easy way to setup an RDF triplestore, load data into it, retrieve it using SPARQL and access the results as native structures using Ruby, Python or PHP.
Her implementations differ in 152 with using 4store as a triplestore, and the Ruby library RDF.rb in order to process RDF along with 153 using Python Sesame Tomcat & JSON
http://www.jenitennison.com/blog/node/152
http://www.jenitennison.com/blog/node/153
... which brings me to a good Javascript library that converts JSON into HTMl rather nicely ...
http://ajaxstack.com/jsonreport/
you can find it on github here:
https://github.com/ServiceStack/ServiceStack/wiki/HTML5ReportFormat
To start I'm going to throw my hat in the RDFa ring and hope that Semantic Web > Social Web.
Awesome Drupaler Jeni Tennison shows an easy way to setup an RDF triplestore, load data into it, retrieve it using SPARQL and access the results as native structures using Ruby, Python or PHP.
Her implementations differ in 152 with using 4store as a triplestore, and the Ruby library RDF.rb in order to process RDF along with 153 using Python Sesame Tomcat & JSON
http://www.jenitennison.com/blog/node/152
http://www.jenitennison.com/blog/node/153
... which brings me to a good Javascript library that converts JSON into HTMl rather nicely ...
http://ajaxstack.com/jsonreport/
you can find it on github here:
https://github.com/ServiceStack/ServiceStack/wiki/HTML5ReportFormat

