]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blobdiff - vendor/wikimedia/purtle/tests/data/Values.nt
MediaWiki 1.30.2
[autoinstallsdev/mediawiki.git] / vendor / wikimedia / purtle / tests / data / Values.nt
diff --git a/vendor/wikimedia/purtle/tests/data/Values.nt b/vendor/wikimedia/purtle/tests/data/Values.nt
new file mode 100644 (file)
index 0000000..ff36320
--- /dev/null
@@ -0,0 +1,19 @@
+<http://foobar.test/Bananas> <http://acme.test/multi> "A" .
+<http://foobar.test/Bananas> <http://acme.test/multi> "B" .
+<http://foobar.test/Bananas> <http://acme.test/multi> "C" .
+<http://foobar.test/Bananas> <http://acme.test/type> "foo"^^<http://acme.test/thing> .
+<http://foobar.test/Bananas> <http://acme.test/type> "-5"^^<http://www.w3.org/2001/XMLSchema#integer> .
+<http://foobar.test/Bananas> <http://acme.test/type> "-5"^^<http://www.w3.org/2001/XMLSchema#decimal> .
+<http://foobar.test/Bananas> <http://acme.test/type> "-5"^^<http://www.w3.org/2001/XMLSchema#double> .
+<http://foobar.test/Bananas> <http://acme.test/type> "true"^^<http://www.w3.org/2001/XMLSchema#boolean> .
+<http://foobar.test/Bananas> <http://acme.test/type> "false"^^<http://www.w3.org/2001/XMLSchema#boolean> .
+<http://foobar.test/Bananas> <http://acme.test/autotype> "-5"^^<http://www.w3.org/2001/XMLSchema#integer> .
+<http://foobar.test/Bananas> <http://acme.test/autotype> "3.14"^^<http://www.w3.org/2001/XMLSchema#double> .
+<http://foobar.test/Bananas> <http://acme.test/autotype> "true"^^<http://www.w3.org/2001/XMLSchema#boolean> .
+<http://foobar.test/Bananas> <http://acme.test/autotype> "false"^^<http://www.w3.org/2001/XMLSchema#boolean> .
+<http://foobar.test/Bananas> <http://acme.test/no-autotype> "-5"^^<http://www.w3.org/2001/XMLSchema#decimal> .
+<http://foobar.test/Bananas> <http://acme.test/no-autotype> "3.14"^^<http://www.w3.org/2001/XMLSchema#string> .
+<http://foobar.test/Bananas> <http://acme.test/no-autotype> "1"^^<http://www.w3.org/2001/XMLSchema#string> .
+<http://foobar.test/Bananas> <http://acme.test/no-autotype> ""^^<http://www.w3.org/2001/XMLSchema#string> .
+<http://foobar.test/Bananas> <http://acme.test/shorthand> "foo" .
+<http://foobar.test/Bananas> <http://acme.test/typed-shorthand> "foo"^^<http://acme.test/thing> .
\ No newline at end of file