Skip to content

FitLayout/sparql-web-scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scraping data from web pages using SPARQL queries

(c) 2023 Radek Burget (burgetr@fit.vutbr.cz)

This code demonstrates the usage of SPARQL for extracting arbitrary data from web pages.

Building

The demo application is built using Maven. Use mvn package for compiling all components. This will create the runnable SparqlScraper.jar archive in the target folder.

Usage

java -jar SparqlScraper.jar SparqlScraper <sparql_file> <page_url>

See the sparql folder for examples of SPARQL query definitions.

Results

Sample results are available in a separate repository.

About

Scraping data from web pages using SPARQL queries

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages