# XML literals @prefix : <#> . @prefix rdf: . # Two statements here # Plain string :a :q1 "bar" ; :q1 "bar"^^rdf:XMLLiteral ; .