git clone https://@opensourceprojects.eu/git/p/timbus/dpes/preservation-identifier/kblib timbus-dpes-preservation-identifier-kblib



File Date Author Commit
src 2014-02-19 Johannes Binder Johannes Binder [c325b7] Allow retrieving all tool names
.gitignore 2014-01-09 Johannes Binder Johannes Binder [e10b76] Allow querying for tool migration options for a...
README.md 2014-03-19 Johannes Binder Johannes Binder [dff179] Cleanup of resources
license_header.txt 2014-01-07 Carlos Coutinho Carlos Coutinho [e6e599] First Version on Git, synchronised with TIMBUS ...
pom.xml 2014-03-19 Johannes Binder Johannes Binder [dff179] Cleanup of resources

Read Me

kblib

This library provides access to the toolKB [2] (an instance can be found in [3]).

Dependencies

  • JDK >= 1.7
  • Maven 3

Usage

Import lib using Maven:

<dependency>
  <groupId>org.sba_research.timbus.kb</groupId>
  <artifactId>kblib</artifactId>
  <version>1.0-SNAPSHOT</version>
</dependency>

<repositories>
    <repository>
        <id>olymp.ifs.tuwien.ac.at</id>
        <url>http://olymp.ifs.tuwien.ac.at:8080/archiva/repository/snapshots/</url>
    </repository>
</repositories>

See [1] and the tests for usage.

References

[1] https://olymp.ifs.tuwien.ac.at/jenkins/job/timbus-dpes-preservation-identifier-kblib/javadoc

[2] http://timbus.teco.edu/ontologies/preservationIdentifier/toolKB.owl

[3] http://timbus.teco.edu/ontologies/preservationIdentifier/toolKB_instance.owl