|
Hi, thanks for this library!
I was trying to create some individuals for a fairly large ontology, but after running
```
onto.save(file="output.n3", format="ntriples")
```
I see that the entire ontology is also in the saved file. Is there a way to only dump the elements that are actually used by the individuals?
Cheers.
|