-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
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
Adding Stardog as target graph database to write SEPSES kg triples #2
Comments
Hi, we have an interface that needs to be implemented for each triplestore that you are using We have the implementation for Jena Fuseki ( |
@Radu3000 assuming the SPARQL |
@jbalint - fuseki s-post script has over 725 lines of code ... I don't think you are suggesting to re-write it for Stardog use... ;) ... it would be like re-writing "stardog-admin import" command ... Maybe API calls is a better route? My 2c |
@Radu3000 no, I am not suggesting you rewrite anything. I am suggesting you create a script called |
What do we need to do to be able to write triples to Stardog?
I have posted a related question at https://community.stardog.com/t/sepses-kg-engine-to-write-triples-to-stardog/2251
So far I have tried:
#================SPARQL Endpoint=========================
SparqlEndpoint=https://host:port/Test2/query
#Triplestore=fuseki;virtuoso;stardog;dummy
Triplestore=stardog
UseAuth=true
...
The text was updated successfully, but these errors were encountered: