Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(generic): let the importer try rdf before the json fallback
This is what most of the projects will need and it doesn't cost much computation time - if there is no RDF configuration for that model and that URI the rdf parser raises an error and the importer will fall back to json without doing an additional request.
- Loading branch information