Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.18 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.18 KB

Semargl integration with Jena

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 Apache Jena to provide direct access to the RDFa parser using the Jena Parser APIs.

Maven Central Build Status Coverage Status

Use from Maven

<dependency>
    <groupId>org.semarglproject</groupId>
    <artifactId>semargl-jena</artifactId>
    <version>0.7</version>
</dependency>
TODO: Code example

Build

To build framework just run mvn clean install.