djefts / SemanticSecurity

Leveraging Web User Analysis through Ontologies to Intelligently Generate Reliable Security Questions
3 stars 0 forks source link

Automate GraphDB upload process #26

Open djefts opened 3 years ago

djefts commented 3 years ago

The current (non-automated) process involves exporting the Knowledge Graph into graph.ttl and then manually importing that into GraphDB

RDFLib and its SPARQLWrapper have functionality to upload triples to GraphDB. Probably through either CONSTRUCT or UPDATE statements.

Updates might have some issues, this StackOverflow link might help.

djefts commented 3 years ago

Related to #23