W3C

SPARQL 1.1 Update test cases for SILENT

Copyright © 2010 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C liability, trademark, and document use rules apply.


Abstract

The test cases in this manifest comprise cases of erroneous operations which should fail, but succeed because of the keyword SILENT

This page describes W3C SPARQL Working Group's SPARQL1.1 test suite.

Contributing Tests

The test manifests and entries are built automatically from manifest.ttl using a Rake task. Tests may be contributed via pull request to https://github.com/w3c/rdf-tests with suitable changes to the manifest.ttl and referenced files.

Distribution

Distributed under both the W3C Test Suite License and the W3C 3-clause BSD License. To contribute to a W3C Test Suite, see the policies and contribution forms.

Disclaimer

UNDER BOTH MUTUALLY EXCLUSIVE LICENSES, THIS DOCUMENT AND ALL DOCUMENTS, TESTS AND SOFTWARE THAT LINK THIS STATEMENT ARE PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, OR TITLE; THAT THE CONTENTS OF THE DOCUMENT ARE SUITABLE FOR ANY PURPOSE; NOR THAT THE IMPLEMENTATION OF SUCH CONTENTS WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS. COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE DOCUMENT OR THE PERFORMANCE OR IMPLEMENTATION OF THE CONTENTS THEREOF.

Test Descriptions

load-silent: LOAD SILENT LOAD SILENT

Loading a non-existent graph

type
mf:UpdateEvaluationTest
approval
action
result
load-into-silent: LOAD SILENT INTO LOAD SILENT INTO

Loading a non-existent named graph

type
mf:UpdateEvaluationTest
approval
action
result
clear-silent: CLEAR SILENT GRAPH iri CLEAR SILENT GRAPH iri

Clearing a non-existent named graph

type
mf:UpdateEvaluationTest
approval
action
result
clear-default-silent: CLEAR SILENT DEFAULT CLEAR SILENT DEFAULT

Clearing the already empty default graph. (This operation would also succeed without SILENT)

type
mf:UpdateEvaluationTest
approval
action
result
create-silent: CREATE SILENT iri CREATE SILENT iri

Creation of an already existent named graph

type
mf:UpdateEvaluationTest
approval
action
result
drop-silent: DROP SILENT GRAPH iri DROP SILENT GRAPH iri

Clearing a non-existent named graph

type
mf:UpdateEvaluationTest
approval
action
result
drop-default-silent: DROP SILENT DEFAULT DROP SILENT DEFAULT

Clearing the already empty default graph. (This operation would also succeed withou SILENT)

type
mf:UpdateEvaluationTest
approval
action
result
copy-silent: COPY SILENT COPY SILENT

copy a non-existent graph

type
mf:UpdateEvaluationTest
approval
action
result
copy-to-default-silent: COPY SILENT TO DEFAULT COPY SILENT TO DEFAULT

copy a non-existent graph to default graph

type
mf:UpdateEvaluationTest
approval
action
result
move-silent: MOVE SILENT MOVE SILENT

move a non-existent graph

type
mf:UpdateEvaluationTest
approval
action
result
move-to-default-silent: MOVE SILENT TO DEFAULT MOVE SILENT TO DEFAULT

move a non-existent graph to default graph

type
mf:UpdateEvaluationTest
approval
action
result
add-silent: ADD SILENT ADD SILENT

add a non-existent graph

type
mf:UpdateEvaluationTest
approval
action
result
add-to-default-silent: ADD SILENT TO DEFAULT ADD SILENT TO DEFAULT

add a non-existent graph to default graph

type
mf:UpdateEvaluationTest
approval
action
result