european-commission-empl / European-Learning-Model

Data Model for the Europass Digital Credentials Infrastructure
European Union Public License 1.2
47 stars 22 forks source link

[JSON-LD context] add "image" and "page" terms #74

Open Esayos opened 1 year ago

Esayos commented 1 year ago

Add "image" and "page" terms to the JSON-LD context, find below a proposal:

   "image" : {
    "@id" : "elm:image",
        "@type" : "@id"
},

"page" : {
    "@id": "elm:page",
        "@type" : "xsd:positiveInteger"
},