Karima Rafes
Karima Rafes
I tried to compile BLAZEGRAPH_2_1_6_RC with Java 11 on centos7. ``` mkdir -p /usr/share/maven /usr/share/maven/ref curl -fsSL http://apache.osuosl.org/maven/maven-3/3.8.1/binaries/apache-maven-3.8.1-bin.tar.gz | tar -xzC /usr/share/maven --strip-components=1 ln -s /usr/share/maven/bin/mvn /usr/bin/mvn git clone --depth...
Hello I have difficulty to use the functions generated by ANTLR4 for Intellij. I searched in the doc but It's not clear. What is the name of the function to...
In the project [sgvizler2](https://github.com/BorderCloud/sgvizler2), I try to use TestyTs but my project use also JQuery. I have the error: ``` ERROR An error occured while executing the following command: /usr/bin/node...
Rapper supports Turtle 1.1 in input but I do not see the output option to export in the format Turtle 1.1. I use: `rapper -i rdfxml -o turtle test.rdf` What...
What do you think of this possible new improvement? When enable, the cache saves the SPARQL results, if the service SPARQL didn't respond before X seconds, the lib uses the...
I have an error with the doc when the project is on the drive D: with Windows10. ``` File "D:\PROJET\VRAC2\specio\doc\sphinxext\github_link.py", line 62, in _linkcode_resolve start=os.path.dirname(__import__(package).__file__)) File "c:\users\daria\appdata\local\programs\python\python37\lib\ntpath.py", line 562, in...
Hello Idea says me : CoreASTFactory is scheduled for removal in version 2020.3 It's possible to replace the class "CoreASTFactory" in the class SampleASTFactory ? Thanks