SANSA-Notebooks icon indicating copy to clipboard operation
SANSA-Notebooks copied to clipboard

Interactive Spark Notebooks for running SANSA examples.

Results 3 SANSA-Notebooks issues
Sort by recently updated
recently updated
newest added

As the title says, I'm experiencing "org.apache.jena.graph.Node$NotLiteral: .... is not a literal node", while assessing - PropertyCompleteness (by calling assessPropertyCompleteness() method on literals) - LiteralNumericRangeChecker (by calling assessLiteralNumericRangeChecker ()method on...

This is the output when running make load-data: (I ran make before that, there's a 384,4MB sansa-examples-spark.jar present in examples/jars and my setup appears to be running fine): ``` make...

General

Every time I run this snippet of code on databricks notebook: **import net.sansa_stack.owl.spark.dataset.FunctionalSyntaxOWLAxiomsDatasetBuilder val input = "hdfs://namenode:8020/data/ont_functional.owl" val dataset = FunctionalSyntaxOWLAxiomsDatasetBuilder.build(spark, input) dataset.take(10).foreach(println(_))** I got this exception "java.lang.NoClassDefFoundError: com/typesafe/scalalogging/Logger$" at...

bug
General