Can't import owl individuals

Hi @ozanbicer
You're right, the onto.import method does not import named individuals at the moment.
We're looking into adding a config param to have them included something like this

( :warning:notice this is only suggested syntax, the feature is not implemented yet)

n10s.onto.import.fetch("...","RDF/XML", { importNamedIndividuals: true })

But the good news is you still can do it just with a bit more code. Check how in this thread on the same issue.