Skip to content

Commit

Permalink
Updated config file for ontorefine
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-aravind committed Feb 23, 2024
1 parent ba3dfa6 commit 57ef0f2
Show file tree
Hide file tree
Showing 3 changed files with 864 additions and 824 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/scenepro-entities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,15 @@ jobs:
- name: Download mapping file
id: step-4
run: |
curl 'https://raw.githubusercontent.com/culturecreates/artsdata-planet-scenepro/main/ontorefine/mapping.json' >> mapping.json
- name: Cat mapping file
run: |
cat mapping.json
curl 'https://raw.githubusercontent.com/culturecreates/artsdata-planet-scenepro/main/ontorefine/config.json' >> config.json
- name: Transform entities in JSON to RDF
id: step-5
run: |
/opt/ontorefine/dist/bin/ontorefine-cli \
transform entities.json \
-u http://localhost:7333 \
--configurations mapping.json \
--configurations config.json \
-f json >> scenepro-entities.ttl
- name: Commit changes to GitHub
Expand Down
Loading

0 comments on commit 57ef0f2

Please sign in to comment.