@Path(value="/") public class QualityResource extends Object
| Constructor and Description |
|---|
QualityResource() |
| Modifier and Type | Method and Description |
|---|---|
String |
computeQuality(javax.ws.rs.core.MultivaluedMap<String,String> formParams)
Initiates the calculation of a specificed set of quality metrics on the dataset with the provided URI,
returns as response, a report listing the triple instances violating quality metrics
|
@POST @Path(value="compute_quality") @Produces(value="application/json") public String computeQuality(javax.ws.rs.core.MultivaluedMap<String,String> formParams)
formParams - parameters for the calculation: Dataset = URI of the dataset to evaluate
(a URI should be encoded to avoid unsafe ASCII characters such as '&'),
QualityReportRequired = boolean, should a quality report be generated?,
MetricsConfiguration = JSON-LD specifying the metrics to be calculated (refer to documentation for details)
BaseUri = (Optional) define a base URI to the dataset when dataset dumps are split into more than one file/locationCopyright © 2015 Enterprise Information Systems - University of Bonn. All rights reserved.