-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
So far we relied on users providing an N-Triples file as input which limits tripsu's flexibility since there are many popular RDF formats around such as Turtle and Trig (to name a few).
With sophia we can provide an intermediate parsing step turning any input into NTriples on the fly and stream it to the current tripsu flow.
We can use the currently supported parsers to define a match statement on the input file's extension OR an extension provided with a command line argument.
In practice:
- If the input has a filename, we check the extension to see how to handle it
- If the input is via stdin we require a flag to indicate the input format
- If the filename has an unknown or no extension, throw an error
- If the stdin is provided with no flag, throw an error
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels