rdf4h icon indicating copy to clipboard operation
rdf4h copied to clipboard

rdf4h is a library for working with RDF in Haskell

Results 25 rdf4h issues
Sort by recently updated
recently updated
newest added

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...

question

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?

enhancement

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...