Is it possible to enable skolemization in Fuseki? I've found in mail
archive<http://mail-archives.apache.org/mod_mbox/jena-dev/201202.mbox/%3ccaptxtvmby8jpjkkuyh0-n2awtis-ren7eur0w_01pariu+a...@mail.gmail.com%3E>that
«Bnodes can be handled by enabling bNode label output, and using
<_:...> on input.»
However, I couldn't find how to enable this blank node label output, or use
it with default settings:
if I run
INSERT { [<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <
http://example.org/class>] . } WHERE {}
then SELECT-queries return inserted blank nodes as _:b0 or _:b2 (if query
result include or does not include other two blank nodes).
I have seen an open issue https://issues.apache.org/jira/browse/JENA-193,
but status of each item is not clear for me.