summaryrefslogtreecommitdiff
path: root/test/DAWG/data-r2/expr-builtin/data-builtin-2.ttl
blob: 0067750eb104e195cecb2f2135fb8604b19e9b7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@prefix : <http://example/> .
@prefix  xsd:    <http://www.w3.org/2001/XMLSchema#> .

:x1 :p  "string" .
:x2 :p  "string"^^xsd:string .
:x3 :p  "string"@en .
:x4 :p  "lex"^^:unknownType .
:x5 :p  "1234"^^xsd:integer .
:x6 :p  <http://example/iri> .
:x7 :p  _:bNode .