You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some rule languages, particularly F-logic, provide compact syntax for individual descriptions, e.g., isaac:man[hasFather->abraham; hasMother->sarah].. Would be able to provide an object -oriented syntax for individuals such as:
Some rule languages, particularly F-logic, provide compact syntax for individual descriptions, e.g.,
isaac:man[hasFather->abraham; hasMother->sarah].
. Would be able to provide an object -oriented syntax for individuals such as:This would encode the more verbose, making the encoding more accesible to OO-skilled developers:
Note that the same structure would also work for
(e.g., allowing easy encoding of
Y:man[hasMother->X]
)The text was updated successfully, but these errors were encountered: