Created
July 13, 2010 14:30
-
-
Save kasei/473949 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: basic-update/manifest.ttl | |
=================================================================== | |
RCS file: /w3ccvs/WWW/2009/sparql/docs/tests/data-sparql11/basic-update/manifest.ttl,v | |
retrieving revision 1.1 | |
diff -u -r1.1 manifest.ttl | |
--- basic-update/manifest.ttl 16 Apr 2010 20:12:11 -0000 1.1 | |
+++ basic-update/manifest.ttl 13 Jul 2010 14:29:37 -0000 | |
@@ -40,9 +40,9 @@ | |
] ; | |
mf:result [ ut:result ut:Success ; | |
ut:graphstore | |
- [ ut:unnamedGraph <empty.ttl> | |
+ [ ut:unnamedGraph <empty.ttl> ; | |
ut:namedGraph | |
- [ ut:graph <spo.ttl> | |
+ [ ut:graph <spo.ttl> ; | |
ut:named <http://example.org/g1> | |
] | |
] | |
@@ -53,27 +53,27 @@ | |
rdfs:comment "This is a simple insert of a single triple to a named graph of a graph store consisting of an empty unnamed graph and the named graph where the triple is inserted holds one (different) triple already" ; | |
dawgt:approval dawgt:NotClassified ; | |
mf:action [ qt:query <insert-data-named2.rq> ; | |
- ut:graphstore [ ut:unnamedGraph <empty.ttl> | |
- ut:namedGraph [ ut:graph <spo.ttl> | |
- ut:named <http://example.org/g1> ] | |
+ ut:graphstore [ ut:unnamedGraph <empty.ttl> ; | |
+ ut:namedGraph [ ut:graph <spo.ttl> ; | |
+ ut:named <http://example.org/g1> ] ] | |
] ; | |
mf:result [ ut:result ut:Success ; | |
- ut:graphstore [ ut:unnamedGraph <empty.ttl> | |
- ut:namedGraph [ ut:graph <spo2.ttl> | |
- ut:named <http://example.org/g1> ] | |
+ ut:graphstore [ ut:unnamedGraph <empty.ttl> ; | |
+ ut:namedGraph [ ut:graph <spo2.ttl> ; | |
+ ut:named <http://example.org/g1> ] ] | |
] . | |
-:insert-data-spo-named2 rdf:type ut:UpdateEvaluationTest ; | |
+:insert-data-spo-named3 rdf:type ut:UpdateEvaluationTest ; | |
mf:name "Simple insert data named 3" ; | |
rdfs:comment "This is a simple insert of a single triple to a named graph of a graph store consisting of an empty unnamed graph and the named graph where the triple is inserted holds the inserted triple already" ; | |
dawgt:approval dawgt:NotClassified ; | |
mf:action [ qt:query <insert-data-named2.rq> ; | |
- ut:graphstore [ ut:unnamedGraph <empty.ttl> | |
- ut:namedGraph [ ut:graph <spo.ttl> | |
- ut:named <http://example.org/g1> ] | |
+ ut:graphstore [ ut:unnamedGraph <empty.ttl> ; | |
+ ut:namedGraph [ ut:graph <spo.ttl> ; | |
+ ut:named <http://example.org/g1> ] ] | |
] ; | |
mf:result [ ut:result ut:Success ; | |
- ut:graphstore [ ut:unnamedGraph <empty.ttl> | |
- ut:namedGraph [ ut:graph <spo.ttl> | |
- ut:named <http://example.org/g1> ] | |
+ ut:graphstore [ ut:unnamedGraph <empty.ttl> ; | |
+ ut:namedGraph [ ut:graph <spo.ttl> ; | |
+ ut:named <http://example.org/g1> ] ] | |
] . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment