All Downloads are FREE. Search and download functionalities are using the official Maven repository.

be.vlaanderen.informatievlaanderen.ldes.server.ingest.MemberIngester Maven / Gradle / Ivy

There is a newer version: 3.6.1
Show newest version
package be.vlaanderen.informatievlaanderen.ldes.server.ingest;

import org.apache.jena.rdf.model.Model;

public interface MemberIngester {
    boolean ingest(String collectionName, Model ingestedModel);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy