rdf4h
rdf4h copied to clipboard
rdf4h is a library for working with RDF in Haskell
ping @wismill Where are `IRIError` and `SchemaError` used? I would've thought that the left value for the following functions: ``` mkIRI :: Text -> Either String IRI parseIRI :: Text...
Is there any thought to adding support for [JSON-LD](http://json-ld.org/)? If no, any interest in pull requests that attempt to add rudimentary support?
In an application I produce and read triples (mostly for error tracking) and found that `Triple` is automatically instantiated for Show but not for Read. Is this intentional? Changing the...
the documentation gives the impression that the conversion from triples to an rdf (eg. TripleGraph) will handle the prefixes which are defined in the namespace. in my tests (and my...
I don't understand some of the `same` definitions for the property test cases for select*. E.g. two triples `t1` and `t2` are apparently the same for `p_select_match_spo` in ``` same...