@@ -323,10 +323,16 @@ def R4349__has_assertion():
323323 R3__is_subclass_of = I1793 ["general model representation property" ],
324324)
325325
326+ I6197 = p .create_item (
327+ R1__has_label = "differential equation" ,
328+ R2__has_description = "type of mathematical equation that involves derivatives" ,
329+ R3__is_subclass_of = p .I12 ["mathematical object" ],
330+ )
331+
326332I8063 = p .create_item (
327333 R1__has_label = "partial differential equation" ,
328- R2__has_description = "explicit partial differential equation" ,
329- R3__is_subclass_of = I2928 [ "general model representation " ],
334+ R2__has_description = "differential equation which contains derivatives w.r.t. more than one independent variable " ,
335+ R3__is_subclass_of = I6197 [ "differential equation " ],
330336)
331337
332338R5718 = p .create_relation (
@@ -1326,19 +1332,6 @@ def R4349__has_assertion():
13261332)
13271333
13281334
1329- I6197 = p .create_item (
1330- R1__has_label = "differential equation" ,
1331- R2__has_description = "type of mathematical equation that involves derivatives" ,
1332- R3__is_subclass_of = p .I12 ["mathematical object" ],
1333- )
1334-
1335-
1336- I3123 = p .create_item (
1337- R1__has_label = "partial differential equation" ,
1338- R2__has_description = "differential equation which contains derivatives w.r.t. more than one independent variable" ,
1339- R3__is_subclass_of = I6197 ["differential equation" ],
1340- )
1341-
13421335
13431336I1462 = p .create_item (
13441337 R1__has_label = "ordinary differential equation" ,
0 commit comments