Limitations
sameTerm
sameTerm has false positives in some known datatypes1 (e.g., xsd:integer), as the literals of known datatype are canonicalized.
For example, in Tentris, sameTerm("1"^^xsd:integer, "01"^^xsd:integer) evaluates to true.
Entailment Regimes
Entailment regimes (e.g., RDFS reasoning) are not supported yet.
Note: Entailment regimes will be supported in version 1.0.
Response Formats
CONSTRUCT and DESCRIBE responses are currently limited to:
- N-Triples (Content-Type:
application/n-triples) - Turtle (Content-Type:
text/turtle) - Json-LD (Content-Type:
application/ld+json, experimental)
Tentris does not currently support:
- RDF/XML (Content-Type:
application/rdf+xml)
Load Formats
Loading RDF data (i.e., SPARQL LOAD, graph store protocol, and tentris load) is limited to:
- N-Triples (Content-Type:
application/n-triples) - Turtle (Content-Type:
text/turtle) - N-Quads (Content-Type:
application/n-quads) - TriG (Content-Type:
application/trig)
Tentris does not currently support
- Json-LD (Content-Type:
application/ld+json) - RDF/XML (Content-Type:
application/rdf+xml)
-
Known datatypes are all
xsdtypes, except forxsd:string,owl:real, andowl:rational↩