CSVW RDF Convertor - Documentation
    Preparing search index...
    • Generates a CSVW table schema from RDF data by analyzing the structure and properties. This function infers the appropriate table schema based on the RDF triples provided.

      Parameters

      • rdf: Stream<Quad>

        A stream of RDF quads to analyze for schema inference.

      • Optionaloptions: Rdf2CsvOptions

        Optional conversion options that may affect schema generation.

      Returns Promise<TableGroupSchema>

      Promise resolving to a TableGroupSchema that describes the inferred CSVW structure.