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
Description
Currently, g.IRI can only transform IRI strings to IRI objects but if provided with BNode string it returns an invalid object. I propose exposing g.Identifier() to transform both IRI and BNode strings to the correct object.
The text was updated successfully, but these errors were encountered:
Description
Currently, g.IRI can only transform IRI strings to IRI objects but if provided with BNode string it returns an invalid object. I propose exposing
g.Identifier()
to transform both IRI and BNode strings to the correct object.The text was updated successfully, but these errors were encountered: