You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The LDSpider project provides a web crawling framework for the Linked Data web.
Requirements and challenges for crawling the Linked Data web are different from regular web crawling, thus the LDSpider project offers a web crawler adapted to traverse and harvest content from the Linked Data web.
Due to Google's change to Google code, the downloads page cannot be maintained any more, so you have to browse the repository for both code and jars. Note that you can use maven with the google code repository. The groupId is com.ontologycentral and the artifactId ldspider.
@inproceedings{ldspider,
author = { Robert Isele and J\"{u}rgen Umbrich and Chris Bizer and Andreas Harth},
title = { {LDSpider}: An open-source crawling framework for the Web of Linked Data} ,
year = { 2010 },
booktitle = { Proceedings of 9th International Semantic Web Conference (ISWC 2010) Posters and Demos},
url = { https://iswc2010.semanticweb.org/pdf/495.pdf }
}
Features
Content Handlers for different formats:
Includes handlers to read RDF/XML, N-TRIPLES and N-QUADS;
Any23 handlers for other RDF serialisations, e.g. RDFa
Simple interface design to implement own handlers (e.g. to handle additional formats).
Different crawling strategies
Breadth-first crawl;
Depth-first crawl;
optionally crawl schema information (TBox).
Crawling scope
crawl can easily be restricted to specific pages e.g. pages with a specific domain prefix.
Output formats - The crawled data can be written in various ways:
The output can be written to files in different formats, such as RDF/XML or N-QUADS
The crawler can write all statements to a Triple Store using SPARQL/Update. Optionally uses named graphs to structure the written statements by their source page.
Optionally, the output include provenance information.
YourKit supports open source projects with its full-featured Java Profiler.
YourKit, LLC is the creator of YourKit Java Profiler and YourKit .NET Profiler, innovative and intelligent tools for profiling Java and .NET applications.