-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kolea PLESCO
authored and
Kolea PLESCO
committed
Apr 8, 2024
1 parent
b9cd039
commit 91fe65d
Showing
6 changed files
with
35 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
...idator/test_repository/test_package_F03/validation/sparql/cm_assertions/sparql_query_0.rq
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#title: BT-701-notice BT-701-notice - BT-701-notice | ||
#description: “BT-701-notice BT-701-notice - BT-701-notice” in SF corresponds to “BT-701 Notice Identifier” in eForms. The corresponding XML element is /*/cbc:ID[@schemeName='notice-id']. The expected ontology instances are epo: epo:Notice / epo:Indentifier / rdf:langString . | ||
#xpath: /*/cbc:ID[@schemeName='notice-id'] | ||
|
||
PREFIX epo: <http://data.europa.eu/a4g/ontology#> | ||
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> | ||
|
||
ASK WHERE { | ||
?this rdf:type epo:Notice . | ||
?this epo:hasID / epo:hasIdentifierValue ?value } |
11 changes: 11 additions & 0 deletions
11
...idator/test_repository/test_package_F03/validation/sparql/cm_assertions/sparql_query_1.rq
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#title: ND-ContractingParty ND-ContractingParty - ND-ContractingParty | ||
#description: “ND-ContractingParty ND-ContractingParty - ND-ContractingParty” in SF corresponds to “nan nan” in eForms. The corresponding XML element is /*/cac:ContractingParty. The expected ontology instances are epo: epo:Notice / epo:AgentInRole (from CL1) . | ||
#xpath: /*/cac:ContractingParty | ||
|
||
PREFIX epo: <http://data.europa.eu/a4g/ontology#> | ||
PREFIX epo-not: <http://data.europa.eu/a4g/ontology#> | ||
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> | ||
|
||
ASK WHERE { | ||
?this rdf:type epo:Notice . | ||
?this epo-not:announcesRole ?value } |
10 changes: 10 additions & 0 deletions
10
...idator/test_repository/test_package_F03/validation/sparql/cm_assertions/sparql_query_3.rq
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#title: ND-ServiceProvider ND-ContractingParty.ND-ServiceProvider - ND-ServiceProvider | ||
#description: “ND-ServiceProvider ND-ContractingParty.ND-ServiceProvider - ND-ServiceProvider” in SF corresponds to “nan nan” in eForms. The corresponding XML element is /*/cac:ContractingParty/cac:Party. The expected ontology instances are epo: org:Organization . | ||
#xpath: /TED_EXPORT/FORM_SECTION/F03_2014/CONTRACTING_BODY/ADDRESS_CONTRACTING_BODY/OFFICIALNAME | ||
|
||
PREFIX org: <http://www.w3.org/ns/org#> | ||
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> | ||
|
||
ASK WHERE { | ||
?this rdf:type org:Organization . | ||
?this a org:Organization. } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters