You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,7 @@ This repository provides mappings between [eForms SDK](https://github.com/OP-TED
16
16
The artefacts provided in this repository are used by the [TED-SWS system](https://docs.ted.europa.eu/ODS/latest/index.html). They are provided in the [mappings](./mappings) folder and are organised in packages called [Mapping Suites](https://docs.ted.europa.eu/ODS/latest/mapping_eforms/package_structure.html).
17
17
18
18
This project is under development. The current scope of this project includes the mapping of:
19
-
- all **Competition Notices (CNs)**, including **eForms subtypes 10-24** according to **eForms SDK versions 1.3 to 1.10**
20
-
-**Contract Award Notices (CANs)** of **eForms subtype 29** according to **eForms SDK versions 1.3 to 1.1**0, **_excluding_** the information **encoded in privacy fields** (represented by BT IDs `BT-195`, `BT-196`, `BT-197` and `BT-198`), and those that are **masked by such privacy fields**
19
+
- all notice subtypes except X01 and X02, according to **eForms SDK versions 1.3 to 1.13**0, **_excluding_** the information **encoded in privacy fields** (represented by BT IDs `BT-195`, `BT-196`, `BT-197` and `BT-198`)
21
20
22
21
The official documentation of this project [is available here](http://docs.ted.europa.eu/ted-rdf-mapping-eforms/index.html) and will be integrated into the [TED Semantic Web Service Project Documentation](https://docs.ted.europa.eu/ODS/latest/).
23
22
@@ -26,12 +25,13 @@ The official documentation of this project [is available here](http://docs.ted.e
26
25
Users need only to install the following external software tools, libraries
27
26
and/or runtimes if developing and testing the RML mapping:
28
27
29
-
- Java 11+ (tested up to 17)
28
+
- Java 11+ (tested up to 21)
30
29
- RMLMapper-Java==v6.2.2
31
30
32
-
RMLMapper is currently tied to v6.2.2 because of an [issue with conditional
RMLMapper is currently tied to v6.2.2 because of an
32
+
[issue with conditional
33
+
instantiation](https://github.com/RMLio/rmlmapper-java/issues/236) (which was later
34
+
[fixed](https://github.com/RMLio/rmlmapper-java/blob/144f9b4cb1ca3c7174f9453f28ec626996c19020/CHANGELOG.md)) and incompatibility of our rules with later versions.
https://github.com/RMLio/rmlmapper-java/blob/144f9b4cb1ca3c7174f9453f28ec626996c19020/CHANGELOG.md[fixed]) and incompatibility of our rules with later versions.
21
20
22
21
== Toolchain
23
22
@@ -45,12 +44,12 @@ as `source.xml`, under `mappings/$PACKAGE_FOLDER`:
0 commit comments