public class QualityReport extends Object
src/main/resource/vocabularies/QPRO/QPRO.trig| Constructor and Description |
|---|
QualityReport() |
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.rdf.model.Model |
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<com.hp.hpl.jena.rdf.model.Model> problemReportModels)
Create instance triples corresponding towards a Quality Report
|
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
|
public com.hp.hpl.jena.rdf.model.Model 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<com.hp.hpl.jena.rdf.model.Model> 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 ModelCopyright © 2015 Enterprise Information Systems - University of Bonn. All rights reserved.