Module Rdf.Test_manifestSource

Elements of http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#

Sourceval test_manifest : Iri.t

http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#

Sourceval test_manifest_ : string -> Iri.t
Sourceval c_Manifest : Iri.t

The class of manifests

Sourceval c_ManifestEntry : Iri.t

One entry in rdf:type list of entries

Sourceval 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.

Sourceval 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.

Sourceval 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.

Sourceval c_Notable : Iri.t

Requirements for a particular test

Sourceval 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.

Sourceval 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.

Sourceval 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.

Sourceval 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.

Sourceval c_Requirement : Iri.t

Requirements for a particular test

Sourceval c_ResultCardinality : Iri.t

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

Sourceval c_TestStatus : Iri.t

Statuses a test can have

Sourceval c_UpdateEvaluationTest : Iri.t

The class of all SPARQL 1.1 Update evaluation tests

Sourceval action : Iri.t

Action to perform

Sourceval entries : Iri.t

Connects the manifest resource to rdf:type list of entries

Sourceval include_ : Iri.t

Connects the manifest resource to rdf:type list of manifests

Sourceval name : Iri.t

Optional name of this entry

Sourceval notable : Iri.t

Notable feature of this test (advisory)

Sourceval requires : Iri.t

Required functionality for execution of this test

Sourceval result : Iri.t

The expected outcome

Sourceval resultCardinality : Iri.t

Specifies whether passing the test requires strict or lax cardinality adherence

Sourceval status : Iri.t

The test status

Sourcemodule Open : sig ... end
Sourceclass from : ?sub:Term.term -> Graph.graph -> object ... end