ozekik / lightrdf

A fast and lightweight Python RDF parser which wraps bindings to Rust's Rio using PyO3
Apache License 2.0
28 stars 2 forks source link

Add namespace support #11

Open cmungall opened 2 years ago

cmungall commented 2 years ago

It would be convenient to pass in a map of prefix-namespace expansions and have the search option return CURIEs where contraction is possible

While trivial to do in a python wrapper, it would be presumably faster to do at the rust level