public class BackgroundKnowledgeFilter extends Object
| Modifier and Type | Field and Description |
|---|---|
static List<String> |
omittedPropertyPrefixes |
| Constructor and Description |
|---|
BackgroundKnowledgeFilter() |
| Modifier and Type | Method and Description |
|---|---|
static List<OntologyNode> |
classFilter(List<OntologyNode> nodes,
boolean filterDuplicates) |
static List<OntologyNode> |
propertiesFilter(List<OntologyNode> nodes,
boolean filterDuplicates) |
static List<Property> |
rdfsFilter(List<Property> properties,
boolean filterDuplicates) |
public static List<OntologyNode> propertiesFilter(List<OntologyNode> nodes, boolean filterDuplicates)
public static List<Property> rdfsFilter(List<Property> properties, boolean filterDuplicates)
public static List<OntologyNode> classFilter(List<OntologyNode> nodes, boolean filterDuplicates)
Copyright © 2019. All rights reserved.