From bf932bbb5a68388223662e6da6cc4633f65e749e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernd=20M=C3=BCller?= Date: Tue, 5 Nov 2024 11:49:53 +0100 Subject: [PATCH] triggering commit for printing graph data with enrichment process as first step --- .github/workflows/generate_profile_workflow.yml | 7 +++---- .../jsonld/ChemicalSubstance_v0.4-RELEASE.json | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/generate_profile_workflow.yml b/.github/workflows/generate_profile_workflow.yml index c92ecb93..2c7aaa94 100644 --- a/.github/workflows/generate_profile_workflow.yml +++ b/.github/workflows/generate_profile_workflow.yml @@ -74,6 +74,9 @@ jobs: git checkout -b `date +%Y_%m_%d-%H_%M` cd .. + - name: Exectute Enrichment by Profile Ontology script + run: | + python ./.github/workflows/process_profile_script.py ${{steps.changed-files.outputs.all_changed_files}} - name: Execute the config files update Python Script run: | @@ -82,10 +85,6 @@ jobs: - name: Execute the profile rendering Python Script run: | python ./.github/workflows/profile_generation_script.py ${{steps.changed-files.outputs.all_changed_files}} bioschemas.github.io - - - name: Exectute Enrichment by Profile Ontology script - run: | - python ./.github/workflows/process_profile_script.py ${{steps.changed-files.outputs.all_changed_files}} - name: Setup the Github TOKEN uses: oleksiyrudenko/gha-git-credentials@v2-latest diff --git a/ChemicalSubstance/jsonld/ChemicalSubstance_v0.4-RELEASE.json b/ChemicalSubstance/jsonld/ChemicalSubstance_v0.4-RELEASE.json index d2ab3e7f..40812598 100644 --- a/ChemicalSubstance/jsonld/ChemicalSubstance_v0.4-RELEASE.json +++ b/ChemicalSubstance/jsonld/ChemicalSubstance_v0.4-RELEASE.json @@ -1,4 +1,4 @@ -{ +{ "@context": { "schema": "http://schema.org/", "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",