diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 47328ec..9f3e946 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -5,7 +5,7 @@ on: push
jobs:
ci:
- uses: europeana/metis-actions/.github/workflows/ci.yml@main
+ uses: europeana/metis-actions/.github/workflows/ci.yml@jdk17
with:
sonar_organization: europeana
sonar_project_key: europeana_metis-schema
@@ -14,7 +14,7 @@ jobs:
deploy-artifacts:
needs: ci
- uses: europeana/metis-actions/.github/workflows/deploy-artifacts.yml@main
+ uses: europeana/metis-actions/.github/workflows/deploy-artifacts.yml@jdk17
secrets:
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
\ No newline at end of file
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index df5709a..3f107c4 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -16,7 +16,7 @@ on:
jobs:
ci-release:
- uses: europeana/metis-actions/.github/workflows/release.yml@main
+ uses: europeana/metis-actions/.github/workflows/release.yml@jdk17
with:
release-version: ${{ github.event.inputs.release-version }}
commit-hash-branch: ${{ github.event.inputs.commit-hash-branch }}
diff --git a/pom.xml b/pom.xml
index b0b6ee2..adc4360 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
metis-schema
eu.europeana.metis
- 8
+ 9
@@ -104,7 +104,7 @@
maven-compiler-plugin
${version.maven.compiler.plugin}
- 11
+ 17
diff --git a/src/main/resources/schema_xsds/DQV.xsd b/src/main/resources/schema_xsds/DQV.xsd
index cbd4676..925da7f 100644
--- a/src/main/resources/schema_xsds/DQV.xsd
+++ b/src/main/resources/schema_xsds/DQV.xsd
@@ -5,29 +5,28 @@
xmlns:oa="http://www.w3.org/ns/oa#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dcterms="http://purl.org/dc/terms/" elementFormDefault="qualified">
-
-
+
The identifier of the Quality annotation. Example:
- <dqv:hasQualityAnnotation rdf:resource="#metadataTier"/>
+ <dqv:hasQualityAnnotation/>
-
+
+
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
\ No newline at end of file
+
diff --git a/src/main/resources/schema_xsds/EDM-INTERNAL-MAIN.xsd b/src/main/resources/schema_xsds/EDM-INTERNAL-MAIN.xsd
index 08470ed..6054f64 100644
--- a/src/main/resources/schema_xsds/EDM-INTERNAL-MAIN.xsd
+++ b/src/main/resources/schema_xsds/EDM-INTERNAL-MAIN.xsd
@@ -66,7 +66,6 @@
-
diff --git a/src/main/resources/schema_xsds/ORE.xsd b/src/main/resources/schema_xsds/ORE.xsd
index 5b937c1..149af9e 100644
--- a/src/main/resources/schema_xsds/ORE.xsd
+++ b/src/main/resources/schema_xsds/ORE.xsd
@@ -4,6 +4,7 @@
xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dcterms="http://purl.org/dc/terms/" xmlns:enrichment="http://www.europeana.eu/schemas/edm/enrichment/"
xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:sch="http://purl.oclc.org/dsdl/schematron"
+ xmlns:dqv="http://www.w3.org/ns/dqv#"
elementFormDefault="qualified">
@@ -21,7 +22,8 @@
schemaLocation="ENRICHMENT.xsd" />
-
+
@@ -104,6 +106,7 @@
+