In RDF everything is under quotes. So the right way to do it is.
_:store <info> "1"^^<xs:int> .
_:store <info> "True"^^<xs:bool> .
In RDF everything is under quotes. So the right way to do it is.
_:store <info> "1"^^<xs:int> .
_:store <info> "True"^^<xs:bool> .