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