cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Sparql and RDF data

JrV
New Contributor

Hello Databricks Community,

Does anyone have experience with running SPARQL (https://en.wikipedia.org/wiki/SPARQL) queries in Databricks?

Make a connection to the Community SolidServer 

https://github.com/CommunitySolidServer/CommunitySolidServer

and query this.

Do you have any suggestions on how to approach this?

Thanks for the feedback.

Regards,

Joeri

 

2 REPLIES 2

User16502773013
Databricks Employee
Databricks Employee

Hello @JrV ,

For this use case, Databricks currently support Bellman SPARQL engine which can run on Databricks as a Scala library operating on a dataframe of Triples (S, P, O)

Also integration is available for Stardog through Databricks Partner Connect, which operates as a semantic layer over data in Hive and Unity Catalog tables (details here)

Regards

NandiniN
Databricks Employee
Databricks Employee

You can use the rdflib library to connect to the Community SolidServer and execute SPARQL queries.

from rdflib import Graph

 

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local communityโ€”sign up today to get started!

Sign Up Now