summaryrefslogtreecommitdiff
path: root/Text/Pandoc/Readers/RDF.hs
AgeCommit message (Collapse)Author
2018-02-23Get rid of DeepSeqdefanor
That was a hacky fix, now it's fixed in the redland bindings.
2018-02-23Force the triples with deepseqdefanor
Not quite sure if it's the proper fix, but appears to fix an occasional segfault on RDF reading.
2018-02-23Extract labels in English language specificallydefanor
Would be better to make it locale-dependent, but since there's no internationalization yet anyway, defaulting to English. If no language is specified, assuming it's English.
2018-02-23Set link identifiers in RDF documents properlydefanor
2018-02-23Render RDF documents compactlydefanor
Omit repeating subjects and predicates.
2018-02-22RDF: avoid an unnecessary querydefanor
2018-02-21Use Redland bindings instead of rdf4hdefanor
It's faster, includes a proper triple store with querying, and generally should be more useful.
2018-01-23Add initial RDF supportdefanor
With two types of caching: file-based for retrieved documents, and memory-based for predicate labels extracted from those.