Module

N3

Package
purescript-n3
Repository
wintechis/purescript-n3

#parse Source

parse :: String -> Format -> String -> Aff (Array Quad)

Given a base URI and an RDF serialization format, parses a given string.

#write Source

write :: String -> Format -> Array Quad -> Aff String

Given a base URI and an RDF serialization format, serializes an array of quads.

Modules
N3