# Test datatypes. @prefix xsd: . @prefix x: . @prefix : <#> . [ :prop1 "123" ; :prop1 "123"^^xsd:string ; :prop1 "123"^^xsd:integer ; ] .