Skip to content

Commit 697f455

Browse files
committed
Add CM assertions and metadata of new packages
1 parent 8957a36 commit 697f455

7,740 files changed

Lines changed: 88643 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
{
2+
"identifier": "package_eforms_sdk1.10_epo4.0",
3+
"title": "Package eForms all subtypes, SDK v1.10, ePO 4.0.0",
4+
"created_at": "2025-04-24 01:50:52.299181+00:00",
5+
"description": "This is the mapping suite for all eForm subtypes except X01 and X02, SDK version 1.10, ePO version 4.0.0",
6+
"mapping_version": "1.0.0",
7+
"ontology_version": "4.0.0",
8+
"mapping_type": "eforms",
9+
"metadata_constraints": {
10+
"constraints": {
11+
"eforms_subtype": [
12+
"1",
13+
"2",
14+
"3",
15+
"4",
16+
"5",
17+
"6",
18+
"7",
19+
"8",
20+
"9",
21+
"10",
22+
"11",
23+
"12",
24+
"13",
25+
"14",
26+
"15",
27+
"16",
28+
"17",
29+
"18",
30+
"19",
31+
"20",
32+
"21",
33+
"22",
34+
"23",
35+
"24",
36+
"29",
37+
"30",
38+
"31",
39+
"32",
40+
"33",
41+
"34",
42+
"35",
43+
"36",
44+
"37",
45+
"38",
46+
"39",
47+
"40",
48+
"CEI",
49+
"T01",
50+
"T02",
51+
"E1",
52+
"E2",
53+
"E3",
54+
"E4",
55+
"E5",
56+
"E6"
57+
],
58+
"start_date": null,
59+
"end_date": null,
60+
"eforms_sdk_versions": [
61+
"1.10"
62+
]
63+
}
64+
},
65+
"mapping_suite_hash_digest": "94587333b634c23b642189db2c3b4e7127db37fccd2566d00b4fc5e77189d83f"
66+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#title: ND-Root
2+
#description: The corresponding XML element is /*. The expected ontology instances are epo: epo:Notice .
3+
#xpath: /*
4+
5+
PREFIX epo: <http://data.europa.eu/a4g/ontology#>
6+
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
7+
8+
ASK WHERE {
9+
?this rdf:type epo:Notice .
10+
?this a epo:Notice .
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#title: ND-Root
2+
#description: The corresponding XML element is /*. The expected ontology instances are epo: epo-not:CompetitionNotice .
3+
#xpath: /*
4+
5+
PREFIX epo-not: <http://data.europa.eu/a4g/ontology#>
6+
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
7+
8+
ASK WHERE {
9+
?this rdf:type epo-not:CompetitionNotice .
10+
?this a epo-not:CompetitionNotice .
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#title: ND-Root
2+
#description: The corresponding XML element is /*. The expected ontology instances are epo: epo-not:ResultNotice .
3+
#xpath: /*
4+
5+
PREFIX epo-not: <http://data.europa.eu/a4g/ontology#>
6+
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
7+
8+
ASK WHERE {
9+
?this rdf:type epo-not:ResultNotice .
10+
?this a epo-not:ResultNotice .
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#title: ND-Root
2+
#description: The corresponding XML element is /*. The expected ontology instances are epo: epo-not:PlanningNotice .
3+
#xpath: /*
4+
5+
PREFIX epo-not: <http://data.europa.eu/a4g/ontology#>
6+
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
7+
8+
ASK WHERE {
9+
?this rdf:type epo-not:PlanningNotice .
10+
?this a epo-not:PlanningNotice .
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#title: ND-Root
2+
#description: The corresponding XML element is /*. The expected ontology instances are epo: epo-not:DirectAwardPrenotificationNotice .
3+
#xpath: /*
4+
5+
PREFIX epo-not: <http://data.europa.eu/a4g/ontology#>
6+
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
7+
8+
ASK WHERE {
9+
?this rdf:type epo-not:DirectAwardPrenotificationNotice .
10+
?this a epo-not:DirectAwardPrenotificationNotice .
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#title: ND-Root
2+
#description: The corresponding XML element is /*. The expected ontology instances are epo: epo-not:ContractModificationNotice .
3+
#xpath: /*
4+
5+
PREFIX epo-not: <http://data.europa.eu/a4g/ontology#>
6+
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
7+
8+
ASK WHERE {
9+
?this rdf:type epo-not:ContractModificationNotice .
10+
?this a epo-not:ContractModificationNotice .
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#title: BT-02-notice
2+
#description: The corresponding XML element is /*/cbc:NoticeTypeCode. The expected ontology instances are epo: epo:Notice / at-voc:notice-type .
3+
#xpath: /*/cbc:NoticeTypeCode
4+
5+
PREFIX epo: <http://data.europa.eu/a4g/ontology#>
6+
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
7+
8+
ASK WHERE {
9+
?this rdf:type epo:Notice .
10+
?this epo:hasNoticeType ?value .
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#title: BT-03-notice
2+
#description: The corresponding XML element is /*/cbc:NoticeTypeCode/@listName. The expected ontology instances are epo: epo:Notice / at-voc:form-type .
3+
#xpath: /*/cbc:NoticeTypeCode/@listName
4+
5+
PREFIX epo: <http://data.europa.eu/a4g/ontology#>
6+
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
7+
8+
ASK WHERE {
9+
?this rdf:type epo:Notice .
10+
?this epo:hasFormType ?value .
11+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#title: BT-04-notice
2+
#description: The corresponding XML element is /*/cbc:ContractFolderID. The expected ontology instances are epo: epo:Notice / epo:Procedure / adms:Identifier / rdf:PlainLiteral .
3+
#xpath: /*/cbc:ContractFolderID
4+
5+
PREFIX adms: <http://www.w3.org/ns/adms#>
6+
PREFIX epo: <http://data.europa.eu/a4g/ontology#>
7+
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
8+
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
9+
10+
ASK WHERE {
11+
?this rdf:type epo:Notice .
12+
?this epo:refersToProcedure / adms:identifier / skos:notation ?value .
13+
}

0 commit comments

Comments
 (0)