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
But I have a problem when I try to read RDFa from jena from a given string.
I use this snippet to create a stream from the string: ByteArrayInputStream(text.getBytes("UTF8"))
and then try to read with Model.read() but I get a NullPointerException
When I try to dereference directly the web page I have no problem but when I copy-paste the source in a text box and try to read from there I have this issue.