yaml-ld
yaml-ld copied to clipboard
CG specification for YAML-LD and UCR
As a developer, I want to be able to convert JSON-LD documents to YAML-LD by simply serializing the document using any standard YAML library, So that the resulting YAML is...
- RDF uses explicitly tagged literals, in particular lang strings and XSD datatypes, including infinite precision integers and decimals. - JSON carries faithfully strings and small numbers, everything else must...
As an Editor I want a set of different interoperability profiles So that I can select the YAML features that are supported by a YAML-LD implementation ## Note For example...
The YAML examples in the JSON-LD 1.1 spec (e.g., https://github.com/w3c/json-ld-syntax/blob/main/yaml/JSON-Literal-compacted.yaml), do not preserve the JSON serialization of a JSON literal. ```yaml Example 062: JSON Literal-compacted --- "@context": "@version": 1.1 e:...
The so-called "extended" profile of YAML-LD makes use of YAML's tag mechanism to cause values to be interpreted as RDF literals with a datatype coming from the expanded tag (or...
The general work plan adopted on the [August 17th](https://json-ld.org/minutes/2022-08-17/) meeting: * [x] Define limitations on use of YAML Alias Nodes. * Use of aliases limited to the Extended profile. *...
This is very much a draft. I decided to push it however to show how we maybe could visualize RDF graphs.  This image is generated using [Cytoscape](https://js.cytoscape.org/) JS library....
As an information architect. I want a harmonized way of specifying validation (JSON Schema) and semantic binding (JSON-LD context & frames). So that I can reap both benefits for my...
The JSON-LD specification contains a section ["How to Read this Document"](https://www.w3.org/TR/json-ld11/#how-to-read-this-document). That section defines two matters that I think are relevant in this stage of specification development: - The audience...
## Question [BP2](https://json-ld.github.io/yaml-ld/spec/#prebuilt-contexts) While this is reasonable, I think it's not specific to YAML-LD and not related to YAML, and is thus off-topic. > Do not force users to author...