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

[EDC - JSON-ld context] geographicName is a rdf:langString in SHACL but defined as string in jsonld context #86

Open rdolcetr opened 1 year ago

rdolcetr commented 1 year ago

geographicName term definition should be updated from

"geographicName": { "@id": "elm:geographicName", "@type":"xsd:string" },

to

"geographicName": { "@id": "elm:geographicName", "@container": "@language" }