-
Notifications
You must be signed in to change notification settings - Fork 2
shexer_config_params
Kashif Rabbani edited this page Oct 25, 2022
·
1 revision
This table shows parameters default/tuned ones used to run SheXer for experiments in comparison to QSE.
| Index | Parameter | Default Value | Category of Parameters | Chosen Values of Parameters |
|---|---|---|---|---|
| 1 | instances_file_input | None | Params to provide the input | |
| 2 | graph_file_input | None | Params to provide the input | Input File Address (For SheXer: File-based) |
| 3 | graph_list_of_files_input | None | Params to provide the input | |
| 4 | raw_graph | None | Params to provide the input | |
| 5 | url_graph_input | None | Params to provide the input | |
| 6 | list_of_url_input | None | Params to provide the input | |
| 7 | url_endpoint | None | Params to provide the input | URL of endpoint (For SheXer: Query-based) |
| 8 | depth_for_building_subgraph | 1 | Params to provide the input | |
| 9 | track_classes_for_entities_at_last_depth_level | TRUE | Params to provide the input | False |
| 10 | limit_instances_remote | -1 | Params to provide the input | |
| 11 | namespaces_dict | None | Params to provide the input | |
| 12 | input_format | NT | Params to provide the input | |
| 13 | compression_mode | None | Params to provide the input | |
| 14 | instantiation_property | rdf:type | Params to tune the shexing process | Updated to wdt:P31 for WikiData (For SheXer: File & Query-based) |
| 15 | namespaces_to_ignore | None | Params to tune the shexing process | |
| 16 | infer_numeric_types_for_untyped_literals | FALSE | Params to tune the shexing process | True (For SheXer: File & Query-based) as QSE also infer types. |
| 17 | discard_useles_constraints_with_positive_closure | TRUE | Params to tune the shexing process | |
| 18 | all_instances_are_compliant_mode | TRUE | Params to tune the shexing process | |
| 19 | keep_less_specific | TRUE | Params to tune the shexing process | |
| 20 | disable_or_statements | TRUE | Params to tune the shexing process | |
| 21 | allow_opt_cardinality | TRUE | Params to tune the shexing process | |
| 22 | disable_opt_cardinality | FALSE | Params to tune the shexing process | |
| 23 | shape_qualifiers_mode | FALSE | Params to tune the shexing process | |
| 24 | namespaces_for_qualifier_props | None | Params to tune the shexing process | |
| 25 | inverse_paths | FALSE | Params to tune the shexing process | // kept it False as QSE does not support extraction of this constraint |
| 26 | remove_empty_shapes | TRUE | Params to tune some features of the output | |
| 27 | disable_comments | FALSE | Params to tune some features of the output | True // As QSE does not output comments. |
| 28 | shapes_namespace | http://weso.es/shapes/ | Params to tune some features of the output | Updated to our custom namespace |
| 29 | wikidata_annotation | FALSE | Params to tune some features of the output |
Credits: Kashif Rabbani and the team at DKW-AAU.