weso / hermes

A ShExCSV to ShExC Translator.
MIT License
0 stars 1 forks source link

Use cases definition #2

Closed thewillyhuman closed 3 years ago

thewillyhuman commented 3 years ago

This thread is offered to create and discuss the most expected use cases of the hermes translation system.

The objective of this project is to allow translation from a tabular format like CSV to ShEx Compact Syntax. For this, the input format is structured as follows.

1) CSV file with the list of prefixes that the shapes will use. 2) List of CSV files with shape expressions. Each CSV represents the triple constraints of a single shape.

thewillyhuman commented 3 years ago

Use case 1: As a user I want to generate an string containing the equivalent ShExC syntax representation of all the input data. Use case 2: As a user I want to generate a file containing the equivalent ShExC syntax representation of all the input data.

hermes - Página 3