package rdf

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Rdf.NqSource

Reading and writing N-quads.

Sourcetype error =
  1. | Parse_error of Loc.loc * string
Sourceexception Error of error
Sourceval string_of_error : error -> string
Sourceval from_string : Ds.dataset -> string -> unit

Input dataset from string. Base IRI is the default graph name.

Sourceval from_file : Ds.dataset -> string -> unit

Same as from_string but read from the given file.

Sourceval to_string : Ds.dataset -> string
Sourceval graph_to_string : Graph.graph -> string
Sourceval to_file : Ds.dataset -> string -> unit
Sourceval graph_to_file : Graph.graph -> string -> unit
OCaml

Innovation. Community. Security.