# XML literals @prefix rdf: . @prefix x: . [ x:p1 "bar"^^rdf:XMLLiteral ; x:p2 "bar" ; ] .