Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sdevalk committed Apr 6, 2024
1 parent 604ef08 commit dcf0533
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aat-create-graph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
--iterate-query-file ./aat/queries/iterate.rq \
--generate-endpoint-url "https://vocab.getty.edu/sparql" \
--generate-query-file ./aat/queries/generate.rq \
--generate-batch-size 100000 \
--generate-batch-size 500000 \
--triplydb-instance-url "${{ vars.TRIPLYDB_INSTANCE_URL }}" \
--triplydb-api-token "${{ secrets.TRIPLYDB_API_TOKEN }}" \
--triplydb-account "${{ vars.TRIPLYDB_ACCOUNT }}" \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bronbeek-stamboeken-create-graph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
--iterate-query-file ./bronbeek-stamboeken/queries/iterate.rq \
--generate-endpoint-url "${{ vars.SPARQL_ENDPOINT_URL_KG }}" \
--generate-query-file ./bronbeek-stamboeken/queries/generate.rq \
--generate-batch-size 300000 \
--generate-batch-size 500000 \
--triplydb-instance-url "${{ vars.TRIPLYDB_INSTANCE_URL }}" \
--triplydb-api-token "${{ secrets.TRIPLYDB_API_TOKEN }}" \
--triplydb-account "${{ vars.TRIPLYDB_ACCOUNT }}" \
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/datasets-create-graph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
--iterate-query-file ./datasets/queries/iterate.rq \
--generate-endpoint-url "${{ vars.SPARQL_ENDPOINT_URL_KG }}" \
--generate-query-file ./datasets/queries/generate.rq \
--generate-batch-size 500000 \
--triplydb-instance-url "${{ vars.TRIPLYDB_INSTANCE_URL }}" \
--triplydb-api-token "${{ secrets.TRIPLYDB_API_TOKEN }}" \
--triplydb-account "${{ vars.TRIPLYDB_ACCOUNT }}" \
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nde-dataset-register-create-graph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
--iterate-query-file ./nde-dataset-register/queries/iterate.rq \
--generate-endpoint-url "https://triplestore.netwerkdigitaalerfgoed.nl/repositories/registry" \
--generate-query-file ./nde-dataset-register/queries/generate.rq \
--generate-batch-size 500000 \
--triplydb-instance-url "${{ vars.TRIPLYDB_INSTANCE_URL }}" \
--triplydb-api-token "${{ secrets.TRIPLYDB_API_TOKEN }}" \
--triplydb-account "${{ vars.TRIPLYDB_ACCOUNT }}" \
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rce-colonial-objects-create-graph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
--iterate-query-file ./rce-colonial-objects/queries/iterate.rq \
--generate-endpoint-url "${{ vars.SPARQL_ENDPOINT_URL_KG }}" \
--generate-query-file ./rce-colonial-objects/queries/generate.rq \
--generate-batch-size 500000 \
--triplydb-instance-url "${{ vars.TRIPLYDB_INSTANCE_URL }}" \
--triplydb-api-token "${{ secrets.TRIPLYDB_API_TOKEN }}" \
--triplydb-account "${{ vars.TRIPLYDB_ACCOUNT }}" \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
--iterate-query-file ./wereldmuseum-collection-archives/queries/iterate.rq \
--generate-endpoint-url "${{ vars.SPARQL_ENDPOINT_URL_KG }}" \
--generate-query-file ./wereldmuseum-collection-archives/queries/generate.rq \
--generate-batch-size 300000 \
--generate-batch-size 500000 \
--triplydb-instance-url "${{ vars.TRIPLYDB_INSTANCE_URL }}" \
--triplydb-api-token "${{ secrets.TRIPLYDB_API_TOKEN }}" \
--triplydb-account "${{ vars.TRIPLYDB_ACCOUNT }}" \
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wereldmuseum-thesaurus-create-graph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
--iterate-query-file ./wereldmuseum-thesaurus/queries/iterate.rq \
--generate-endpoint-url "https://api.colonialcollections.nl/datasets/nmvw/thesaurus/sparql" \
--generate-query-file ./wereldmuseum-thesaurus/queries/generate.rq \
--generate-batch-size 500000 \
--triplydb-instance-url "${{ vars.TRIPLYDB_INSTANCE_URL }}" \
--triplydb-api-token "${{ secrets.TRIPLYDB_API_TOKEN }}" \
--triplydb-account "${{ vars.TRIPLYDB_ACCOUNT }}" \
Expand Down

0 comments on commit dcf0533

Please sign in to comment.