Last change
on this file since 274 was
256,
checked in by hendrikvanantwerpen, 13 years ago
|
Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).
|
File size:
952 bytes
|
Line | |
---|
1 | <?php
|
---|
2 | // ----------------------------------------------------------------------------------
|
---|
3 | // SPARQL
|
---|
4 | // ----------------------------------------------------------------------------------
|
---|
5 | //
|
---|
6 | // Description : Sparql package
|
---|
7 | // ----------------------------------------------------------------------------------
|
---|
8 |
|
---|
9 | // include SPARQL classes
|
---|
10 | require_once( RDFAPI_INCLUDE_DIR . 'sparql/FilterFunctions.php' );
|
---|
11 | require_once( RDFAPI_INCLUDE_DIR . 'sparql/Constraint.php' );
|
---|
12 | require_once( RDFAPI_INCLUDE_DIR . 'sparql/GraphPattern.php' );
|
---|
13 | require_once( RDFAPI_INCLUDE_DIR . 'sparql/Query.php' );
|
---|
14 | require_once( RDFAPI_INCLUDE_DIR . 'sparql/QueryTriple.php' );
|
---|
15 | require_once( RDFAPI_INCLUDE_DIR . 'sparql/SparqlParserException.php' );
|
---|
16 | require_once( RDFAPI_INCLUDE_DIR . 'sparql/SparqlParser.php' );
|
---|
17 | require_once( RDFAPI_INCLUDE_DIR . 'sparql/SparqlEngine.php' );
|
---|
18 | require_once( RDFAPI_INCLUDE_DIR . 'sparql/SparqlEngineDb.php' );
|
---|
19 |
|
---|
20 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.