This is an online demo of RAP - RDF API for PHP V0.8.
/* Find the name of the creator of */ /* ---------------------------------------------------------------- */ SELECT ?Name /* --- Input file --- */ FROM WHERE (?x, desc:Creator, ?z) (?z, ex:Name, ?Name) AND ?x eq USING desc FOR ex FOR
Please send bug reports and other comments to Radek Oldakowski.