Skip to content
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

Import the RDF dump into the Virtuoso #11

Open
TaylorWPY opened this issue Jun 23, 2019 · 1 comment
Open

Import the RDF dump into the Virtuoso #11

TaylorWPY opened this issue Jun 23, 2019 · 1 comment

Comments

@TaylorWPY
Copy link

There is no *.graph files from my configs/wikidata-rdf/ path, how can I get this?

@daniilsorokin
Copy link
Contributor

The last version of the https://public.ukp.informatik.tu-darmstadt.de/wikidata-dump/wikidata-rdf-snap-2017.zip should have the .graph files as well (17GB download).
The graph files are essentially just a text file with a single line with the name of the graph. The file should have the same name as an pdf file you want to import and it tells Virtuoso how to call the new graph in the RDF storage.

For instance:
You might have an RDF dump file wikidata-statements.nt.gz that you are importing. Then creating a file wikidata-statements.nt.graph with a single line:

http://wikidata.org/statements

means the content of wikidata-statements.nt.gz should be stored under the graph http://wikidata.org/statements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants