package rdf

  1. Overview
  2. Docs
val test_manifest_c_Manifest : Iri.t

The class of manifests

val test_manifest_c_ManifestEntry : Iri.t

One entry in rdf:type list of entries

val test_manifest_c_NegativeSyntaxTest : Iri.t

A type of test specifically for syntax testing. Syntax tests are not required to have an associated result, only an action. Negative syntax tests are tests of which the result should be a parser error.

val test_manifest_c_NegativeSyntaxTest11 : Iri.t

A type of test specifically for syntax testing of new features in the SPARQL1.1 Query Language. Syntax tests are not required to have an associated result, only an action. Negative syntax tests are tests of which the result should be a parser error.

val test_manifest_c_NegativeUpdateSyntaxTest11 : Iri.t

A type of test specifically for syntax testing of SPARQL1.1 Update. Syntax tests are not required to have an associated result, only an action. Negative syntax tests are tests of which the result should be a parser error.

val test_manifest_c_Notable : Iri.t

Requirements for a particular test

val test_manifest_c_PositiveSyntaxTest : Iri.t

A type of test specifically for syntax testing. Syntax tests are not required to have an associated result, only an action.

val test_manifest_c_PositiveSyntaxTest11 : Iri.t

A type of test specifically for syntax testing of new features in the SPARQL1.1 Query Language. Syntax tests are not required to have an associated result, only an action.

val test_manifest_c_PositiveUpdateSyntaxTest11 : Iri.t

A type of test specifically for syntax testing of SPARQL1.1 Update. Syntax tests are not required to have an associated result, only an action.

val test_manifest_c_QueryEvaluationTest : Iri.t

A type of test specifically for query evaluation testing. Query evaluation tests are required to have an associated input dataset, a query, and an expected output dataset.

val test_manifest_c_Requirement : Iri.t

Requirements for a particular test

val test_manifest_c_ResultCardinality : Iri.t

Potential modes of evaluating a test's results with respect to solution cardinality

val test_manifest_c_TestStatus : Iri.t

Statuses a test can have

val test_manifest_c_UpdateEvaluationTest : Iri.t

The class of all SPARQL 1.1 Update evaluation tests

val test_manifest_action : Iri.t

Action to perform

val test_manifest_entries : Iri.t

Connects the manifest resource to rdf:type list of entries

val test_manifest_include : Iri.t

Connects the manifest resource to rdf:type list of manifests

val test_manifest_name : Iri.t

Optional name of this entry

val test_manifest_notable : Iri.t

Notable feature of this test (advisory)

val test_manifest_requires : Iri.t

Required functionality for execution of this test

val test_manifest_result : Iri.t

The expected outcome

val test_manifest_resultCardinality : Iri.t

Specifies whether passing the test requires strict or lax cardinality adherence

val test_manifest_status : Iri.t

The test status