Hi,

I want to parse parts of an ontology with Apache Jena to JSON-LD. But I can 
only find ways to write the whole model to JSON-LD with the functions

        OntModel model;
        model.write(System.out, "JSON-LD");

or

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

But I want to parse only an individual (and it's dataproperties) which is 
linked to a model. Can you help me out how to do that?
Thanks a lot in advance!


Mit freundlichen Grüßen / Best regards

Fabian Haemmerle

Control Technology (CR/APA3)
Tel. +49(711)811-11451 | Mobil +491734512854 | 
[email protected]<mailto:[email protected]>


Reply via email to