YAML-LD on Ruby Distiller

I’ve updated my distiller [1] with provisional support for YAML-LD. This only handles the basic/JSON profile for now, until more progress is made on that.

To try it, select “yamlld” as either or both the format and output-format drop-downs. It should show you the various JSON-LD/YAML-LD API calls, in addition to those centered around RDF.

You should be able to use YAML-LD for input, expandedContext, context, and frame tags. If you use a URL, it should select the appropriate parser for handling the input, but as JSON is a subset of YAML, you can put a JSON-LD context or frame in any of those text areas as well as YAML.

See the YAML_LD repo [2] for code or issues.

Gregg Kellogg
gregg@greggkellogg.net

[1] http://rdf.greggkellogg.net/distiller?command=serialize&format=yamlld&output_format=yamlld
[2] https://github.com/ruby-rdf/yaml-ld

Received on Monday, 8 August 2022 23:48:09 UTC