You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to know whether we can import RDF(Any format like Turtle or RDF/JSON) into Janusgraph or not.
If yes then what are the steps to do that.
Any help will highly be appreciated.
Hi @RituLalwani ,
It's definitely possible but I don't know if there are open source tools for that or not.
Searching very quickly I found a tool https://github.com/mpolonioli/rdf-to-janusgraph . I didn't check it and looks like it isn't supported but you can check their code which might help.
A related discussion can be found here: https://groups.google.com/g/janusgraph-users/c/I4rW_KhcgFE
Many companies are building their own RDF ingestion plugins around JanusGraph. I guess, soon we should see more and more tools to be open sourced.
You can check this whitepaper http://ceur-ws.org/Vol-2180/paper-30.pdf which talks about AI research at IBM. A phrase from the whitepaper:
During ingestion, user datain various commonly used formats is converted and stored in the back-end storage. Inorder to ingest OWL/RDF, data we have extended RDF4J framework to add JanusGraphas additional store implementing data store interfaces. This takes RDF/OWL data invarious forms and maps it to appropriate property graph model and creates requiredindices as well.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I want to know whether we can import RDF(Any format like Turtle or RDF/JSON) into Janusgraph or not.
If yes then what are the steps to do that.
Any help will highly be appreciated.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions