Class DedupAndExtract
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.utils.jena.DedupAndExtract
-
public class DedupAndExtract extends Object
-
-
Constructor Summary
Constructors Constructor Description DedupAndExtract()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.jena.rdf.model.ModeldedupAndExtract(org.apache.jena.rdf.model.Model model, String preferredNamespace)Returns a model where redundant individuals that are sameAs one another are smushed using URIs in preferred namespaces where possible.
-
-
-
Method Detail
-
dedupAndExtract
public org.apache.jena.rdf.model.Model dedupAndExtract(org.apache.jena.rdf.model.Model model, String preferredNamespace)Returns a model where redundant individuals that are sameAs one another are smushed using URIs in preferred namespaces where possible.- Parameters:
model- Jena ModelpreferredNamespace- Preferred namespace
-
-