org.apache.jena.tdb.tdb-properties.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jena-tdb Show documentation
Show all versions of jena-tdb Show documentation
TDB is a storage subsystem for Jena and ARQ, it is a native triple store providing persistent storage of triples/quads.
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd"> <!-- Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0 --> <properties version="1.0"> <comment>TDB System Properties</comment> <entry key="org.apache.jena.tdb.version">${project.version}</entry> <entry key="org.apache.jena.tdb.build.datetime">${build.time.xsd}</entry> </properties>