From e9214ab64cad7cd0b998eb2d5aba6e059fa5e3e7 Mon Sep 17 00:00:00 2001 From: David Linke Date: Tue, 19 Mar 2024 21:31:45 +0100 Subject: [PATCH 1/5] Update ttl-files of vocab_example to vocpub 4.5 --- vocabularies/vocab_example/0000001.ttl | 2 +- vocabularies/vocab_example/0000002.ttl | 2 +- vocabularies/vocab_example/0000003.ttl | 2 +- vocabularies/vocab_example/0000010.ttl | 5 ++++- vocabularies/vocab_example/concept_scheme.ttl | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/vocabularies/vocab_example/0000001.ttl b/vocabularies/vocab_example/0000001.ttl index 41e614a..254081d 100644 --- a/vocabularies/vocab_example/0000001.ttl +++ b/vocabularies/vocab_example/0000001.ttl @@ -6,10 +6,10 @@ PREFIX xsd: a skos:Concept ; dcterms:identifier "0000001"^^xsd:token ; - dcterms:provenance "0000-0001-2345-6789 Created concept"@en ; rdfs:isDefinedBy ; skos:altLabel "URI"@en ; skos:definition "Uniform Resource Identifier is a compact string of characters for identifying an abstract or physical resource."@en ; + skos:historyNote "0000-0001-2345-6789 Created concept"@en ; skos:inScheme ; skos:narrower ; skos:prefLabel "Uniform Resource Identifier"@en ; diff --git a/vocabularies/vocab_example/0000002.ttl b/vocabularies/vocab_example/0000002.ttl index 866b56c..dbceafa 100644 --- a/vocabularies/vocab_example/0000002.ttl +++ b/vocabularies/vocab_example/0000002.ttl @@ -6,13 +6,13 @@ PREFIX xsd: a skos:Concept ; dcterms:identifier "0000002"^^xsd:token ; - dcterms:provenance "0000-0001-2345-6789 Created concept"@en ; rdfs:isDefinedBy ; skos:altLabel "CURIE"@en , "CompactURI"@en ; skos:broader ; skos:definition "A CURIE (or Compact URI) defines a generic, abbreviated syntax for expressing Uniform Resource Identifiers (URIs). "@en ; + skos:historyNote "0000-0001-2345-6789 Created concept"@en ; skos:inScheme ; skos:prefLabel "Compact Universal Resource Locator"@en ; . diff --git a/vocabularies/vocab_example/0000003.ttl b/vocabularies/vocab_example/0000003.ttl index de48631..367eaa0 100644 --- a/vocabularies/vocab_example/0000003.ttl +++ b/vocabularies/vocab_example/0000003.ttl @@ -6,10 +6,10 @@ PREFIX xsd: a skos:Concept ; dcterms:identifier "0000003"^^xsd:token ; - dcterms:provenance "0000-0001-2345-6789 Created concept"@en ; rdfs:isDefinedBy ; skos:altLabel "IRI"@en ; skos:definition "Internationalized Resource Identifier (IRI) is an internet protocol standard which builds on the Uniform Resource Identifier (URI) protocol by greatly expanding the set of permitted characters."@en ; + skos:historyNote "0000-0001-2345-6789 Created concept"@en ; skos:inScheme ; skos:prefLabel "Internationalized Resource Identifier"@en ; skos:topConceptOf ; diff --git a/vocabularies/vocab_example/0000010.ttl b/vocabularies/vocab_example/0000010.ttl index 221f617..4b0ab8f 100644 --- a/vocabularies/vocab_example/0000010.ttl +++ b/vocabularies/vocab_example/0000010.ttl @@ -1,4 +1,5 @@ PREFIX dcterms: +PREFIX rdfs: PREFIX skos: PREFIX xsd: @@ -6,8 +7,10 @@ PREFIX xsd: a skos:Collection ; dcterms:identifier "0000010"^^xsd:token ; dcterms:isPartOf ; - dcterms:provenance "0000-0001-2345-6789 Created collection"@en ; + rdfs:isDefinedBy ; skos:definition "Collection of terms related to linked data."@en ; + skos:historyNote "0000-0001-2345-6789 Created collection"@en ; + skos:inScheme ; skos:member , , diff --git a/vocabularies/vocab_example/concept_scheme.ttl b/vocabularies/vocab_example/concept_scheme.ttl index 8f9a6be..782e7df 100644 --- a/vocabularies/vocab_example/concept_scheme.ttl +++ b/vocabularies/vocab_example/concept_scheme.ttl @@ -11,13 +11,13 @@ PREFIX xsd: dcterms:hasPart ; dcterms:identifier ""^^xsd:token ; dcterms:modified "2023-03-10"^^xsd:date ; - dcterms:provenance "https://orcid.org/0000-0001-2345-6789 Sofia Garcia"@en ; dcterms:publisher ; owl:versionInfo "v2023-03-10" ; skos:definition "A test vocabulary for the voc4cat template"@en ; skos:hasTopConcept , ; + skos:historyNote "https://orcid.org/0000-0001-2345-6789 Sofia Garcia"@en ; skos:prefLabel "Test-of-Voc4Cat"@en ; dcat:contactPoint "Sofia Garcia (orcid:0000-0001-2345-6789)" ; . From cf8d3aa36851c89e2042f254fb06d6786d392a06 Mon Sep 17 00:00:00 2001 From: David Linke Date: Mon, 8 Apr 2024 11:47:29 +0200 Subject: [PATCH 2/5] Move new index page to pages root --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 963629e..a8dee3d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -76,6 +76,8 @@ jobs: - name: Run voc4cat (build HTML documentation) run: | voc4cat docs --force --logfile publish/latest/voc4cat.log publish/latest/ + # move versions-overview to what becomes gh-pages root + mv publish/latest/index.html publish/ - name: Run voc4cat (build current Excel file) run: | From bfd302718dfdbbea99f9a62bd7082fb624d3ae31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 08:08:06 +0000 Subject: [PATCH 3/5] Bump stefanzweifel/git-auto-commit-action from 5.0.0 to 5.0.1 Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/8756aa072ef5b4a080af5dc8fef36c5d586e521d...8621497c8c39c72f3e2a999a26b4ca1b5058a842) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 88748b0..03cad85 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -118,7 +118,7 @@ jobs: - name: Add/stage vocabulary changes # Pinning of action managed by dependabot - uses: stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d + uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 with: # glob pattern of files which should be added to the commit file_pattern: 'vocabularies/\*.ttl' @@ -130,7 +130,7 @@ jobs: - name: Commit vocabulary changes & xlsx cleanup on behalf of PR-author # Pinning of action managed by dependabot - uses: stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d + uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 with: commit_user_name: voc4cat-CI-bot commit_message: 'CI: vocabulary update in ${{ GITHUB.SERVER_URL }}/${{ GITHUB.REPOSITORY }}/actions/runs/${{ GITHUB.RUN_ID }}' From 557e6c5894c13ce36e649de6ee1bcda7bab49411 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 08:08:10 +0000 Subject: [PATCH 4/5] Bump peaceiris/actions-gh-pages from 3.9.3 to 4.0.0 Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3.9.3 to 4.0.0. - [Release notes](https://github.com/peaceiris/actions-gh-pages/releases) - [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md) - [Commits](https://github.com/peaceiris/actions-gh-pages/compare/373f7f263a76c20808c831209c920827a82a2847...4f9cc6602d3f66b9c108549d475ec49e8ef4d45e) --- updated-dependencies: - dependency-name: peaceiris/actions-gh-pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/merge.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 71d3247..8e157de 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -90,7 +90,7 @@ jobs: # checked out the gh-pages branch above so that we keep all prior # content and just re-publish the extended version. # Pinning of action managed by dependabot - uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 + uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/main' with: publish_branch: gh-pages diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a8dee3d..221049d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -93,7 +93,7 @@ jobs: # checked out the gh-pages branch above so that we keep all prior # content and just re-publish the extended version. # Pinning of action managed by dependabot - uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 + uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e with: publish_branch: gh-pages github_token: ${{ secrets.GITHUB_TOKEN }} From 926ec3809cf45ae3f66cd0171b2eccdb18cd7240 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 23:06:51 +0000 Subject: [PATCH 5/5] Bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-pr.yml | 2 +- .github/workflows/merge.yml | 2 +- .github/workflows/publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 03cad85..93fde10 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -111,7 +111,7 @@ jobs: - name: Store artifacts if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: voc4cat-outbox_${{ env.RUN_DATE }}_run${{ GITHUB.RUN_ID }} path: outbox/ diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 8e157de..77184e1 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -102,7 +102,7 @@ jobs: # This step is not required and may be removed. # It may be helpful for trouble shooting. if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: voc4cat-pages-dev-content path: publish/ diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 221049d..aa29f3f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -104,7 +104,7 @@ jobs: # This step is not required and may be removed. # It may be helpful for trouble shooting. if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: voc4cat-pages-release-${{ github.ref_name }} path: publish/