Skip to content

Commit

Permalink
[#96] Fix script execution
Browse files Browse the repository at this point in the history
  • Loading branch information
palagdan committed Jan 8, 2025
1 parent 8f03e57 commit aff224f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/vocabulary.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ export const MODULE_EXECUTION_START_DATE = `${S_PIPES}/has-module-execution-star
export const MODULE_EXECUTION_FINISH_DATE = `${S_PIPES}/has-module-execution-finish-date-unix`;
export const MODULE_INPUT_PATH = `${S_PIPES}/has-module-input-path`;
export const MODULE_OUTPUT_PATH = `${S_PIPES}/has-module-output-path`;
export const PARAMETER = `${S_PIPES}/has-parameter`;
export const FUNCTION_LOCAL_NAME = `${S_PIPES}/has-function-local-name`;
export const RDF4j_TRANSFORMATION_ID = `${S_PIPES}/rdf4j-transformation-id`;

export const PARAMETER = `${S_PIPES_VIEW}/has-parameter`;
export const X = `${S_PIPES_VIEW}/has-x-coordinate`;
export const Y = `${S_PIPES_VIEW}/has-y-coordinate`;
export const EDGE = `${S_PIPES_VIEW}/consists-of-edge`;
Expand Down

0 comments on commit aff224f

Please sign in to comment.