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