|
|
|
|
|
|
|
|
| PREFIX mckf: <https://mitranlil.ai/mckf/>
|
| PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns
|
|
|
|
|
| mckf:retrievalHint[?unit, "deadline_priority"] :-
|
| ?unit rdf:type mckf:DeadlineUnit .
|
|
|
|
|
| mckf:retrievalHint[?unit, "procedure_chain"] :-
|
| ?unit rdf:type mckf:ProcedureUnit .
|
|
|
|
|
| mckf:answerWarning[?unit, "exception_warning"] :-
|
| ?unit rdf:type mckf:ExceptionUnit .
|
|
|
|
|
| mckf:followReference[?unit, ?target] :-
|
| ?unit mckf:crossReferences ?target .
|
|
|
|
|
| mckf:retrievalHint[?unit, "definition_attach"] :-
|
| ?unit rdf:type mckf:DefinitionUnit .
|
|
|