You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use quad.ToString(quad.IRI("val")) to create "<val>"
Attempt to parse it using methods provided in quad package
Received results: quad.MakeRaw which has been marked as deprecated, will produce correct results quad.MakeIRI suggested in deprecation notice will create an IRI of IRI <<val>> which is invalid.
Expected results:
I expected to see a pair of methods clearly noted to be used from Marshalling and Unmarshaling quad.Value.
The text was updated successfully, but these errors were encountered:
Description
This is a feature request.
Steps to reproduce the issue:
quad.ToString(quad.IRI("val"))
to create"<val>"
quad
packageReceived results:
quad.MakeRaw
which has been marked as deprecated, will produce correct resultsquad.MakeIRI
suggested in deprecation notice will create an IRI of IRI<<val>>
which is invalid.Expected results:
I expected to see a pair of methods clearly noted to be used from Marshalling and Unmarshaling
quad.Value
.The text was updated successfully, but these errors were encountered: