VLog Java

Basic implementation of the VLog Java connection, to be used by org.semanticweb.rulewerk.reasoner.vlog

Лицензия

Лицензия

Категории

Категории

Ant Компиляция и сборка
Группа

Группа

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

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

vlog4j-base
Последняя версия

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

1.3.3
Дата

Дата

Тип

Тип

pom
Описание

Описание

VLog Java
Basic implementation of the VLog Java connection, to be used by org.semanticweb.rulewerk.reasoner.vlog
Ссылка на сайт

Ссылка на сайт

https://github.com/karmaresearch/vlog
Организация-разработчик

Организация-разработчик

KarmaResearch
Система контроля версий

Система контроля версий

https://github.com/karmaresearch/vlog.git

Скачать vlog4j-base

Имя Файла Размер
vlog4j-base-1.3.3.pom
Обзор

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

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

Зависимости

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

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

Данный проект не имеет модулей.

VLog

Build Status

Installation

We used CMake to ease the installation process. To build VLog, the following commands should suffice:

mkdir build
cd build
cmake ..
make

External libraries should be automatically downloaded and installed in the same directory. The only library that should be already installed is zlib, which is necessary to read gzip files. This library is usually already present by default.

To enable the web-interface, you need to use the -DWEBINTERFACE=1 option to cmake.

If you want to build the DEBUG version of the program, including the web interface: proceed as follows:

mkdir build_debug
cd build_debug
cmake -DWEBINTERFACE=1 -DCMAKE_BUILD_TYPE=Debug ..
make

Docker

In case you do not want to compile the program, you can use a Docker image that contains a precompiled version of the program. After you install Docker, you can launch the following commands:

docker pull karmaresearch/vlog
docker run -ti karmaresearch/vlog

Usage

Please check:

  • The Wiki for instructions on how to run VLog from the command line
  • A screencast was presented at ISWC'16, Posters and Demos.
  • You can use VLog in Java through the Rulewerk library, which also supports additional input formats for rules and data

License

Vlog is released under the Apache license, Version 2.0. A copy of the license may be obtained from http://www.apache.org/licenses/LICENSE-2.0.

org.semanticweb.vlog4j

KARMA (Knowledge Acquisition, Reasoning, and MAnagement)

KARMA is a research unit in the computer science dept. at the Vrije Universiteit of Amsterdam

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

Версия
1.3.3
1.3.2
1.3.1
1.3.0
1.2.1
1.1.1
1.0.1
1.0.0