Skip to content

Commit

Permalink
update to include scripts for graph store protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
lisp committed Aug 24, 2013
1 parent 46f61fc commit c148263
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions suites/rest/README.txt
Expand Up @@ -11,20 +11,20 @@ the openrdf documentation examples should succeed as given in its documentation.
the v2.0 resources are

<SESAME_URL>
/protocol : protocol version (GET)
/repositories : overview of available repositories (GET)
/protocol : protocol version (GET)
/repositories : overview of available repositories (GET)
/<REP_ID> : query evaluation and administration tasks on
a repository (GET/POST/DELETE)
/statements : repository statements (GET/POST/PUT/DELETE)
/contexts : context overview (GET)
/size : #statements in repository (GET)
/rdf-graphs : named graphs overview (GET)
/service : Graph Store operations on indirectly referenced named graphs
in repository (GET/PUT/POST/DELETE)
/<NAME> : Graph Store operations on directly referenced named graphs
/service : Graph Store operations on indirectly referenced named graphs
in repository (GET/PUT/POST/DELETE)
/<NAME> : Graph Store operations on directly referenced named graphs
in repository (GET/PUT/POST/DELETE)
/namespaces : overview of namespace definitions (GET/DELETE)
/<PREFIX> : namespace-prefix definition (GET/PUT/DELETE)
/<PREFIX> : namespace-prefix definition (GET/PUT/DELETE)

the scripts tests only a subset of the accept formats
defined for the sesame interface,
Expand Down
Expand Up @@ -8,6 +8,6 @@
curl -f -s -S -X POST \
-H "Content-Type: application/n-triples" \
-d POST-ntriples-context.nt
$DYDRA_URL/${DYDRA_ACCOUNT}/repositories/${DYDRA_REPOSITORY}/statements'?context=<http://example.org>' \
$DYDRA_URL/${DYDRA_ACCOUNT}/repositories/${DYDRA_REPOSITORY}/statements'?context=http://example.org' \
| diff -q - POST-ntriples-context-response.txt > /dev/null

0 comments on commit c148263

Please sign in to comment.