From 00c90259d409ab00b4e046dfc7c97213d1683c70 Mon Sep 17 00:00:00 2001 From: anthonycamilleri Date: Mon, 22 Apr 2024 10:03:31 +0200 Subject: [PATCH 1/2] Addition of ELM-Linked Standards Addition of all evidence, vc-extension and securint mechanisms used in the European Digital Credentials for Learning. --- specifications/european-digital-credentials.json | 10 ++++++++++ specifications/european-learning-model-evidence.json | 9 +++++++++ specifications/jades.json | 9 +++++++++ 3 files changed, 28 insertions(+) create mode 100644 specifications/european-digital-credentials.json create mode 100644 specifications/european-learning-model-evidence.json create mode 100644 specifications/jades.json diff --git a/specifications/european-digital-credentials.json b/specifications/european-digital-credentials.json new file mode 100644 index 0000000..8409eac --- /dev/null +++ b/specifications/european-digital-credentials.json @@ -0,0 +1,10 @@ +{ + "name": "European Digital Credentials for Learning", + "summary": "Application profile of the European Learning Model v2, specifying implementation of Digital Credentials as Verifiable Credentials.", + "specification": "https://europa.eu/europass/elm-browser/documentation/rdf/ap/edc/documentation/edc-generic-no-cv.html", + "category": "vc", + "maintainerEmail": "EMPL-ELM-SUPPORT@ec.europa.eu", + "maintainerName": "European Commission", + "maintainerWebsite": "https://ec.europa.eu", + "vocabulary": ["http://data.europa.eu/snb/model/context/edc-ap"] +} diff --git a/specifications/european-learning-model-evidence.json b/specifications/european-learning-model-evidence.json new file mode 100644 index 0000000..95fe82d --- /dev/null +++ b/specifications/european-learning-model-evidence.json @@ -0,0 +1,9 @@ +{ + "name": "European Learning Model Evidence Extension", + "summary": "Evidence Class in the European Learning Model used to link evidence of permission to issue due to mandate or accreditation.", + "specification": "https://europa.eu/europass/elm-browser/documentation/rdf/ap/edc/documentation/edc-generic-no-cv.html", + "category": "evidence", + "maintainerEmail": "EMPL-ELM-SUPPORT@ec.europa.eu", + "maintainerName": "European Commission", + "maintainerWebsite": "https://ec.europa.eu" +} diff --git a/specifications/jades.json b/specifications/jades.json new file mode 100644 index 0000000..d6a3e82 --- /dev/null +++ b/specifications/jades.json @@ -0,0 +1,9 @@ +{ + "name": "JAdES", + "summary": "Specification for JAdES digital signatures, specifying signatures methods under baselines B, T, LT and LTA. These signature specifications have legal validity across the European Union as per the eIDAS directive, are in use by the European Digital Credentials for Learning, and the European Blockchain Services Infrastructure.", + "specification": "https://www.etsi.org/deliver/etsi_ts/119100_119199/11918201/01.01.01_60/ts_11918201v010101p.pdf", + "category": "securing", + "maintainerEmail": "EMPL-ELM-SUPPORT@ec.europa.eu", + "maintainerName": "European Commission", + "maintainerWebsite": "https://www.etsi.org/" +} From bdee4fd679e2cde285b02d72057831b888a820ce Mon Sep 17 00:00:00 2001 From: anthonycamilleri Date: Tue, 23 Apr 2024 09:54:42 +0200 Subject: [PATCH 2/2] Update specifications/jades.json Co-authored-by: Ted Thibodeau Jr --- specifications/jades.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specifications/jades.json b/specifications/jades.json index d6a3e82..17c887f 100644 --- a/specifications/jades.json +++ b/specifications/jades.json @@ -1,6 +1,6 @@ { "name": "JAdES", - "summary": "Specification for JAdES digital signatures, specifying signatures methods under baselines B, T, LT and LTA. These signature specifications have legal validity across the European Union as per the eIDAS directive, are in use by the European Digital Credentials for Learning, and the European Blockchain Services Infrastructure.", + "summary": "Specification for JAdES digital signatures, specifying signatures methods under baselines B, T, LT, and LTA. These signature specifications have legal validity across the European Union as per the eIDAS directive. They are in use by the European Digital Credentials for Learning and the European Blockchain Services Infrastructure.", "specification": "https://www.etsi.org/deliver/etsi_ts/119100_119199/11918201/01.01.01_60/ts_11918201v010101p.pdf", "category": "securing", "maintainerEmail": "EMPL-ELM-SUPPORT@ec.europa.eu",