Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • dlo:DocumentLensExecution

    • dlo:DocumetLensInputFileDownload - Download of the input file in the Document Lens.

    • dlo:DocumentLensModelUnification - Unification of RDF data and metadata models in the Document Lens.

    • dlo:DocumentLensConceptAnnotation - Annotation of concepts from text in the Document Lens.

    • dlo:DocumentLensOutputFileUpload - Upload of the output file in the Document Lens.

    • dlo:DocumentLensSemantification - Storage of information in RDF format in the Document Lens.

    • dlo:DocumentLensTextExctraction - Extraction of text from files in the Document Lens.

  • dlo:StructuredFileLensExecution

    • dlo:StructuredFileLensIteration - Single iteration of the data from the source file. If the input file is a CSV file, and its size is larger than the specified maximum threshold, then the data is processed in several iterations.

  • dlo:SQLLensExecution

    • dlo:QueryProcessing - Customised SQL query execution. If the limit and offset are specified in the query, and the size of the query result is greater than this limit threshold, then the data is processed in several iterations (instances of the QueryProcessing).

    • dlo:TableProcessing - SQL query against a single table. This corresponds to using rr:tableName in the SQL mapping file, or the execution of "SELECT * FROM ...".

    • dlo:DatabaseRequest - Request of the most atomic SQL query to a database.

...