Tabulator Test Harness
https://linkeddata.github.io/rdflib.js/test/index.htmlNote: Run this in Firefox+tabulator as chrome://tabulator/content/js/rdf/test/index.html
Run this from GITHUB as https://linkeddata.github.io/rdflib.js/test/index.html
TC0000: URI reference resolution (...)
Purpose: Tests URI reference resolution with base/relative/absolute form of URIs.
See also: Reference Resolution in RFC3986
Test: View |
TC0001: Basic RDF terms (...)
Purpose: Tests basic RDF terms such as nodes, literals, and statements.
See also: RDF concepts
Test: View |
TC0002: Term Matching (...)
TC0003: Identity (...)
Purpose: Tests identity of entities (equals, IFPs, functional properties)
See also: owl:sameAs and IFP
Test: View |
TC0004: RDF/XML parsing (...)
Purpose: Tests parsing of RDF/XML documents
See also: RDF/XML Syntax Specification (Revised)
Test: View |
TC0005: Testing x.toNT() and $rdf.fromNT() functions - Basic (...)
Purpose: This tests the internal serialization used to make hashez and now used in the SPARQL code to actually serialize SPARQL. If you take a valid term serialization s then $rdf.fromNT().toNT() should be s.
See also:
Test: View |
TC0006: Testing the substitute method on terms
Purpose: Substitution of variables into a term is recurive into the parts of a statement, the elements of a list, and the statements in a formula. We need to test that the recursion works as well as that the basic subsitution of a variable works at the top level.
See also:
Test: View |