We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SemanticWebImport
loading of rdf file from local directory
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
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
load file temp.txt (example file; changed the extension, cuz I couldn't upload file with rdf extension here)
Press 'Run'
I need to load a local rdf file and make a graph from it.
I am new to parsing rdf files and sparql. Not sure what I am doing wrong. I generated the rdf file using Ontop.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
load file
temp.txt
(example file; changed the extension, cuz I couldn't upload file with rdf extension here)
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.
The text was updated successfully, but these errors were encountered: