Package com.complexible.common.rdf.rio
Class RDFObfuscator
java.lang.Object
com.complexible.common.rdf.rio.RDFObfuscator
This is a simple utility program to obfuscate the contents of an RDF file. The program will obfuscate all IRIs and
string literals using a message digest algorithm. Bnodes and non-string typed literals are left unchanged. The
obfuscation is guided by a configuration file. Configuration can specify which IRIs and string will be obfuscated by
defining inclusion and exclusion filters.
- Since:
- 2.0
- Version:
- 6.0
- Author:
- Evren Sirin
-
Constructor Summary
ConstructorsConstructorDescriptionRDFObfuscator(String configFile) RDFObfuscator(String configFile, Iterable<Namespace> theNamespaces) -
Method Summary
Modifier and TypeMethodDescriptionobfuscateQuery(String theQuery) obfuscateRule(String theRule) <T extends Value>
TobfuscateValue(T value, com.complexible.common.rdf.rio.RDFObfuscator.FilterPosition pos)
-
Constructor Details
-
Method Details