Skip to content

Commit

Permalink
Merge pull request #3 from GertjanBisschop/namespace-correction
Browse files Browse the repository at this point in the history
fix namespace error
  • Loading branch information
GertjanBisschop authored Jan 3, 2025
2 parents 4ecdeef + f91c1c3 commit 0ec62fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
uses: eu-parc/voc2skosmos-workflow/.github/workflows/yml2skos.yml@main
with:
ref: ${{ github.ref }}
namespace: http://www.eirene.eu/references#Matrix
namespace_label: eirene
namespace: http://www.eirene.eu/Matrix#
namespace_label: eirene/Matrix#
linkml_schema: schema/MatrixList.linkml.yml
data: data/MatrixList_data.yml
secrets:
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# intermediate .ttl files
_temp/*.ttl
_temp/*

# virtual environments
venv/*

0 comments on commit 0ec62fa

Please sign in to comment.