public class DedupAndExtract extends Object
| Constructor and Description |
|---|
DedupAndExtract() |
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.rdf.model.Model |
dedupAndExtract(com.hp.hpl.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.
|
public com.hp.hpl.jena.rdf.model.Model dedupAndExtract(com.hp.hpl.jena.rdf.model.Model model,
String preferredNamespace)
model - Jena ModelpreferredNamespace - Preferred namespaceCopyright © 2016. All rights reserved.