jargon-sh / issues

The jargon.sh issue tracker
1 stars 0 forks source link

[JSON-LD Context]: Root `@context` defines namespaces used in the file #12

Closed kshychko closed 1 month ago

kshychko commented 1 month ago

For example for DPP context "dpp" and "xsd" are included


{
    "@context": {
        "dpp": "https://test.uncefact.org/vocabulary/untp/dpp/",
        "xsd": "http://www.w3.org/2001/XMLSchema#",
        "id": "@id",
        "type": "@type",
        "@version": 1.1,
        "ProductPassport": {
            "@id": "dpp:ProductPassport",
            "@type": "@id"
        }
}
kshychko commented 1 month ago

Implemented as a setting: image