Open mrmechko opened 9 years ago
In Lisp, t
is used as the top type, the type that every type is a subtype of, and every object is an instance of. I decided to steal it and use it to name a concept
with similar semantics. In the context of this role-restr-map
, it just means that that role (arg0
) is unrestricted. Anything can fill that role.
I noticed a bunch of entries in the DSL that look like this:
What is this mystical 't' concept? Also, am I right in assuming that the contents of a
role-rest-map
tag are aDisj
of possibly partially defined concepts?