Codota Logo
RDFProcessor.wrap
Code IndexAdd Codota to your IDE (free)

How to use
wrap
method
in
eu.fbk.rdfpro.RDFProcessor

Best Java code snippets using eu.fbk.rdfpro.RDFProcessor.wrap (Showing top 6 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
BufferedReader b =
  • Codota IconInputStream in;new BufferedReader(new InputStreamReader(in))
  • Codota IconReader in;new BufferedReader(in)
  • Codota IconFile file;new BufferedReader(new FileReader(file))
  • Smart code suggestions by Codota
}
origin: eu.fbk.pikes/pikes-rdf

@Override
public RDFHandler wrap(final RDFHandler handler) {
  return RDFProcessors.mapReduce(this.checkedMapper, this.factReducer, true).wrap(
      RDFProcessors.mapReduce(this.uncheckedMapper, this.metaReducer, true)
          .wrap(handler));
}
origin: eu.fbk.rdfpro/rdfpro-groovy

final Set<String> hashes = new TreeSet<>();
final RDFHandler handler = RDFProcessors.read(true, false, null, null,
    file.getAbsolutePath()).wrap(new RDFHandler() {
origin: eu.fbk.pikes/pikes-rdf

@Override
public void map(final QuadModel model) throws Exception {
  final List<Statement> statements = new ArrayList<>();
  final RDFSource source = RDFSources.wrap(model);
  final RDFHandler handler = RDFHandlers.wrap(statements);
  processor.wrap(source).emit(handler, 1);
  model.addAll(statements);
}
origin: eu.fbk.rdfpro/rdfpro-rules

result = RDFProcessors.inject(this.staticClosure).wrap(result);
}, true).wrap(result);
origin: eu.fbk.pikes/pikes-rdf

RDFProcessors.smush("http://dbpedia.org/resource/").wrap(RDFSources.wrap(stmts))
    .emit(RDFHandlers.wrap(smushedStmts), 1);
origin: eu.fbk.rdfpro/rdfpro-rules

final RDFSource staticData = staticSpecs.length == 0 ? null : RDFProcessors.track(
    new Tracker(LOGGER, null, "%d static triples read (%d tr/s avg)", //
        "%d static triples read (%d tr/s, %d tr/s avg)")).wrap(
    RDFSources.read(true, preserveBNodes, base, null, staticSpecs));
eu.fbk.rdfproRDFProcessorwrap

Popular methods of RDFProcessor

    Popular in Java

    • Creating JSON documents from java classes using gson
    • setScale (BigDecimal)
    • startActivity (Activity)
    • onRequestPermissionsResult (Fragment)
    • BufferedImage (java.awt.image)
      The BufferedImage subclass describes an java.awt.Image with an accessible buffer of image data. All
    • BufferedWriter (java.io)
      Wraps an existing Writer and buffers the output. Expensive interaction with the underlying reader is
    • ByteBuffer (java.nio)
      A buffer for bytes. A byte buffer can be created in either one of the following ways: * #allocate(i
    • Properties (java.util)
      The Properties class represents a persistent set of properties. The Properties can be saved to a st
    • Manifest (java.util.jar)
      The Manifest class is used to obtain attribute information for a JarFile and its entries.
    • JOptionPane (javax.swing)
    Codota Logo
    • Products

      Search for Java codeSearch for JavaScript codeEnterprise
    • IDE Plugins

      IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
    • Company

      About UsContact UsCareers
    • Resources

      FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
    Get Codota for your IDE now