Class FlowOfResourcesOps

java.lang.Object
org.aksw.jenax.sparql.rx.op.FlowOfResourcesOps

public class FlowOfResourcesOps extends Object
  • Constructor Details

    • FlowOfResourcesOps

      public FlowOfResourcesOps()
  • Method Details

    • mapToDatasets

      public static io.reactivex.rxjava3.core.Flowable<DatasetOneNg> mapToDatasets(io.reactivex.rxjava3.core.Flowable<org.apache.jena.rdf.model.Resource> in)
      Only applicable for IRI resources. Maps each IRI resource to a single dataset with a single named graph. The IRI of the named graph is that of the resource and the content is the resource's model. No triples are copied - the resulting dataset is a view over.
      Parameters:
      in -
      Returns: