blob: e09e13dee9ce9ff10bc330f6ef10584b19d69063 [file] [log] [blame]
# XML literals
@prefix : <#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
# Two statements here
# Plain string
:a
:q1 "<foo>bar</foo>" ;
:q1 "<foo>bar</foo>"^^rdf:XMLLiteral ;
.