package rdf

  1. Overview
  2. Docs
OCaml library to manipulate RDF graphs; implements SPARQL

Install

dune-project
 Dependency

Authors

Maintainers

Sources

ocaml-rdf-1.1.0.tar.bz2
md5=fdca8ab06da34d9d76fe273f654ec6a1
sha512=fff3ad6cb5978e43ac3c509cc25a01d16be6e21b04df607e0595ec0e7226ba7b6e4e2ec86bbeae4aa3d6a181fa399c7c00a4b1c788ddc98486f5c8badf8867f7

doc/rdf/Rdf/Test_manifest/index.html

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