APache Jena将实例写入JSON-LD

时间:2016-02-16 16:49:14

标签: apache parsing jena json-ld

我想用Apache Jena解析部分本体到JSON-LD。但我只能找到用函数

将整个模型写入JSON-LD的方法
    OntModel model;
    model.write(System.out, "JSON-LD");

    DFDataMgr.write(System.out, model, RDFFormat.JSONLD_PRETTY);

但我只想解析链接到模型的个人(以及它的数据专业)。 有人有建议吗? 感谢。

0 个答案:

没有答案