Wimmics / gephi-semantic-web-import

SemanticWebImport plugin for gephi, forked from gephi/gephi-plugins
8 stars 1 forks source link

Import of local rdf file fails #6

Open mdrishti opened 4 months ago

mdrishti commented 4 months ago

Which Plugin?

SemanticWebImport

Expected Behavior

loading of rdf file from local directory

Current Behavior

Throws error: fr.inria.edelweiss.sparql.corese.CoreseDriver init -- INFO: loading /home/..../temp.rdf -- fr.inria.edelweiss.sparql.corese.CoreseDriver loadFile -- SEVERE: Exception in loadFile:fr.inria.corese.sparql.triple.javacc1.JavaccParseException: Encountered "/" at line 1, column 1. -- Was expecting one of: - org.netbeans.core.startup.TopLogging$AWTHandler uncaughtException -- SEVERE: null -- java.lang.RuntimeException: fr.inria.corese.sparql.exceptions.QuerySyntaxException: fr.inria.corese.sparql.triple.javacc1.Java

Full log here-temp_gephi_error.txt

Possible Solution

Steps to Reproduce

  1. load file temp.txt (example file; changed the extension, cuz I couldn't upload file with rdf extension here)

  2. Press 'Run'

Context

I need to load a local rdf file and make a graph from it.

Your Environment

I am new to parsing rdf files and sparql. Not sure what I am doing wrong. I generated the rdf file using Ontop.