package rdf

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

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-rdf-0.14.0.tar.gz
md5=430a2d24537cac2d48b0c5f5a51794b8
sha512=8f6d0416477890716bf7e9179fca971fc55b0f0cb75972d0d485cb8700361f4fba627a512f123615ef722bdaa5e694ccf84d58497d238067b94269ab99c48264

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.