Replies: 7 comments
-
|
You might consider W3C CSVW, if you only want column names / data types |
Beta Was this translation helpful? Give feedback.
-
|
CSVW doesn't support annotating columns with class/type. I have a drafted an extension to CSVW here: https://catalog.caida.org/paper/2023_annotated_schema . Which supports the table diagramed above. I would be love feedback. |
Beta Was this translation helpful? Give feedback.
-
|
if I understand you correctly, CSVW's notion of virtual columns will let you add entity types. For example, this config maps columns into a few types, and adds virtual columns with the typing information. You might also be interested in https://tarql.github.io/ and the tmcf format as used at datacommons.org |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
It's a long time since I was immersed in the details, but one thing to say is that for CSVW (and many other) table-to-graph tools, there will usually be transformations that aren't possible (such as concat'ing strings, or conditionals). You might find SPARQL 1.1 adds enough here for you, eg. to apply SPARQL constructs downstream of the CSVW RDF transform, or by approaches like TARQL above. |
Beta Was this translation helpful? Give feedback.
-
|
I looked into SPARQL, it adds to much complexity. We have a hard enough time getting grad & undergrads to annotated their datasets as it is. |
Beta Was this translation helpful? Give feedback.
-
|
Maybe RML can be used? See https://rml.io/ |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
I would like to add structured data for our dataset's column headers. What is the current state of https://lists.w3.org/Archives/Public/public-vocabs/2013Aug/att-0033/Lookinginsidetables.html?
Beta Was this translation helpful? Give feedback.
All reactions