Semargl: Integration

Semargl is a modular framework for crawling linked data from structured documents. The main goal of project is to provide lightweight and performant tool without excess dependencies.

Лицензия

Лицензия

Группа

Группа

org.semarglproject
Идентификатор

Идентификатор

semargl-integration
Последняя версия

Последняя версия

0.7
Дата

Дата

Тип

Тип

pom
Описание

Описание

Semargl: Integration
Semargl is a modular framework for crawling linked data from structured documents. The main goal of project is to provide lightweight and performant tool without excess dependencies.

Скачать semargl-integration

Имя Файла Размер
semargl-integration-0.7.pom 693 bytes
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.semarglproject/semargl-integration/ -->
<dependency>
    <groupId>org.semarglproject</groupId>
    <artifactId>semargl-integration</artifactId>
    <version>0.7</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.semarglproject/semargl-integration/
implementation 'org.semarglproject:semargl-integration:0.7'
// https://jarcasting.com/artifacts/org.semarglproject/semargl-integration/
implementation ("org.semarglproject:semargl-integration:0.7")
'org.semarglproject:semargl-integration:pom:0.7'
<dependency org="org.semarglproject" name="semargl-integration" rev="0.7">
  <artifact name="semargl-integration" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.semarglproject', module='semargl-integration', version='0.7')
)
libraryDependencies += "org.semarglproject" % "semargl-integration" % "0.7"
[org.semarglproject/semargl-integration "0.7"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • clerezza
  • jena
  • sesame
  • rdf4j

Welcome to the home of Semargl!

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.

At this moment Semargl offers high-performant streaming parsers for RDF/XML, RDFa, N-Triples, JSON-LD, streaming serializers for Turtle, NTriples, NQuads and integration with Jena, Clerezza and Sesame.

Small memory footprint, and CPU requirements allow framework to be embedded in any system. It runs seamlessly on Android and GAE.

You can check some framework capabilities via RDFa parser demo.

Maven Central Build Status Coverage Status

Why use Semargl?

Lightweight

Semargl’s code is small and simple to understand. It has no external dependencies and it will never read a mail. Internally it operates with a raw strings and creates as few objects as possible, so your Android or GAE applications will be happy.

Standard conformant

All parsers and serializers fully support corresponding W3C specifications and test suites.

Dead Simple

No jokes!

<dependency>
    <groupId>org.semarglproject</groupId>
    <artifactId>semargl-rdfa</artifactId>
    <version>0.7</version>
</dependency>
// just init triple store you want
MGraph graph = ... // Clerezza calls
// create processing pipe
StreamProcessor sp = new StreamProcessor(NTriplesParser.connect(ClerezzaSink.connect(graph));
// and run it
sp.process(file, docUri);

If you want to use Semargl as a standalone framework, you can find useful internal serializers and easily extendable API.

Build

To build framework just run mvn clean install. RDFa tests require direct Internet connection.

org.semarglproject

Semargl

Версии библиотеки

Версия
0.7
0.6.1
0.6
0.4