Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要使用 Jena 将大型 .nt 文件加载到模型中。
RDFDataMgr.read(模型,文件名);
问题是我有 Java 错误内存。有任何方法可以将大型 rdf(nt) 数据文件加载到 Jena 模型中。
谢谢你的帮助。