package rdf

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

Install

Dune Dependency

Authors

Maintainers

Sources

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

doc/rdf/Rdf/Earl/index.html

Module Rdf.EarlSource

Elements of http://www.w3.org/ns/earl#

Sourceval earl : Iri.t

http://www.w3.org/ns/earl#

Sourceval earl_ : string -> Iri.t
Sourceval c_Assertion : Iri.t

a statement that embodies the results of a test

Sourceval c_Assertor : Iri.t

an entity such as a person, a software tool, an organization, or any other grouping that carries out a test collectively

Sourceval c_CannotTell : Iri.t

the class of outcomes to denote an undetermined outcome

Sourceval c_Fail : Iri.t

the class of outcomes to denote failing a test

Sourceval c_NotApplicable : Iri.t

the class of outcomes to denote the test is not applicable

Sourceval c_NotTested : Iri.t

the class of outcomes to denote the test has not been carried out

Sourceval c_OutcomeValue : Iri.t

a discrete value that describes a resulting condition from carrying out the test

Sourceval c_Pass : Iri.t

the class of outcomes to denote passing a test

Sourceval c_Software : Iri.t

any piece of software such as an authoring tool, browser, or evaluation tool

Sourceval c_TestCase : Iri.t

an atomic test, usually one that is a partial test for a requirement

Sourceval c_TestCriterion : Iri.t

a testable statement, usually one that can be passed or failed

Sourceval c_TestMode : Iri.t

describes how a test was carried out

Sourceval c_TestRequirement : Iri.t

a higher-level requirement that is tested by executing one or more sub-tests

Sourceval c_TestResult : Iri.t

the actual result of performing the test

Sourceval c_TestSubject : Iri.t

the class of things that have been tested against some test criterion

Sourceval assertedBy : Iri.t

assertor of an assertion

Sourceval info : Iri.t

additional warnings or error messages in a human-readable form

Sourceval mainAssertor : Iri.t

assertor that is primarily responsible for performing the test

Sourceval mode : Iri.t

mode in which the test was performed

Sourceval outcome : Iri.t

outcome of performing the test

Sourceval pointer : Iri.t

location within a test subject that are most relevant to a test result

Sourceval result : Iri.t

result of an assertion

Sourceval subject : Iri.t

test subject of an assertion

Sourceval test : Iri.t

test criterion of an assertion

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

Innovation. Community. Security.