xulapp
| resources: | Home Mailing List Installation Source Code Members Screenshots |
|---|
| XaLib | SPARQL Query Engine |
Introduction.
SPARQL is a proposed World Wide Web Consortium (W3C) standard for querying RDF documents.The SPARQL standard may be found here and RDF standards may be found here.
This partial implementation is based on the use of object literals coded directly into a Javascript program.
Conceptually, a SPARQL parser could be added to front the SPARQL Query Engine to yield a compliant SPARQL imlpementation.
The current engine is more directed at Mozilla Javascript programmers who need to make access to RDF data simple and fast.
Contents.
1. Simple Example
2. SPARQL object literal syntax