Package org.aksw.jenax.sparql.rx.op
Class FlowOfResourcesOps
java.lang.Object
org.aksw.jenax.sparql.rx.op.FlowOfResourcesOps
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic io.reactivex.rxjava3.core.Flowable<DatasetOneNg>mapToDatasets(io.reactivex.rxjava3.core.Flowable<org.apache.jena.rdf.model.Resource> in) Only applicable for IRI resources.
-
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:
-