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 1349754 commit eab956b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 12 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 50000 \
--generate-batch-size 100000 \
--triplydb-instance-url "${{ vars.TRIPLYDB_INSTANCE_URL }}" \
--triplydb-api-token "${{ secrets.TRIPLYDB_API_TOKEN }}" \
--triplydb-account "${{ vars.TRIPLYDB_ACCOUNT }}" \
Expand Down
11 changes: 3 additions & 8 deletions .github/workflows/bronbeek-stamboeken-create-graph.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
name: Update Search Graph with data from dataset 'Stamboeken' in the Knowledge Graph

# Every 12 hours (data doesn't change often)
# on:
# schedule:
# - cron: "0 */12 * * *"


on:
push:
branches: ["main"]
schedule:
- cron: "0 */12 * * *"

# Run a single workflow at a time
concurrency:
Expand Down Expand Up @@ -52,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 50000 \
--generate-batch-size 100000 \
--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/rce-colonial-objects-create-graph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +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 50000 \
--generate-batch-size 100000 \
--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 @@ -47,7 +47,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 50000 \
--generate-batch-size 100000 \
--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/wereldmuseum-thesaurus-create-graph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +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 50000 \
--generate-batch-size 100000 \
--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 eab956b

Please sign in to comment.