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
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# This configures updates via dependabot only for github actions.
# All updates are grouped into a single PR.

version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: monthly
groups:
github-actions:
patterns:
- "*"

# Ref: https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
python -m pip install --upgrade pip setuptools wheel

# Select to install a stable tagged version or main branch (in development)
# python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v1.0.0
# python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v1.0.3
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main

# install custom pylode 2.x (adds sorted collections,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
python -m pip install --upgrade pip setuptools wheel

# Select to install a stable tagged version or main branch (in development)
# python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v1.0.0
# python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v1.0.3
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main

# install custom pylode 2.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
python -m pip install --upgrade pip setuptools wheel

# Select to install a stable tagged version or main branch (in development)
# python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v1.0.0
# python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v1.0.3
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main

# install custom pylode 2.x
Expand Down
1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
# Else download it from https://git-scm.com/download/win

export GITHUB_ENV := datetime("%Y-%m-%dT%H%M")
set windows-shell := ["C:\\Program Files\\Git\\bin\\sh.exe","-c"]

# List all commands as default command. The prefix "_" hides the command.
_default:
Expand Down
4 changes: 2 additions & 2 deletions templates/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## Excel templates

With version v1.0.0 of voc4cat-tool xlsx-templates have become optional.
With the release of version v1.0.0 of voc4cat-tool xlsx-templates have become optional.

Use this folder to provide your own custom template, for example, with a help or an about sheet.
If you name the template `default_sheets.xlsx` it will be picked up automatically
(this name is pre-configured in gh-actions).
Note that templates may not contain any of the sheets that are dynamically created in v1.0.0.
Note that templates may not contain any of the sheets that are dynamically created since v1.0.0.

Therefore, **earlier template versions cannot be used** without adaption,
see [documentation](https://nfdi4cat.github.io/voc4cat-tool/migration-to-v1.0.html#step-4-generate-v1-0-excel-template).
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 "2026-01-01"^^xsd:date ;
dcterms:modified "2026-02-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 "2026-01-01"^^xsd:date ;
dcterms:modified "2026-02-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 "2026-01-01"^^xsd:date ;
dcterms:modified "2026-02-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 "2026-01-01"^^xsd:date ;
dcterms:modified "2026-02-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 "2026-01-01"^^xsd:date ;
dcterms:modified "2026-02-01"^^xsd:date ;
dcterms:publisher <http://example.org/nfdi4cat/> ;
owl:versionInfo "v2023-03-10" ;
skos:definition "Description of the vocabulary"@en ;
Expand Down