Fix sting parsing
turtle/tordf.scm
128 | 128 | (make-rdf-triple | |
129 | 129 | (parser-state-cur-subject state) | |
130 | 130 | (parser-state-cur-predicate state) | |
131 | - | (make-rdf-literal str "http://www.w3.org/2001/XMLSchema#string" #f)) | |
131 | + | object) | |
132 | 132 | (parser-state-result state))))) | |
133 | 133 | (('rdf-literal ('string-pat (_ str ...)) ("^^" iri)) | |
134 | 134 | (let* ((res (parse-iri iri state)) |