Some CSV-specific specs are here...
https://www.w3.org/blog/news/archives/5232?pk_campaign=feed&pk_kwd=csv-on-the-web-recommendations-published
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emai
On Sun, 2016-11-27 at 01:46 -0800, Johann Höchtl wrote:
> Is there a standard to perform IRIs encoding? Would URL-encoding the
> read
> part be acceptable and interoperable?
There is a published grammar for RDF, which defines the IRI grammar
used. This can be used to write a parser. An example o
I am relatively new to RDF. I plan to use
https://github.com/knakk/rdf
to serialize data I read from CSV
Of course it fails to encode invalid IRIs like "example.com/A + B" where I
read the information "A + B" from a CSV file.
Is there a standard to perform IRIs encoding? Would URL-encoding the