Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:

- name: Add/stage vocabulary changes
# Pinning of action managed by dependabot
uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3
uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9
with:
# glob pattern of files which should be added to the commit
file_pattern: 'vocabularies/\*.ttl'
Expand All @@ -149,7 +149,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@28e16e81777b558cc906c8750092100bbb34c5e3
uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9
with:
commit_user_name: voc4cat-CI-bot
commit_message: 'CI: vocabulary update in ${{ GITHUB.SERVER_URL }}/${{ GITHUB.REPOSITORY }}/actions/runs/${{ GITHUB.RUN_ID }}'
2 changes: 1 addition & 1 deletion vocabularies/vocab_example/IDs0000xxx/0000001.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
a skos:Concept ;
dcterms:created "2023-08-10"^^xsd:date ;
dcterms:identifier "0000001"^^xsd:token ;
dcterms:modified "2025-12-27"^^xsd:date ;
dcterms:modified "2026-01-01"^^xsd:date ;
dcterms:provenance <https://github.com/NFDI4Cat/voc4cat-template/blame/main/vocabularies/vocab_example/0000001.ttl> ;
rdfs:seeAlso <https://github.com/NFDI4Cat/voc4cat-template/blame/main/vocabularies/vocab_example/0000001.ttl> ;
skos:altLabel "URI"@en ;
Expand Down
2 changes: 1 addition & 1 deletion vocabularies/vocab_example/IDs0000xxx/0000002.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
a skos:Concept ;
dcterms:created "2023-08-10"^^xsd:date ;
dcterms:identifier "0000002"^^xsd:token ;
dcterms:modified "2025-12-27"^^xsd:date ;
dcterms:modified "2026-01-01"^^xsd:date ;
dcterms:provenance <https://github.com/NFDI4Cat/voc4cat-template/blame/main/vocabularies/vocab_example/0000002.ttl> ;
rdfs:seeAlso <https://github.com/NFDI4Cat/voc4cat-template/blame/main/vocabularies/vocab_example/0000002.ttl> ;
skos:altLabel
Expand Down
2 changes: 1 addition & 1 deletion vocabularies/vocab_example/IDs0000xxx/0000003.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
a skos:Concept ;
dcterms:created "2023-08-10"^^xsd:date ;
dcterms:identifier "0000003"^^xsd:token ;
dcterms:modified "2025-12-27"^^xsd:date ;
dcterms:modified "2026-01-01"^^xsd:date ;
dcterms:provenance <https://github.com/NFDI4Cat/voc4cat-template/blame/main/vocabularies/vocab_example/0000003.ttl> ;
rdfs:seeAlso <https://github.com/NFDI4Cat/voc4cat-template/blame/main/vocabularies/vocab_example/0000003.ttl> ;
skos:altLabel "IRI"@en ;
Expand Down
2 changes: 1 addition & 1 deletion vocabularies/vocab_example/IDs0000xxx/0000010.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
a skos:Collection ;
dcterms:created "2023-08-10"^^xsd:date ;
dcterms:identifier "0000010"^^xsd:token ;
dcterms:modified "2025-12-27"^^xsd:date ;
dcterms:modified "2026-01-01"^^xsd:date ;
dcterms:provenance <https://github.com/NFDI4Cat/voc4cat-template/blame/main/vocabularies/vocab_example/0000010.ttl> ;
rdfs:isDefinedBy <https://example.org/test/> ;
rdfs:seeAlso <https://github.com/NFDI4Cat/voc4cat-template/blame/main/vocabularies/vocab_example/0000010.ttl> ;
Expand Down
2 changes: 1 addition & 1 deletion vocabularies/vocab_example/concept_scheme.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<https://orcid.org/0000-0001-2345-6788> ,
<https://orcid.org/0000-0001-2345-6789> ;
dcterms:identifier ""^^xsd:token ;
dcterms:modified "2025-12-27"^^xsd:date ;
dcterms:modified "2026-01-01"^^xsd:date ;
dcterms:publisher <http://example.org/nfdi4cat/> ;
owl:versionInfo "v2023-03-10" ;
skos:definition "Description of the vocabulary"@en ;
Expand Down