-
Here is my example code
`val sc = sparkSession.sparkContext
val sqlc = sparkSession.sqlContext
val filepath = "./data/xxxxx.ttl"
val triples = sparkSession.rdf(lang)(filepath)
/…
-
Hello, I was able to setup and run SANSA, followed instructions from https://github.com/SANSA-Stack/SANSA-Examples/issues/25.
But, was getting following error when I try to run query with property …
-
[![mitm_build](https://user-images.githubusercontent.com/1323708/59226671-90645200-8ba1-11e9-8ab3-39292bef99e9.jpeg)](https://medium.com/@jonathan.leitschuh/want-to-take-over-the-java-ecosystem-all-yo…
-
When using the built-in test database, e.g. via
``` java
DataSource dataSource = SparqlifyUtils.createTestDatabase();
Connection conn = dataSource.getConnection();
```
with a view definition lik thi…
-
Hi,
this issue is happening when we try to run [Sparqlify example](https://github.com/SANSA-Stack/SANSA-Examples/blob/develop/sansa-examples-spark/src/main/scala/net/sansa_stack/examples/spark/quer…
-
Hello all,
I'm trying to run the Sparqlify example following the [running instructions](https://github.com/SANSA-Stack/SANSA-Examples/tree/master/sansa-examples-spark)
`./spark-2.2.1-bin-hadoop2…
-
I have converted the pizza ontology (https://protege.stanford.edu/ontologies/pizza/pizza.owl) to n-triples using OWL api and then gave it as input to the sparqlify example. It sets up the sparql endpo…
-
Here:
https://github.com/SANSA-Stack/SANSA-RDF/blob/develop/sansa-rdf-partition-parent/sansa-rdf-partition-sparqlify/src/main/scala/net/sansa_stack/rdf/partition/sparqlify/SparqlifyUtils2.scala#L32
…
-
I was trying to load snomed using the sparqlify example code and there was a parsing error. I think it comes from the underlying sparqlify library though. Here is the error:
```
Exception in threa…
-
I tried to run a net.sansa_stack.examples.spark.query.Sparqklify example class with my own file in nt format and it gives back the following stack trace:
`Exception in thread "main" org.apache.spar…