public marks

PUBLIC MARKS from parmentierf with tags webdev & SPARQL

17 December 2008 14:30

Building Semantic Web CRUD operations using PHP

by 1 other
Create, Read, Update, and Delete (CRUD) operations are the most basic database operations, but they are also the most crucial. CRUD operations are typically done using the Structured Query Language (SQL) on relational database systems. As the Web is becoming more and more data-oriented, there is a need to shift from SQL-based CRUD operations to Semantic Web-based CRUD operations. Learn how to use PHP to perform CRUD operations over the Semantic Web.

12 June 2008 09:15

Easy RDF and SPARQL for LAMP systems - ARC RDF Classes for PHP

by 2 others (via)
ARC is a flexible RDF system for semantic web and PHP practitioners. It's free, open-source, easy to use, and runs in most web server environments.