CSVW RDF Convertor - Documentation
    Preparing search index...
    • Converts RDF data to CSVW format, including both table streams and descriptor. This is the main entry point for RDF to CSVW conversion operations.

      Parameters

      • rdf: Stream<Quad>

        A stream of RDF quads to be converted to CSVW format.

      • Optionaloptions: Rdf2CsvOptions

        Optional conversion options including descriptor and other settings.

      Returns AsyncIterable<CsvwResultItem>

      Iterable of rows belonging to the various CSVW tables.