File: query-error-2.ttl

package info (click to toggle)
tinysparql 3.10.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 24,468 kB
  • sloc: ansic: 118,310; python: 6,139; javascript: 719; sh: 121; perl: 106; xml: 67; makefile: 31; sql: 1
file content (8 lines) | stat: -rw-r--r-- 258 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ex: <http://example.com/#> .
@prefix example: <http://example.com/> .

ex:foo a example:A .

ex:foo rdf:value "abcDEFghiJKL" , "ABCdefGHIjkl", "0123456789",
	"http://example.com/literal" .