Skip to content

Commit

Permalink
[New] Annotate tabular module for generation of RDF
Browse files Browse the repository at this point in the history
  • Loading branch information
blcham committed Jun 24, 2023
1 parent 01a25de commit c67b3bd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import cz.cvut.spipes.engine.ExecutionContextFactory;
import cz.cvut.spipes.exception.ResourceNotFoundException;
import cz.cvut.spipes.exception.ResourceNotUniqueException;
import cz.cvut.spipes.modules.annotations.SPipesModule;
import cz.cvut.spipes.modules.model.*;
import cz.cvut.spipes.modules.util.BNodesTransformer;
import cz.cvut.spipes.modules.util.HTML2TSVConvertor;
Expand Down Expand Up @@ -89,6 +90,7 @@
* Does not support processing of multiple files.<br/>
* Does not support the <i>suppress output</i> annotation.
*/
@SPipesModule(label = "Tabular module", comment = "Module for converting tabular data (e.g. CSV or TSV) to RDF")
public class TabularModule extends AbstractModule {

public static final String TYPE_URI = KBSS_MODULE.uri + "tabular";
Expand Down

0 comments on commit c67b3bd

Please sign in to comment.