Semargl is a modular framework for crawling linked data from structured documents. The main goal of the project is to provide lightweight and performant tool without excess dependencies.
This module integrates with OpenRDF Sesame to provide direct access to the RDFa parser using the Sesame Parser APIs.
<dependency>
<groupId>org.semarglproject</groupId>
<artifactId>semargl-sesame</artifactId>
<version>0.7</version>
</dependency>
Model parsed = Rio.parse(inputStream, baseURI, RDFFormat.RDFA);
To build framework just run mvn clean install
.