-1

I have a list of documents (summary text and full document link). I am using OpenIE on the summary text to get RDF triples.

How can I import the RDF triples and associated full document links in GraphDB for querying using SparkQL?

S_S
  • 1,276
  • 4
  • 24
  • 47
  • just read the GraphDB docs how to load RDF data, or what did not work? – UninformedUser Jul 12 '22 at 05:31
  • I don't have data in `RDF` format, I used OpenIE to generate (subject, relation, object). How can I convert these to RDF format to import into GrapDB? – S_S Jul 12 '22 at 08:15

1 Answers1

0

As OpenIE seems to "produce relation triples in a tab separated format", you could save it as a TSV file, which can be imported into GraphDB: "Import tabular data with OntoRefine"

After importing the file, you can click on "RDF Mapping" in the top right corner.

GraphDB offers a video tutorial showing how to use SPARQL for that:

https://www.youtube.com/watch?v=BpWM1WBq2gk