Skip to content

Commit 39916b1

Browse files
committed
Update project README and usage instructions in docs
1 parent 59c4e9d commit 39916b1

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ This repository provides mappings between [eForms SDK](https://github.com/OP-TED
1616
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).
1717

1818
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`)
2120

2221
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/).
2322

@@ -26,12 +25,13 @@ The official documentation of this project [is available here](http://docs.ted.e
2625
Users need only to install the following external software tools, libraries
2726
and/or runtimes if developing and testing the RML mapping:
2827

29-
- Java 11+ (tested up to 17)
28+
- Java 11+ (tested up to 21)
3029
- RMLMapper-Java==v6.2.2
3130

32-
RMLMapper is currently tied to v6.2.2 because of an [issue with conditional
33-
instantiation](https://github.com/RMLio/rmlmapper-java/issues/236) (currently
34-
fixed but yet unreleased).
31+
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.
3535

3636
## RDF URI Scheme
3737

docs/antora/modules/ROOT/pages/usage.adoc

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@ Below we provide some additional technical information about how these packages
1010
Users need only to install the following external software tools, libraries
1111
and/or runtimes if developing and testing the RML mappings:
1212

13-
- Java 11+ (tested up to 17)
13+
- Java 11+ (tested up to 21)
1414
- RMLMapper-Java==v6.2.2
1515

1616
RMLMapper is currently tied to v6.2.2 because of an
1717
https://github.com/RMLio/rmlmapper-java/issues/236[issue with conditional
18-
instantiation] (currently fixed but
19-
https://github.com/RMLio/rmlmapper-java/blob/144f9b4cb1ca3c7174f9453f28ec626996c19020/CHANGELOG.md[yet
20-
unreleased]).
18+
instantiation] (which was later
19+
https://github.com/RMLio/rmlmapper-java/blob/144f9b4cb1ca3c7174f9453f28ec626996c19020/CHANGELOG.md[fixed]) and incompatibility of our rules with later versions.
2120

2221
== Toolchain
2322

@@ -45,12 +44,12 @@ as `source.xml`, under `mappings/$PACKAGE_FOLDER`:
4544

4645
```
4746
mappings
48-
mappings/package_cn_v1.9
49-
mappings/package_cn_v1.9/data
50-
mappings/package_cn_v1.9/data/source.xml
51-
mappings/package_cn_v1.9/test_data
52-
mappings/package_cn_v1.9/test_data/sdk_examples_cn-1.9
53-
mappings/package_cn_v1.9/test_data/sdk_examples_cn-1.9/cn_24_maximal.xml
47+
mappings/package_eforms_sdk1.9_epo4.0
48+
mappings/package_eforms_sdk1.9_epo4.0/data
49+
mappings/package_eforms_sdk1.9_epo4.0/data/source.xml
50+
mappings/package_eforms_sdk1.9_epo4.0/test_data
51+
mappings/package_eforms_sdk1.9_epo4.0/test_data/sdk_examples_cn-1.9
52+
mappings/package_eforms_sdk1.9_epo4.0/test_data/sdk_examples_cn-1.9/cn_24_maximal.xml
5453
...
5554
```
5655

0 commit comments

Comments
 (0)