Spaces:
Sleeping
Sleeping
Update knowledge_base.pl
Browse files- knowledge_base.pl +1 -6
knowledge_base.pl
CHANGED
|
@@ -186,9 +186,4 @@ loses_military_connection(_, _).
|
|
| 186 |
loses_40_quarters(_, _).
|
| 187 |
parolee_for_at_least_1_year(_).
|
| 188 |
condition(_, _).
|
| 189 |
-
status(_, _).
|
| 190 |
-
|
| 191 |
-
% Define the person
|
| 192 |
-
us_citizen(john_doe).
|
| 193 |
-
lawfully_residing(john_doe, 'U.S.', date(1996, 1, 1)). % Born on January 1, 1996
|
| 194 |
-
condition(john_doe, 'Blind').
|
|
|
|
| 186 |
loses_40_quarters(_, _).
|
| 187 |
parolee_for_at_least_1_year(_).
|
| 188 |
condition(_, _).
|
| 189 |
+
status(_, _).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|