My favorites | Sign in
Project Logo
                
Changes to /trunk/triclops/README.txt
r0 vs. r185   Edit
  Compare: vs.   Format:
Revision r185
Go to: 
Sign in to write a code review
/trunk/triclops/README.txt /trunk/triclops/README.txt   r185
  1 #summary A Feature-rich WSGI-based SPARQL Service for RDFLib
  2
  3 = Introduction =
  4
  5 Triclops is a rich, WSGI-based SPARQL service with the following features:
  6
  7 * Centralized configuration (thanks to Paste)
  8 * Fully compliant SPARQL protocol implementation
  9 * Trivial, open-ended web server deployment (thanks again to Paste)
  10 * Forms-based submission of SPARQL queries
  11 * Additional browsing capabilities
  12 ** _Clickable_ triple browsing
  13 ** Class extension browsing
  14 ** Class browsing
  15
  16 = Details =
  17
  18 Triclops is meant to facilitate use and maintenance of network-mounted RDF datasets by both humans and Semantic Web agents. Use by humans is facilitated through support of common RDF query patterns such as identifying all classes in a triple store, browsing the class extension, and general triple browsing.
  19
  20 == Software Dependencies ==
  21
  22 The software dependencies may seem quite large but they afford a robust platform for supporting high-volume, concurrent access. In addition, setuptools is used to manage the dependencies, so it should be enough to run:
  23
  24 {{{
  25 python setup.py install
  26 }}}
  27
  28 To handle the installation of the dependent packages. The specific software dependencies are:
  29
  30 * [http://4suite.org 4Suite]
  31 * [http://pythonpaste.org/ Paste] & [http://pythonpaste.org/script/ PasteScript]
  32 * [http://rdflib.net RDFLib]
  33 * [http://beaker.groovie.org/ Beaker]
  34
  35 == 4Suite / 4Suite-XML ==
  36
  37 Triclops can be configured to serve SPARQL query [http://www.w3.org/TR/rdf-sparql-XMLres/ results] with an XML processing instructions which instructs browsers to render the results using an XSLT stylesheet.
  38
  39 == Configuration ==
  40
Hosted by Google Code