Contentfree

15.04.2008

Simple “Semantification” of Wordpress

Filed under: English Content — Tags: , , , Rolf @ 12:51

I admit, that this is not the best way, but it is a very simple way to add a SPARQL-Endpoint to a Wordpress-Blog

  1. Get Triplify and the Triplify Configuration for Wordpress. After installing and configuring all data of your blog are accessible as triples.
  2. Get ARC, the “Easy RDF and SPARQL for LAMP systems”. Install and configure it.
  3. Load your blog-data into the ARC-store with a simple LOAD <http://contentfree.de/triplify> at the ARC-SPARQL-endpoint.

That’s it. Now you can query your blog with statments like

PREFIX dc: <http://purl.org/dc/elements/1.1/> .
SELECT ?s ?o WHERE {
?s dc:title ?o .
}
LIMIT 10

Share and Enjoy: Diese Icons verlinken auf Bookmark Dienste bei denen Nutzer neue Inhalte finden und mit anderen teilen können.
  • MisterWong
  • Y!GG
  • Webnews
  • Digg
  • del.icio.us
  • StumbleUpon
  • Reddit

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment

Powered by WordPress