This is an online demo of RAP - RDF API for PHP V0.9.1 . You can paste n3 code into the text field below and choose how the data should be processed. It's possible to parse, serialize, reify and query the data.
The size of your RDF code is limited to 10.000 characters, due to resource restrictions.
@prefix p: . @prefix m: . p:GivenName "Fred"; p:hasEmail ; m:attending . m:homePage .
Please send bug reports and other comments to Chris Bizer.