Hello,
I'm trying to see if Scardf will handle prefixes. For example:
"<foo:a> <foo:b> <foo:c> ."
val graph = new JenaSerializator(N3).readFrom(new java.io.StringReader(rdf))
I would then expect to see the triple returned, because the prefix should have been "expanded" -
<foo:b> is equivalent to
<http://www.foo.co.uk/b>. This is the way I'm used to Jena working, is such a thing possible with Scardf, or have I mis-understood something?
Thanks,
Sam