Fix sting parsing

Julien LepillerThu Apr 02 15:20:10+0200 2020

0932c21

Fix sting parsing

turtle/tordf.scm

128128
           (make-rdf-triple
129129
             (parser-state-cur-subject state)
130130
             (parser-state-cur-predicate state)
131-
             (make-rdf-literal str "http://www.w3.org/2001/XMLSchema#string" #f))
131+
             object)
132132
           (parser-state-result state)))))
133133
    (('rdf-literal ('string-pat (_ str ...)) ("^^" iri))
134134
     (let* ((res (parse-iri iri state))