Skip to content

semarglproject/semargl-rdf4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Semargl integration with RDF4J

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

Maven Central Build Status Coverage Status

Use from Maven

<dependency>
    <groupId>org.semarglproject</groupId>
    <artifactId>semargl-rdf4j</artifactId>
    <version>0.7</version>
</dependency>
Model parsed = Rio.parse(inputStream, baseURI, RDFFormat.RDFA);

Build

To build framework just run mvn clean install.

About

Semargl integration with RDF4J

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages