SANSA-Stack / SANSA-Notebooks

Interactive Spark Notebooks for running SANSA examples.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

org.apache.jena.graph.Node$NotLiteral: .... is not a literal node

rezacsedu opened this issue · comments

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 literals).

even though the RDF file with NT/RDF-XML/Turtle is parsed successfully and I can check the number of triples, etc.