Skip to content
Steven Anderson edited this page May 5, 2017 · 8 revisions

Install Blazegraph under Tomcat

( Restart tomcat and blazegraph should be accessible at: /blazegraph

Install TGN Vocabulary

Warning: This is a 40 GB dataset. This can take over a day to post.

Install AAT Vocabulary

To Delete A Vocabulary

One may have loaded a vocabulary incorrectly or need to clear out a loaded vocabulary to load in a newer version. Below is a sample command for removing all of the TGN triples by using their context: curl --get -X DELETE -H 'Accept: application/xml' 'http://localhost/blazegraph/sparql' --data-urlencode 'c=http://vocab.getty.edu/tgn'

Clone this wiki locally