simphony / simphony-osp

A framework that aims to achieve interoperability between software such as simulation engines, databases and data repositories using a knowledge graph as the common language.
https://simphony.readthedocs.io
Other
16 stars 12 forks source link

Semantic Tables #267

Open pablo-de-andres opened 4 years ago

pablo-de-andres commented 4 years ago

In GitLab by @yoavnash on Mar 10, 2020, 10:35

Instead of keep writing scripts that translate tables to CUDS objects, how about we expose to the user tables that already encode the semantic information? This can also be used to create online tables similar to Google Sheets.

Related to #235

Relevant links:

pablo-de-andres commented 4 years ago

In GitLab by @yoavnash on Mar 10, 2020, 10:54

changed the description

pablo-de-andres commented 4 years ago

In GitLab by @urbanmatthias on Mar 11, 2020, 09:26

Both RML and R2RML are mainly for conversion data from some source (SQL, CSV, etc) to RDF. They do not offer the inverse.

To transform RDF to tables, SPARQL queries could be used.

pablo-de-andres commented 4 years ago

In GitLab by @urbanmatthias on Mar 17, 2020, 17:34

http://docs.openlinksw.com/virtuoso/virtuososponger/

pablo-de-andres commented 4 years ago

In GitLab by @urbanmatthias on Apr 3, 2020, 08:45

We should also offer a CSV export for the tables