package rdf

  1. Overview
  2. Docs

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

val test_manifest : Iri.t

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

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

The class of manifests

val c_ManifestEntry : Iri.t

One entry in rdf:type list of entries

val 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 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 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 c_Notable : Iri.t

Requirements for a particular test

val 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 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 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 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 c_Requirement : Iri.t

Requirements for a particular test

val c_ResultCardinality : Iri.t

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

val c_TestStatus : Iri.t

Statuses a test can have

val c_UpdateEvaluationTest : Iri.t

The class of all SPARQL 1.1 Update evaluation tests

val action : Iri.t

Action to perform

val entries : Iri.t

Connects the manifest resource to rdf:type list of entries

val include_ : Iri.t

Connects the manifest resource to rdf:type list of manifests

val name : Iri.t

Optional name of this entry

val notable : Iri.t

Notable feature of this test (advisory)

val requires : Iri.t

Required functionality for execution of this test

val result : Iri.t

The expected outcome

val resultCardinality : Iri.t

Specifies whether passing the test requires strict or lax cardinality adherence

val status : Iri.t

The test status

module Open : sig ... end
class from : ?sub:Term.term -> Graph.graph -> object ... end