Skip to content

Commit

Permalink
subclass axiom default true, fix parameter names
Browse files Browse the repository at this point in the history
  • Loading branch information
muddymudskipper committed Jun 24, 2024
1 parent af44cd8 commit 244bd63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmem_plugin_robotreason/plugin_robotreason.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def convert_iri_to_filename(value: str) -> str:
name="sub_class",
label="SubClass",
description="Generated Axioms",
default_value=False,
default_value=True,
advanced=True,
),
PluginParameter(
Expand All @@ -120,7 +120,7 @@ def convert_iri_to_filename(value: str) -> str:
),
PluginParameter(
param_type=BoolParameterType(),
name="Data_property_characteristic",
name="data_property_characteristic",
label="DataPropertyCharacteristic",
description="",
default_value=False,
Expand Down Expand Up @@ -168,7 +168,7 @@ def convert_iri_to_filename(value: str) -> str:
),
PluginParameter(
param_type=BoolParameterType(),
name="inverse_bject_properties",
name="inverse_object_properties",
label="InverseObjectProperties",
description="",
default_value=False,
Expand Down

0 comments on commit 244bd63

Please sign in to comment.