Vocabulary definitions from file:data/testOntology.rdf
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PropertyContains a reference to the minutes of the WG meeting where the test case status was last changed.static final PropertyA conclusion document of an entailment.static final PropertyA human-readable summary of the test case.static final PropertyContains a pointer to other discussion surrounding this test case or the associated issue.static final PropertyA test case document for a miscellaneous test.static final PropertyThe rules for determining entailment - presently RDF alone or RDF and RDFS; in addition, the requirement for datatype support machinery can be indicated.static final PropertyA test case input document.static final PropertyContains a pointer to the associated issue, such as is listed on the RDF Core WG Tracking document.static final ResourceThis manifest entry is used to describe test cases that do not fall into one of the categories.static final ResourceThe namespace of the vocabalary as a resourcestatic final ResourceThese tests consist of one or more premise documents, and a consequent document.static final ResourceThese tests consist of one input document.static final StringThe namespace of the vocabalary as a string ("http://www.w3.org/2000/10/rdf-tests/rdfcore/testSchema#")static final Resourcestatic final PropertyA test case output documentstatic final ResourceThese tests are specified by one or more premise documents (in RDF/XML or N-Triples) together with a single conclusion document.static final ResourceThese tests consist of one (or more) input documents in RDF/XML as revised.static final PropertyA premise document of an entailment.static final Resourcestatic final PropertyIndicates the status of the test within a process, such as the RDF Core WG process.static final PropertyIndicates that while the test should pass, it may generate a warning. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NS
The namespace of the vocabalary as a string ("http://www.w3.org/2000/10/rdf-tests/rdfcore/testSchema#")
- See Also:
-
NAMESPACE
The namespace of the vocabalary as a resource
-
approval
Contains a reference to the minutes of the WG meeting where the test case status was last changed.
-
description
A human-readable summary of the test case.
-
discussion
Contains a pointer to other discussion surrounding this test case or the associated issue.
-
entailmentRules
The rules for determining entailment - presently RDF alone or RDF and RDFS; in addition, the requirement for datatype support machinery can be indicated.
-
inputDocument
A test case input document.
-
issue
Contains a pointer to the associated issue, such as is listed on the RDF Core WG Tracking document.
-
outputDocument
A test case output document
-
status
Indicates the status of the test within a process, such as the RDF Core WG process.
-
warning
Indicates that while the test should pass, it may generate a warning.
-
premiseDocument
A premise document of an entailment.
-
conclusionDocument
A conclusion document of an entailment.
-
document
A test case document for a miscellaneous test.
-
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.
-
NT_Document
-
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.
-
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.
-
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.
-
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.
-
RDF_XML_Document
-
-
Constructor Details
-
RDFTest
public RDFTest()
-
-
Method Details
-
getURI
The namespace of the vocabalary as a string
- See Also:
-