Gregg Kellogg
Gregg Kellogg
My implementation needed to use a lower-level parser that just transforms YAML to the [Representation Graph](https://yaml.org/spec/1.2.2/#321-representation-graph) without further interpretation. In Ruby Psych, this is done via [Psych.parse_stream](https://ruby-doc.org/stdlib-2.6.3/libdoc/psych/rdoc/Psych.html#method-c-parse_stream). That level shouldn't...
[Discussed at TPAC F2F](https://json-ld.org/minutes/2022-09-12/#238)
This was discussed on [2022-09-28](https://json-ld.org/minutes/2022-09-28/#16). Pierre-Antoine Champin: The devil is in the details, and in the bnodes :-D ✪ Vladimir Alexiev: I think we should use YAML tags in the...
Sorry, must have been unfenced on IRC. I’ll fix them later
Well, I handle the irc log to HTML for these minutes, which were inserted here. Perhaps could detect some bare keywords, but you’re right that the result in the comment...
> Thank you for pointing this out. This approach is also known as: > > * [NDJSON](http://ndjson.org/) > * Which is forked from [JSON Lines](https://jsonlines.org/), often abbreviated as [JSONL](https://stackoverflow.com/questions/38915183/python-conversion-from-json-to-jsonl). Note...
> @anatoly-scherbakov I think we can say > > > This spec does not mandate a way to convert multi-document YAML Streams to a specific format such as json-seq. >...
Named Graphs are often used to describe the content of some particular [RDF source](https://www.w3.org/TR/rdf11-concepts/#dfn-rdf-source), particularly when used in SPARQL. That is why I said that the closet analog to multiple...
If you click on the "TriG" tab, you'll see it in RDF. It contains two anonymous graphs: ``` @prefix foaf: . @prefix prov: . @prefix rdf: . @prefix xsd: ....
Yes (you can try it in my [distiller](http://rdf.greggkellogg.net/distiller?command=serialize&format=yamlld&output_format=trig)), but I needed to quote the datetime value.