annotate jamendo/sparql-archived/SeRQL/welcome.html @ 27:d95e683fbd35 tip

Enable CORS on urispace redirects as well
author Chris Cannam
date Tue, 20 Feb 2018 14:52:02 +0000
parents df9685986338
children
rev   line source
Chris@0 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
Chris@0 2
Chris@0 3 <html>
Chris@0 4 <head>
Chris@0 5 <title>About SWI-Prolog Semantic Web Server</title>
Chris@0 6 </head>
Chris@0 7 <body>
Chris@0 8 <h1 align=center>Welcome to the <br>
Chris@0 9 SWI-Prolog Semantic Web Server</h1>
Chris@0 10
Chris@0 11 <p>
Chris@0 12 This server provides a Web frontend to the <a
Chris@0 13 href="http://www.swi-prolog.org/packages/semweb.html">SWI-Prolog SemWeb
Chris@0 14 package</a> supporting both the <a href="http://www.w3.org/TR/rdf-sparql-query/">SPARQL</a> and <a href="http://www.openrdf.org/">Sesame SeRQL</a>
Chris@0 15 query language.
Chris@0 16
Chris@0 17 <h4>About this server</h4>
Chris@0 18
Chris@0 19 This server is built on top of the <a
Chris@0 20 href="http://hcs.science.uva.nl/projects/SWI-Prolog/articles/TPLP-plweb.pdf">SWI-Prolog
Chris@0 21 Web infrastructure</a>. It provides a web front-end to the SWI-Prolog <a
Chris@0 22 href="http://hcs.science.uva.nl/projects/SWI-Prolog/articles/iswc-03.pdf">Semantic
Chris@0 23 Web libraries</a>. Features:
Chris@0 24
Chris@0 25 <ul>
Chris@0 26 <li>Fast in-memory RDF triple store, scalable to approx. 25 million triples on 32-bit and
Chris@0 27 virtually unlimited on 64-bit hardware.
Chris@0 28 <li>Persistent store using journal files
Chris@0 29 <li>Compiles SPARQL and SeRQL queries to Prolog goals
Chris@0 30 <li>Supports SPARQL and SeRQL 1.2 HTTP protocol for remote access
Chris@0 31 <li>Can be used as library for Semantic Web applications
Chris@0 32 </ul>
Chris@0 33
Chris@0 34 <h4>Further information and contact</h4>
Chris@0 35
Chris@0 36 <ul>
Chris@0 37 <li><a href="http://www.swi-prolog.org/">SWI-Prolog site</a>
Chris@0 38 <li><a href="http://www.swi-prolog.org/publications.html">Publications on SWI-Prolog</a>
Chris@0 39 <li><a href="http://www.w3.org/TR/rdf-sparql-query/">SPARQL Documentation</a>
Chris@0 40 <li><a href="http://www.openrdf.org/">Sesame and SeRQL site</a>
Chris@0 41 <li><a href="http://gollem.science.uva.nl/twiki/pl/bin/view/Library/SeRQL">SeRQL/Prolog Wiki</a>
Chris@0 42 <li><a href="http://www.swi-prolog.org/mailinglist.html">Prolog mailinglist</a>
Chris@0 43 <li><a href="http://www.openrdf.org/forum">Sesame discussion forum</a>
Chris@0 44 <li><a href="mailto:wielemak@science.uva.nl">Mail the author (Jan Wielemaker)</a>
Chris@0 45 </ul>
Chris@0 46
Chris@0 47 </body>
Chris@0 48 </html>