|
|
|
|
|
by audionerd
2367 days ago
|
|
> the square brackets syntax with the RDF data Can you give an example? I picked the current Turtle syntax because it seemed like the least line noise, and hopefully easy for contributors to understand. I would like to learn more about RDF. I don’t know if it was the right choice for this project to be honest though, I might end up switching to JSON. |
|
I recommend not using the example.org namespace, but instead using your own. You could use the minimidi.world domain name, or, if you prefer, use a UUID (in lowercase, with "urn:uuid:" before, and "#" after).
However, for the kind of data you have, it does seem like JSON or TSV would probably do better, since it does not need the features of RDF (and the SQLite command-line shell supports both JSON and TSV (and with extensions, also RDF, but JSON and TSV are built-in)). The stuff I wrote above may still be useful if you find RDF useful for something else, though.