Does tying YAML-LD to the JSON-LD model mean that it inherits limitations from JSON concerning the scope of the graph structures that can be represented?
Is this more limited than RDF?
Is there a more general ‘YAML-RDF’, of which YAML-LD is a profile?
From: Gregg Kellogg <gregg@greggkellogg.com>
Sent: Wednesday, 30 November, 2022 02:46
To: Miel Vander Sande <miel.vandersande@meemoo.be>
Cc: Joy lix <joylix4112@outlook.com>; public-rdf-dev@w3.org; www-rdf-interest@w3.org
Subject: Re: convert rdf or owl into yaml
The draft YAML-LD spec can be found here: https://json-ld.github.io/yaml-ld/spec/
There are outstanding items, but the CG has reached a pretty stable place with this.
It’s intended to closely align with JSON-LD, so the same algorithms are available, and you can mix and match JSON and YAML formats.
So far, I think mine is the only implementation https://github.com/ruby-rdf/yaml-ld.
Gregg Kellogg
Sent from my iPad
On Nov 29, 2022, at 2:20 AM, Miel Vander Sande <miel.vandersande@meemoo.be<mailto:miel.vandersande@meemoo.be>> wrote:
Hi Joy Lix,
There's something brewing in the JSON-LD group: https://github.com/json-ld/json-ld.org/issues?q=label%3Ayaml-ld+
Best,
Miel
Op di 29 nov. 2022 om 05:29 schreef Joy lix <joylix4112@outlook.com<mailto:joylix4112@outlook.com>>:
Folks, Are there any tools or methods to convert rdf into yaml format files?