Mapping Relational
Databases to RDF with
OpenLink Virtuoso
Orri Erling - Lead Developer, Virtuoso Team
Use SPARQL/SQL to:
http://demo.openlinksw.com/tpc-h/
select * from <ods> where {?s ?p ?o . ?s has_comment ?c . ?c has_author <xxx> }
select post.* from post, comment, user where c_post = p_id and c_author = u_id and u_name = f ('xxx')