package rdf

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Test_manifest.OpenSource

Sourceval test_manifest_c_Manifest : Iri.t

The class of manifests

Sourceval test_manifest_c_ManifestEntry : Iri.t

One entry in rdf:type list of entries

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

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

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

Sourceval test_manifest_c_Notable : Iri.t

Requirements for a particular test

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

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

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

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

Sourceval test_manifest_c_Requirement : Iri.t

Requirements for a particular test

Sourceval test_manifest_c_ResultCardinality : Iri.t

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

Sourceval test_manifest_c_TestStatus : Iri.t

Statuses a test can have

Sourceval test_manifest_c_UpdateEvaluationTest : Iri.t

The class of all SPARQL 1.1 Update evaluation tests

Sourceval test_manifest_action : Iri.t

Action to perform

Sourceval test_manifest_entries : Iri.t

Connects the manifest resource to rdf:type list of entries

Sourceval test_manifest_include : Iri.t

Connects the manifest resource to rdf:type list of manifests

Sourceval test_manifest_name : Iri.t

Optional name of this entry

Sourceval test_manifest_notable : Iri.t

Notable feature of this test (advisory)

Sourceval test_manifest_requires : Iri.t

Required functionality for execution of this test

Sourceval test_manifest_result : Iri.t

The expected outcome

Sourceval test_manifest_resultCardinality : Iri.t

Specifies whether passing the test requires strict or lax cardinality adherence

Sourceval test_manifest_status : Iri.t

The test status