jargon-sh / issues

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

[JSON-LD Vocabulary]: `@context` includes schema.org URI #10

Open kshychko opened 1 month ago

kshychko commented 1 month ago
{
    "@context": {
        "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
        "owl": "http://www.w3.org/2002/07/owl#",
        "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
        "schema": "https://schema.org/",
        "DigitalProductPassport": "https://test.uncefact.org/vocabulary/untp/dpp/",
        "unece": "https://vocabulary.uncefact.org/"
    },
    "@graph": []
}