简体   繁体   中英

Parse large RDF stream in Java using Jena

I need something like

Triple readNextTriple(stream)

so that I can process the triple one by one.

It is difficult to find an instruction for this task in Jena .

It seems that all options lead to a model.read() , which read the whole stream at once.

Does anyone have any suggestions?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM