Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Jena 3.10.0
-
None
Description
Reported on users@:
https://lists.apache.org/thread.html/063ad1651c559752080001c7faa40d24d0bf29d78636f3a3e222c1ab@%3Cusers.jena.apache.org%3E
Example:
public static void main(String[] args) { Location loc = Location.mem(); DatasetGraph dsg = DatabaseMgr.connectDatasetGraph(loc); Txn.execute(dsg, ()->dsg.add(SSE.parseQuad("(_ :s :p '-1'^^xsd:float)"))); Txn.execute(dsg, ()->RDFDataMgr.write(System.out, dsg, Lang.NQ)); }
Attachments
Issue Links
- links to