Extracing Data from the LOD - KarinBecker/LODCubeSurvey GitHub Wiki
This page contain information on how the data was collected from the LOD.
[Code Project] (https://github.com/KarinBecker/LODCubeSurvey/tree/master/ExtractorCode/peacebuilding_threads.zip) This is the code to iterate through the LOD. It takes a set of endpoints/graphs, a set of queries, and output triples in a csv format. Then, this file can be aloaded into any triple store.
The program is written in Java, and it was compressed as a complete Eclipse project. All files are provided together with the source code, including the files with the endpoints, graphnames and queries used to extract data used in this survey. More information on how to deploy and use the program is available [here] (https://github.com/KarinBecker/LODCubeSurvey/tree/master/ExtractorCode/Readme.pdf)
[Catalogue Entries] (Catalogue-entries)
[Queries used to Extract Data] (https://github.com/KarinBecker/LODCubeSurvey/tree/master/LODExtraction/FinalConstructQueries.txt) These are the queries used to query for qb:constructs in the original triple repositories. Details on the constructs of interest can be found in the [paper] (https://github.com/KarinBecker/LODCubeSurvey/blob/master/ISWC2015Submission.pdf).