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
6 changes: 3 additions & 3 deletions .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ 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.3
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v1.0.4
# python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main

# install custom pylode 2.x (adds sorted collections,
# uses URIs as fragment IDs and is git-installable)
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
find inbox-excel-vocabs -name '*.xlsx' -exec cp {} -t outbox/ \;
git status
# Add/update dct:created and dct:modified base on git history
voc4cat transform --prov-from-git --inplace --config idranges.toml --logfile outbox/voc4cat.log vocabularies/
voc4cat transform --prov-from-git --diff-base origin/main --inplace --config idranges.toml --logfile outbox/voc4cat.log vocabularies/

- name: Run voc4cat (re-build updated Excel file and joined turtle vocabulary file)
# Passing the config is important to make use of the prefixes therein.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ 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.3
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v1.0.4
# python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main

# install custom pylode 2.x
python -m pip install git+https://github.com/dalito/pyLODE.git@nfdi4cat-2.x
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ 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.3
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v1.0.4
# python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main

# install custom pylode 2.x
python -m pip install git+https://github.com/dalito/pyLODE.git@nfdi4cat-2.x
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ join:
# Add provenance information to all ttl files in vocabularies/
[group('individual steps')]
prov:
voc4cat transform --prov-from-git --inplace --config idranges.toml --logfile outbox/voc4cat.log vocabularies/
voc4cat transform --prov-from-git --diff-base origin/main --inplace --config idranges.toml --logfile outbox/voc4cat.log vocabularies/

# Run all steps as in gh-actions: check xlsx, convert to SKOS, build docs, re-build xlsx
all: check convert docs xlsx
Expand Down
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-02-01"^^xsd:date ;
dcterms:modified "2026-02-14"^^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-02-01"^^xsd:date ;
dcterms:modified "2026-02-14"^^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-02-01"^^xsd:date ;
dcterms:modified "2026-02-14"^^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-02-01"^^xsd:date ;
dcterms:modified "2026-02-14"^^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-02-01"^^xsd:date ;
dcterms:modified "2026-02-14"^^xsd:date ;
dcterms:publisher <http://example.org/nfdi4cat/> ;
owl:versionInfo "v2023-03-10" ;
skos:definition "Description of the vocabulary"@en ;
Expand Down