Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* define schemas, remove write_md and produc_graph bool parameters * fix condition to write MD file to project * validate inputs (Reason) * use ontology IRI from input if input_profiles=True * fix incorrect stopping of workflow if 'validate_profiles' is enabled in Validate * remove iter cast from output entities * fixing import bug * fix error when result graph is imported in input graph * edit readme * fixes (CMEM-5913), use custom paramter type for output graph IRI * edit parameter description * init ExecutionReport * edit parameter label * use GraphParameterType(allow_only_autocompleted_values=False) instead of custom parameter for output graph IRI * set allowed classes for output graph list to Dataset and Ontology * fix indentation * removee reason merge in reason * remove robot merge in Validate * refactor parameter variable generation * add '[processed ontology] a owl:Ontology' to output graph, use config port input for valid OWL2 profiles in Reasin plugin * edit readme * fix test * remove unused method * verify valid_profiles input * add parameters for owl:imports and entity output. PLugin doc imported from md files * fix tests * edit docs * edit doc * edit doc * edit parameters * remove SSL_VERIFY env variable setting * specify output entity paths in Validate tests --------- Co-authored-by: muddymudskipper <thomas.wilmering@gmail.com>
- Loading branch information