public class RDFTest extends Object
Vocabulary definitions from file:data/testOntology.rdf
Modifier and Type | Field and Description |
---|---|
static Property |
approval
Contains a reference to the minutes of the WG meeting where the test case
status was last changed.
|
static Property |
conclusionDocument
A conclusion document of an entailment.
|
static Property |
description
A human-readable summary of the test case.
|
static Property |
discussion
Contains a pointer to other discussion surrounding this test case or the associated
issue.
|
static Property |
document
A test case document for a miscellaneous test.
|
static Property |
entailmentRules
The rules for determining entailment - presently RDF alone or RDF and RDFS;
in addition, the requirement for datatype support machinery can be indicated.
|
static Property |
inputDocument
A test case input document.
|
static Property |
issue
Contains a pointer to the associated issue, such as is listed on the RDF Core
WG Tracking document.
|
static Resource |
MiscellaneousTest
This manifest entry is used to describe test cases that do not fall into one
of the categories.
|
static Resource |
NAMESPACE
The namespace of the vocabalary as a resource
|
static Resource |
NegativeEntailmentTest
These tests consist of one or more premise documents, and a consequent document.
|
static Resource |
NegativeParserTest
These tests consist of one input document.
|
static String |
NS
The namespace of the vocabalary as a string ("http://www.w3.org/2000/10/rdf-tests/rdfcore/testSchema#")
|
static Resource |
NT_Document |
static Property |
outputDocument
A test case output document
|
static Resource |
PositiveEntailmentTest
These tests are specified by one or more premise documents (in RDF/XML or
N-Triples) together with a single conclusion document.
|
static Resource |
PositiveParserTest
These tests consist of one (or more) input documents in RDF/XML as revised.
|
static Property |
premiseDocument
A premise document of an entailment.
|
static Resource |
RDF_XML_Document |
static Property |
status
Indicates the status of the test within a process, such as the RDF Core WG
process.
|
static Property |
warning
Indicates that while the test should pass, it may generate a warning.
|
Constructor and Description |
---|
RDFTest() |
public static final String NS
The namespace of the vocabalary as a string ("http://www.w3.org/2000/10/rdf-tests/rdfcore/testSchema#")
public static final Resource NAMESPACE
The namespace of the vocabalary as a resource
public static final Property approval
Contains a reference to the minutes of the WG meeting where the test case status was last changed.
public static final Property description
A human-readable summary of the test case.
public static final Property discussion
Contains a pointer to other discussion surrounding this test case or the associated issue.
public static final Property entailmentRules
The rules for determining entailment - presently RDF alone or RDF and RDFS; in addition, the requirement for datatype support machinery can be indicated.
public static final Property inputDocument
A test case input document.
public static final Property issue
Contains a pointer to the associated issue, such as is listed on the RDF Core WG Tracking document.
public static final Property outputDocument
A test case output document
public static final Property status
Indicates the status of the test within a process, such as the RDF Core WG process.
public static final Property warning
Indicates that while the test should pass, it may generate a warning.
public static final Property premiseDocument
A premise document of an entailment.
public static final Property conclusionDocument
A conclusion document of an entailment.
public static final Property document
A test case document for a miscellaneous test.
public static final Resource MiscellaneousTest
This manifest entry is used to describe test cases that do not fall into one of the categories. It may have several associated files, indicated in <test:document> elements.
public static final Resource NT_Document
public static final Resource NegativeEntailmentTest
These tests consist of one or more premise documents, and a consequent document. An inference engine is considered to pass the test if it correctly holds that the expressions in the premise documents do not entail those in the the conclusion document.
public static final Resource NegativeParserTest
These tests consist of one input document. The document is not legal RDF/XML. A parser is considered to pass the test if it correctly holds the input document to be in error.
public static final Resource PositiveEntailmentTest
These tests are specified by one or more premise documents (in RDF/XML or N-Triples) together with a single conclusion document. In addition, the rules used for determining entailment are specified by test:entailmentRules elements.
public static final Resource PositiveParserTest
These tests consist of one (or more) input documents in RDF/XML as revised. The expected result is defined using the N-Triples syntax.
public static final Resource RDF_XML_Document
Licenced under the Apache License, Version 2.0