
se.kgram.4.1.1.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kgram Show documentation
Show all versions of kgram Show documentation
Corese is a Semantic Web Factory (triple store and SPARQL endpoint) implementing RDF, RDFS, SPARQL 1.1
Query and Update.
The newest version!
module fr.inria.corese.kgram {
requires java.desktop;
requires org.slf4j;
exports fr.inria.corese.kgram.core;
exports fr.inria.corese.kgram.api.core;
exports fr.inria.corese.kgram.api.query;
exports fr.inria.corese.kgram.filter;
exports fr.inria.corese.kgram.event;
exports fr.inria.corese.kgram.tool;
exports fr.inria.corese.kgram.sorter.core;
exports fr.inria.corese.kgram.path;
exports fr.inria.corese.kgram.sorter.impl.qpv1;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy