Package org.aksw.jenax.arq.aggregation
Class LiteralPreference
java.lang.Object
org.aksw.jenax.arq.aggregation.LiteralPreference
Configuration object that serves as the base for choosing the best rdf term in object position
from a set of triples.
TODO Add a flag to also match IRIs
- Author:
- raven
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLiteralPreference(List<String> langs, List<org.apache.jena.graph.Node> predicates, boolean preferProperties) -
Method Summary
-
Field Details
-
langs
-
predicates
-
preferProperties
protected boolean preferProperties
-
-
Constructor Details
-
LiteralPreference
-
-
Method Details
-
getLangs
-
getPredicates
-
isPreferProperties
public boolean isPreferProperties()
-