org.dbpedia

validation

package validation

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. validation
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class AdvancedJenaModel extends AnyRef

  2. type IRI = String

  3. case class ReduceScore(cntAll: Long, cntTrigger: Long, cntValid: Long) extends Product with Serializable

  4. case class SPO(s: String, p: String, o: String) extends Product with Serializable

  5. case class TableRow(errorRate: Float, prevalence: Long, errors: Long, approach: String, trigger: String) extends Product with Serializable

  6. case class TestReport(cnt: Long, coverage: Long, prevalence: Array[Long], succeded: Array[Long]) extends Product with Serializable

  7. type TriggerIRI = String

  8. case class ValidationConfig(pathToFlatTurtleFile: String = null, pathToTestCaseFile: Seq[String] = null) extends Product with Serializable

  9. type ValidatorIRI = String

Value Members

  1. object ReportVocab

  2. object Tabulator

  3. object TestCaseImpl

  4. object TestSuiteFactory

  5. object TestSuiteImpl

  6. object TriggerImpl

  7. object ValidationExecutor

  8. object ValidationLauncher

    Basic Usage: cd core/ && mvn scala:run -Dlauncher=iriTest -DaddArgs="-t|pathToTestFile|pathToFlatTurtleFile" pathToTestFile Path to rdf test case file pathToFlatTurtleFile Any un/compressed flatTurtle/NT-Triples file.

    Basic Usage: cd core/ && mvn scala:run -Dlauncher=iriTest -DaddArgs="-t|pathToTestFile|pathToFlatTurtleFile" pathToTestFile Path to rdf test case file pathToFlatTurtleFile Any un/compressed flatTurtle/NT-Triples file. Wildcard possible (e.g dir/\*.ttl.bz2) Adjust memory (launcher Xmx arg) accordingly inside pom. Higher is better. Handling LogLevel by using core/src/main/resources/template.log4j.properties

  9. def buildModReport(label: String, testReport: TestReport, triggerCollection: Array[Trigger], testApproachCollection: Array[TestApproach]): (String, Float)

  10. def buildRDFReport(label: String, testReport: TestReport, triggerCollection: Array[Trigger], testApproachCollection: Array[TestApproach]): Unit

  11. def buildTableReport(label: String, testReport: TestReport, triggerCollection: Array[Trigger], testApproachCollection: Array[TestApproach]): Unit

  12. def iriTriggerQueryStr(): String

  13. def iriValidatorQueryStr(): String

  14. def literalTriggerQueryStr(): String

  15. def literalValidatorQueryStr(): String

  16. def oneOfVocabQueryStr: String

  17. def testGeneratorQueryStr: String

  18. def triggeredValidatorsQueryStr(triggerIri: String, isBlank: Boolean): String

Inherited from AnyRef

Inherited from Any

Ungrouped