Skip to content

Commit

Permalink
reemove commented-out axiom generator description lines
Browse files Browse the repository at this point in the history
  • Loading branch information
muddymudskipper committed Aug 28, 2024
1 parent 9668d4f commit 994de59
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions cmem_plugin_reason/plugin_reason.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,98 +74,84 @@
param_type=BoolParameterType(),
name="sub_class",
label="Class inclusion (rdfs:subClassOf)",
# description=SUBCLASS_DESC,
default_value=False,
),
PluginParameter(
param_type=BoolParameterType(),
name="equivalent_class",
label="Class equivalence (owl:equivalentClass)",
# description=EQUIVALENCE_DESC,
default_value=False,
),
PluginParameter(
param_type=BoolParameterType(),
name="disjoint_classes",
label="Class disjointness (owl:disjointWith)",
# description=DISJOINT_DESC,
default_value=False,
),
# PluginParameter(
# param_type=BoolParameterType(),
# name="data_property_characteristic",
# label="Data property characteristics (Axiomatic triples)",
# description=DATA_PROP_CHAR_DESC,
# default_value=False,
# ),
PluginParameter(
param_type=BoolParameterType(),
name="equivalent_data_properties",
label="Data property equivalence (owl:equivalentProperty)",
# description=DATA_PROP_EQUIV_DESC,
default_value=False,
),
PluginParameter(
param_type=BoolParameterType(),
name="sub_data_property",
label="Data property inclusion (rdfs:subPropertyOf)",
# description=DATA_PROP_SUB_DESC,
default_value=False,
),
PluginParameter(
param_type=BoolParameterType(),
name="class_assertion",
label="Individual class assertions (rdf:type)",
# description=CLASS_ASSERT_DESC,
default_value=True,
),
PluginParameter(
param_type=BoolParameterType(),
name="property_assertion",
label="Individual property assertions",
# description=PROPERTY_ASSERT_DESC,
default_value=True,
),
PluginParameter(
param_type=BoolParameterType(),
name="equivalent_object_property",
label="Object property equivalence (owl:equivalentProperty)",
# description=OBJECT_PROP_EQUIV_DESC,
default_value=False,
),
PluginParameter(
param_type=BoolParameterType(),
name="inverse_object_properties",
label="Object property inversion (owl:inverseOf)",
# description=OBJECT_PROP_INV_DESC,
default_value=False,
),
# PluginParameter(
# param_type=BoolParameterType(),
# name="object_property_characteristic",
# label="Object property characteristic (Axiomatic triples)",
# description=OBJECT_PROP_CHAR_DESC,
# default_value=False,
# ),
PluginParameter(
param_type=BoolParameterType(),
name="sub_object_property",
label="Object property inclusion (rdfs:subPropertyOf)",
# description=OBJECT_PROP_SUB_DESC,
default_value=False,
),
PluginParameter(
param_type=BoolParameterType(),
name="object_property_range",
label="Object property ranges (rdfs:range)",
# description=OBJECT_PROP_RANGE_DESC,
default_value=False,
),
PluginParameter(
param_type=BoolParameterType(),
name="object_property_domain",
label="Object property domains (rdfs:domain)",
# description=OBJECT_PROP_DOMAIN_DESC,
default_value=False,
),
PluginParameter(
Expand Down

0 comments on commit 994de59

Please sign in to comment.