public class QualityReport extends Object
src/main/resource/vocabularies/QPRO/QPRO.trig| Modifier and Type | Field and Description |
|---|---|
protected com.hp.hpl.jena.query.Dataset |
dataset |
protected String |
TDB_DIRECTORY |
| Constructor and Description |
|---|
QualityReport() |
| Modifier and Type | Method and Description |
|---|---|
String |
createQualityProblem(com.hp.hpl.jena.rdf.model.Resource metricURI,
ProblemList<?> problemList)
Creates instance triples corresponding to a quality problem
|
com.hp.hpl.jena.rdf.model.Model |
createQualityReport(com.hp.hpl.jena.rdf.model.Resource computedOn,
List<String> problemReportModels)
Create instance triples corresponding towards a Quality Report
|
void |
flush() |
com.hp.hpl.jena.rdf.model.Model |
getProblemReportFromTBD(String problemModelURI) |
List<com.hp.hpl.jena.rdf.model.Resource> |
getProblemURI(com.hp.hpl.jena.rdf.model.Model problemReport)
Returns the URI for a quality problem instance
|
protected String TDB_DIRECTORY
protected com.hp.hpl.jena.query.Dataset dataset
public String createQualityProblem(com.hp.hpl.jena.rdf.model.Resource metricURI, ProblemList<?> problemList)
metricURI - - The metric's instance URIproblemList - - The list of problematic triples found during the assessment of the metricpublic com.hp.hpl.jena.rdf.model.Model createQualityReport(com.hp.hpl.jena.rdf.model.Resource computedOn,
List<String> problemReportModels)
computedOn - - The resource URI of the dataset computed onproblemReport - - A list of quality problem as RDF Jena modelspublic List<com.hp.hpl.jena.rdf.model.Resource> getProblemURI(com.hp.hpl.jena.rdf.model.Model problemReport)
problemReport - - A Problem Report Modelpublic com.hp.hpl.jena.rdf.model.Model getProblemReportFromTBD(String problemModelURI)
public void flush()
Copyright © 2015 Enterprise Information Systems - University of Bonn. All rights reserved.