public class QPRO extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.hp.hpl.jena.rdf.model.Property |
computedOn
Represents the dataset URI on which quality metrics where computed
|
static com.hp.hpl.jena.rdf.model.Resource |
Exception
Represents an Exception that causes the dataset to have Quality Problems.
|
static com.hp.hpl.jena.rdf.model.Property |
exceptionDescription
Describes a particular exception raised by the Resource or Triple in question,
causing a quality problem
|
static com.hp.hpl.jena.rdf.model.Property |
hasProblem
Identifies problem instances in the report
|
static com.hp.hpl.jena.rdf.model.Property |
inGraph
This property enables the reification of quads by creating a new property
to define the context of a triple statement.
|
static com.hp.hpl.jena.rdf.model.Property |
isDescribedBy
Represent the URI of the metric which instantiated this problem
|
static com.hp.hpl.jena.rdf.model.Resource |
NAMESPACE
The namespace of the vocabulary as a resource
|
static String |
NS
The namespace of the vocabulary as a string
|
static com.hp.hpl.jena.rdf.model.Property |
problematicThing
Represent the actual problematic instance from the dataset.
|
static com.hp.hpl.jena.rdf.model.Resource |
QualityProblem
Represents a quality problem detected during the assessment of quality metrics
on triples.
|
static com.hp.hpl.jena.rdf.model.Resource |
QualityReport
Represents a report on the problems detected during the assessment of quality
on a dataset.
|
| Constructor and Description |
|---|
QPRO() |
public static final String NS
The namespace of the vocabulary as a string
public static final com.hp.hpl.jena.rdf.model.Resource NAMESPACE
The namespace of the vocabulary as a resource
public static final com.hp.hpl.jena.rdf.model.Property computedOn
Represents the dataset URI on which quality metrics where computed
public static final com.hp.hpl.jena.rdf.model.Property exceptionDescription
Describes a particular exception raised by the Resource or Triple in question, causing a quality problem
public static final com.hp.hpl.jena.rdf.model.Property hasProblem
Identifies problem instances in the report
public static final com.hp.hpl.jena.rdf.model.Property inGraph
This property enables the reification of quads by creating a new property to define the context of a triple statement.
public static final com.hp.hpl.jena.rdf.model.Property isDescribedBy
Represent the URI of the metric which instantiated this problem
public static final com.hp.hpl.jena.rdf.model.Property problematicThing
Represent the actual problematic instance from the dataset. This could be a list of resources (rdf:Seq), a list of reified statements, or a model representing a list of statements.
public static final com.hp.hpl.jena.rdf.model.Resource Exception
Represents an Exception that causes the dataset to have Quality Problems. This is an abstract class
public static final com.hp.hpl.jena.rdf.model.Resource QualityProblem
Represents a quality problem detected during the assessment of quality metrics on triples.
public static final com.hp.hpl.jena.rdf.model.Resource QualityReport
Represents a report on the problems detected during the assessment of quality on a dataset.
Copyright © 2015 Enterprise Information Systems - University of Bonn. All rights reserved.