CSVW Table Model Diagram

flowchart LR table["Table
Resource"] table --> |"CSVW_Columns"| column table --> |"CSVW_Rows"| row column["Column
Resource"] column --> |"CSVW_Number"| columnNumber["Literal
xsd:integer"] column --> |"CSVW_Titles"| columnTitle["Literal
xsd:string"] row["Row
Resource"] row --> |"CSVW_Cells"| cell row --> |"CSVW_Number"| rowNumber["Literal
xsd:integer"] row --> |"CSVW_Titles"| rowTitle["Literal
xsd:string"] cell["Cell
Resource"] cell --> |"CSVW_Column"| column cell --> |"CSVW_Value"| value value["Any"]