:- dynamic cached_query/2. cached_query(and(speechPartPreds(A, B), [B, C, string([buy])]), [and(speechPartPreds('Verb', infinitive), [infinitive, 'Buy-TheWord', string([buy])]), and(speechPartPreds('NLWordForm', infinitive), [infinitive, 'Buy-TheWord', string([buy])]), and(speechPartPreds('CountNoun', singular), [singular, 'Buy-TheWord', string([buy])]), and(speechPartPreds('NLWordForm', singular), [singular, 'Buy-TheWord', string([buy])]), and(speechPartPreds('Noun', singular), [singular, 'Buy-TheWord', string([buy])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'Buy-TheWord', string([buy])]), and(speechPartPreds('CommonNoun', singular), [singular, 'Buy-TheWord', string([buy])])]). cached_query(and(wordStrings(A, string([buy])), partOfSpeech(A, B, string([buy]))), []). cached_query(partOfSpeech(A, B, string([buy])), []). cached_query('#$or'(nameSpelling(A, string([buy])), commonNickname(A, string([buy]))), []). cached_query(compoundSemTrans('Need-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Need-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([need])), speechPartPreds(C, B)), [and(wordForms('Need-TheWord', singular, string([need])), speechPartPreds('CountNoun', singular)), and(wordForms('Need-TheWord', singular, string([need])), speechPartPreds('NLWordForm', singular)), and(wordForms('Need-TheWord', singular, string([need])), speechPartPreds('Noun', singular)), and(wordForms('Need-TheWord', singular, string([need])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('Need-TheWord', singular, string([need])), speechPartPreds('CommonNoun', singular)), and(wordForms('Need-TheWord', simpleNounStrings, string([need])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Need-TheWord', simpleNounStrings, string([need])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Need-TheWord', simpleNounStrings, string([need])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Need-TheWord', simpleNounStrings, string([need])), speechPartPreds('CommonNoun', simpleNounStrings)), and(wordForms('Need-TheWord', infinitive, string([need])), speechPartPreds('Verb', infinitive)), and(wordForms('Need-TheWord', infinitive, string([need])), speechPartPreds('NLWordForm', infinitive)), and(wordForms('Need-TheWord', 'firstPersonSg-Present', string([need])), speechPartPreds('Verb', 'firstPersonSg-Present')), and(wordForms('Need-TheWord', 'firstPersonSg-Present', string([need])), speechPartPreds('NLWordForm', 'firstPersonSg-Present')), and(wordForms('Need-TheWord', 'secondPersonSg-Present', string([need])), speechPartPreds('Verb', 'secondPersonSg-Present')), and(wordForms('Need-TheWord', 'secondPersonSg-Present', string([need])), speechPartPreds('NLWordForm', 'secondPersonSg-Present')), and(wordForms('Need-TheWord', 'nonThirdSg-Present', string([need])), speechPartPreds('Verb', 'nonThirdSg-Present')), and(wordForms('Need-TheWord', 'nonThirdSg-Present', string([need])), speechPartPreds('NLWordForm', 'nonThirdSg-Present')), and(wordForms('Need-TheWord', 'pluralVerb-Present', string([need])), speechPartPreds('Verb', 'pluralVerb-Present')), and(wordForms('Need-TheWord', 'pluralVerb-Present', string([need])), speechPartPreds('NLWordForm', 'pluralVerb-Present')), and(wordForms('Need-TheWord', 'presentTense-Generic', string([need])), speechPartPreds('Verb', 'presentTense-Generic')), and(wordForms('Need-TheWord', 'presentTense-Generic', string([need])), speechPartPreds('NLWordForm', 'presentTense-Generic')), and(wordForms('Need-TheWord', tensed, string([need])), speechPartPreds('Verb', tensed)), and(wordForms('Need-TheWord', tensed, string([need])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Need-TheWord', untensed, string([need])), speechPartPreds('Verb', untensed)), and(wordForms('Need-TheWord', untensed, string([need])), speechPartPreds('NLWordForm', untensed)), and(wordForms('Need-TheWord', 'simplePresent-Generic', string([need])), speechPartPreds('Verb', 'simplePresent-Generic')), and(wordForms('Need-TheWord', 'simplePresent-Generic', string([need])), speechPartPreds('NLWordForm', 'simplePresent-Generic')), and(wordForms('Need-TheWord', verbStrings, string([need])), speechPartPreds('Verb', verbStrings)), and(wordForms('Need-TheWord', verbStrings, string([need])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Need-TheWord', 'firstPersonSg-Generic', string([need])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('Need-TheWord', 'firstPersonSg-Generic', string([need])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('Need-TheWord', 'secondPersonSg-Generic', string([need])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('Need-TheWord', 'secondPersonSg-Generic', string([need])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('Need-TheWord', 'pluralVerb-Generic', string([need])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('Need-TheWord', 'pluralVerb-Generic', string([need])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('Need-TheWord', 'singularVerb-Generic', string([need])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Need-TheWord', 'singularVerb-Generic', string([need])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Need-TheWord', 'simpleAspect-Generic', string([need])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Need-TheWord', 'simpleAspect-Generic', string([need])), speechPartPreds('NLWordForm', 'simpleAspect-Generic'))]). cached_query(and(speechPartPreds(A, B), [B, C, string([need])]), [and(speechPartPreds('Verb', infinitive), [infinitive, 'Need-TheWord', string([need])]), and(speechPartPreds('NLWordForm', infinitive), [infinitive, 'Need-TheWord', string([need])]), and(speechPartPreds('CountNoun', singular), [singular, 'Need-TheWord', string([need])]), and(speechPartPreds('NLWordForm', singular), [singular, 'Need-TheWord', string([need])]), and(speechPartPreds('Noun', singular), [singular, 'Need-TheWord', string([need])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'Need-TheWord', string([need])]), and(speechPartPreds('CommonNoun', singular), [singular, 'Need-TheWord', string([need])])]). cached_query(and(wordStrings(A, string([need])), partOfSpeech(A, B, string([need]))), []). cached_query(partOfSpeech(A, B, string([need])), []). cached_query('#$or'(nameSpelling(A, string([need])), commonNickname(A, string([need]))), []). cached_query(wordSemTrans('Annoy-TheWord', A, B, C, 'Preposition', D, E), []). cached_query(wordSemTrans('Annoy-TheWord', A, 'ParticleCompFrameFn'('IntransitiveParticleFrameType', B), C, D, E, F), []). cached_query(wordSemTrans('Annoy-TheWord', A, B, C, 'Verb', D, E), []). cached_query(wordSemTrans('Annoy-TheWord', A, 'ParticleCompFrameFn'('TransitiveParticleNPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('My-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('Stupid-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(compoundSemTrans('All-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'All-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([all])), speechPartPreds(C, B)), [and(wordForms('All-TheWord', pronounStrings, string([all])), speechPartPreds('NLWordForm', pronounStrings)), and(wordForms('All-TheWord', pronounStrings, string([all])), speechPartPreds('Pronoun-SubjectOrObject', pronounStrings)), and(wordForms('All-TheWord', pronounStrings, string([all])), speechPartPreds('PossessivePronoun-Post', pronounStrings)), and(wordForms('All-TheWord', pronounStrings, string([all])), speechPartPreds('PossessivePronoun', pronounStrings)), and(wordForms('All-TheWord', pronounStrings, string([all])), speechPartPreds('ExpletivePronoun', pronounStrings)), and(wordForms('All-TheWord', pronounStrings, string([all])), speechPartPreds('ReflexivePronoun', pronounStrings)), and(wordForms('All-TheWord', pronounStrings, string([all])), speechPartPreds('ReciprocalPronoun', pronounStrings)), and(wordForms('All-TheWord', pronounStrings, string([all])), speechPartPreds('SubjectPronoun', pronounStrings)), and(wordForms('All-TheWord', pronounStrings, string([all])), speechPartPreds('IndefinitePronoun', pronounStrings)), and(wordForms('All-TheWord', pronounStrings, string([all])), speechPartPreds('WHPronoun', pronounStrings)), and(wordForms('All-TheWord', pronounStrings, string([all])), speechPartPreds('Pronoun', pronounStrings)), and(wordForms('All-TheWord', pronounStrings, string([all])), speechPartPreds('Number-SP', pronounStrings)), and(wordForms('All-TheWord', pronounStrings, string([all])), speechPartPreds('ObjectPronoun', pronounStrings)), and(wordForms('All-TheWord', pronounStrings, string([all])), speechPartPreds('SingularPronoun', pronounStrings)), and(wordForms('All-TheWord', pronounStrings, string([all])), speechPartPreds('PluralPronoun', pronounStrings)), and(wordForms('All-TheWord', pronounStrings, string([all])), speechPartPreds('DualPronoun', pronounStrings)), and(wordForms('All-TheWord', determinerStrings, string([all])), speechPartPreds('NLWordForm', determinerStrings)), and(wordForms('All-TheWord', determinerStrings, string([all])), speechPartPreds('Determiner-Central', determinerStrings)), and(wordForms('All-TheWord', determinerStrings, string([all])), speechPartPreds('Determiner-ClassC', determinerStrings)), and(wordForms('All-TheWord', determinerStrings, string([all])), speechPartPreds('WHDeterminer', determinerStrings)), and(wordForms('All-TheWord', determinerStrings, string([all])), speechPartPreds('Determiner-ClassA', determinerStrings)), and(wordForms('All-TheWord', determinerStrings, string([all])), speechPartPreds('Postdeterminer', determinerStrings)), and(wordForms('All-TheWord', determinerStrings, string([all])), speechPartPreds('Determiner', determinerStrings)), and(wordForms('All-TheWord', determinerStrings, string([all])), speechPartPreds('Determiner-ClassB', determinerStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([all])]), [and(speechPartPreds('NLWordForm', determinerStrings), [determinerStrings, 'All-TheWord', string([all])]), and(speechPartPreds('Determiner-Central', determinerStrings), [determinerStrings, 'All-TheWord', string([all])]), and(speechPartPreds('Determiner-ClassC', determinerStrings), [determinerStrings, 'All-TheWord', string([all])]), and(speechPartPreds('WHDeterminer', determinerStrings), [determinerStrings, 'All-TheWord', string([all])]), and(speechPartPreds('Determiner-ClassA', determinerStrings), [determinerStrings, 'All-TheWord', string([all])]), and(speechPartPreds('Postdeterminer', determinerStrings), [determinerStrings, 'All-TheWord', string([all])]), and(speechPartPreds('Determiner', determinerStrings), [determinerStrings, 'All-TheWord', string([all])]), and(speechPartPreds('Determiner-ClassB', determinerStrings), [determinerStrings, 'All-TheWord', string([all])]), and(speechPartPreds('NLWordForm', pronounStrings), [pronounStrings, 'All-TheWord', string([all])]), and(speechPartPreds('Pronoun-SubjectOrObject', pronounStrings), [pronounStrings, 'All-TheWord', string([all])]), and(speechPartPreds('PossessivePronoun-Post', pronounStrings), [pronounStrings, 'All-TheWord', string([all])]), and(speechPartPreds('PossessivePronoun', pronounStrings), [pronounStrings, 'All-TheWord', string([all])]), and(speechPartPreds('ExpletivePronoun', pronounStrings), [pronounStrings, 'All-TheWord', string([all])]), and(speechPartPreds('ReflexivePronoun', pronounStrings), [pronounStrings, 'All-TheWord', string([all])]), and(speechPartPreds('ReciprocalPronoun', pronounStrings), [pronounStrings, 'All-TheWord', string([all])]), and(speechPartPreds('SubjectPronoun', pronounStrings), [pronounStrings, 'All-TheWord', string([all])]), and(speechPartPreds('IndefinitePronoun', pronounStrings), [pronounStrings, 'All-TheWord', string([all])]), and(speechPartPreds('WHPronoun', pronounStrings), [pronounStrings, 'All-TheWord', string([all])]), and(speechPartPreds('Pronoun', pronounStrings), [pronounStrings, 'All-TheWord', string([all])]), and(speechPartPreds('Number-SP', pronounStrings), [pronounStrings, 'All-TheWord', string([all])]), and(speechPartPreds('ObjectPronoun', pronounStrings), [pronounStrings, 'All-TheWord', string([all])]), and(speechPartPreds('SingularPronoun', pronounStrings), [pronounStrings, 'All-TheWord', string([all])]), and(speechPartPreds('PluralPronoun', pronounStrings), [pronounStrings, 'All-TheWord', string([all])]), and(speechPartPreds('DualPronoun', pronounStrings), [pronounStrings, 'All-TheWord', string([all])])]). cached_query(and(wordStrings(A, string([all])), partOfSpeech(A, B, string([all]))), [and(wordStrings('All-TheWord', string([all])), partOfSpeech('All-TheWord', 'Pronoun', string([all]))), and(wordStrings('All-TheWord', string([all])), partOfSpeech('All-TheWord', 'PostQuant-SP', string([all]))), and(wordStrings('All-TheWord', string([all])), partOfSpeech('All-TheWord', 'Determiner-ClassA', string([all])))]). cached_query(partOfSpeech(A, B, string([all])), [partOfSpeech('All-TheWord', 'Pronoun', string([all])), partOfSpeech('All-TheWord', 'PostQuant-SP', string([all])), partOfSpeech('All-TheWord', 'Determiner-ClassA', string([all]))]). cached_query('#$or'(nameSpelling(A, string([all])), commonNickname(A, string([all]))), []). cached_query(compoundSemTrans('Annoy-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Annoy-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([annoyed])), speechPartPreds(C, B)), [and(wordForms('Annoy-TheWord', 'perfective-Generic', string([annoyed])), speechPartPreds('Verb', 'perfective-Generic')), and(wordForms('Annoy-TheWord', 'perfective-Generic', string([annoyed])), speechPartPreds('NLWordForm', 'perfective-Generic')), and(wordForms('Annoy-TheWord', passiveParticiple, string([annoyed])), speechPartPreds('Verb', passiveParticiple)), and(wordForms('Annoy-TheWord', passiveParticiple, string([annoyed])), speechPartPreds('Adjective-Ed', passiveParticiple)), and(wordForms('Annoy-TheWord', passiveParticiple, string([annoyed])), speechPartPreds('NLWordForm', passiveParticiple)), and(wordForms('Annoy-TheWord', tensed, string([annoyed])), speechPartPreds('Verb', tensed)), and(wordForms('Annoy-TheWord', tensed, string([annoyed])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Annoy-TheWord', untensed, string([annoyed])), speechPartPreds('Verb', untensed)), and(wordForms('Annoy-TheWord', untensed, string([annoyed])), speechPartPreds('NLWordForm', untensed)), and(wordForms('Annoy-TheWord', verbStrings, string([annoyed])), speechPartPreds('Verb', verbStrings)), and(wordForms('Annoy-TheWord', verbStrings, string([annoyed])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Annoy-TheWord', 'thirdPersonSg-Generic', string([annoyed])), speechPartPreds('Verb', 'thirdPersonSg-Generic')), and(wordForms('Annoy-TheWord', 'thirdPersonSg-Generic', string([annoyed])), speechPartPreds('NLWordForm', 'thirdPersonSg-Generic')), and(wordForms('Annoy-TheWord', 'firstPersonSg-Generic', string([annoyed])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('Annoy-TheWord', 'firstPersonSg-Generic', string([annoyed])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('Annoy-TheWord', 'secondPersonSg-Generic', string([annoyed])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('Annoy-TheWord', 'secondPersonSg-Generic', string([annoyed])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('Annoy-TheWord', 'pluralVerb-Generic', string([annoyed])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('Annoy-TheWord', 'pluralVerb-Generic', string([annoyed])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('Annoy-TheWord', 'singularVerb-Generic', string([annoyed])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Annoy-TheWord', 'singularVerb-Generic', string([annoyed])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Annoy-TheWord', 'pastTense-Generic', string([annoyed])), speechPartPreds('Verb', 'pastTense-Generic')), and(wordForms('Annoy-TheWord', 'pastTense-Generic', string([annoyed])), speechPartPreds('NLWordForm', 'pastTense-Generic')), and(wordForms('Annoy-TheWord', 'firstPersonSg-Past', string([annoyed])), speechPartPreds('Verb', 'firstPersonSg-Past')), and(wordForms('Annoy-TheWord', 'firstPersonSg-Past', string([annoyed])), speechPartPreds('NLWordForm', 'firstPersonSg-Past')), and(wordForms('Annoy-TheWord', 'thirdPersonSg-Past', string([annoyed])), speechPartPreds('Verb', 'thirdPersonSg-Past')), and(wordForms('Annoy-TheWord', 'thirdPersonSg-Past', string([annoyed])), speechPartPreds('NLWordForm', 'thirdPersonSg-Past')), and(wordForms('Annoy-TheWord', 'pluralVerb-Past', string([annoyed])), speechPartPreds('Verb', 'pluralVerb-Past')), and(wordForms('Annoy-TheWord', 'pluralVerb-Past', string([annoyed])), speechPartPreds('NLWordForm', 'pluralVerb-Past')), and(wordForms('Annoy-TheWord', 'secondPersonSg-Past', string([annoyed])), speechPartPreds('Verb', 'secondPersonSg-Past')), and(wordForms('Annoy-TheWord', 'secondPersonSg-Past', string([annoyed])), speechPartPreds('NLWordForm', 'secondPersonSg-Past')), and(wordForms('Annoy-TheWord', 'simplePast-Generic', string([annoyed])), speechPartPreds('Verb', 'simplePast-Generic')), and(wordForms('Annoy-TheWord', 'simplePast-Generic', string([annoyed])), speechPartPreds('NLWordForm', 'simplePast-Generic')), and(wordForms('Annoy-TheWord', 'simpleAspect-Generic', string([annoyed])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Annoy-TheWord', 'simpleAspect-Generic', string([annoyed])), speechPartPreds('NLWordForm', 'simpleAspect-Generic')), and(wordForms('Annoy-TheWord', 'pastTense-Universal', string([annoyed])), speechPartPreds('Verb', 'pastTense-Universal')), and(wordForms('Annoy-TheWord', 'pastTense-Universal', string([annoyed])), speechPartPreds('NLWordForm', 'pastTense-Universal')), and(wordForms('Annoy-TheWord', perfect, string([annoyed])), speechPartPreds('Verb', perfect)), and(wordForms('Annoy-TheWord', perfect, string([annoyed])), speechPartPreds('NLWordForm', perfect))]). cached_query(and(speechPartPreds(A, B), [B, C, string([annoyed])]), []). cached_query(and(wordStrings(A, string([annoyed])), partOfSpeech(A, B, string([annoyed]))), []). cached_query(partOfSpeech(A, B, string([annoyed])), []). cached_query('#$or'(nameSpelling(A, string([annoyed])), commonNickname(A, string([annoyed]))), []). cached_query(compoundSemTrans('Senate-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Senate-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([senators])), speechPartPreds(C, B)), [and(wordForms('Senate-TheWord', 'agentive-Pl', string([senators])), speechPartPreds('AgentiveNoun', 'agentive-Pl')), and(wordForms('Senate-TheWord', 'agentive-Pl', string([senators])), speechPartPreds('CountNoun-Generic', 'agentive-Pl')), and(wordForms('Senate-TheWord', 'agentive-Pl', string([senators])), speechPartPreds('NLWordForm', 'agentive-Pl')), and(wordForms('Senate-TheWord', 'agentive-Pl', string([senators])), speechPartPreds('Noun', 'agentive-Pl')), and(wordForms('Senate-TheWord', agentiveNounStrings, string([senators])), speechPartPreds('AgentiveNoun', agentiveNounStrings)), and(wordForms('Senate-TheWord', agentiveNounStrings, string([senators])), speechPartPreds('NLWordForm', agentiveNounStrings)), and(wordForms('Senate-TheWord', agentiveNounStrings, string([senators])), speechPartPreds('Noun', agentiveNounStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([senators])]), []). cached_query(and(wordStrings(A, string([senators])), partOfSpeech(A, B, string([senators]))), []). cached_query(partOfSpeech(A, B, string([senators])), []). cached_query('#$or'(nameSpelling(A, string([senators])), commonNickname(A, string([senators]))), []). cached_query(compoundSemTrans('Stupid-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Stupid-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([stupidity])), speechPartPreds(C, B)), [and(wordForms('Stupid-TheWord', massNumber, string([stupidity])), speechPartPreds('MassNoun', massNumber)), and(wordForms('Stupid-TheWord', massNumber, string([stupidity])), speechPartPreds('ProperMassNoun', massNumber)), and(wordForms('Stupid-TheWord', massNumber, string([stupidity])), speechPartPreds('NLWordForm', massNumber)), and(wordForms('Stupid-TheWord', massNumber, string([stupidity])), speechPartPreds('MassNoun-Generic', massNumber)), and(wordForms('Stupid-TheWord', massNumber, string([stupidity])), speechPartPreds('Noun', massNumber)), and(wordForms('Stupid-TheWord', massNumber, string([stupidity])), speechPartPreds('CommonNoun', massNumber))]). cached_query(and(speechPartPreds(A, B), [B, C, string([stupidity])]), [and(speechPartPreds('MassNoun', massNumber), [massNumber, 'Stupid-TheWord', string([stupidity])]), and(speechPartPreds('ProperMassNoun', massNumber), [massNumber, 'Stupid-TheWord', string([stupidity])]), and(speechPartPreds('NLWordForm', massNumber), [massNumber, 'Stupid-TheWord', string([stupidity])]), and(speechPartPreds('MassNoun-Generic', massNumber), [massNumber, 'Stupid-TheWord', string([stupidity])]), and(speechPartPreds('Noun', massNumber), [massNumber, 'Stupid-TheWord', string([stupidity])]), and(speechPartPreds('CommonNoun', massNumber), [massNumber, 'Stupid-TheWord', string([stupidity])])]). cached_query(and(wordStrings(A, string([stupidity])), partOfSpeech(A, B, string([stupidity]))), []). cached_query(partOfSpeech(A, B, string([stupidity])), []). cached_query('#$or'(nameSpelling(A, string([stupidity])), commonNickname(A, string([stupidity]))), []). cached_query(wordSemTrans('Change-TheWord', A, B, C, 'Preposition', D, E), []). cached_query(wordSemTrans('Change-TheWord', A, 'ParticleCompFrameFn'('IntransitiveParticleFrameType', B), C, D, E, F), []). cached_query(wordSemTrans('Change-TheWord', A, B, C, 'Verb', D, E), [wordSemTrans('Change-TheWord', 0, 'TransitiveNPFrame', and(isa(':ACTION', 'IntrinsicStateChangeEvent'), performedBy(':ACTION', ':SUBJECT'), objectOfStateChange(':ACTION', ':OBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Change-TheWord', 1, 'TransitiveNPFrame', and(isa(':ACTION', 'ReplacingAnObject'), objectActedOn(':ACTION', ':OBJECT'), doneBy(':ACTION', ':SUBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Change-TheWord', 2, 'IntransitiveVerbFrame', and(isa(':ACTION', 'IntrinsicStateChangeEvent'), objectOfStateChange(':ACTION', ':SUBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Change-TheWord', 789, 'PPCompFrameFn'('DitransitivePPFrameType', 'To-TheWord'), and(isa(':ACTION', 'IntrinsicStateChangeEvent'), outputs(':ACTION', ':OBJECT'), doneBy(':ACTION', ':SUBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Change-TheWord', 789, 'PPCompFrameFn'('DitransitivePPFrameType', 'Into-TheWord'), and(isa(':ACTION', 'IntrinsicStateChangeEvent'), outputs(':ACTION', ':OBLIQUE-OBJECT'), doneBy(':ACTION', ':SUBJECT'), transformedObject(':ACTION', ':OBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Change-TheWord', 789, 'TransitiveNPFrame', and(isa(':ACTION', 'IntrinsicStateChangeEvent'), doneBy(':ACTION', ':SUBJECT'), transformedObject(':ACTION', ':OBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Change-TheWord', 789, 'PPCompFrameFn'('TransitivePPFrameType', 'Into-TheWord'), and(isa(':ACTION', 'IntrinsicStateChangeEvent'), outputs(':ACTION', ':OBLIQUE-OBJECT'), transformedObject(':ACTION', ':SUBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Change-TheWord', 789, 'IntransitiveVerbFrame', and(isa(':ACTION', 'IntrinsicStateChangeEvent'), transformedObject(':ACTION', ':SUBJECT')), 'Verb', verbSemTrans, 'True')]). cached_query(wordSemTrans('Change-TheWord', A, 'ParticleCompFrameFn'('TransitiveParticleNPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('Late-TheWord', A, B, C, 'Preposition', D, E), []). cached_query(wordSemTrans('Late-TheWord', A, 'ParticleCompFrameFn'('IntransitiveParticleFrameType', B), C, D, E, F), []). cached_query(wordSemTrans('Late-TheWord', A, B, C, 'Verb', D, E), []). cached_query(wordSemTrans('Late-TheWord', A, 'ParticleCompFrameFn'('TransitiveParticleNPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('Initial-TheWord', A, B, C, 'Preposition', D, E), []). cached_query(wordSemTrans('Initial-TheWord', A, 'ParticleCompFrameFn'('IntransitiveParticleFrameType', B), C, D, E, F), []). cached_query(wordSemTrans('Initial-TheWord', A, B, C, 'Verb', D, E), []). cached_query(wordSemTrans('Initial-TheWord', A, 'ParticleCompFrameFn'('TransitiveParticleNPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('WordWithSpeechPartPredAndStringFn'(nameSpelling, string('"Thomas"')), A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Adjective', D, E), []). cached_query(and(wordForms(A, B, string([minds])), speechPartPreds(C, B)), [and(wordForms('Mind-TheWord', 'thirdPersonSg-Present', string([minds])), speechPartPreds('Verb', 'thirdPersonSg-Present')), and(wordForms('Mind-TheWord', 'thirdPersonSg-Present', string([minds])), speechPartPreds('NLWordForm', 'thirdPersonSg-Present')), and(wordForms('Mind-TheWord', 'presentTense-Generic', string([minds])), speechPartPreds('Verb', 'presentTense-Generic')), and(wordForms('Mind-TheWord', 'presentTense-Generic', string([minds])), speechPartPreds('NLWordForm', 'presentTense-Generic')), and(wordForms('Mind-TheWord', tensed, string([minds])), speechPartPreds('Verb', tensed)), and(wordForms('Mind-TheWord', tensed, string([minds])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Mind-TheWord', 'simplePresent-Generic', string([minds])), speechPartPreds('Verb', 'simplePresent-Generic')), and(wordForms('Mind-TheWord', 'simplePresent-Generic', string([minds])), speechPartPreds('NLWordForm', 'simplePresent-Generic')), and(wordForms('Mind-TheWord', verbStrings, string([minds])), speechPartPreds('Verb', verbStrings)), and(wordForms('Mind-TheWord', verbStrings, string([minds])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Mind-TheWord', 'thirdPersonSg-Generic', string([minds])), speechPartPreds('Verb', 'thirdPersonSg-Generic')), and(wordForms('Mind-TheWord', 'thirdPersonSg-Generic', string([minds])), speechPartPreds('NLWordForm', 'thirdPersonSg-Generic')), and(wordForms('Mind-TheWord', 'singularVerb-Generic', string([minds])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Mind-TheWord', 'singularVerb-Generic', string([minds])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Mind-TheWord', 'simpleAspect-Generic', string([minds])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Mind-TheWord', 'simpleAspect-Generic', string([minds])), speechPartPreds('NLWordForm', 'simpleAspect-Generic')), and(wordForms('Mind-TheWord', simpleNounStrings, string([minds])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Mind-TheWord', simpleNounStrings, string([minds])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Mind-TheWord', simpleNounStrings, string([minds])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Mind-TheWord', simpleNounStrings, string([minds])), speechPartPreds('CommonNoun', simpleNounStrings)), and(wordForms('Mind-TheWord', plural, string([minds])), speechPartPreds('CountNoun', plural)), and(wordForms('Mind-TheWord', plural, string([minds])), speechPartPreds('CountNoun-Generic', plural)), and(wordForms('Mind-TheWord', plural, string([minds])), speechPartPreds('NLWordForm', plural)), and(wordForms('Mind-TheWord', plural, string([minds])), speechPartPreds('Noun', plural)), and(wordForms('Mind-TheWord', plural, string([minds])), speechPartPreds('CommonNoun', plural))]). cached_query(and(speechPartPreds(A, B), [B, C, string([minds])]), []). cached_query(and(wordStrings(A, string([minds])), partOfSpeech(A, B, string([minds]))), []). cached_query(partOfSpeech(A, B, string([minds])), []). cached_query('#$or'(nameSpelling(A, string([minds])), commonNickname(A, string([minds]))), []). cached_query(compoundSemTrans('Their-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Their-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([their])), speechPartPreds(C, B)), [and(wordForms('Their-TheWord', determinerStrings, string([their])), speechPartPreds('NLWordForm', determinerStrings)), and(wordForms('Their-TheWord', determinerStrings, string([their])), speechPartPreds('Determiner-Central', determinerStrings)), and(wordForms('Their-TheWord', determinerStrings, string([their])), speechPartPreds('Determiner-ClassC', determinerStrings)), and(wordForms('Their-TheWord', determinerStrings, string([their])), speechPartPreds('WHDeterminer', determinerStrings)), and(wordForms('Their-TheWord', determinerStrings, string([their])), speechPartPreds('Determiner-ClassA', determinerStrings)), and(wordForms('Their-TheWord', determinerStrings, string([their])), speechPartPreds('Postdeterminer', determinerStrings)), and(wordForms('Their-TheWord', determinerStrings, string([their])), speechPartPreds('Determiner', determinerStrings)), and(wordForms('Their-TheWord', determinerStrings, string([their])), speechPartPreds('Determiner-ClassB', determinerStrings)), and(wordForms('Their-TheWord', pronounStrings, string([their])), speechPartPreds('NLWordForm', pronounStrings)), and(wordForms('Their-TheWord', pronounStrings, string([their])), speechPartPreds('Pronoun-SubjectOrObject', pronounStrings)), and(wordForms('Their-TheWord', pronounStrings, string([their])), speechPartPreds('PossessivePronoun-Post', pronounStrings)), and(wordForms('Their-TheWord', pronounStrings, string([their])), speechPartPreds('PossessivePronoun', pronounStrings)), and(wordForms('Their-TheWord', pronounStrings, string([their])), speechPartPreds('ExpletivePronoun', pronounStrings)), and(wordForms('Their-TheWord', pronounStrings, string([their])), speechPartPreds('ReflexivePronoun', pronounStrings)), and(wordForms('Their-TheWord', pronounStrings, string([their])), speechPartPreds('ReciprocalPronoun', pronounStrings)), and(wordForms('Their-TheWord', pronounStrings, string([their])), speechPartPreds('SubjectPronoun', pronounStrings)), and(wordForms('Their-TheWord', pronounStrings, string([their])), speechPartPreds('IndefinitePronoun', pronounStrings)), and(wordForms('Their-TheWord', pronounStrings, string([their])), speechPartPreds('WHPronoun', pronounStrings)), and(wordForms('Their-TheWord', pronounStrings, string([their])), speechPartPreds('Pronoun', pronounStrings)), and(wordForms('Their-TheWord', pronounStrings, string([their])), speechPartPreds('Number-SP', pronounStrings)), and(wordForms('Their-TheWord', pronounStrings, string([their])), speechPartPreds('ObjectPronoun', pronounStrings)), and(wordForms('Their-TheWord', pronounStrings, string([their])), speechPartPreds('SingularPronoun', pronounStrings)), and(wordForms('Their-TheWord', pronounStrings, string([their])), speechPartPreds('PluralPronoun', pronounStrings)), and(wordForms('Their-TheWord', pronounStrings, string([their])), speechPartPreds('DualPronoun', pronounStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([their])]), [and(speechPartPreds('NLWordForm', determinerStrings), [determinerStrings, 'Their-TheWord', string([their])]), and(speechPartPreds('Determiner-Central', determinerStrings), [determinerStrings, 'Their-TheWord', string([their])]), and(speechPartPreds('Determiner-ClassC', determinerStrings), [determinerStrings, 'Their-TheWord', string([their])]), and(speechPartPreds('WHDeterminer', determinerStrings), [determinerStrings, 'Their-TheWord', string([their])]), and(speechPartPreds('Determiner-ClassA', determinerStrings), [determinerStrings, 'Their-TheWord', string([their])]), and(speechPartPreds('Postdeterminer', determinerStrings), [determinerStrings, 'Their-TheWord', string([their])]), and(speechPartPreds('Determiner', determinerStrings), [determinerStrings, 'Their-TheWord', string([their])]), and(speechPartPreds('Determiner-ClassB', determinerStrings), [determinerStrings, 'Their-TheWord', string([their])]), and(speechPartPreds('NLWordForm', pronounStrings), [pronounStrings, 'Their-TheWord', string([their])]), and(speechPartPreds('Pronoun-SubjectOrObject', pronounStrings), [pronounStrings, 'Their-TheWord', string([their])]), and(speechPartPreds('PossessivePronoun-Post', pronounStrings), [pronounStrings, 'Their-TheWord', string([their])]), and(speechPartPreds('PossessivePronoun', pronounStrings), [pronounStrings, 'Their-TheWord', string([their])]), and(speechPartPreds('ExpletivePronoun', pronounStrings), [pronounStrings, 'Their-TheWord', string([their])]), and(speechPartPreds('ReflexivePronoun', pronounStrings), [pronounStrings, 'Their-TheWord', string([their])]), and(speechPartPreds('ReciprocalPronoun', pronounStrings), [pronounStrings, 'Their-TheWord', string([their])]), and(speechPartPreds('SubjectPronoun', pronounStrings), [pronounStrings, 'Their-TheWord', string([their])]), and(speechPartPreds('IndefinitePronoun', pronounStrings), [pronounStrings, 'Their-TheWord', string([their])]), and(speechPartPreds('WHPronoun', pronounStrings), [pronounStrings, 'Their-TheWord', string([their])]), and(speechPartPreds('Pronoun', pronounStrings), [pronounStrings, 'Their-TheWord', string([their])]), and(speechPartPreds('Number-SP', pronounStrings), [pronounStrings, 'Their-TheWord', string([their])]), and(speechPartPreds('ObjectPronoun', pronounStrings), [pronounStrings, 'Their-TheWord', string([their])]), and(speechPartPreds('SingularPronoun', pronounStrings), [pronounStrings, 'Their-TheWord', string([their])]), and(speechPartPreds('PluralPronoun', pronounStrings), [pronounStrings, 'Their-TheWord', string([their])]), and(speechPartPreds('DualPronoun', pronounStrings), [pronounStrings, 'Their-TheWord', string([their])])]). cached_query(and(wordStrings(A, string([their])), partOfSpeech(A, B, string([their]))), [and(wordStrings('Their-TheWord', string([their])), partOfSpeech('Their-TheWord', 'PossessivePronoun-Pre', string([their]))), and(wordStrings('Their-TheWord', string([their])), partOfSpeech('Their-TheWord', 'PluralPronoun', string([their]))), and(wordStrings('Their-TheWord', string([their])), partOfSpeech('Their-TheWord', 'PossessivePronoun', string([their]))), and(wordStrings('Their-TheWord', string([their])), partOfSpeech('Their-TheWord', 'Pronoun', string([their])))]). cached_query(partOfSpeech(A, B, string([their])), [partOfSpeech('Their-TheWord', 'PossessivePronoun-Pre', string([their])), partOfSpeech('Their-TheWord', 'PluralPronoun', string([their])), partOfSpeech('Their-TheWord', 'PossessivePronoun', string([their])), partOfSpeech('Their-TheWord', 'Pronoun', string([their]))]). cached_query('#$or'(nameSpelling(A, string([their])), commonNickname(A, string([their]))), []). cached_query(compoundSemTrans('Change-TheWord', A, B, C, D), [compoundSemTrans('Change-TheWord', 'TheList'(string('"shape"')), 'Verb', 'IntransitiveVerbFrame', and(isa(':ACTION', 'ShapeChangeEvent'), objectOfStateChange(':ACTION', ':SUBJECT'))), compoundSemTrans('Change-TheWord', 'TheList'(string('"of"'), string('"location"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'Translation-LocationChange'))), compoundSemTrans('Change-TheWord', 'TheList'(string('"in"'), string('"status"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'ChangeOfStatusEvent'))), compoundSemTrans('Change-TheWord', 'TheList'(string('"in"'), string('"demand"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'ChangeInDemandForAGoodOrService'))), compoundSemTrans('Change-TheWord', 'TheList'(string('"of"'), string('"state"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'IntrinsicStateChangeEvent'))), compoundSemTrans('Change-TheWord', 'TheList'(string('"in"'), string('"income"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'ChangeInIncome'))), compoundSemTrans('Change-TheWord', 'TheList'(string('"in"'), string('"user"'), string('"rights"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'ChangeInUserRights'))), compoundSemTrans('Change-TheWord', 'TheList'(string('"of"'), string('"status"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'ChangeOfStatusEvent'))), compoundSemTrans('Change-TheWord', 'TheList'(string('"in"'), string('"supply"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'ChangeInSupplyOfAGoodOrService'))), compoundSemTrans('Change-TheWord', 'TheList'(string('"in"'), string('"price"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'ChangeInPriceForAGoodOrService'))), compoundSemTrans('Change-TheWord', 'TheList'(string('"of"'), string('"device"'), string('"state"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'ChangingDeviceState'))), compoundSemTrans('Change-TheWord', 'TheList'(string('"of"'), string('"property"'), string('"holdings"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'ChangeOfPropertyHoldings')))]). cached_query(multiWordSemTrans(A, 'Change-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([changed])), speechPartPreds(C, B)), [and(wordForms('Change-TheWord', 'perfective-Generic', string([changed])), speechPartPreds('Verb', 'perfective-Generic')), and(wordForms('Change-TheWord', 'perfective-Generic', string([changed])), speechPartPreds('NLWordForm', 'perfective-Generic')), and(wordForms('Change-TheWord', passiveParticiple, string([changed])), speechPartPreds('Verb', passiveParticiple)), and(wordForms('Change-TheWord', passiveParticiple, string([changed])), speechPartPreds('Adjective-Ed', passiveParticiple)), and(wordForms('Change-TheWord', passiveParticiple, string([changed])), speechPartPreds('NLWordForm', passiveParticiple)), and(wordForms('Change-TheWord', tensed, string([changed])), speechPartPreds('Verb', tensed)), and(wordForms('Change-TheWord', tensed, string([changed])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Change-TheWord', untensed, string([changed])), speechPartPreds('Verb', untensed)), and(wordForms('Change-TheWord', untensed, string([changed])), speechPartPreds('NLWordForm', untensed)), and(wordForms('Change-TheWord', verbStrings, string([changed])), speechPartPreds('Verb', verbStrings)), and(wordForms('Change-TheWord', verbStrings, string([changed])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Change-TheWord', 'thirdPersonSg-Generic', string([changed])), speechPartPreds('Verb', 'thirdPersonSg-Generic')), and(wordForms('Change-TheWord', 'thirdPersonSg-Generic', string([changed])), speechPartPreds('NLWordForm', 'thirdPersonSg-Generic')), and(wordForms('Change-TheWord', 'firstPersonSg-Generic', string([changed])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('Change-TheWord', 'firstPersonSg-Generic', string([changed])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('Change-TheWord', 'secondPersonSg-Generic', string([changed])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('Change-TheWord', 'secondPersonSg-Generic', string([changed])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('Change-TheWord', 'pluralVerb-Generic', string([changed])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('Change-TheWord', 'pluralVerb-Generic', string([changed])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('Change-TheWord', 'singularVerb-Generic', string([changed])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Change-TheWord', 'singularVerb-Generic', string([changed])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Change-TheWord', 'pastTense-Generic', string([changed])), speechPartPreds('Verb', 'pastTense-Generic')), and(wordForms('Change-TheWord', 'pastTense-Generic', string([changed])), speechPartPreds('NLWordForm', 'pastTense-Generic')), and(wordForms('Change-TheWord', 'firstPersonSg-Past', string([changed])), speechPartPreds('Verb', 'firstPersonSg-Past')), and(wordForms('Change-TheWord', 'firstPersonSg-Past', string([changed])), speechPartPreds('NLWordForm', 'firstPersonSg-Past')), and(wordForms('Change-TheWord', 'thirdPersonSg-Past', string([changed])), speechPartPreds('Verb', 'thirdPersonSg-Past')), and(wordForms('Change-TheWord', 'thirdPersonSg-Past', string([changed])), speechPartPreds('NLWordForm', 'thirdPersonSg-Past')), and(wordForms('Change-TheWord', 'pluralVerb-Past', string([changed])), speechPartPreds('Verb', 'pluralVerb-Past')), and(wordForms('Change-TheWord', 'pluralVerb-Past', string([changed])), speechPartPreds('NLWordForm', 'pluralVerb-Past')), and(wordForms('Change-TheWord', 'secondPersonSg-Past', string([changed])), speechPartPreds('Verb', 'secondPersonSg-Past')), and(wordForms('Change-TheWord', 'secondPersonSg-Past', string([changed])), speechPartPreds('NLWordForm', 'secondPersonSg-Past')), and(wordForms('Change-TheWord', 'simplePast-Generic', string([changed])), speechPartPreds('Verb', 'simplePast-Generic')), and(wordForms('Change-TheWord', 'simplePast-Generic', string([changed])), speechPartPreds('NLWordForm', 'simplePast-Generic')), and(wordForms('Change-TheWord', 'simpleAspect-Generic', string([changed])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Change-TheWord', 'simpleAspect-Generic', string([changed])), speechPartPreds('NLWordForm', 'simpleAspect-Generic')), and(wordForms('Change-TheWord', 'pastTense-Universal', string([changed])), speechPartPreds('Verb', 'pastTense-Universal')), and(wordForms('Change-TheWord', 'pastTense-Universal', string([changed])), speechPartPreds('NLWordForm', 'pastTense-Universal')), and(wordForms('Change-TheWord', perfect, string([changed])), speechPartPreds('Verb', perfect)), and(wordForms('Change-TheWord', perfect, string([changed])), speechPartPreds('NLWordForm', perfect)), and(wordForms('Change-TheWord', regularDegree, string([changed])), speechPartPreds('Adjective-Gradable', regularDegree)), and(wordForms('Change-TheWord', regularDegree, string([changed])), speechPartPreds('NLWordForm', regularDegree)), and(wordForms('Change-TheWord', regularDegree, string([changed])), speechPartPreds('Adjective', regularDegree)), and(wordForms('Change-TheWord', adjStrings, string([changed])), speechPartPreds('Adjective-Gradable', adjStrings)), and(wordForms('Change-TheWord', adjStrings, string([changed])), speechPartPreds('Adjective', adjStrings)), and(wordForms('Change-TheWord', adjStrings, string([changed])), speechPartPreds('NLWordForm', adjStrings)), and(wordForms('Change-TheWord', 'adjStrings-NonGraded', string([changed])), speechPartPreds('Adjective-Gradable', 'adjStrings-NonGraded')), and(wordForms('Change-TheWord', 'adjStrings-NonGraded', string([changed])), speechPartPreds('NLWordForm', 'adjStrings-NonGraded')), and(wordForms('Change-TheWord', 'adjStrings-NonGraded', string([changed])), speechPartPreds('Adjective', 'adjStrings-NonGraded'))]). cached_query(and(speechPartPreds(A, B), [B, C, string([changed])]), [and(speechPartPreds('Adjective-Gradable', regularDegree), [regularDegree, 'Change-TheWord', string([changed])]), and(speechPartPreds('NLWordForm', regularDegree), [regularDegree, 'Change-TheWord', string([changed])]), and(speechPartPreds('Adjective', regularDegree), [regularDegree, 'Change-TheWord', string([changed])]), and(speechPartPreds('NongradableAdjective', nonGradableAdjectiveForm), [nonGradableAdjectiveForm, 'Change-TheWord', string([changed])]), and(speechPartPreds('NLWordForm', nonGradableAdjectiveForm), [nonGradableAdjectiveForm, 'Change-TheWord', string([changed])]), and(speechPartPreds('Adjective-Gradable', nonGradableAdjectiveForm), [nonGradableAdjectiveForm, 'Change-TheWord', string([changed])]), and(speechPartPreds('Adjective', nonGradableAdjectiveForm), [nonGradableAdjectiveForm, 'Change-TheWord', string([changed])])]). cached_query(and(wordStrings(A, string([changed])), partOfSpeech(A, B, string([changed]))), []). cached_query(partOfSpeech(A, B, string([changed])), []). cached_query('#$or'(nameSpelling(A, string([changed])), commonNickname(A, string([changed]))), []). cached_query(compoundSemTrans('Later-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Later-TheWord', B, C, D), []). cached_query(compoundSemTrans('Late-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Late-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([later])), speechPartPreds(C, B)), [and(wordForms('Later-TheWord', regularAdverb, string([later])), speechPartPreds('Adverb', regularAdverb)), and(wordForms('Later-TheWord', regularAdverb, string([later])), speechPartPreds('WHAdverb', regularAdverb)), and(wordForms('Later-TheWord', regularAdverb, string([later])), speechPartPreds('NLWordForm', regularAdverb)), and(wordForms('Later-TheWord', adverbStrings, string([later])), speechPartPreds('Adverb', adverbStrings)), and(wordForms('Later-TheWord', adverbStrings, string([later])), speechPartPreds('NLWordForm', adverbStrings)), and(wordForms('Later-TheWord', wordStrings, string([later])), speechPartPreds('NLWordForm', wordStrings)), and(wordForms('Late-TheWord', adjStrings, string([later])), speechPartPreds('Adjective-Gradable', adjStrings)), and(wordForms('Late-TheWord', adjStrings, string([later])), speechPartPreds('Adjective', adjStrings)), and(wordForms('Late-TheWord', adjStrings, string([later])), speechPartPreds('NLWordForm', adjStrings)), and(wordForms('Late-TheWord', comparativeDegree, string([later])), speechPartPreds('Adjective-Gradable', comparativeDegree)), and(wordForms('Late-TheWord', comparativeDegree, string([later])), speechPartPreds('NLWordForm', comparativeDegree)), and(wordForms('Late-TheWord', comparativeDegree, string([later])), speechPartPreds('Adjective', comparativeDegree)), and(wordForms('Late-TheWord', comparativeAdverb, string([later])), speechPartPreds('Adverb', comparativeAdverb)), and(wordForms('Late-TheWord', comparativeAdverb, string([later])), speechPartPreds('NLWordForm', comparativeAdverb)), and(wordForms('Late-TheWord', adverbStrings, string([later])), speechPartPreds('NLWordForm', adverbStrings)), and(wordForms('Late-TheWord', adverbStrings, string([later])), speechPartPreds('Adverb', adverbStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([later])]), [and(speechPartPreds('Adjective-Gradable', comparativeDegree), [comparativeDegree, 'Late-TheWord', string([later])]), and(speechPartPreds('NLWordForm', comparativeDegree), [comparativeDegree, 'Late-TheWord', string([later])]), and(speechPartPreds('Adjective', comparativeDegree), [comparativeDegree, 'Late-TheWord', string([later])]), and(speechPartPreds('Adverb', regularAdverb), [regularAdverb, 'Later-TheWord', string([later])]), and(speechPartPreds('WHAdverb', regularAdverb), [regularAdverb, 'Later-TheWord', string([later])]), and(speechPartPreds('NLWordForm', regularAdverb), [regularAdverb, 'Later-TheWord', string([later])])]). cached_query(and(wordStrings(A, string([later])), partOfSpeech(A, B, string([later]))), [and(wordStrings('Later-TheWord', string([later])), partOfSpeech('Later-TheWord', 'AdverbOfTime', string([later])))]). cached_query(partOfSpeech(A, B, string([later])), [partOfSpeech('Later-TheWord', 'AdverbOfTime', string([later]))]). cached_query('#$or'(nameSpelling(A, string([later])), commonNickname(A, string([later]))), []). cached_query(compoundSemTrans('WordWithSpeechPartPredAndStringFn'(nameSpelling, string('"Thomas"')), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'WordWithSpeechPartPredAndStringFn'(nameSpelling, string('"Thomas"')), B, C, D), []). cached_query(compoundSemTrans('NameFn'(string('"Thomas"')), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'NameFn'(string('"Thomas"')), B, C, D), []). cached_query(compoundSemTrans('HumanMaleGivenNameFn'(string('"Thomas"')), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'HumanMaleGivenNameFn'(string('"Thomas"')), B, C, D), []). cached_query(compoundSemTrans('HumanGivenNameFn'(string('"Thomas"')), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'HumanGivenNameFn'(string('"Thomas"')), B, C, D), []). cached_query(compoundSemTrans('HumanGender-NeutralGivenNameFn'(string('"Thomas"')), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'HumanGender-NeutralGivenNameFn'(string('"Thomas"')), B, C, D), []). cached_query(compoundSemTrans('HumanFemaleGivenNameFn'(string('"Thomas"')), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'HumanFemaleGivenNameFn'(string('"Thomas"')), B, C, D), []). cached_query(compoundSemTrans('Thomas-TheName-1', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Thomas-TheName-1', B, C, D), []). cached_query(compoundSemTrans('Thomas-TheName', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Thomas-TheName', B, C, D), []). cached_query(and(wordForms(A, B, string(['Thomas'])), speechPartPreds(C, B)), [and(wordForms('NameFn'(string('"Thomas"')), properNounStrings, string(['Thomas'])), speechPartPreds('ProperNoun', properNounStrings)), and(wordForms('NameFn'(string('"Thomas"')), properNounStrings, string(['Thomas'])), speechPartPreds('NLWordForm', properNounStrings)), and(wordForms('NameFn'(string('"Thomas"')), properNounStrings, string(['Thomas'])), speechPartPreds('Noun', properNounStrings)), and(wordForms('NameFn'(string('"Thomas"')), nameSpelling, string(['Thomas'])), speechPartPreds('ProperNoun', nameSpelling)), and(wordForms('NameFn'(string('"Thomas"')), nameSpelling, string(['Thomas'])), speechPartPreds('NLWordForm', nameSpelling)), and(wordForms('NameFn'(string('"Thomas"')), nameSpelling, string(['Thomas'])), speechPartPreds('Noun', nameSpelling)), and(wordForms('Thomas-TheName', properNounStrings, string(['Thomas'])), speechPartPreds('Noun', properNounStrings)), and(wordForms('Thomas-TheName', properNounStrings, string(['Thomas'])), speechPartPreds('NLWordForm', properNounStrings)), and(wordForms('Thomas-TheName', properNounStrings, string(['Thomas'])), speechPartPreds('ProperNoun', properNounStrings)), and(wordForms('Thomas-TheName', nameSpelling, string(['Thomas'])), speechPartPreds('Noun', nameSpelling)), and(wordForms('Thomas-TheName', nameSpelling, string(['Thomas'])), speechPartPreds('NLWordForm', nameSpelling)), and(wordForms('Thomas-TheName', nameSpelling, string(['Thomas'])), speechPartPreds('ProperNoun', nameSpelling)), and(wordForms('HumanGivenNameFn'(string('"Thomas"')), properNounStrings, string(['Thomas'])), speechPartPreds('Noun', properNounStrings)), and(wordForms('HumanGivenNameFn'(string('"Thomas"')), properNounStrings, string(['Thomas'])), speechPartPreds('NLWordForm', properNounStrings)), and(wordForms('HumanGivenNameFn'(string('"Thomas"')), properNounStrings, string(['Thomas'])), speechPartPreds('ProperNoun', properNounStrings)), and(wordForms('HumanGivenNameFn'(string('"Thomas"')), nameSpelling, string(['Thomas'])), speechPartPreds('Noun', nameSpelling)), and(wordForms('HumanGivenNameFn'(string('"Thomas"')), nameSpelling, string(['Thomas'])), speechPartPreds('NLWordForm', nameSpelling)), and(wordForms('HumanGivenNameFn'(string('"Thomas"')), nameSpelling, string(['Thomas'])), speechPartPreds('ProperNoun', nameSpelling)), and(wordForms('HumanFemaleGivenNameFn'(string('"Thomas"')), properNounStrings, string(['Thomas'])), speechPartPreds('Noun', properNounStrings)), and(wordForms('HumanFemaleGivenNameFn'(string('"Thomas"')), properNounStrings, string(['Thomas'])), speechPartPreds('NLWordForm', properNounStrings)), and(wordForms('HumanFemaleGivenNameFn'(string('"Thomas"')), properNounStrings, string(['Thomas'])), speechPartPreds('ProperNoun', properNounStrings)), and(wordForms('HumanFemaleGivenNameFn'(string('"Thomas"')), nameSpelling, string(['Thomas'])), speechPartPreds('Noun', nameSpelling)), and(wordForms('HumanFemaleGivenNameFn'(string('"Thomas"')), nameSpelling, string(['Thomas'])), speechPartPreds('NLWordForm', nameSpelling)), and(wordForms('HumanFemaleGivenNameFn'(string('"Thomas"')), nameSpelling, string(['Thomas'])), speechPartPreds('ProperNoun', nameSpelling)), and(wordForms('HumanMaleGivenNameFn'(string('"Thomas"')), properNounStrings, string(['Thomas'])), speechPartPreds('Noun', properNounStrings)), and(wordForms('HumanMaleGivenNameFn'(string('"Thomas"')), properNounStrings, string(['Thomas'])), speechPartPreds('NLWordForm', properNounStrings)), and(wordForms('HumanMaleGivenNameFn'(string('"Thomas"')), properNounStrings, string(['Thomas'])), speechPartPreds('ProperNoun', properNounStrings)), and(wordForms('HumanMaleGivenNameFn'(string('"Thomas"')), nameSpelling, string(['Thomas'])), speechPartPreds('Noun', nameSpelling)), and(wordForms('HumanMaleGivenNameFn'(string('"Thomas"')), nameSpelling, string(['Thomas'])), speechPartPreds('NLWordForm', nameSpelling)), and(wordForms('HumanMaleGivenNameFn'(string('"Thomas"')), nameSpelling, string(['Thomas'])), speechPartPreds('ProperNoun', nameSpelling)), and(wordForms('HumanGender-NeutralGivenNameFn'(string('"Thomas"')), properNounStrings, string(['Thomas'])), speechPartPreds('Noun', properNounStrings)), and(wordForms('HumanGender-NeutralGivenNameFn'(string('"Thomas"')), properNounStrings, string(['Thomas'])), speechPartPreds('NLWordForm', properNounStrings)), and(wordForms('HumanGender-NeutralGivenNameFn'(string('"Thomas"')), properNounStrings, string(['Thomas'])), speechPartPreds('ProperNoun', properNounStrings)), and(wordForms('HumanGender-NeutralGivenNameFn'(string('"Thomas"')), nameSpelling, string(['Thomas'])), speechPartPreds('Noun', nameSpelling)), and(wordForms('HumanGender-NeutralGivenNameFn'(string('"Thomas"')), nameSpelling, string(['Thomas'])), speechPartPreds('NLWordForm', nameSpelling)), and(wordForms('HumanGender-NeutralGivenNameFn'(string('"Thomas"')), nameSpelling, string(['Thomas'])), speechPartPreds('ProperNoun', nameSpelling)), and(wordForms('WordWithSpeechPartPredAndStringFn'(nameSpelling, string('"Thomas"')), properNounStrings, string(['Thomas'])), speechPartPreds('Noun', properNounStrings)), and(wordForms('WordWithSpeechPartPredAndStringFn'(nameSpelling, string('"Thomas"')), properNounStrings, string(['Thomas'])), speechPartPreds('NLWordForm', properNounStrings)), and(wordForms('WordWithSpeechPartPredAndStringFn'(nameSpelling, string('"Thomas"')), properNounStrings, string(['Thomas'])), speechPartPreds('ProperNoun', properNounStrings)), and(wordForms('WordWithSpeechPartPredAndStringFn'(nameSpelling, string('"Thomas"')), nameSpelling, string(['Thomas'])), speechPartPreds('Noun', nameSpelling)), and(wordForms('WordWithSpeechPartPredAndStringFn'(nameSpelling, string('"Thomas"')), nameSpelling, string(['Thomas'])), speechPartPreds('NLWordForm', nameSpelling)), and(wordForms('WordWithSpeechPartPredAndStringFn'(nameSpelling, string('"Thomas"')), nameSpelling, string(['Thomas'])), speechPartPreds('ProperNoun', nameSpelling))]). cached_query(and(speechPartPreds(A, B), [B, C, string(['Thomas'])]), [and(speechPartPreds('ProperNoun', nameSpelling), [nameSpelling, 'Thomas-TheName', string(['Thomas'])]), and(speechPartPreds('NLWordForm', nameSpelling), [nameSpelling, 'Thomas-TheName', string(['Thomas'])]), and(speechPartPreds('Noun', nameSpelling), [nameSpelling, 'Thomas-TheName', string(['Thomas'])]), and(speechPartPreds('Noun', nameSpelling), [nameSpelling, 'NameFn'(string('"Thomas"')), string(['Thomas'])]), and(speechPartPreds('NLWordForm', nameSpelling), [nameSpelling, 'NameFn'(string('"Thomas"')), string(['Thomas'])]), and(speechPartPreds('ProperNoun', nameSpelling), [nameSpelling, 'NameFn'(string('"Thomas"')), string(['Thomas'])]), and(speechPartPreds('ProperNoun', nameSpelling), [nameSpelling, 'Thomas-TheName-1', string(['Thomas'])]), and(speechPartPreds('NLWordForm', nameSpelling), [nameSpelling, 'Thomas-TheName-1', string(['Thomas'])]), and(speechPartPreds('Noun', nameSpelling), [nameSpelling, 'Thomas-TheName-1', string(['Thomas'])]), and(speechPartPreds('ProperNoun', nameSpelling), [nameSpelling, 'HumanGivenNameFn'(string('"Thomas"')), string(['Thomas'])]), and(speechPartPreds('NLWordForm', nameSpelling), [nameSpelling, 'HumanGivenNameFn'(string('"Thomas"')), string(['Thomas'])]), and(speechPartPreds('Noun', nameSpelling), [nameSpelling, 'HumanGivenNameFn'(string('"Thomas"')), string(['Thomas'])]), and(speechPartPreds('ProperNoun', nameSpelling), [nameSpelling, 'HumanFemaleGivenNameFn'(string('"Thomas"')), string(['Thomas'])]), and(speechPartPreds('NLWordForm', nameSpelling), [nameSpelling, 'HumanFemaleGivenNameFn'(string('"Thomas"')), string(['Thomas'])]), and(speechPartPreds('Noun', nameSpelling), [nameSpelling, 'HumanFemaleGivenNameFn'(string('"Thomas"')), string(['Thomas'])]), and(speechPartPreds('ProperNoun', nameSpelling), [nameSpelling, 'HumanMaleGivenNameFn'(string('"Thomas"')), string(['Thomas'])]), and(speechPartPreds('NLWordForm', nameSpelling), [nameSpelling, 'HumanMaleGivenNameFn'(string('"Thomas"')), string(['Thomas'])]), and(speechPartPreds('Noun', nameSpelling), [nameSpelling, 'HumanMaleGivenNameFn'(string('"Thomas"')), string(['Thomas'])]), and(speechPartPreds('ProperNoun', nameSpelling), [nameSpelling, 'HumanGender-NeutralGivenNameFn'(string('"Thomas"')), string(['Thomas'])]), and(speechPartPreds('NLWordForm', nameSpelling), [nameSpelling, 'HumanGender-NeutralGivenNameFn'(string('"Thomas"')), string(['Thomas'])]), and(speechPartPreds('Noun', nameSpelling), [nameSpelling, 'HumanGender-NeutralGivenNameFn'(string('"Thomas"')), string(['Thomas'])]), and(speechPartPreds('ProperNoun', nameSpelling), [nameSpelling, 'WordWithSpeechPartPredAndStringFn'(nameSpelling, string('"Thomas"')), string(['Thomas'])]), and(speechPartPreds('NLWordForm', nameSpelling), [nameSpelling, 'WordWithSpeechPartPredAndStringFn'(nameSpelling, string('"Thomas"')), string(['Thomas'])]), and(speechPartPreds('Noun', nameSpelling), [nameSpelling, 'WordWithSpeechPartPredAndStringFn'(nameSpelling, string('"Thomas"')), string(['Thomas'])])]). cached_query(and(wordStrings(A, string(['Thomas'])), partOfSpeech(A, B, string(['Thomas']))), []). cached_query(partOfSpeech(A, B, string(['Thomas'])), []). cached_query('#$or'(nameSpelling(A, string(['Thomas'])), commonNickname(A, string(['Thomas']))), ['#$or'(nameSpelling('Thomas-TheName-1', string(['Thomas'])), commonNickname('Thomas-TheName-1', string(['Thomas']))), '#$or'(nameSpelling('NameFn'(string('"Thomas"')), string(['Thomas'])), commonNickname('NameFn'(string('"Thomas"')), string(['Thomas']))), '#$or'(nameSpelling('Thomas-TheName', string(['Thomas'])), commonNickname('Thomas-TheName', string(['Thomas'])))]). cached_query(compoundSemTrans('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), B, C, D), []). cached_query(compoundSemTrans('Support-TheWord', A, B, C, D), [compoundSemTrans('Support-TheWord', 'TheList'(string('"by"'), string('"2nd"'), string('"DS"'), string('"Arty"'), string('"Bn"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'RKF-Object-447')))]). cached_query(multiWordSemTrans(A, 'Support-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([supported])), speechPartPreds(C, B)), [and(wordForms('Support-TheWord', 'perfective-Generic', string([supported])), speechPartPreds('Verb', 'perfective-Generic')), and(wordForms('Support-TheWord', 'perfective-Generic', string([supported])), speechPartPreds('NLWordForm', 'perfective-Generic')), and(wordForms('Support-TheWord', passiveParticiple, string([supported])), speechPartPreds('Verb', passiveParticiple)), and(wordForms('Support-TheWord', passiveParticiple, string([supported])), speechPartPreds('Adjective-Ed', passiveParticiple)), and(wordForms('Support-TheWord', passiveParticiple, string([supported])), speechPartPreds('NLWordForm', passiveParticiple)), and(wordForms('Support-TheWord', tensed, string([supported])), speechPartPreds('Verb', tensed)), and(wordForms('Support-TheWord', tensed, string([supported])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Support-TheWord', untensed, string([supported])), speechPartPreds('Verb', untensed)), and(wordForms('Support-TheWord', untensed, string([supported])), speechPartPreds('NLWordForm', untensed)), and(wordForms('Support-TheWord', verbStrings, string([supported])), speechPartPreds('Verb', verbStrings)), and(wordForms('Support-TheWord', verbStrings, string([supported])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Support-TheWord', 'thirdPersonSg-Generic', string([supported])), speechPartPreds('Verb', 'thirdPersonSg-Generic')), and(wordForms('Support-TheWord', 'thirdPersonSg-Generic', string([supported])), speechPartPreds('NLWordForm', 'thirdPersonSg-Generic')), and(wordForms('Support-TheWord', 'firstPersonSg-Generic', string([supported])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('Support-TheWord', 'firstPersonSg-Generic', string([supported])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('Support-TheWord', 'secondPersonSg-Generic', string([supported])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('Support-TheWord', 'secondPersonSg-Generic', string([supported])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('Support-TheWord', 'pluralVerb-Generic', string([supported])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('Support-TheWord', 'pluralVerb-Generic', string([supported])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('Support-TheWord', 'singularVerb-Generic', string([supported])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Support-TheWord', 'singularVerb-Generic', string([supported])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Support-TheWord', 'pastTense-Generic', string([supported])), speechPartPreds('Verb', 'pastTense-Generic')), and(wordForms('Support-TheWord', 'pastTense-Generic', string([supported])), speechPartPreds('NLWordForm', 'pastTense-Generic')), and(wordForms('Support-TheWord', 'firstPersonSg-Past', string([supported])), speechPartPreds('Verb', 'firstPersonSg-Past')), and(wordForms('Support-TheWord', 'firstPersonSg-Past', string([supported])), speechPartPreds('NLWordForm', 'firstPersonSg-Past')), and(wordForms('Support-TheWord', 'thirdPersonSg-Past', string([supported])), speechPartPreds('Verb', 'thirdPersonSg-Past')), and(wordForms('Support-TheWord', 'thirdPersonSg-Past', string([supported])), speechPartPreds('NLWordForm', 'thirdPersonSg-Past')), and(wordForms('Support-TheWord', 'pluralVerb-Past', string([supported])), speechPartPreds('Verb', 'pluralVerb-Past')), and(wordForms('Support-TheWord', 'pluralVerb-Past', string([supported])), speechPartPreds('NLWordForm', 'pluralVerb-Past')), and(wordForms('Support-TheWord', 'secondPersonSg-Past', string([supported])), speechPartPreds('Verb', 'secondPersonSg-Past')), and(wordForms('Support-TheWord', 'secondPersonSg-Past', string([supported])), speechPartPreds('NLWordForm', 'secondPersonSg-Past')), and(wordForms('Support-TheWord', 'simplePast-Generic', string([supported])), speechPartPreds('Verb', 'simplePast-Generic')), and(wordForms('Support-TheWord', 'simplePast-Generic', string([supported])), speechPartPreds('NLWordForm', 'simplePast-Generic')), and(wordForms('Support-TheWord', 'simpleAspect-Generic', string([supported])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Support-TheWord', 'simpleAspect-Generic', string([supported])), speechPartPreds('NLWordForm', 'simpleAspect-Generic')), and(wordForms('Support-TheWord', 'pastTense-Universal', string([supported])), speechPartPreds('Verb', 'pastTense-Universal')), and(wordForms('Support-TheWord', 'pastTense-Universal', string([supported])), speechPartPreds('NLWordForm', 'pastTense-Universal')), and(wordForms('Support-TheWord', perfect, string([supported])), speechPartPreds('Verb', perfect)), and(wordForms('Support-TheWord', perfect, string([supported])), speechPartPreds('NLWordForm', perfect)), and(wordForms('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), 'perfective-Generic', string([supported])), speechPartPreds('NLWordForm', 'perfective-Generic')), and(wordForms('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), 'perfective-Generic', string([supported])), speechPartPreds('Verb', 'perfective-Generic')), and(wordForms('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), passiveParticiple, string([supported])), speechPartPreds('NLWordForm', passiveParticiple)), and(wordForms('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), passiveParticiple, string([supported])), speechPartPreds('Adjective-Ed', passiveParticiple)), and(wordForms('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), passiveParticiple, string([supported])), speechPartPreds('Verb', passiveParticiple)), and(wordForms('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), tensed, string([supported])), speechPartPreds('NLWordForm', tensed)), and(wordForms('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), tensed, string([supported])), speechPartPreds('Verb', tensed)), and(wordForms('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), untensed, string([supported])), speechPartPreds('NLWordForm', untensed)), and(wordForms('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), untensed, string([supported])), speechPartPreds('Verb', untensed)), and(wordForms('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), verbStrings, string([supported])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), verbStrings, string([supported])), speechPartPreds('Verb', verbStrings)), and(wordForms('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), 'thirdPersonSg-Generic', string([supported])), speechPartPreds('NLWordForm', 'thirdPersonSg-Generic')), and(wordForms('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), 'thirdPersonSg-Generic', string([supported])), speechPartPreds('Verb', 'thirdPersonSg-Generic')), and(wordForms('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), 'firstPersonSg-Generic', string([supported])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), 'firstPersonSg-Generic', string([supported])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), 'secondPersonSg-Generic', string([supported])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), 'secondPersonSg-Generic', string([supported])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), 'pluralVerb-Generic', string([supported])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), 'pluralVerb-Generic', string([supported])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), 'singularVerb-Generic', string([supported])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), 'singularVerb-Generic', string([supported])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), 'pastTense-Generic', string([supported])), speechPartPreds('NLWordForm', 'pastTense-Generic')), and(wordForms('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), 'pastTense-Generic', string([supported])), speechPartPreds('Verb', 'pastTense-Generic')), and(wordForms('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), 'firstPersonSg-Past', string([supported])), speechPartPreds('NLWordForm', 'firstPersonSg-Past')), and(wordForms('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), 'firstPersonSg-Past', string([supported])), speechPartPreds('Verb', 'firstPersonSg-Past')), and(wordForms('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), 'thirdPersonSg-Past', string([supported])), speechPartPreds('NLWordForm', 'thirdPersonSg-Past')), and(wordForms('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), 'thirdPersonSg-Past', string([supported])), speechPartPreds('Verb', 'thirdPersonSg-Past')), and(wordForms('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), 'pluralVerb-Past', string([supported])), speechPartPreds('NLWordForm', 'pluralVerb-Past')), and(wordForms('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), 'pluralVerb-Past', string([supported])), speechPartPreds('Verb', 'pluralVerb-Past')), and(wordForms('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), 'secondPersonSg-Past', string([supported])), speechPartPreds('NLWordForm', 'secondPersonSg-Past')), and(wordForms('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), 'secondPersonSg-Past', string([supported])), speechPartPreds('Verb', 'secondPersonSg-Past')), and(wordForms('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), 'simplePast-Generic', string([supported])), speechPartPreds('NLWordForm', 'simplePast-Generic')), and(wordForms('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), 'simplePast-Generic', string([supported])), speechPartPreds('Verb', 'simplePast-Generic')), and(wordForms('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), 'simpleAspect-Generic', string([supported])), speechPartPreds('NLWordForm', 'simpleAspect-Generic')), and(wordForms('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), 'simpleAspect-Generic', string([supported])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), 'pastTense-Universal', string([supported])), speechPartPreds('NLWordForm', 'pastTense-Universal')), and(wordForms('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), 'pastTense-Universal', string([supported])), speechPartPreds('Verb', 'pastTense-Universal')), and(wordForms('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), perfect, string([supported])), speechPartPreds('NLWordForm', perfect)), and(wordForms('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), perfect, string([supported])), speechPartPreds('Verb', perfect)), and(wordForms('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), adjStrings, string([supported])), speechPartPreds('Adjective-Gradable', adjStrings)), and(wordForms('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), adjStrings, string([supported])), speechPartPreds('Adjective', adjStrings)), and(wordForms('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), adjStrings, string([supported])), speechPartPreds('NLWordForm', adjStrings)), and(wordForms('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), 'adjStrings-NonGraded', string([supported])), speechPartPreds('Adjective-Gradable', 'adjStrings-NonGraded')), and(wordForms('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), 'adjStrings-NonGraded', string([supported])), speechPartPreds('NLWordForm', 'adjStrings-NonGraded')), and(wordForms('WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), 'adjStrings-NonGraded', string([supported])), speechPartPreds('Adjective', 'adjStrings-NonGraded'))]). cached_query(and(speechPartPreds(A, B), [B, C, string([supported])]), [and(speechPartPreds('NongradableAdjective', nonGradableAdjectiveForm), [nonGradableAdjectiveForm, 'WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), string([supported])]), and(speechPartPreds('NLWordForm', nonGradableAdjectiveForm), [nonGradableAdjectiveForm, 'WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), string([supported])]), and(speechPartPreds('Adjective-Gradable', nonGradableAdjectiveForm), [nonGradableAdjectiveForm, 'WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), string([supported])]), and(speechPartPreds('Adjective', nonGradableAdjectiveForm), [nonGradableAdjectiveForm, 'WordWithSuffixFn'('Support-TheWord', 'NullSuffix-NounToVerb'), string([supported])])]). cached_query(and(wordStrings(A, string([supported])), partOfSpeech(A, B, string([supported]))), []). cached_query(partOfSpeech(A, B, string([supported])), []). cached_query('#$or'(nameSpelling(A, string([supported])), commonNickname(A, string([supported]))), []). cached_query(compoundSemTrans('Initial-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Initial-TheWord', B, C, D), [multiWordSemTrans('TheList'(string('"middle"')), 'Initial-TheWord', 'CountNoun', 'GenitiveFrame', middleNameInitial(':POSSESSOR', ':NOUN'))]). cached_query(and(wordForms(A, B, string([initially])), speechPartPreds(C, B)), [and(wordForms('Initial-TheWord', regularAdverb, string([initially])), speechPartPreds('Adverb', regularAdverb)), and(wordForms('Initial-TheWord', regularAdverb, string([initially])), speechPartPreds('WHAdverb', regularAdverb)), and(wordForms('Initial-TheWord', regularAdverb, string([initially])), speechPartPreds('NLWordForm', regularAdverb)), and(wordForms('Initial-TheWord', adverbStrings, string([initially])), speechPartPreds('Adverb', adverbStrings)), and(wordForms('Initial-TheWord', adverbStrings, string([initially])), speechPartPreds('NLWordForm', adverbStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([initially])]), [and(speechPartPreds('Adverb', regularAdverb), [regularAdverb, 'Initial-TheWord', string([initially])]), and(speechPartPreds('WHAdverb', regularAdverb), [regularAdverb, 'Initial-TheWord', string([initially])]), and(speechPartPreds('NLWordForm', regularAdverb), [regularAdverb, 'Initial-TheWord', string([initially])])]). cached_query(and(wordStrings(A, string([initially])), partOfSpeech(A, B, string([initially]))), []). cached_query(partOfSpeech(A, B, string([initially])), []). cached_query('#$or'(nameSpelling(A, string([initially])), commonNickname(A, string([initially]))), []). cached_query(wordSemTrans('Some-TheWord', A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Adjective', D, E), []). cached_query(compoundSemTrans('Some-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Some-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([some])), speechPartPreds(C, B)), [and(wordForms('Some-TheWord', regularAdverb, string([some])), speechPartPreds('Adverb', regularAdverb)), and(wordForms('Some-TheWord', regularAdverb, string([some])), speechPartPreds('WHAdverb', regularAdverb)), and(wordForms('Some-TheWord', regularAdverb, string([some])), speechPartPreds('NLWordForm', regularAdverb)), and(wordForms('Some-TheWord', adverbStrings, string([some])), speechPartPreds('Adverb', adverbStrings)), and(wordForms('Some-TheWord', adverbStrings, string([some])), speechPartPreds('NLWordForm', adverbStrings)), and(wordForms('Some-TheWord', determinerStrings, string([some])), speechPartPreds('NLWordForm', determinerStrings)), and(wordForms('Some-TheWord', determinerStrings, string([some])), speechPartPreds('Determiner-Central', determinerStrings)), and(wordForms('Some-TheWord', determinerStrings, string([some])), speechPartPreds('Determiner-ClassC', determinerStrings)), and(wordForms('Some-TheWord', determinerStrings, string([some])), speechPartPreds('WHDeterminer', determinerStrings)), and(wordForms('Some-TheWord', determinerStrings, string([some])), speechPartPreds('Determiner-ClassA', determinerStrings)), and(wordForms('Some-TheWord', determinerStrings, string([some])), speechPartPreds('Postdeterminer', determinerStrings)), and(wordForms('Some-TheWord', determinerStrings, string([some])), speechPartPreds('Determiner', determinerStrings)), and(wordForms('Some-TheWord', determinerStrings, string([some])), speechPartPreds('Determiner-ClassB', determinerStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([some])]), [and(speechPartPreds('Adverb', regularAdverb), [regularAdverb, 'Some-TheWord', string([some])]), and(speechPartPreds('WHAdverb', regularAdverb), [regularAdverb, 'Some-TheWord', string([some])]), and(speechPartPreds('NLWordForm', regularAdverb), [regularAdverb, 'Some-TheWord', string([some])]), and(speechPartPreds('NLWordForm', determinerStrings), [determinerStrings, 'Some-TheWord', string([some])]), and(speechPartPreds('Determiner-Central', determinerStrings), [determinerStrings, 'Some-TheWord', string([some])]), and(speechPartPreds('Determiner-ClassC', determinerStrings), [determinerStrings, 'Some-TheWord', string([some])]), and(speechPartPreds('WHDeterminer', determinerStrings), [determinerStrings, 'Some-TheWord', string([some])]), and(speechPartPreds('Determiner-ClassA', determinerStrings), [determinerStrings, 'Some-TheWord', string([some])]), and(speechPartPreds('Postdeterminer', determinerStrings), [determinerStrings, 'Some-TheWord', string([some])]), and(speechPartPreds('Determiner', determinerStrings), [determinerStrings, 'Some-TheWord', string([some])]), and(speechPartPreds('Determiner-ClassB', determinerStrings), [determinerStrings, 'Some-TheWord', string([some])])]). cached_query(and(wordStrings(A, string([some])), partOfSpeech(A, B, string([some]))), [and(wordStrings('Some-TheWord', string([some])), partOfSpeech('Some-TheWord', 'Determiner-Central', string([some])))]). cached_query(partOfSpeech(A, B, string([some])), [partOfSpeech('Some-TheWord', 'Determiner-Central', string([some]))]). cached_query('#$or'(nameSpelling(A, string([some])), commonNickname(A, string([some]))), []). cached_query(wordSemTrans('Friend-TheWord', A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Adjective', D, E), []). cached_query(wordSemTrans('Friend-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('Female-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('Female-TheWord', A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Adjective', D, E), []). cached_query(wordSemTrans('My-TheWord', A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Adjective', D, E), []). cached_query(compoundSemTrans('Friend-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Friend-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([friends])), speechPartPreds(C, B)), [and(wordForms('Friend-TheWord', simpleNounStrings, string([friends])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Friend-TheWord', simpleNounStrings, string([friends])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Friend-TheWord', simpleNounStrings, string([friends])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Friend-TheWord', simpleNounStrings, string([friends])), speechPartPreds('CommonNoun', simpleNounStrings)), and(wordForms('Friend-TheWord', plural, string([friends])), speechPartPreds('CountNoun', plural)), and(wordForms('Friend-TheWord', plural, string([friends])), speechPartPreds('CountNoun-Generic', plural)), and(wordForms('Friend-TheWord', plural, string([friends])), speechPartPreds('NLWordForm', plural)), and(wordForms('Friend-TheWord', plural, string([friends])), speechPartPreds('Noun', plural)), and(wordForms('Friend-TheWord', plural, string([friends])), speechPartPreds('CommonNoun', plural))]). cached_query(and(speechPartPreds(A, B), [B, C, string([friends])]), []). cached_query(and(wordStrings(A, string([friends])), partOfSpeech(A, B, string([friends]))), []). cached_query(partOfSpeech(A, B, string([friends])), []). cached_query('#$or'(nameSpelling(A, string([friends])), commonNickname(A, string([friends]))), []). cached_query(compoundSemTrans('Female-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Female-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([female])), speechPartPreds(C, B)), [and(wordForms('Female-TheWord', regularDegree, string([female])), speechPartPreds('Adjective-Gradable', regularDegree)), and(wordForms('Female-TheWord', regularDegree, string([female])), speechPartPreds('NLWordForm', regularDegree)), and(wordForms('Female-TheWord', regularDegree, string([female])), speechPartPreds('Adjective', regularDegree)), and(wordForms('Female-TheWord', adjStrings, string([female])), speechPartPreds('Adjective-Gradable', adjStrings)), and(wordForms('Female-TheWord', adjStrings, string([female])), speechPartPreds('Adjective', adjStrings)), and(wordForms('Female-TheWord', adjStrings, string([female])), speechPartPreds('NLWordForm', adjStrings)), and(wordForms('Female-TheWord', 'adjStrings-NonGraded', string([female])), speechPartPreds('Adjective-Gradable', 'adjStrings-NonGraded')), and(wordForms('Female-TheWord', 'adjStrings-NonGraded', string([female])), speechPartPreds('NLWordForm', 'adjStrings-NonGraded')), and(wordForms('Female-TheWord', 'adjStrings-NonGraded', string([female])), speechPartPreds('Adjective', 'adjStrings-NonGraded')), and(wordForms('Female-TheWord', singular, string([female])), speechPartPreds('CountNoun', singular)), and(wordForms('Female-TheWord', singular, string([female])), speechPartPreds('NLWordForm', singular)), and(wordForms('Female-TheWord', singular, string([female])), speechPartPreds('Noun', singular)), and(wordForms('Female-TheWord', singular, string([female])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('Female-TheWord', singular, string([female])), speechPartPreds('CommonNoun', singular)), and(wordForms('Female-TheWord', simpleNounStrings, string([female])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Female-TheWord', simpleNounStrings, string([female])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Female-TheWord', simpleNounStrings, string([female])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Female-TheWord', simpleNounStrings, string([female])), speechPartPreds('CommonNoun', simpleNounStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([female])]), [and(speechPartPreds('Adjective-Gradable', regularDegree), [regularDegree, 'Female-TheWord', string([female])]), and(speechPartPreds('NLWordForm', regularDegree), [regularDegree, 'Female-TheWord', string([female])]), and(speechPartPreds('Adjective', regularDegree), [regularDegree, 'Female-TheWord', string([female])]), and(speechPartPreds('CountNoun', singular), [singular, 'Female-TheWord', string([female])]), and(speechPartPreds('NLWordForm', singular), [singular, 'Female-TheWord', string([female])]), and(speechPartPreds('Noun', singular), [singular, 'Female-TheWord', string([female])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'Female-TheWord', string([female])]), and(speechPartPreds('CommonNoun', singular), [singular, 'Female-TheWord', string([female])])]). cached_query(and(wordStrings(A, string([female])), partOfSpeech(A, B, string([female]))), []). cached_query(partOfSpeech(A, B, string([female])), []). cached_query('#$or'(nameSpelling(A, string([female])), commonNickname(A, string([female]))), []). cached_query(and(wordForms(A, B, string([many])), speechPartPreds(C, B)), [and(wordForms('Many-TheWord', pronounStrings, string([many])), speechPartPreds('NLWordForm', pronounStrings)), and(wordForms('Many-TheWord', pronounStrings, string([many])), speechPartPreds('Pronoun-SubjectOrObject', pronounStrings)), and(wordForms('Many-TheWord', pronounStrings, string([many])), speechPartPreds('PossessivePronoun-Post', pronounStrings)), and(wordForms('Many-TheWord', pronounStrings, string([many])), speechPartPreds('PossessivePronoun', pronounStrings)), and(wordForms('Many-TheWord', pronounStrings, string([many])), speechPartPreds('ExpletivePronoun', pronounStrings)), and(wordForms('Many-TheWord', pronounStrings, string([many])), speechPartPreds('ReflexivePronoun', pronounStrings)), and(wordForms('Many-TheWord', pronounStrings, string([many])), speechPartPreds('ReciprocalPronoun', pronounStrings)), and(wordForms('Many-TheWord', pronounStrings, string([many])), speechPartPreds('SubjectPronoun', pronounStrings)), and(wordForms('Many-TheWord', pronounStrings, string([many])), speechPartPreds('IndefinitePronoun', pronounStrings)), and(wordForms('Many-TheWord', pronounStrings, string([many])), speechPartPreds('WHPronoun', pronounStrings)), and(wordForms('Many-TheWord', pronounStrings, string([many])), speechPartPreds('Pronoun', pronounStrings)), and(wordForms('Many-TheWord', pronounStrings, string([many])), speechPartPreds('Number-SP', pronounStrings)), and(wordForms('Many-TheWord', pronounStrings, string([many])), speechPartPreds('ObjectPronoun', pronounStrings)), and(wordForms('Many-TheWord', pronounStrings, string([many])), speechPartPreds('SingularPronoun', pronounStrings)), and(wordForms('Many-TheWord', pronounStrings, string([many])), speechPartPreds('PluralPronoun', pronounStrings)), and(wordForms('Many-TheWord', pronounStrings, string([many])), speechPartPreds('DualPronoun', pronounStrings)), and(wordForms('Many-TheWord', determinerStrings, string([many])), speechPartPreds('NLWordForm', determinerStrings)), and(wordForms('Many-TheWord', determinerStrings, string([many])), speechPartPreds('Determiner-Central', determinerStrings)), and(wordForms('Many-TheWord', determinerStrings, string([many])), speechPartPreds('Determiner-ClassC', determinerStrings)), and(wordForms('Many-TheWord', determinerStrings, string([many])), speechPartPreds('WHDeterminer', determinerStrings)), and(wordForms('Many-TheWord', determinerStrings, string([many])), speechPartPreds('Determiner-ClassA', determinerStrings)), and(wordForms('Many-TheWord', determinerStrings, string([many])), speechPartPreds('Postdeterminer', determinerStrings)), and(wordForms('Many-TheWord', determinerStrings, string([many])), speechPartPreds('Determiner', determinerStrings)), and(wordForms('Many-TheWord', determinerStrings, string([many])), speechPartPreds('Determiner-ClassB', determinerStrings)), and(wordForms('Many-TheWord', regularAdverb, string([many])), speechPartPreds('Adverb', regularAdverb)), and(wordForms('Many-TheWord', regularAdverb, string([many])), speechPartPreds('WHAdverb', regularAdverb)), and(wordForms('Many-TheWord', regularAdverb, string([many])), speechPartPreds('NLWordForm', regularAdverb)), and(wordForms('Many-TheWord', adverbStrings, string([many])), speechPartPreds('Adverb', adverbStrings)), and(wordForms('Many-TheWord', adverbStrings, string([many])), speechPartPreds('NLWordForm', adverbStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([many])]), [and(speechPartPreds('NLWordForm', determinerStrings), [determinerStrings, 'Many-TheWord', string([many])]), and(speechPartPreds('Determiner-Central', determinerStrings), [determinerStrings, 'Many-TheWord', string([many])]), and(speechPartPreds('Determiner-ClassC', determinerStrings), [determinerStrings, 'Many-TheWord', string([many])]), and(speechPartPreds('WHDeterminer', determinerStrings), [determinerStrings, 'Many-TheWord', string([many])]), and(speechPartPreds('Determiner-ClassA', determinerStrings), [determinerStrings, 'Many-TheWord', string([many])]), and(speechPartPreds('Postdeterminer', determinerStrings), [determinerStrings, 'Many-TheWord', string([many])]), and(speechPartPreds('Determiner', determinerStrings), [determinerStrings, 'Many-TheWord', string([many])]), and(speechPartPreds('Determiner-ClassB', determinerStrings), [determinerStrings, 'Many-TheWord', string([many])]), and(speechPartPreds('NLWordForm', pronounStrings), [pronounStrings, 'Many-TheWord', string([many])]), and(speechPartPreds('Pronoun-SubjectOrObject', pronounStrings), [pronounStrings, 'Many-TheWord', string([many])]), and(speechPartPreds('PossessivePronoun-Post', pronounStrings), [pronounStrings, 'Many-TheWord', string([many])]), and(speechPartPreds('PossessivePronoun', pronounStrings), [pronounStrings, 'Many-TheWord', string([many])]), and(speechPartPreds('ExpletivePronoun', pronounStrings), [pronounStrings, 'Many-TheWord', string([many])]), and(speechPartPreds('ReflexivePronoun', pronounStrings), [pronounStrings, 'Many-TheWord', string([many])]), and(speechPartPreds('ReciprocalPronoun', pronounStrings), [pronounStrings, 'Many-TheWord', string([many])]), and(speechPartPreds('SubjectPronoun', pronounStrings), [pronounStrings, 'Many-TheWord', string([many])]), and(speechPartPreds('IndefinitePronoun', pronounStrings), [pronounStrings, 'Many-TheWord', string([many])]), and(speechPartPreds('WHPronoun', pronounStrings), [pronounStrings, 'Many-TheWord', string([many])]), and(speechPartPreds('Pronoun', pronounStrings), [pronounStrings, 'Many-TheWord', string([many])]), and(speechPartPreds('Number-SP', pronounStrings), [pronounStrings, 'Many-TheWord', string([many])]), and(speechPartPreds('ObjectPronoun', pronounStrings), [pronounStrings, 'Many-TheWord', string([many])]), and(speechPartPreds('SingularPronoun', pronounStrings), [pronounStrings, 'Many-TheWord', string([many])]), and(speechPartPreds('PluralPronoun', pronounStrings), [pronounStrings, 'Many-TheWord', string([many])]), and(speechPartPreds('DualPronoun', pronounStrings), [pronounStrings, 'Many-TheWord', string([many])]), and(speechPartPreds('Adverb', regularAdverb), [regularAdverb, 'Many-TheWord', string([many])]), and(speechPartPreds('WHAdverb', regularAdverb), [regularAdverb, 'Many-TheWord', string([many])]), and(speechPartPreds('NLWordForm', regularAdverb), [regularAdverb, 'Many-TheWord', string([many])])]). cached_query(and(wordStrings(A, string([many])), partOfSpeech(A, B, string([many]))), [and(wordStrings('Many-TheWord', string([many])), partOfSpeech('Many-TheWord', 'Pronoun', string([many]))), and(wordStrings('Many-TheWord', string([many])), partOfSpeech('Many-TheWord', 'Postdeterminer', string([many])))]). cached_query(partOfSpeech(A, B, string([many])), [partOfSpeech('Many-TheWord', 'Pronoun', string([many])), partOfSpeech('Many-TheWord', 'Postdeterminer', string([many]))]). cached_query('#$or'(nameSpelling(A, string([many])), commonNickname(A, string([many]))), []). cached_query(and(wordForms(A, B, string(['My'])), speechPartPreds(C, B)), []). cached_query(and(speechPartPreds(A, B), [B, C, string(['My'])]), [and(speechPartPreds('PossessivePronoun', pronounStrings), [pronounStrings, 'My-TheWord', string(['My'])]), and(speechPartPreds('SingularPronoun', pronounStrings), [pronounStrings, 'My-TheWord', string(['My'])]), and(speechPartPreds('PluralPronoun', pronounStrings), [pronounStrings, 'My-TheWord', string(['My'])]), and(speechPartPreds('DualPronoun', pronounStrings), [pronounStrings, 'My-TheWord', string(['My'])]), and(speechPartPreds('Pronoun-SubjectOrObject', pronounStrings), [pronounStrings, 'My-TheWord', string(['My'])]), and(speechPartPreds('ReflexivePronoun', pronounStrings), [pronounStrings, 'My-TheWord', string(['My'])]), and(speechPartPreds('ObjectPronoun', pronounStrings), [pronounStrings, 'My-TheWord', string(['My'])]), and(speechPartPreds('SubjectPronoun', pronounStrings), [pronounStrings, 'My-TheWord', string(['My'])]), and(speechPartPreds('PossessivePronoun-Post', pronounStrings), [pronounStrings, 'My-TheWord', string(['My'])]), and(speechPartPreds('WHPronoun', pronounStrings), [pronounStrings, 'My-TheWord', string(['My'])]), and(speechPartPreds('ExpletivePronoun', pronounStrings), [pronounStrings, 'My-TheWord', string(['My'])]), and(speechPartPreds('IndefinitePronoun', pronounStrings), [pronounStrings, 'My-TheWord', string(['My'])]), and(speechPartPreds('Number-SP', pronounStrings), [pronounStrings, 'My-TheWord', string(['My'])]), and(speechPartPreds('ReciprocalPronoun', pronounStrings), [pronounStrings, 'My-TheWord', string(['My'])]), and(speechPartPreds('NLWordForm', pronounStrings), [pronounStrings, 'My-TheWord', string(['My'])]), and(speechPartPreds('Pronoun', pronounStrings), [pronounStrings, 'My-TheWord', string(['My'])])]). cached_query(and(wordStrings(A, string(['My'])), partOfSpeech(A, B, string(['My']))), []). cached_query(partOfSpeech(A, B, string(['My'])), []). cached_query('#$or'(nameSpelling(A, string(['My'])), commonNickname(A, string(['My']))), []). cached_query(wordSemTrans('Be-TheWord', A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Adjective', D, E), []). cached_query(wordSemTrans('Anger-TheWord', A, B, C, 'Preposition', D, E), []). cached_query(wordSemTrans('Anger-TheWord', A, 'ParticleCompFrameFn'('IntransitiveParticleFrameType', B), C, D, E, F), []). cached_query(wordSemTrans('Anger-TheWord', A, B, C, 'Verb', D, E), []). cached_query(wordSemTrans('Anger-TheWord', A, 'ParticleCompFrameFn'('TransitiveParticleNPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('Be-TheWord', A, 'PPCompFrameFn'('DitransitivePPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('Be-TheWord', A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('Many-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('Many-TheWord', A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Adjective', D, E), []). cached_query(compoundSemTrans('WordWithSuffixFn'('Hear-TheWord', 'Ing_DeverbNounProducing-TheSuffix'), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'WordWithSuffixFn'('Hear-TheWord', 'Ing_DeverbNounProducing-TheSuffix'), B, C, D), []). cached_query(compoundSemTrans('Hear-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Hear-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([hearings])), speechPartPreds(C, B)), [and(wordForms('WordWithSuffixFn'('Hear-TheWord', 'Ing_DeverbNounProducing-TheSuffix'), simpleNounStrings, string([hearings])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('WordWithSuffixFn'('Hear-TheWord', 'Ing_DeverbNounProducing-TheSuffix'), simpleNounStrings, string([hearings])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('WordWithSuffixFn'('Hear-TheWord', 'Ing_DeverbNounProducing-TheSuffix'), simpleNounStrings, string([hearings])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('WordWithSuffixFn'('Hear-TheWord', 'Ing_DeverbNounProducing-TheSuffix'), simpleNounStrings, string([hearings])), speechPartPreds('CommonNoun', simpleNounStrings)), and(wordForms('WordWithSuffixFn'('Hear-TheWord', 'Ing_DeverbNounProducing-TheSuffix'), plural, string([hearings])), speechPartPreds('CountNoun', plural)), and(wordForms('WordWithSuffixFn'('Hear-TheWord', 'Ing_DeverbNounProducing-TheSuffix'), plural, string([hearings])), speechPartPreds('CountNoun-Generic', plural)), and(wordForms('WordWithSuffixFn'('Hear-TheWord', 'Ing_DeverbNounProducing-TheSuffix'), plural, string([hearings])), speechPartPreds('NLWordForm', plural)), and(wordForms('WordWithSuffixFn'('Hear-TheWord', 'Ing_DeverbNounProducing-TheSuffix'), plural, string([hearings])), speechPartPreds('Noun', plural)), and(wordForms('WordWithSuffixFn'('Hear-TheWord', 'Ing_DeverbNounProducing-TheSuffix'), plural, string([hearings])), speechPartPreds('CommonNoun', plural)), and(wordForms('WordWithSuffixFn'('Hear-TheWord', 'Ing_DeverbNounProducing-TheSuffix'), 'nonSingular-Generic', string([hearings])), speechPartPreds('Noun', 'nonSingular-Generic')), and(wordForms('WordWithSuffixFn'('Hear-TheWord', 'Ing_DeverbNounProducing-TheSuffix'), 'nonSingular-Generic', string([hearings])), speechPartPreds('NLWordForm', 'nonSingular-Generic')), and(wordForms('WordWithSuffixFn'('Hear-TheWord', 'Ing_DeverbNounProducing-TheSuffix'), nounStrings, string([hearings])), speechPartPreds('Noun', nounStrings)), and(wordForms('WordWithSuffixFn'('Hear-TheWord', 'Ing_DeverbNounProducing-TheSuffix'), nounStrings, string([hearings])), speechPartPreds('NLWordForm', nounStrings)), and(wordForms('Hear-TheWord', simpleNounStrings, string([hearings])), speechPartPreds('CommonNoun', simpleNounStrings)), and(wordForms('Hear-TheWord', simpleNounStrings, string([hearings])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Hear-TheWord', simpleNounStrings, string([hearings])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Hear-TheWord', simpleNounStrings, string([hearings])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Hear-TheWord', plural, string([hearings])), speechPartPreds('CommonNoun', plural)), and(wordForms('Hear-TheWord', plural, string([hearings])), speechPartPreds('Noun', plural)), and(wordForms('Hear-TheWord', plural, string([hearings])), speechPartPreds('NLWordForm', plural)), and(wordForms('Hear-TheWord', plural, string([hearings])), speechPartPreds('CountNoun-Generic', plural)), and(wordForms('Hear-TheWord', plural, string([hearings])), speechPartPreds('CountNoun', plural))]). cached_query(and(speechPartPreds(A, B), [B, C, string([hearings])]), []). cached_query(and(wordStrings(A, string([hearings])), partOfSpeech(A, B, string([hearings]))), []). cached_query(partOfSpeech(A, B, string([hearings])), []). cached_query('#$or'(nameSpelling(A, string([hearings])), commonNickname(A, string([hearings]))), []). cached_query(compoundSemTrans('By-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'By-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([by])), speechPartPreds(C, B)), [and(wordForms('By-TheWord', prepositionStrings, string([by])), speechPartPreds('Preposition', prepositionStrings)), and(wordForms('By-TheWord', prepositionStrings, string([by])), speechPartPreds('NLWordForm', prepositionStrings)), and(wordForms('By-TheWord', regularAdverb, string([by])), speechPartPreds('Adverb', regularAdverb)), and(wordForms('By-TheWord', regularAdverb, string([by])), speechPartPreds('WHAdverb', regularAdverb)), and(wordForms('By-TheWord', regularAdverb, string([by])), speechPartPreds('NLWordForm', regularAdverb)), and(wordForms('By-TheWord', adverbStrings, string([by])), speechPartPreds('Adverb', adverbStrings)), and(wordForms('By-TheWord', adverbStrings, string([by])), speechPartPreds('NLWordForm', adverbStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([by])]), [and(speechPartPreds('Adverb', regularAdverb), [regularAdverb, 'By-TheWord', string([by])]), and(speechPartPreds('WHAdverb', regularAdverb), [regularAdverb, 'By-TheWord', string([by])]), and(speechPartPreds('NLWordForm', regularAdverb), [regularAdverb, 'By-TheWord', string([by])]), and(speechPartPreds('Preposition', prepositionStrings), [prepositionStrings, 'By-TheWord', string([by])]), and(speechPartPreds('NLWordForm', prepositionStrings), [prepositionStrings, 'By-TheWord', string([by])])]). cached_query(and(wordStrings(A, string([by])), partOfSpeech(A, B, string([by]))), [and(wordStrings('By-TheWord', string([by])), partOfSpeech('By-TheWord', 'Preposition', string([by]))), and(wordStrings('By-TheWord', string([by])), partOfSpeech('By-TheWord', 'Preposition-Directional-Telic', string([by])))]). cached_query(partOfSpeech(A, B, string([by])), [partOfSpeech('By-TheWord', 'Preposition', string([by])), partOfSpeech('By-TheWord', 'Preposition-Directional-Telic', string([by]))]). cached_query('#$or'(nameSpelling(A, string([by])), commonNickname(A, string([by]))), []). cached_query(compoundSemTrans('Anger-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Anger-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([angered])), speechPartPreds(C, B)), [and(wordForms('Anger-TheWord', 'perfective-Generic', string([angered])), speechPartPreds('Verb', 'perfective-Generic')), and(wordForms('Anger-TheWord', 'perfective-Generic', string([angered])), speechPartPreds('NLWordForm', 'perfective-Generic')), and(wordForms('Anger-TheWord', passiveParticiple, string([angered])), speechPartPreds('Verb', passiveParticiple)), and(wordForms('Anger-TheWord', passiveParticiple, string([angered])), speechPartPreds('Adjective-Ed', passiveParticiple)), and(wordForms('Anger-TheWord', passiveParticiple, string([angered])), speechPartPreds('NLWordForm', passiveParticiple)), and(wordForms('Anger-TheWord', tensed, string([angered])), speechPartPreds('Verb', tensed)), and(wordForms('Anger-TheWord', tensed, string([angered])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Anger-TheWord', untensed, string([angered])), speechPartPreds('Verb', untensed)), and(wordForms('Anger-TheWord', untensed, string([angered])), speechPartPreds('NLWordForm', untensed)), and(wordForms('Anger-TheWord', verbStrings, string([angered])), speechPartPreds('Verb', verbStrings)), and(wordForms('Anger-TheWord', verbStrings, string([angered])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Anger-TheWord', 'thirdPersonSg-Generic', string([angered])), speechPartPreds('Verb', 'thirdPersonSg-Generic')), and(wordForms('Anger-TheWord', 'thirdPersonSg-Generic', string([angered])), speechPartPreds('NLWordForm', 'thirdPersonSg-Generic')), and(wordForms('Anger-TheWord', 'firstPersonSg-Generic', string([angered])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('Anger-TheWord', 'firstPersonSg-Generic', string([angered])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('Anger-TheWord', 'secondPersonSg-Generic', string([angered])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('Anger-TheWord', 'secondPersonSg-Generic', string([angered])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('Anger-TheWord', 'pluralVerb-Generic', string([angered])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('Anger-TheWord', 'pluralVerb-Generic', string([angered])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('Anger-TheWord', 'singularVerb-Generic', string([angered])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Anger-TheWord', 'singularVerb-Generic', string([angered])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Anger-TheWord', 'pastTense-Generic', string([angered])), speechPartPreds('Verb', 'pastTense-Generic')), and(wordForms('Anger-TheWord', 'pastTense-Generic', string([angered])), speechPartPreds('NLWordForm', 'pastTense-Generic')), and(wordForms('Anger-TheWord', 'firstPersonSg-Past', string([angered])), speechPartPreds('Verb', 'firstPersonSg-Past')), and(wordForms('Anger-TheWord', 'firstPersonSg-Past', string([angered])), speechPartPreds('NLWordForm', 'firstPersonSg-Past')), and(wordForms('Anger-TheWord', 'thirdPersonSg-Past', string([angered])), speechPartPreds('Verb', 'thirdPersonSg-Past')), and(wordForms('Anger-TheWord', 'thirdPersonSg-Past', string([angered])), speechPartPreds('NLWordForm', 'thirdPersonSg-Past')), and(wordForms('Anger-TheWord', 'pluralVerb-Past', string([angered])), speechPartPreds('Verb', 'pluralVerb-Past')), and(wordForms('Anger-TheWord', 'pluralVerb-Past', string([angered])), speechPartPreds('NLWordForm', 'pluralVerb-Past')), and(wordForms('Anger-TheWord', 'secondPersonSg-Past', string([angered])), speechPartPreds('Verb', 'secondPersonSg-Past')), and(wordForms('Anger-TheWord', 'secondPersonSg-Past', string([angered])), speechPartPreds('NLWordForm', 'secondPersonSg-Past')), and(wordForms('Anger-TheWord', 'simplePast-Generic', string([angered])), speechPartPreds('Verb', 'simplePast-Generic')), and(wordForms('Anger-TheWord', 'simplePast-Generic', string([angered])), speechPartPreds('NLWordForm', 'simplePast-Generic')), and(wordForms('Anger-TheWord', 'simpleAspect-Generic', string([angered])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Anger-TheWord', 'simpleAspect-Generic', string([angered])), speechPartPreds('NLWordForm', 'simpleAspect-Generic')), and(wordForms('Anger-TheWord', 'pastTense-Universal', string([angered])), speechPartPreds('Verb', 'pastTense-Universal')), and(wordForms('Anger-TheWord', 'pastTense-Universal', string([angered])), speechPartPreds('NLWordForm', 'pastTense-Universal')), and(wordForms('Anger-TheWord', perfect, string([angered])), speechPartPreds('Verb', perfect)), and(wordForms('Anger-TheWord', perfect, string([angered])), speechPartPreds('NLWordForm', perfect))]). cached_query(and(speechPartPreds(A, B), [B, C, string([angered])]), []). cached_query(and(wordStrings(A, string([angered])), partOfSpeech(A, B, string([angered]))), []). cached_query(partOfSpeech(A, B, string([angered])), []). cached_query('#$or'(nameSpelling(A, string([angered])), commonNickname(A, string([angered]))), []). cached_query(and(wordForms(A, B, string([were])), speechPartPreds(C, B)), [and(wordForms('Be-TheWord', tensed, string([were])), speechPartPreds('Verb', tensed)), and(wordForms('Be-TheWord', tensed, string([were])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Be-TheWord', verbStrings, string([were])), speechPartPreds('Verb', verbStrings)), and(wordForms('Be-TheWord', verbStrings, string([were])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Be-TheWord', 'secondPersonSg-Generic', string([were])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('Be-TheWord', 'secondPersonSg-Generic', string([were])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('Be-TheWord', 'pluralVerb-Generic', string([were])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('Be-TheWord', 'pluralVerb-Generic', string([were])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('Be-TheWord', 'singularVerb-Generic', string([were])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Be-TheWord', 'singularVerb-Generic', string([were])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Be-TheWord', 'pastTense-Generic', string([were])), speechPartPreds('Verb', 'pastTense-Generic')), and(wordForms('Be-TheWord', 'pastTense-Generic', string([were])), speechPartPreds('NLWordForm', 'pastTense-Generic')), and(wordForms('Be-TheWord', 'pluralVerb-Past', string([were])), speechPartPreds('Verb', 'pluralVerb-Past')), and(wordForms('Be-TheWord', 'pluralVerb-Past', string([were])), speechPartPreds('NLWordForm', 'pluralVerb-Past')), and(wordForms('Be-TheWord', 'secondPersonSg-Past', string([were])), speechPartPreds('Verb', 'secondPersonSg-Past')), and(wordForms('Be-TheWord', 'secondPersonSg-Past', string([were])), speechPartPreds('NLWordForm', 'secondPersonSg-Past')), and(wordForms('Be-TheWord', 'simplePast-Generic', string([were])), speechPartPreds('Verb', 'simplePast-Generic')), and(wordForms('Be-TheWord', 'simplePast-Generic', string([were])), speechPartPreds('NLWordForm', 'simplePast-Generic')), and(wordForms('Be-TheWord', 'simpleAspect-Generic', string([were])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Be-TheWord', 'simpleAspect-Generic', string([were])), speechPartPreds('NLWordForm', 'simpleAspect-Generic'))]). cached_query(and(speechPartPreds(A, B), [B, C, string([were])]), [and(speechPartPreds('Verb', 'pluralVerb-Past'), ['pluralVerb-Past', 'Be-TheWord', string([were])]), and(speechPartPreds('NLWordForm', 'pluralVerb-Past'), ['pluralVerb-Past', 'Be-TheWord', string([were])]), and(speechPartPreds('Verb', 'secondPersonSg-Past'), ['secondPersonSg-Past', 'Be-TheWord', string([were])]), and(speechPartPreds('NLWordForm', 'secondPersonSg-Past'), ['secondPersonSg-Past', 'Be-TheWord', string([were])])]). cached_query(and(wordStrings(A, string([were])), partOfSpeech(A, B, string([were]))), [and(wordStrings('Be-TheWord', string([were])), partOfSpeech('Be-TheWord', 'BeAux', string([were])))]). cached_query(partOfSpeech(A, B, string([were])), [partOfSpeech('Be-TheWord', 'BeAux', string([were]))]). cached_query('#$or'(nameSpelling(A, string([were])), commonNickname(A, string([were]))), []). cached_query(compoundSemTrans('People-TheWord', A, B, C, D), [compoundSemTrans('People-TheWord', 'TheList'(string('"who"'), string('"study"'), string('"condensed"'), string('"matter"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'CondensedMatterScientist')))]). cached_query(multiWordSemTrans(A, 'People-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([people])), speechPartPreds(C, B)), [and(wordForms('People-TheWord', singular, string([people])), speechPartPreds('CountNoun', singular)), and(wordForms('People-TheWord', singular, string([people])), speechPartPreds('NLWordForm', singular)), and(wordForms('People-TheWord', singular, string([people])), speechPartPreds('Noun', singular)), and(wordForms('People-TheWord', singular, string([people])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('People-TheWord', singular, string([people])), speechPartPreds('CommonNoun', singular)), and(wordForms('People-TheWord', simpleNounStrings, string([people])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('People-TheWord', simpleNounStrings, string([people])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('People-TheWord', simpleNounStrings, string([people])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('People-TheWord', simpleNounStrings, string([people])), speechPartPreds('CommonNoun', simpleNounStrings)), and(wordForms('People-TheWord', infinitive, string([people])), speechPartPreds('Verb', infinitive)), and(wordForms('People-TheWord', infinitive, string([people])), speechPartPreds('NLWordForm', infinitive)), and(wordForms('People-TheWord', 'firstPersonSg-Present', string([people])), speechPartPreds('Verb', 'firstPersonSg-Present')), and(wordForms('People-TheWord', 'firstPersonSg-Present', string([people])), speechPartPreds('NLWordForm', 'firstPersonSg-Present')), and(wordForms('People-TheWord', 'secondPersonSg-Present', string([people])), speechPartPreds('Verb', 'secondPersonSg-Present')), and(wordForms('People-TheWord', 'secondPersonSg-Present', string([people])), speechPartPreds('NLWordForm', 'secondPersonSg-Present')), and(wordForms('People-TheWord', 'nonThirdSg-Present', string([people])), speechPartPreds('Verb', 'nonThirdSg-Present')), and(wordForms('People-TheWord', 'nonThirdSg-Present', string([people])), speechPartPreds('NLWordForm', 'nonThirdSg-Present')), and(wordForms('People-TheWord', 'pluralVerb-Present', string([people])), speechPartPreds('Verb', 'pluralVerb-Present')), and(wordForms('People-TheWord', 'pluralVerb-Present', string([people])), speechPartPreds('NLWordForm', 'pluralVerb-Present')), and(wordForms('People-TheWord', 'presentTense-Generic', string([people])), speechPartPreds('Verb', 'presentTense-Generic')), and(wordForms('People-TheWord', 'presentTense-Generic', string([people])), speechPartPreds('NLWordForm', 'presentTense-Generic')), and(wordForms('People-TheWord', tensed, string([people])), speechPartPreds('Verb', tensed)), and(wordForms('People-TheWord', tensed, string([people])), speechPartPreds('NLWordForm', tensed)), and(wordForms('People-TheWord', untensed, string([people])), speechPartPreds('Verb', untensed)), and(wordForms('People-TheWord', untensed, string([people])), speechPartPreds('NLWordForm', untensed)), and(wordForms('People-TheWord', 'simplePresent-Generic', string([people])), speechPartPreds('Verb', 'simplePresent-Generic')), and(wordForms('People-TheWord', 'simplePresent-Generic', string([people])), speechPartPreds('NLWordForm', 'simplePresent-Generic')), and(wordForms('People-TheWord', verbStrings, string([people])), speechPartPreds('Verb', verbStrings)), and(wordForms('People-TheWord', verbStrings, string([people])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('People-TheWord', 'firstPersonSg-Generic', string([people])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('People-TheWord', 'firstPersonSg-Generic', string([people])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('People-TheWord', 'secondPersonSg-Generic', string([people])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('People-TheWord', 'secondPersonSg-Generic', string([people])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('People-TheWord', 'pluralVerb-Generic', string([people])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('People-TheWord', 'pluralVerb-Generic', string([people])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('People-TheWord', 'singularVerb-Generic', string([people])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('People-TheWord', 'singularVerb-Generic', string([people])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('People-TheWord', 'simpleAspect-Generic', string([people])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('People-TheWord', 'simpleAspect-Generic', string([people])), speechPartPreds('NLWordForm', 'simpleAspect-Generic')), and(wordForms('Person-TheWord', simpleNounStrings, string([people])), speechPartPreds('CommonNoun', simpleNounStrings)), and(wordForms('Person-TheWord', simpleNounStrings, string([people])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Person-TheWord', simpleNounStrings, string([people])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Person-TheWord', simpleNounStrings, string([people])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Person-TheWord', plural, string([people])), speechPartPreds('CountNoun', plural)), and(wordForms('Person-TheWord', plural, string([people])), speechPartPreds('CountNoun-Generic', plural)), and(wordForms('Person-TheWord', plural, string([people])), speechPartPreds('NLWordForm', plural)), and(wordForms('Person-TheWord', plural, string([people])), speechPartPreds('Noun', plural)), and(wordForms('Person-TheWord', plural, string([people])), speechPartPreds('CommonNoun', plural))]). cached_query(and(speechPartPreds(A, B), [B, C, string([people])]), [and(speechPartPreds('CountNoun', plural), [plural, 'Person-TheWord', string([people])]), and(speechPartPreds('CountNoun-Generic', plural), [plural, 'Person-TheWord', string([people])]), and(speechPartPreds('NLWordForm', plural), [plural, 'Person-TheWord', string([people])]), and(speechPartPreds('Noun', plural), [plural, 'Person-TheWord', string([people])]), and(speechPartPreds('CommonNoun', plural), [plural, 'Person-TheWord', string([people])]), and(speechPartPreds('CountNoun', singular), [singular, 'People-TheWord', string([people])]), and(speechPartPreds('NLWordForm', singular), [singular, 'People-TheWord', string([people])]), and(speechPartPreds('Noun', singular), [singular, 'People-TheWord', string([people])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'People-TheWord', string([people])]), and(speechPartPreds('CommonNoun', singular), [singular, 'People-TheWord', string([people])]), and(speechPartPreds('Verb', infinitive), [infinitive, 'People-TheWord', string([people])]), and(speechPartPreds('NLWordForm', infinitive), [infinitive, 'People-TheWord', string([people])])]). cached_query(and(wordStrings(A, string([people])), partOfSpeech(A, B, string([people]))), []). cached_query(partOfSpeech(A, B, string([people])), []). cached_query('#$or'(nameSpelling(A, string([people])), commonNickname(A, string([people]))), []). cached_query(compoundSemTrans('Many-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Many-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string(['Many'])), speechPartPreds(C, B)), []). cached_query(and(speechPartPreds(A, B), [B, C, string(['Many'])]), [and(speechPartPreds('PossessivePronoun', pronounStrings), [pronounStrings, 'Many-TheWord', string(['Many'])]), and(speechPartPreds('SingularPronoun', pronounStrings), [pronounStrings, 'Many-TheWord', string(['Many'])]), and(speechPartPreds('PluralPronoun', pronounStrings), [pronounStrings, 'Many-TheWord', string(['Many'])]), and(speechPartPreds('DualPronoun', pronounStrings), [pronounStrings, 'Many-TheWord', string(['Many'])]), and(speechPartPreds('Pronoun-SubjectOrObject', pronounStrings), [pronounStrings, 'Many-TheWord', string(['Many'])]), and(speechPartPreds('ReflexivePronoun', pronounStrings), [pronounStrings, 'Many-TheWord', string(['Many'])]), and(speechPartPreds('ObjectPronoun', pronounStrings), [pronounStrings, 'Many-TheWord', string(['Many'])]), and(speechPartPreds('SubjectPronoun', pronounStrings), [pronounStrings, 'Many-TheWord', string(['Many'])]), and(speechPartPreds('PossessivePronoun-Post', pronounStrings), [pronounStrings, 'Many-TheWord', string(['Many'])]), and(speechPartPreds('WHPronoun', pronounStrings), [pronounStrings, 'Many-TheWord', string(['Many'])]), and(speechPartPreds('ExpletivePronoun', pronounStrings), [pronounStrings, 'Many-TheWord', string(['Many'])]), and(speechPartPreds('IndefinitePronoun', pronounStrings), [pronounStrings, 'Many-TheWord', string(['Many'])]), and(speechPartPreds('Number-SP', pronounStrings), [pronounStrings, 'Many-TheWord', string(['Many'])]), and(speechPartPreds('ReciprocalPronoun', pronounStrings), [pronounStrings, 'Many-TheWord', string(['Many'])]), and(speechPartPreds('NLWordForm', pronounStrings), [pronounStrings, 'Many-TheWord', string(['Many'])]), and(speechPartPreds('Pronoun', pronounStrings), [pronounStrings, 'Many-TheWord', string(['Many'])])]). cached_query(and(wordStrings(A, string(['Many'])), partOfSpeech(A, B, string(['Many']))), []). cached_query(partOfSpeech(A, B, string(['Many'])), []). cached_query('#$or'(nameSpelling(A, string(['Many'])), commonNickname(A, string(['Many']))), []). cached_query(wordSemTrans('Picture-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(compoundSemTrans('Picture-TheWord', A, B, C, D), [compoundSemTrans('Picture-TheWord', 'TheList'(string('"of"'), string('"people"'), string('"in"'), string('"the"'), string('"buff"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PicturesOfTypeFn'('NudeOfTypeFn'('Person'))))), compoundSemTrans('Picture-TheWord', 'TheList'(string('"of"'), string('"Britney"'), string('"Spears"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PicturesFn'('BritneySpears')))), compoundSemTrans('Picture-TheWord', 'TheList'(string('"of"'), string('"cheerleaders"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PicturesOfTypeFn-Person'('Cheerleader')))), compoundSemTrans('Picture-TheWord', 'TheList'(string('"of"'), string('"Rolex"'), string('"watches"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PicturesOfTypeFn'('Rolex-TheProduct')))), compoundSemTrans('Picture-TheWord', 'TheList'(string('"of"'), string('"NFL"'), string('"cheerleaders"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PicturesOfTypeFn-Person'('NFLCheerleader')))), compoundSemTrans('Picture-TheWord', 'TheList'(string('"of"'), string('"Rolexes"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PicturesOfTypeFn'('Rolex-TheProduct')))), compoundSemTrans('Picture-TheWord', 'TheList'(string('"of"'), string('"people"'), string('"who"'), string('"are"'), string('"nekkid"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PicturesOfTypeFn'('NudeOfTypeFn'('Person'))))), compoundSemTrans('Picture-TheWord', 'TheList'(string('"of"'), string('"nudists"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PicturesOfTypeFn-Person'('BelieverFn'('Naturism'))))), compoundSemTrans('Picture-TheWord', 'TheList'(string('"of"'), string('"people"'), string('"in"'), string('"the"'), string('"nude"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PicturesOfTypeFn'('NudeOfTypeFn'('Person'))))), compoundSemTrans('Picture-TheWord', 'TheList'(string('"of"'), string('"Cancer"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PicturesFn'('Cancer-Constellation')))), compoundSemTrans('Picture-TheWord', 'TheList'(string('"of"'), string('"people"'), string('"who"'), string('"are"'), string('"nude"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PicturesOfTypeFn'('NudeOfTypeFn'('Person'))))), compoundSemTrans('Picture-TheWord', 'TheList'(string('"of"'), string('"animals"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PicturesOfTypeFn'('Animal'))))]). cached_query(multiWordSemTrans(A, 'Picture-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([picture])), speechPartPreds(C, B)), [and(wordForms('Picture-TheWord', infinitive, string([picture])), speechPartPreds('Verb', infinitive)), and(wordForms('Picture-TheWord', infinitive, string([picture])), speechPartPreds('NLWordForm', infinitive)), and(wordForms('Picture-TheWord', 'firstPersonSg-Present', string([picture])), speechPartPreds('Verb', 'firstPersonSg-Present')), and(wordForms('Picture-TheWord', 'firstPersonSg-Present', string([picture])), speechPartPreds('NLWordForm', 'firstPersonSg-Present')), and(wordForms('Picture-TheWord', 'secondPersonSg-Present', string([picture])), speechPartPreds('Verb', 'secondPersonSg-Present')), and(wordForms('Picture-TheWord', 'secondPersonSg-Present', string([picture])), speechPartPreds('NLWordForm', 'secondPersonSg-Present')), and(wordForms('Picture-TheWord', 'nonThirdSg-Present', string([picture])), speechPartPreds('Verb', 'nonThirdSg-Present')), and(wordForms('Picture-TheWord', 'nonThirdSg-Present', string([picture])), speechPartPreds('NLWordForm', 'nonThirdSg-Present')), and(wordForms('Picture-TheWord', 'pluralVerb-Present', string([picture])), speechPartPreds('Verb', 'pluralVerb-Present')), and(wordForms('Picture-TheWord', 'pluralVerb-Present', string([picture])), speechPartPreds('NLWordForm', 'pluralVerb-Present')), and(wordForms('Picture-TheWord', 'presentTense-Generic', string([picture])), speechPartPreds('Verb', 'presentTense-Generic')), and(wordForms('Picture-TheWord', 'presentTense-Generic', string([picture])), speechPartPreds('NLWordForm', 'presentTense-Generic')), and(wordForms('Picture-TheWord', tensed, string([picture])), speechPartPreds('Verb', tensed)), and(wordForms('Picture-TheWord', tensed, string([picture])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Picture-TheWord', untensed, string([picture])), speechPartPreds('Verb', untensed)), and(wordForms('Picture-TheWord', untensed, string([picture])), speechPartPreds('NLWordForm', untensed)), and(wordForms('Picture-TheWord', 'simplePresent-Generic', string([picture])), speechPartPreds('Verb', 'simplePresent-Generic')), and(wordForms('Picture-TheWord', 'simplePresent-Generic', string([picture])), speechPartPreds('NLWordForm', 'simplePresent-Generic')), and(wordForms('Picture-TheWord', verbStrings, string([picture])), speechPartPreds('Verb', verbStrings)), and(wordForms('Picture-TheWord', verbStrings, string([picture])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Picture-TheWord', 'firstPersonSg-Generic', string([picture])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('Picture-TheWord', 'firstPersonSg-Generic', string([picture])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('Picture-TheWord', 'secondPersonSg-Generic', string([picture])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('Picture-TheWord', 'secondPersonSg-Generic', string([picture])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('Picture-TheWord', 'pluralVerb-Generic', string([picture])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('Picture-TheWord', 'pluralVerb-Generic', string([picture])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('Picture-TheWord', 'singularVerb-Generic', string([picture])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Picture-TheWord', 'singularVerb-Generic', string([picture])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Picture-TheWord', 'simpleAspect-Generic', string([picture])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Picture-TheWord', 'simpleAspect-Generic', string([picture])), speechPartPreds('NLWordForm', 'simpleAspect-Generic')), and(wordForms('Picture-TheWord', singular, string([picture])), speechPartPreds('CountNoun', singular)), and(wordForms('Picture-TheWord', singular, string([picture])), speechPartPreds('NLWordForm', singular)), and(wordForms('Picture-TheWord', singular, string([picture])), speechPartPreds('Noun', singular)), and(wordForms('Picture-TheWord', singular, string([picture])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('Picture-TheWord', singular, string([picture])), speechPartPreds('CommonNoun', singular)), and(wordForms('Picture-TheWord', simpleNounStrings, string([picture])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Picture-TheWord', simpleNounStrings, string([picture])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Picture-TheWord', simpleNounStrings, string([picture])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Picture-TheWord', simpleNounStrings, string([picture])), speechPartPreds('CommonNoun', simpleNounStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([picture])]), [and(speechPartPreds('Verb', infinitive), [infinitive, 'Picture-TheWord', string([picture])]), and(speechPartPreds('NLWordForm', infinitive), [infinitive, 'Picture-TheWord', string([picture])]), and(speechPartPreds('CountNoun', singular), [singular, 'Picture-TheWord', string([picture])]), and(speechPartPreds('NLWordForm', singular), [singular, 'Picture-TheWord', string([picture])]), and(speechPartPreds('Noun', singular), [singular, 'Picture-TheWord', string([picture])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'Picture-TheWord', string([picture])]), and(speechPartPreds('CommonNoun', singular), [singular, 'Picture-TheWord', string([picture])])]). cached_query(and(wordStrings(A, string([picture])), partOfSpeech(A, B, string([picture]))), []). cached_query(partOfSpeech(A, B, string([picture])), []). cached_query('#$or'(nameSpelling(A, string([picture])), commonNickname(A, string([picture]))), []). cached_query(wordSemTrans('Are-TheWord', A, B, C, 'Preposition', D, E), []). cached_query(wordSemTrans('Are-TheWord', A, 'ParticleCompFrameFn'('IntransitiveParticleFrameType', B), C, D, E, F), []). cached_query(wordSemTrans('Are-TheWord', A, B, C, 'Verb', D, E), []). cached_query(wordSemTrans('Are-TheWord', A, 'ParticleCompFrameFn'('TransitiveParticleNPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('Are-TheWord', A, 'PPCompFrameFn'('DitransitivePPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('Are-TheWord', A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('Yard-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('Acre-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('Bunch-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(compoundSemTrans('Yard-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Yard-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([yard])), speechPartPreds(C, B)), [and(wordForms('Yard-TheWord', singular, string([yard])), speechPartPreds('CountNoun', singular)), and(wordForms('Yard-TheWord', singular, string([yard])), speechPartPreds('NLWordForm', singular)), and(wordForms('Yard-TheWord', singular, string([yard])), speechPartPreds('Noun', singular)), and(wordForms('Yard-TheWord', singular, string([yard])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('Yard-TheWord', singular, string([yard])), speechPartPreds('CommonNoun', singular)), and(wordForms('Yard-TheWord', simpleNounStrings, string([yard])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Yard-TheWord', simpleNounStrings, string([yard])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Yard-TheWord', simpleNounStrings, string([yard])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Yard-TheWord', simpleNounStrings, string([yard])), speechPartPreds('CommonNoun', simpleNounStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([yard])]), [and(speechPartPreds('CountNoun', singular), [singular, 'Yard-TheWord', string([yard])]), and(speechPartPreds('NLWordForm', singular), [singular, 'Yard-TheWord', string([yard])]), and(speechPartPreds('Noun', singular), [singular, 'Yard-TheWord', string([yard])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'Yard-TheWord', string([yard])]), and(speechPartPreds('CommonNoun', singular), [singular, 'Yard-TheWord', string([yard])])]). cached_query(and(wordStrings(A, string([yard])), partOfSpeech(A, B, string([yard]))), []). cached_query(partOfSpeech(A, B, string([yard])), []). cached_query('#$or'(nameSpelling(A, string([yard])), commonNickname(A, string([yard]))), []). cached_query(compoundSemTrans('Are-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Are-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([are])), speechPartPreds(C, B)), [and(wordForms('Be-TheWord', 'secondPersonSg-Present', string([are])), speechPartPreds('Verb', 'secondPersonSg-Present')), and(wordForms('Be-TheWord', 'secondPersonSg-Present', string([are])), speechPartPreds('NLWordForm', 'secondPersonSg-Present')), and(wordForms('Be-TheWord', 'nonThirdSg-Present', string([are])), speechPartPreds('Verb', 'nonThirdSg-Present')), and(wordForms('Be-TheWord', 'nonThirdSg-Present', string([are])), speechPartPreds('NLWordForm', 'nonThirdSg-Present')), and(wordForms('Be-TheWord', 'pluralVerb-Present', string([are])), speechPartPreds('Verb', 'pluralVerb-Present')), and(wordForms('Be-TheWord', 'pluralVerb-Present', string([are])), speechPartPreds('NLWordForm', 'pluralVerb-Present')), and(wordForms('Be-TheWord', 'presentTense-Generic', string([are])), speechPartPreds('Verb', 'presentTense-Generic')), and(wordForms('Be-TheWord', 'presentTense-Generic', string([are])), speechPartPreds('NLWordForm', 'presentTense-Generic')), and(wordForms('Be-TheWord', tensed, string([are])), speechPartPreds('Verb', tensed)), and(wordForms('Be-TheWord', tensed, string([are])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Be-TheWord', 'simplePresent-Generic', string([are])), speechPartPreds('Verb', 'simplePresent-Generic')), and(wordForms('Be-TheWord', 'simplePresent-Generic', string([are])), speechPartPreds('NLWordForm', 'simplePresent-Generic')), and(wordForms('Be-TheWord', verbStrings, string([are])), speechPartPreds('Verb', verbStrings)), and(wordForms('Be-TheWord', verbStrings, string([are])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Be-TheWord', 'secondPersonSg-Generic', string([are])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('Be-TheWord', 'secondPersonSg-Generic', string([are])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('Be-TheWord', 'pluralVerb-Generic', string([are])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('Be-TheWord', 'pluralVerb-Generic', string([are])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('Be-TheWord', 'singularVerb-Generic', string([are])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Be-TheWord', 'singularVerb-Generic', string([are])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Be-TheWord', 'simpleAspect-Generic', string([are])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Be-TheWord', 'simpleAspect-Generic', string([are])), speechPartPreds('NLWordForm', 'simpleAspect-Generic')), and(wordForms('Are-TheWord', singular, string([are])), speechPartPreds('CountNoun', singular)), and(wordForms('Are-TheWord', singular, string([are])), speechPartPreds('NLWordForm', singular)), and(wordForms('Are-TheWord', singular, string([are])), speechPartPreds('Noun', singular)), and(wordForms('Are-TheWord', singular, string([are])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('Are-TheWord', singular, string([are])), speechPartPreds('CommonNoun', singular)), and(wordForms('Are-TheWord', simpleNounStrings, string([are])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Are-TheWord', simpleNounStrings, string([are])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Are-TheWord', simpleNounStrings, string([are])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Are-TheWord', simpleNounStrings, string([are])), speechPartPreds('CommonNoun', simpleNounStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([are])]), [and(speechPartPreds('Verb', 'secondPersonSg-Present'), ['secondPersonSg-Present', 'Be-TheWord', string([are])]), and(speechPartPreds('NLWordForm', 'secondPersonSg-Present'), ['secondPersonSg-Present', 'Be-TheWord', string([are])]), and(speechPartPreds('CountNoun', singular), [singular, 'Are-TheWord', string([are])]), and(speechPartPreds('NLWordForm', singular), [singular, 'Are-TheWord', string([are])]), and(speechPartPreds('Noun', singular), [singular, 'Are-TheWord', string([are])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'Are-TheWord', string([are])]), and(speechPartPreds('CommonNoun', singular), [singular, 'Are-TheWord', string([are])]), and(speechPartPreds('Verb', 'nonThirdSg-Present'), ['nonThirdSg-Present', 'Be-TheWord', string([are])]), and(speechPartPreds('NLWordForm', 'nonThirdSg-Present'), ['nonThirdSg-Present', 'Be-TheWord', string([are])]), and(speechPartPreds('Verb', 'pluralVerb-Present'), ['pluralVerb-Present', 'Be-TheWord', string([are])]), and(speechPartPreds('NLWordForm', 'pluralVerb-Present'), ['pluralVerb-Present', 'Be-TheWord', string([are])]), and(speechPartPreds('NLWordForm', preferredBaseForm), [preferredBaseForm, 'Are-TheWord', string([are])])]). cached_query(and(wordStrings(A, string([are])), partOfSpeech(A, B, string([are]))), [and(wordStrings('Be-TheWord', string([are])), partOfSpeech('Be-TheWord', 'BeAux', string([are])))]). cached_query(partOfSpeech(A, B, string([are])), [partOfSpeech('Be-TheWord', 'BeAux', string([are]))]). cached_query('#$or'(nameSpelling(A, string([are])), commonNickname(A, string([are]))), []). cached_query(and(wordForms(A, B, string([dogs])), speechPartPreds(C, B)), [and(wordForms('Dog-TheWord', simpleNounStrings, string([dogs])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Dog-TheWord', simpleNounStrings, string([dogs])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Dog-TheWord', simpleNounStrings, string([dogs])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Dog-TheWord', simpleNounStrings, string([dogs])), speechPartPreds('CommonNoun', simpleNounStrings)), and(wordForms('Dog-TheWord', plural, string([dogs])), speechPartPreds('CountNoun', plural)), and(wordForms('Dog-TheWord', plural, string([dogs])), speechPartPreds('CountNoun-Generic', plural)), and(wordForms('Dog-TheWord', plural, string([dogs])), speechPartPreds('NLWordForm', plural)), and(wordForms('Dog-TheWord', plural, string([dogs])), speechPartPreds('Noun', plural)), and(wordForms('Dog-TheWord', plural, string([dogs])), speechPartPreds('CommonNoun', plural)), and(wordForms('Dog-TheWord', 'thirdPersonSg-Present', string([dogs])), speechPartPreds('Verb', 'thirdPersonSg-Present')), and(wordForms('Dog-TheWord', 'thirdPersonSg-Present', string([dogs])), speechPartPreds('NLWordForm', 'thirdPersonSg-Present')), and(wordForms('Dog-TheWord', 'presentTense-Generic', string([dogs])), speechPartPreds('Verb', 'presentTense-Generic')), and(wordForms('Dog-TheWord', 'presentTense-Generic', string([dogs])), speechPartPreds('NLWordForm', 'presentTense-Generic')), and(wordForms('Dog-TheWord', tensed, string([dogs])), speechPartPreds('Verb', tensed)), and(wordForms('Dog-TheWord', tensed, string([dogs])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Dog-TheWord', 'simplePresent-Generic', string([dogs])), speechPartPreds('Verb', 'simplePresent-Generic')), and(wordForms('Dog-TheWord', 'simplePresent-Generic', string([dogs])), speechPartPreds('NLWordForm', 'simplePresent-Generic')), and(wordForms('Dog-TheWord', verbStrings, string([dogs])), speechPartPreds('Verb', verbStrings)), and(wordForms('Dog-TheWord', verbStrings, string([dogs])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Dog-TheWord', 'thirdPersonSg-Generic', string([dogs])), speechPartPreds('Verb', 'thirdPersonSg-Generic')), and(wordForms('Dog-TheWord', 'thirdPersonSg-Generic', string([dogs])), speechPartPreds('NLWordForm', 'thirdPersonSg-Generic')), and(wordForms('Dog-TheWord', 'singularVerb-Generic', string([dogs])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Dog-TheWord', 'singularVerb-Generic', string([dogs])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Dog-TheWord', 'simpleAspect-Generic', string([dogs])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Dog-TheWord', 'simpleAspect-Generic', string([dogs])), speechPartPreds('NLWordForm', 'simpleAspect-Generic'))]). cached_query(and(speechPartPreds(A, B), [B, C, string([dogs])]), []). cached_query(and(wordStrings(A, string([dogs])), partOfSpeech(A, B, string([dogs]))), []). cached_query(partOfSpeech(A, B, string([dogs])), []). cached_query('#$or'(nameSpelling(A, string([dogs])), commonNickname(A, string([dogs]))), []). cached_query(compoundSemTrans('Bunch-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Bunch-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([bunch])), speechPartPreds(C, B)), [and(wordForms('Bunch-TheWord', infinitive, string([bunch])), speechPartPreds('Verb', infinitive)), and(wordForms('Bunch-TheWord', infinitive, string([bunch])), speechPartPreds('NLWordForm', infinitive)), and(wordForms('Bunch-TheWord', 'firstPersonSg-Present', string([bunch])), speechPartPreds('Verb', 'firstPersonSg-Present')), and(wordForms('Bunch-TheWord', 'firstPersonSg-Present', string([bunch])), speechPartPreds('NLWordForm', 'firstPersonSg-Present')), and(wordForms('Bunch-TheWord', 'secondPersonSg-Present', string([bunch])), speechPartPreds('Verb', 'secondPersonSg-Present')), and(wordForms('Bunch-TheWord', 'secondPersonSg-Present', string([bunch])), speechPartPreds('NLWordForm', 'secondPersonSg-Present')), and(wordForms('Bunch-TheWord', 'nonThirdSg-Present', string([bunch])), speechPartPreds('Verb', 'nonThirdSg-Present')), and(wordForms('Bunch-TheWord', 'nonThirdSg-Present', string([bunch])), speechPartPreds('NLWordForm', 'nonThirdSg-Present')), and(wordForms('Bunch-TheWord', 'pluralVerb-Present', string([bunch])), speechPartPreds('Verb', 'pluralVerb-Present')), and(wordForms('Bunch-TheWord', 'pluralVerb-Present', string([bunch])), speechPartPreds('NLWordForm', 'pluralVerb-Present')), and(wordForms('Bunch-TheWord', 'presentTense-Generic', string([bunch])), speechPartPreds('Verb', 'presentTense-Generic')), and(wordForms('Bunch-TheWord', 'presentTense-Generic', string([bunch])), speechPartPreds('NLWordForm', 'presentTense-Generic')), and(wordForms('Bunch-TheWord', tensed, string([bunch])), speechPartPreds('Verb', tensed)), and(wordForms('Bunch-TheWord', tensed, string([bunch])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Bunch-TheWord', untensed, string([bunch])), speechPartPreds('Verb', untensed)), and(wordForms('Bunch-TheWord', untensed, string([bunch])), speechPartPreds('NLWordForm', untensed)), and(wordForms('Bunch-TheWord', 'simplePresent-Generic', string([bunch])), speechPartPreds('Verb', 'simplePresent-Generic')), and(wordForms('Bunch-TheWord', 'simplePresent-Generic', string([bunch])), speechPartPreds('NLWordForm', 'simplePresent-Generic')), and(wordForms('Bunch-TheWord', verbStrings, string([bunch])), speechPartPreds('Verb', verbStrings)), and(wordForms('Bunch-TheWord', verbStrings, string([bunch])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Bunch-TheWord', 'firstPersonSg-Generic', string([bunch])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('Bunch-TheWord', 'firstPersonSg-Generic', string([bunch])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('Bunch-TheWord', 'secondPersonSg-Generic', string([bunch])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('Bunch-TheWord', 'secondPersonSg-Generic', string([bunch])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('Bunch-TheWord', 'pluralVerb-Generic', string([bunch])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('Bunch-TheWord', 'pluralVerb-Generic', string([bunch])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('Bunch-TheWord', 'singularVerb-Generic', string([bunch])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Bunch-TheWord', 'singularVerb-Generic', string([bunch])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Bunch-TheWord', 'simpleAspect-Generic', string([bunch])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Bunch-TheWord', 'simpleAspect-Generic', string([bunch])), speechPartPreds('NLWordForm', 'simpleAspect-Generic')), and(wordForms('Bunch-TheWord', singular, string([bunch])), speechPartPreds('CountNoun', singular)), and(wordForms('Bunch-TheWord', singular, string([bunch])), speechPartPreds('NLWordForm', singular)), and(wordForms('Bunch-TheWord', singular, string([bunch])), speechPartPreds('Noun', singular)), and(wordForms('Bunch-TheWord', singular, string([bunch])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('Bunch-TheWord', singular, string([bunch])), speechPartPreds('CommonNoun', singular)), and(wordForms('Bunch-TheWord', simpleNounStrings, string([bunch])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Bunch-TheWord', simpleNounStrings, string([bunch])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Bunch-TheWord', simpleNounStrings, string([bunch])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Bunch-TheWord', simpleNounStrings, string([bunch])), speechPartPreds('CommonNoun', simpleNounStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([bunch])]), [and(speechPartPreds('Verb', infinitive), [infinitive, 'Bunch-TheWord', string([bunch])]), and(speechPartPreds('NLWordForm', infinitive), [infinitive, 'Bunch-TheWord', string([bunch])]), and(speechPartPreds('CountNoun', singular), [singular, 'Bunch-TheWord', string([bunch])]), and(speechPartPreds('NLWordForm', singular), [singular, 'Bunch-TheWord', string([bunch])]), and(speechPartPreds('Noun', singular), [singular, 'Bunch-TheWord', string([bunch])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'Bunch-TheWord', string([bunch])]), and(speechPartPreds('CommonNoun', singular), [singular, 'Bunch-TheWord', string([bunch])])]). cached_query(and(wordStrings(A, string([bunch])), partOfSpeech(A, B, string([bunch]))), []). cached_query(partOfSpeech(A, B, string([bunch])), []). cached_query('#$or'(nameSpelling(A, string([bunch])), commonNickname(A, string([bunch]))), []). cached_query(wordSemTrans('Know-TheWord', A, B, C, 'Preposition', D, E), []). cached_query(wordSemTrans('Know-TheWord', A, 'ParticleCompFrameFn'('IntransitiveParticleFrameType', B), C, D, E, F), []). cached_query(wordSemTrans('Know-TheWord', A, 'ParticleCompFrameFn'('TransitiveParticleNPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('Garden-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('HumanFemaleGivenNameFn'(string('"Alfred"')), A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('HumanFemaleGivenNameFn'(string('"Alfred"')), A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Adjective', D, E), []). cached_query(compoundSemTrans('WordWithSuffixFn'('Garden-TheWord', 'Er_ConcreteNounProducing-TheSuffix'), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'WordWithSuffixFn'('Garden-TheWord', 'Er_ConcreteNounProducing-TheSuffix'), B, C, D), []). cached_query(compoundSemTrans('WordWithSuffixFn'('Garden-TheWord', 'Er_Agent-TheSuffix'), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'WordWithSuffixFn'('Garden-TheWord', 'Er_Agent-TheSuffix'), B, C, D), []). cached_query(compoundSemTrans('Garden-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Garden-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([gardener])), speechPartPreds(C, B)), [and(wordForms('WordWithSuffixFn'('Garden-TheWord', 'Er_ConcreteNounProducing-TheSuffix'), singular, string([gardener])), speechPartPreds('CountNoun', singular)), and(wordForms('WordWithSuffixFn'('Garden-TheWord', 'Er_ConcreteNounProducing-TheSuffix'), singular, string([gardener])), speechPartPreds('NLWordForm', singular)), and(wordForms('WordWithSuffixFn'('Garden-TheWord', 'Er_ConcreteNounProducing-TheSuffix'), singular, string([gardener])), speechPartPreds('Noun', singular)), and(wordForms('WordWithSuffixFn'('Garden-TheWord', 'Er_ConcreteNounProducing-TheSuffix'), singular, string([gardener])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('WordWithSuffixFn'('Garden-TheWord', 'Er_ConcreteNounProducing-TheSuffix'), singular, string([gardener])), speechPartPreds('CommonNoun', singular)), and(wordForms('WordWithSuffixFn'('Garden-TheWord', 'Er_ConcreteNounProducing-TheSuffix'), simpleNounStrings, string([gardener])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('WordWithSuffixFn'('Garden-TheWord', 'Er_ConcreteNounProducing-TheSuffix'), simpleNounStrings, string([gardener])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('WordWithSuffixFn'('Garden-TheWord', 'Er_ConcreteNounProducing-TheSuffix'), simpleNounStrings, string([gardener])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('WordWithSuffixFn'('Garden-TheWord', 'Er_ConcreteNounProducing-TheSuffix'), simpleNounStrings, string([gardener])), speechPartPreds('CommonNoun', simpleNounStrings)), and(wordForms('WordWithSuffixFn'('Garden-TheWord', 'Er_ConcreteNounProducing-TheSuffix'), 'nonPlural-Generic', string([gardener])), speechPartPreds('Noun', 'nonPlural-Generic')), and(wordForms('WordWithSuffixFn'('Garden-TheWord', 'Er_ConcreteNounProducing-TheSuffix'), 'nonPlural-Generic', string([gardener])), speechPartPreds('NLWordForm', 'nonPlural-Generic')), and(wordForms('WordWithSuffixFn'('Garden-TheWord', 'Er_ConcreteNounProducing-TheSuffix'), nounStrings, string([gardener])), speechPartPreds('Noun', nounStrings)), and(wordForms('WordWithSuffixFn'('Garden-TheWord', 'Er_ConcreteNounProducing-TheSuffix'), nounStrings, string([gardener])), speechPartPreds('NLWordForm', nounStrings)), and(wordForms('WordWithSuffixFn'('Garden-TheWord', 'Er_Agent-TheSuffix'), singular, string([gardener])), speechPartPreds('CommonNoun', singular)), and(wordForms('WordWithSuffixFn'('Garden-TheWord', 'Er_Agent-TheSuffix'), singular, string([gardener])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('WordWithSuffixFn'('Garden-TheWord', 'Er_Agent-TheSuffix'), singular, string([gardener])), speechPartPreds('Noun', singular)), and(wordForms('WordWithSuffixFn'('Garden-TheWord', 'Er_Agent-TheSuffix'), singular, string([gardener])), speechPartPreds('NLWordForm', singular)), and(wordForms('WordWithSuffixFn'('Garden-TheWord', 'Er_Agent-TheSuffix'), singular, string([gardener])), speechPartPreds('CountNoun', singular)), and(wordForms('WordWithSuffixFn'('Garden-TheWord', 'Er_Agent-TheSuffix'), simpleNounStrings, string([gardener])), speechPartPreds('CommonNoun', simpleNounStrings)), and(wordForms('WordWithSuffixFn'('Garden-TheWord', 'Er_Agent-TheSuffix'), simpleNounStrings, string([gardener])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('WordWithSuffixFn'('Garden-TheWord', 'Er_Agent-TheSuffix'), simpleNounStrings, string([gardener])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('WordWithSuffixFn'('Garden-TheWord', 'Er_Agent-TheSuffix'), simpleNounStrings, string([gardener])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('WordWithSuffixFn'('Garden-TheWord', 'Er_Agent-TheSuffix'), 'nonPlural-Generic', string([gardener])), speechPartPreds('NLWordForm', 'nonPlural-Generic')), and(wordForms('WordWithSuffixFn'('Garden-TheWord', 'Er_Agent-TheSuffix'), 'nonPlural-Generic', string([gardener])), speechPartPreds('Noun', 'nonPlural-Generic')), and(wordForms('WordWithSuffixFn'('Garden-TheWord', 'Er_Agent-TheSuffix'), nounStrings, string([gardener])), speechPartPreds('NLWordForm', nounStrings)), and(wordForms('WordWithSuffixFn'('Garden-TheWord', 'Er_Agent-TheSuffix'), nounStrings, string([gardener])), speechPartPreds('Noun', nounStrings)), and(wordForms('Garden-TheWord', 'agentive-Sg', string([gardener])), speechPartPreds('AgentiveNoun', 'agentive-Sg')), and(wordForms('Garden-TheWord', 'agentive-Sg', string([gardener])), speechPartPreds('NLWordForm', 'agentive-Sg')), and(wordForms('Garden-TheWord', 'agentive-Sg', string([gardener])), speechPartPreds('Noun', 'agentive-Sg')), and(wordForms('Garden-TheWord', 'agentive-Sg', string([gardener])), speechPartPreds('CountNoun-Generic', 'agentive-Sg')), and(wordForms('Garden-TheWord', agentiveNounStrings, string([gardener])), speechPartPreds('AgentiveNoun', agentiveNounStrings)), and(wordForms('Garden-TheWord', agentiveNounStrings, string([gardener])), speechPartPreds('NLWordForm', agentiveNounStrings)), and(wordForms('Garden-TheWord', agentiveNounStrings, string([gardener])), speechPartPreds('Noun', agentiveNounStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([gardener])]), [and(speechPartPreds('AgentiveNoun', 'agentive-Sg'), ['agentive-Sg', 'Garden-TheWord', string([gardener])]), and(speechPartPreds('NLWordForm', 'agentive-Sg'), ['agentive-Sg', 'Garden-TheWord', string([gardener])]), and(speechPartPreds('Noun', 'agentive-Sg'), ['agentive-Sg', 'Garden-TheWord', string([gardener])]), and(speechPartPreds('CountNoun-Generic', 'agentive-Sg'), ['agentive-Sg', 'Garden-TheWord', string([gardener])]), and(speechPartPreds('NLWordForm', baseForm), [baseForm, 'WordWithSuffixFn'('Garden-TheWord', 'Er_Agent-TheSuffix'), string([gardener])]), and(speechPartPreds('CountNoun', singular), [singular, 'WordWithSuffixFn'('Garden-TheWord', 'Er_Agent-TheSuffix'), string([gardener])]), and(speechPartPreds('NLWordForm', singular), [singular, 'WordWithSuffixFn'('Garden-TheWord', 'Er_Agent-TheSuffix'), string([gardener])]), and(speechPartPreds('Noun', singular), [singular, 'WordWithSuffixFn'('Garden-TheWord', 'Er_Agent-TheSuffix'), string([gardener])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'WordWithSuffixFn'('Garden-TheWord', 'Er_Agent-TheSuffix'), string([gardener])]), and(speechPartPreds('CommonNoun', singular), [singular, 'WordWithSuffixFn'('Garden-TheWord', 'Er_Agent-TheSuffix'), string([gardener])]), and(speechPartPreds('NLWordForm', baseForm), [baseForm, 'WordWithSuffixFn'('Garden-TheWord', 'Er_ConcreteNounProducing-TheSuffix'), string([gardener])]), and(speechPartPreds('CommonNoun', singular), [singular, 'WordWithSuffixFn'('Garden-TheWord', 'Er_ConcreteNounProducing-TheSuffix'), string([gardener])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'WordWithSuffixFn'('Garden-TheWord', 'Er_ConcreteNounProducing-TheSuffix'), string([gardener])]), and(speechPartPreds('Noun', singular), [singular, 'WordWithSuffixFn'('Garden-TheWord', 'Er_ConcreteNounProducing-TheSuffix'), string([gardener])]), and(speechPartPreds('NLWordForm', singular), [singular, 'WordWithSuffixFn'('Garden-TheWord', 'Er_ConcreteNounProducing-TheSuffix'), string([gardener])]), and(speechPartPreds('CountNoun', singular), [singular, 'WordWithSuffixFn'('Garden-TheWord', 'Er_ConcreteNounProducing-TheSuffix'), string([gardener])])]). cached_query(and(wordStrings(A, string([gardener])), partOfSpeech(A, B, string([gardener]))), []). cached_query(partOfSpeech(A, B, string([gardener])), []). cached_query('#$or'(nameSpelling(A, string([gardener])), commonNickname(A, string([gardener]))), []). cached_query(compoundSemTrans('As-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'As-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([as])), speechPartPreds(C, B)), [and(wordForms('As-TheWord', prepositionStrings, string([as])), speechPartPreds('Preposition', prepositionStrings)), and(wordForms('As-TheWord', prepositionStrings, string([as])), speechPartPreds('NLWordForm', prepositionStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([as])]), [and(speechPartPreds('Preposition', prepositionStrings), [prepositionStrings, 'As-TheWord', string([as])]), and(speechPartPreds('NLWordForm', prepositionStrings), [prepositionStrings, 'As-TheWord', string([as])])]). cached_query(and(wordStrings(A, string([as])), partOfSpeech(A, B, string([as]))), [and(wordStrings('As-TheWord', string([as])), partOfSpeech('As-TheWord', 'Preposition', string([as]))), and(wordStrings('As-TheWord', string([as])), partOfSpeech('As-TheWord', 'SubordinatingConjunction', string([as])))]). cached_query(partOfSpeech(A, B, string([as])), [partOfSpeech('As-TheWord', 'Preposition', string([as])), partOfSpeech('As-TheWord', 'SubordinatingConjunction', string([as]))]). cached_query('#$or'(nameSpelling(A, string([as])), commonNickname(A, string([as]))), []). cached_query(compoundSemTrans('Describe-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Describe-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([described])), speechPartPreds(C, B)), [and(wordForms('Describe-TheWord', 'perfective-Generic', string([described])), speechPartPreds('Verb', 'perfective-Generic')), and(wordForms('Describe-TheWord', 'perfective-Generic', string([described])), speechPartPreds('NLWordForm', 'perfective-Generic')), and(wordForms('Describe-TheWord', passiveParticiple, string([described])), speechPartPreds('Verb', passiveParticiple)), and(wordForms('Describe-TheWord', passiveParticiple, string([described])), speechPartPreds('Adjective-Ed', passiveParticiple)), and(wordForms('Describe-TheWord', passiveParticiple, string([described])), speechPartPreds('NLWordForm', passiveParticiple)), and(wordForms('Describe-TheWord', tensed, string([described])), speechPartPreds('Verb', tensed)), and(wordForms('Describe-TheWord', tensed, string([described])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Describe-TheWord', untensed, string([described])), speechPartPreds('Verb', untensed)), and(wordForms('Describe-TheWord', untensed, string([described])), speechPartPreds('NLWordForm', untensed)), and(wordForms('Describe-TheWord', verbStrings, string([described])), speechPartPreds('Verb', verbStrings)), and(wordForms('Describe-TheWord', verbStrings, string([described])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Describe-TheWord', 'thirdPersonSg-Generic', string([described])), speechPartPreds('Verb', 'thirdPersonSg-Generic')), and(wordForms('Describe-TheWord', 'thirdPersonSg-Generic', string([described])), speechPartPreds('NLWordForm', 'thirdPersonSg-Generic')), and(wordForms('Describe-TheWord', 'firstPersonSg-Generic', string([described])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('Describe-TheWord', 'firstPersonSg-Generic', string([described])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('Describe-TheWord', 'secondPersonSg-Generic', string([described])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('Describe-TheWord', 'secondPersonSg-Generic', string([described])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('Describe-TheWord', 'pluralVerb-Generic', string([described])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('Describe-TheWord', 'pluralVerb-Generic', string([described])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('Describe-TheWord', 'singularVerb-Generic', string([described])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Describe-TheWord', 'singularVerb-Generic', string([described])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Describe-TheWord', 'pastTense-Generic', string([described])), speechPartPreds('Verb', 'pastTense-Generic')), and(wordForms('Describe-TheWord', 'pastTense-Generic', string([described])), speechPartPreds('NLWordForm', 'pastTense-Generic')), and(wordForms('Describe-TheWord', 'firstPersonSg-Past', string([described])), speechPartPreds('Verb', 'firstPersonSg-Past')), and(wordForms('Describe-TheWord', 'firstPersonSg-Past', string([described])), speechPartPreds('NLWordForm', 'firstPersonSg-Past')), and(wordForms('Describe-TheWord', 'thirdPersonSg-Past', string([described])), speechPartPreds('Verb', 'thirdPersonSg-Past')), and(wordForms('Describe-TheWord', 'thirdPersonSg-Past', string([described])), speechPartPreds('NLWordForm', 'thirdPersonSg-Past')), and(wordForms('Describe-TheWord', 'pluralVerb-Past', string([described])), speechPartPreds('Verb', 'pluralVerb-Past')), and(wordForms('Describe-TheWord', 'pluralVerb-Past', string([described])), speechPartPreds('NLWordForm', 'pluralVerb-Past')), and(wordForms('Describe-TheWord', 'secondPersonSg-Past', string([described])), speechPartPreds('Verb', 'secondPersonSg-Past')), and(wordForms('Describe-TheWord', 'secondPersonSg-Past', string([described])), speechPartPreds('NLWordForm', 'secondPersonSg-Past')), and(wordForms('Describe-TheWord', 'simplePast-Generic', string([described])), speechPartPreds('Verb', 'simplePast-Generic')), and(wordForms('Describe-TheWord', 'simplePast-Generic', string([described])), speechPartPreds('NLWordForm', 'simplePast-Generic')), and(wordForms('Describe-TheWord', 'simpleAspect-Generic', string([described])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Describe-TheWord', 'simpleAspect-Generic', string([described])), speechPartPreds('NLWordForm', 'simpleAspect-Generic')), and(wordForms('Describe-TheWord', 'pastTense-Universal', string([described])), speechPartPreds('Verb', 'pastTense-Universal')), and(wordForms('Describe-TheWord', 'pastTense-Universal', string([described])), speechPartPreds('NLWordForm', 'pastTense-Universal')), and(wordForms('Describe-TheWord', perfect, string([described])), speechPartPreds('Verb', perfect)), and(wordForms('Describe-TheWord', perfect, string([described])), speechPartPreds('NLWordForm', perfect))]). cached_query(and(speechPartPreds(A, B), [B, C, string([described])]), []). cached_query(and(wordStrings(A, string([described])), partOfSpeech(A, B, string([described]))), []). cached_query(partOfSpeech(A, B, string([described])), []). cached_query('#$or'(nameSpelling(A, string([described])), commonNickname(A, string([described]))), []). cached_query(and(wordForms(A, B, string([been])), speechPartPreds(C, B)), [and(wordForms('Be-TheWord', passiveParticiple, string([been])), speechPartPreds('Verb', passiveParticiple)), and(wordForms('Be-TheWord', passiveParticiple, string([been])), speechPartPreds('Adjective-Ed', passiveParticiple)), and(wordForms('Be-TheWord', passiveParticiple, string([been])), speechPartPreds('NLWordForm', passiveParticiple)), and(wordForms('Be-TheWord', untensed, string([been])), speechPartPreds('Verb', untensed)), and(wordForms('Be-TheWord', untensed, string([been])), speechPartPreds('NLWordForm', untensed)), and(wordForms('Be-TheWord', verbStrings, string([been])), speechPartPreds('Verb', verbStrings)), and(wordForms('Be-TheWord', verbStrings, string([been])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Be-TheWord', perfect, string([been])), speechPartPreds('Verb', perfect)), and(wordForms('Be-TheWord', perfect, string([been])), speechPartPreds('NLWordForm', perfect))]). cached_query(and(speechPartPreds(A, B), [B, C, string([been])]), [and(speechPartPreds('Verb', perfect), [perfect, 'Be-TheWord', string([been])]), and(speechPartPreds('NLWordForm', perfect), [perfect, 'Be-TheWord', string([been])])]). cached_query(and(wordStrings(A, string([been])), partOfSpeech(A, B, string([been]))), [and(wordStrings('Be-TheWord', string([been])), partOfSpeech('Be-TheWord', 'BeAux', string([been])))]). cached_query(partOfSpeech(A, B, string([been])), [partOfSpeech('Be-TheWord', 'BeAux', string([been]))]). cached_query('#$or'(nameSpelling(A, string([been])), commonNickname(A, string([been]))), []). cached_query(and(wordForms(A, B, string([has])), speechPartPreds(C, B)), [and(wordForms('Have-TheWord', 'thirdPersonSg-Present', string([has])), speechPartPreds('Verb', 'thirdPersonSg-Present')), and(wordForms('Have-TheWord', 'thirdPersonSg-Present', string([has])), speechPartPreds('NLWordForm', 'thirdPersonSg-Present')), and(wordForms('Have-TheWord', 'presentTense-Generic', string([has])), speechPartPreds('Verb', 'presentTense-Generic')), and(wordForms('Have-TheWord', 'presentTense-Generic', string([has])), speechPartPreds('NLWordForm', 'presentTense-Generic')), and(wordForms('Have-TheWord', tensed, string([has])), speechPartPreds('Verb', tensed)), and(wordForms('Have-TheWord', tensed, string([has])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Have-TheWord', 'simplePresent-Generic', string([has])), speechPartPreds('Verb', 'simplePresent-Generic')), and(wordForms('Have-TheWord', 'simplePresent-Generic', string([has])), speechPartPreds('NLWordForm', 'simplePresent-Generic')), and(wordForms('Have-TheWord', verbStrings, string([has])), speechPartPreds('Verb', verbStrings)), and(wordForms('Have-TheWord', verbStrings, string([has])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Have-TheWord', 'thirdPersonSg-Generic', string([has])), speechPartPreds('Verb', 'thirdPersonSg-Generic')), and(wordForms('Have-TheWord', 'thirdPersonSg-Generic', string([has])), speechPartPreds('NLWordForm', 'thirdPersonSg-Generic')), and(wordForms('Have-TheWord', 'singularVerb-Generic', string([has])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Have-TheWord', 'singularVerb-Generic', string([has])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Have-TheWord', 'simpleAspect-Generic', string([has])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Have-TheWord', 'simpleAspect-Generic', string([has])), speechPartPreds('NLWordForm', 'simpleAspect-Generic'))]). cached_query(and(speechPartPreds(A, B), [B, C, string([has])]), [and(speechPartPreds('Verb', 'thirdPersonSg-Present'), ['thirdPersonSg-Present', 'Have-TheWord', string([has])]), and(speechPartPreds('NLWordForm', 'thirdPersonSg-Present'), ['thirdPersonSg-Present', 'Have-TheWord', string([has])])]). cached_query(and(wordStrings(A, string([has])), partOfSpeech(A, B, string([has]))), [and(wordStrings('Have-TheWord', string([has])), partOfSpeech('Have-TheWord', 'HaveAux', string([has])))]). cached_query(partOfSpeech(A, B, string([has])), [partOfSpeech('Have-TheWord', 'HaveAux', string([has]))]). cached_query('#$or'(nameSpelling(A, string([has])), commonNickname(A, string([has]))), []). cached_query(compoundSemTrans('Know-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Know-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([know])), speechPartPreds(C, B)), [and(wordForms('Know-TheWord', infinitive, string([know])), speechPartPreds('Verb', infinitive)), and(wordForms('Know-TheWord', infinitive, string([know])), speechPartPreds('NLWordForm', infinitive)), and(wordForms('Know-TheWord', 'firstPersonSg-Present', string([know])), speechPartPreds('Verb', 'firstPersonSg-Present')), and(wordForms('Know-TheWord', 'firstPersonSg-Present', string([know])), speechPartPreds('NLWordForm', 'firstPersonSg-Present')), and(wordForms('Know-TheWord', 'secondPersonSg-Present', string([know])), speechPartPreds('Verb', 'secondPersonSg-Present')), and(wordForms('Know-TheWord', 'secondPersonSg-Present', string([know])), speechPartPreds('NLWordForm', 'secondPersonSg-Present')), and(wordForms('Know-TheWord', 'nonThirdSg-Present', string([know])), speechPartPreds('Verb', 'nonThirdSg-Present')), and(wordForms('Know-TheWord', 'nonThirdSg-Present', string([know])), speechPartPreds('NLWordForm', 'nonThirdSg-Present')), and(wordForms('Know-TheWord', 'pluralVerb-Present', string([know])), speechPartPreds('Verb', 'pluralVerb-Present')), and(wordForms('Know-TheWord', 'pluralVerb-Present', string([know])), speechPartPreds('NLWordForm', 'pluralVerb-Present')), and(wordForms('Know-TheWord', 'presentTense-Generic', string([know])), speechPartPreds('Verb', 'presentTense-Generic')), and(wordForms('Know-TheWord', 'presentTense-Generic', string([know])), speechPartPreds('NLWordForm', 'presentTense-Generic')), and(wordForms('Know-TheWord', tensed, string([know])), speechPartPreds('Verb', tensed)), and(wordForms('Know-TheWord', tensed, string([know])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Know-TheWord', untensed, string([know])), speechPartPreds('Verb', untensed)), and(wordForms('Know-TheWord', untensed, string([know])), speechPartPreds('NLWordForm', untensed)), and(wordForms('Know-TheWord', 'simplePresent-Generic', string([know])), speechPartPreds('Verb', 'simplePresent-Generic')), and(wordForms('Know-TheWord', 'simplePresent-Generic', string([know])), speechPartPreds('NLWordForm', 'simplePresent-Generic')), and(wordForms('Know-TheWord', verbStrings, string([know])), speechPartPreds('Verb', verbStrings)), and(wordForms('Know-TheWord', verbStrings, string([know])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Know-TheWord', 'firstPersonSg-Generic', string([know])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('Know-TheWord', 'firstPersonSg-Generic', string([know])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('Know-TheWord', 'secondPersonSg-Generic', string([know])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('Know-TheWord', 'secondPersonSg-Generic', string([know])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('Know-TheWord', 'pluralVerb-Generic', string([know])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('Know-TheWord', 'pluralVerb-Generic', string([know])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('Know-TheWord', 'singularVerb-Generic', string([know])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Know-TheWord', 'singularVerb-Generic', string([know])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Know-TheWord', 'simpleAspect-Generic', string([know])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Know-TheWord', 'simpleAspect-Generic', string([know])), speechPartPreds('NLWordForm', 'simpleAspect-Generic'))]). cached_query(and(speechPartPreds(A, B), [B, C, string([know])]), [and(speechPartPreds('Verb', infinitive), [infinitive, 'Know-TheWord', string([know])]), and(speechPartPreds('NLWordForm', infinitive), [infinitive, 'Know-TheWord', string([know])])]). cached_query(and(wordStrings(A, string([know])), partOfSpeech(A, B, string([know]))), []). cached_query(partOfSpeech(A, B, string([know])), []). cached_query('#$or'(nameSpelling(A, string([know])), commonNickname(A, string([know]))), []). cached_query(compoundSemTrans('Man-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Man-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([man])), speechPartPreds(C, B)), [and(wordForms('Man-TheWord', singular, string([man])), speechPartPreds('CountNoun', singular)), and(wordForms('Man-TheWord', singular, string([man])), speechPartPreds('NLWordForm', singular)), and(wordForms('Man-TheWord', singular, string([man])), speechPartPreds('Noun', singular)), and(wordForms('Man-TheWord', singular, string([man])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('Man-TheWord', singular, string([man])), speechPartPreds('CommonNoun', singular)), and(wordForms('Man-TheWord', simpleNounStrings, string([man])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Man-TheWord', simpleNounStrings, string([man])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Man-TheWord', simpleNounStrings, string([man])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Man-TheWord', simpleNounStrings, string([man])), speechPartPreds('CommonNoun', simpleNounStrings)), and(wordForms('Man-TheWord', infinitive, string([man])), speechPartPreds('Verb', infinitive)), and(wordForms('Man-TheWord', infinitive, string([man])), speechPartPreds('NLWordForm', infinitive)), and(wordForms('Man-TheWord', 'firstPersonSg-Present', string([man])), speechPartPreds('Verb', 'firstPersonSg-Present')), and(wordForms('Man-TheWord', 'firstPersonSg-Present', string([man])), speechPartPreds('NLWordForm', 'firstPersonSg-Present')), and(wordForms('Man-TheWord', 'secondPersonSg-Present', string([man])), speechPartPreds('Verb', 'secondPersonSg-Present')), and(wordForms('Man-TheWord', 'secondPersonSg-Present', string([man])), speechPartPreds('NLWordForm', 'secondPersonSg-Present')), and(wordForms('Man-TheWord', 'nonThirdSg-Present', string([man])), speechPartPreds('Verb', 'nonThirdSg-Present')), and(wordForms('Man-TheWord', 'nonThirdSg-Present', string([man])), speechPartPreds('NLWordForm', 'nonThirdSg-Present')), and(wordForms('Man-TheWord', 'pluralVerb-Present', string([man])), speechPartPreds('Verb', 'pluralVerb-Present')), and(wordForms('Man-TheWord', 'pluralVerb-Present', string([man])), speechPartPreds('NLWordForm', 'pluralVerb-Present')), and(wordForms('Man-TheWord', 'presentTense-Generic', string([man])), speechPartPreds('Verb', 'presentTense-Generic')), and(wordForms('Man-TheWord', 'presentTense-Generic', string([man])), speechPartPreds('NLWordForm', 'presentTense-Generic')), and(wordForms('Man-TheWord', tensed, string([man])), speechPartPreds('Verb', tensed)), and(wordForms('Man-TheWord', tensed, string([man])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Man-TheWord', untensed, string([man])), speechPartPreds('Verb', untensed)), and(wordForms('Man-TheWord', untensed, string([man])), speechPartPreds('NLWordForm', untensed)), and(wordForms('Man-TheWord', 'simplePresent-Generic', string([man])), speechPartPreds('Verb', 'simplePresent-Generic')), and(wordForms('Man-TheWord', 'simplePresent-Generic', string([man])), speechPartPreds('NLWordForm', 'simplePresent-Generic')), and(wordForms('Man-TheWord', verbStrings, string([man])), speechPartPreds('Verb', verbStrings)), and(wordForms('Man-TheWord', verbStrings, string([man])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Man-TheWord', 'firstPersonSg-Generic', string([man])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('Man-TheWord', 'firstPersonSg-Generic', string([man])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('Man-TheWord', 'secondPersonSg-Generic', string([man])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('Man-TheWord', 'secondPersonSg-Generic', string([man])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('Man-TheWord', 'pluralVerb-Generic', string([man])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('Man-TheWord', 'pluralVerb-Generic', string([man])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('Man-TheWord', 'singularVerb-Generic', string([man])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Man-TheWord', 'singularVerb-Generic', string([man])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Man-TheWord', 'simpleAspect-Generic', string([man])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Man-TheWord', 'simpleAspect-Generic', string([man])), speechPartPreds('NLWordForm', 'simpleAspect-Generic'))]). cached_query(and(speechPartPreds(A, B), [B, C, string([man])]), [and(speechPartPreds('Verb', infinitive), [infinitive, 'Man-TheWord', string([man])]), and(speechPartPreds('NLWordForm', infinitive), [infinitive, 'Man-TheWord', string([man])]), and(speechPartPreds('CountNoun', singular), [singular, 'Man-TheWord', string([man])]), and(speechPartPreds('NLWordForm', singular), [singular, 'Man-TheWord', string([man])]), and(speechPartPreds('Noun', singular), [singular, 'Man-TheWord', string([man])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'Man-TheWord', string([man])]), and(speechPartPreds('CommonNoun', singular), [singular, 'Man-TheWord', string([man])])]). cached_query(and(wordStrings(A, string([man])), partOfSpeech(A, B, string([man]))), []). cached_query(partOfSpeech(A, B, string([man])), []). cached_query('#$or'(nameSpelling(A, string([man])), commonNickname(A, string([man]))), []). cached_query(compoundSemTrans('WordFn'(string(['Baird'])), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'WordFn'(string(['Baird'])), B, C, D), []). cached_query(and(wordForms(A, B, string(['Baird'])), speechPartPreds(C, B)), []). cached_query(and(speechPartPreds(A, B), [B, C, string(['Baird'])]), []). cached_query(and(wordStrings(A, string(['Baird'])), partOfSpeech(A, B, string(['Baird']))), []). cached_query(partOfSpeech(A, B, string(['Baird'])), []). cached_query('#$or'(nameSpelling(A, string(['Baird'])), commonNickname(A, string(['Baird']))), []). cached_query(compoundSemTrans('WordWithSpeechPartPredAndStringFn'(nameSpelling, string('"Alfred"')), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'WordWithSpeechPartPredAndStringFn'(nameSpelling, string('"Alfred"')), B, C, D), []). cached_query(compoundSemTrans('HumanMaleGivenNameFn'(string('"Alfred"')), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'HumanMaleGivenNameFn'(string('"Alfred"')), B, C, D), []). cached_query(compoundSemTrans('HumanGivenNameFn'(string('"Alfred"')), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'HumanGivenNameFn'(string('"Alfred"')), B, C, D), []). cached_query(compoundSemTrans('HumanGender-NeutralGivenNameFn'(string('"Alfred"')), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'HumanGender-NeutralGivenNameFn'(string('"Alfred"')), B, C, D), []). cached_query(compoundSemTrans('HumanFemaleGivenNameFn'(string('"Alfred"')), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'HumanFemaleGivenNameFn'(string('"Alfred"')), B, C, D), []). cached_query(compoundSemTrans('Alfred-TheName', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Alfred-TheName', B, C, D), []). cached_query(and(wordForms(A, B, string(['Alfred'])), speechPartPreds(C, B)), [and(wordForms('Alfred-TheName', properNounStrings, string(['Alfred'])), speechPartPreds('ProperNoun', properNounStrings)), and(wordForms('Alfred-TheName', properNounStrings, string(['Alfred'])), speechPartPreds('NLWordForm', properNounStrings)), and(wordForms('Alfred-TheName', properNounStrings, string(['Alfred'])), speechPartPreds('Noun', properNounStrings)), and(wordForms('Alfred-TheName', nameSpelling, string(['Alfred'])), speechPartPreds('ProperNoun', nameSpelling)), and(wordForms('Alfred-TheName', nameSpelling, string(['Alfred'])), speechPartPreds('NLWordForm', nameSpelling)), and(wordForms('Alfred-TheName', nameSpelling, string(['Alfred'])), speechPartPreds('Noun', nameSpelling)), and(wordForms('HumanGivenNameFn'(string('"Alfred"')), properNounStrings, string(['Alfred'])), speechPartPreds('Noun', properNounStrings)), and(wordForms('HumanGivenNameFn'(string('"Alfred"')), properNounStrings, string(['Alfred'])), speechPartPreds('NLWordForm', properNounStrings)), and(wordForms('HumanGivenNameFn'(string('"Alfred"')), properNounStrings, string(['Alfred'])), speechPartPreds('ProperNoun', properNounStrings)), and(wordForms('HumanGivenNameFn'(string('"Alfred"')), nameSpelling, string(['Alfred'])), speechPartPreds('Noun', nameSpelling)), and(wordForms('HumanGivenNameFn'(string('"Alfred"')), nameSpelling, string(['Alfred'])), speechPartPreds('NLWordForm', nameSpelling)), and(wordForms('HumanGivenNameFn'(string('"Alfred"')), nameSpelling, string(['Alfred'])), speechPartPreds('ProperNoun', nameSpelling)), and(wordForms('WordWithSpeechPartPredAndStringFn'(nameSpelling, string('"Alfred"')), properNounStrings, string(['Alfred'])), speechPartPreds('Noun', properNounStrings)), and(wordForms('WordWithSpeechPartPredAndStringFn'(nameSpelling, string('"Alfred"')), properNounStrings, string(['Alfred'])), speechPartPreds('NLWordForm', properNounStrings)), and(wordForms('WordWithSpeechPartPredAndStringFn'(nameSpelling, string('"Alfred"')), properNounStrings, string(['Alfred'])), speechPartPreds('ProperNoun', properNounStrings)), and(wordForms('WordWithSpeechPartPredAndStringFn'(nameSpelling, string('"Alfred"')), nameSpelling, string(['Alfred'])), speechPartPreds('Noun', nameSpelling)), and(wordForms('WordWithSpeechPartPredAndStringFn'(nameSpelling, string('"Alfred"')), nameSpelling, string(['Alfred'])), speechPartPreds('NLWordForm', nameSpelling)), and(wordForms('WordWithSpeechPartPredAndStringFn'(nameSpelling, string('"Alfred"')), nameSpelling, string(['Alfred'])), speechPartPreds('ProperNoun', nameSpelling)), and(wordForms('HumanGender-NeutralGivenNameFn'(string('"Alfred"')), properNounStrings, string(['Alfred'])), speechPartPreds('Noun', properNounStrings)), and(wordForms('HumanGender-NeutralGivenNameFn'(string('"Alfred"')), properNounStrings, string(['Alfred'])), speechPartPreds('NLWordForm', properNounStrings)), and(wordForms('HumanGender-NeutralGivenNameFn'(string('"Alfred"')), properNounStrings, string(['Alfred'])), speechPartPreds('ProperNoun', properNounStrings)), and(wordForms('HumanGender-NeutralGivenNameFn'(string('"Alfred"')), nameSpelling, string(['Alfred'])), speechPartPreds('Noun', nameSpelling)), and(wordForms('HumanGender-NeutralGivenNameFn'(string('"Alfred"')), nameSpelling, string(['Alfred'])), speechPartPreds('NLWordForm', nameSpelling)), and(wordForms('HumanGender-NeutralGivenNameFn'(string('"Alfred"')), nameSpelling, string(['Alfred'])), speechPartPreds('ProperNoun', nameSpelling)), and(wordForms('HumanMaleGivenNameFn'(string('"Alfred"')), properNounStrings, string(['Alfred'])), speechPartPreds('Noun', properNounStrings)), and(wordForms('HumanMaleGivenNameFn'(string('"Alfred"')), properNounStrings, string(['Alfred'])), speechPartPreds('NLWordForm', properNounStrings)), and(wordForms('HumanMaleGivenNameFn'(string('"Alfred"')), properNounStrings, string(['Alfred'])), speechPartPreds('ProperNoun', properNounStrings)), and(wordForms('HumanMaleGivenNameFn'(string('"Alfred"')), nameSpelling, string(['Alfred'])), speechPartPreds('Noun', nameSpelling)), and(wordForms('HumanMaleGivenNameFn'(string('"Alfred"')), nameSpelling, string(['Alfred'])), speechPartPreds('NLWordForm', nameSpelling)), and(wordForms('HumanMaleGivenNameFn'(string('"Alfred"')), nameSpelling, string(['Alfred'])), speechPartPreds('ProperNoun', nameSpelling)), and(wordForms('HumanFemaleGivenNameFn'(string('"Alfred"')), properNounStrings, string(['Alfred'])), speechPartPreds('Noun', properNounStrings)), and(wordForms('HumanFemaleGivenNameFn'(string('"Alfred"')), properNounStrings, string(['Alfred'])), speechPartPreds('NLWordForm', properNounStrings)), and(wordForms('HumanFemaleGivenNameFn'(string('"Alfred"')), properNounStrings, string(['Alfred'])), speechPartPreds('ProperNoun', properNounStrings)), and(wordForms('HumanFemaleGivenNameFn'(string('"Alfred"')), nameSpelling, string(['Alfred'])), speechPartPreds('Noun', nameSpelling)), and(wordForms('HumanFemaleGivenNameFn'(string('"Alfred"')), nameSpelling, string(['Alfred'])), speechPartPreds('NLWordForm', nameSpelling)), and(wordForms('HumanFemaleGivenNameFn'(string('"Alfred"')), nameSpelling, string(['Alfred'])), speechPartPreds('ProperNoun', nameSpelling))]). cached_query(and(speechPartPreds(A, B), [B, C, string(['Alfred'])]), [and(speechPartPreds('ProperNoun', nameSpelling), [nameSpelling, 'Alfred-TheName', string(['Alfred'])]), and(speechPartPreds('NLWordForm', nameSpelling), [nameSpelling, 'Alfred-TheName', string(['Alfred'])]), and(speechPartPreds('Noun', nameSpelling), [nameSpelling, 'Alfred-TheName', string(['Alfred'])]), and(speechPartPreds('ProperNoun', nameSpelling), [nameSpelling, 'HumanGivenNameFn'(string('"Alfred"')), string(['Alfred'])]), and(speechPartPreds('NLWordForm', nameSpelling), [nameSpelling, 'HumanGivenNameFn'(string('"Alfred"')), string(['Alfred'])]), and(speechPartPreds('Noun', nameSpelling), [nameSpelling, 'HumanGivenNameFn'(string('"Alfred"')), string(['Alfred'])]), and(speechPartPreds('ProperNoun', nameSpelling), [nameSpelling, 'WordWithSpeechPartPredAndStringFn'(nameSpelling, string('"Alfred"')), string(['Alfred'])]), and(speechPartPreds('NLWordForm', nameSpelling), [nameSpelling, 'WordWithSpeechPartPredAndStringFn'(nameSpelling, string('"Alfred"')), string(['Alfred'])]), and(speechPartPreds('Noun', nameSpelling), [nameSpelling, 'WordWithSpeechPartPredAndStringFn'(nameSpelling, string('"Alfred"')), string(['Alfred'])]), and(speechPartPreds('ProperNoun', nameSpelling), [nameSpelling, 'HumanGender-NeutralGivenNameFn'(string('"Alfred"')), string(['Alfred'])]), and(speechPartPreds('NLWordForm', nameSpelling), [nameSpelling, 'HumanGender-NeutralGivenNameFn'(string('"Alfred"')), string(['Alfred'])]), and(speechPartPreds('Noun', nameSpelling), [nameSpelling, 'HumanGender-NeutralGivenNameFn'(string('"Alfred"')), string(['Alfred'])]), and(speechPartPreds('ProperNoun', nameSpelling), [nameSpelling, 'HumanMaleGivenNameFn'(string('"Alfred"')), string(['Alfred'])]), and(speechPartPreds('NLWordForm', nameSpelling), [nameSpelling, 'HumanMaleGivenNameFn'(string('"Alfred"')), string(['Alfred'])]), and(speechPartPreds('Noun', nameSpelling), [nameSpelling, 'HumanMaleGivenNameFn'(string('"Alfred"')), string(['Alfred'])]), and(speechPartPreds('ProperNoun', nameSpelling), [nameSpelling, 'HumanFemaleGivenNameFn'(string('"Alfred"')), string(['Alfred'])]), and(speechPartPreds('NLWordForm', nameSpelling), [nameSpelling, 'HumanFemaleGivenNameFn'(string('"Alfred"')), string(['Alfred'])]), and(speechPartPreds('Noun', nameSpelling), [nameSpelling, 'HumanFemaleGivenNameFn'(string('"Alfred"')), string(['Alfred'])])]). cached_query(and(wordStrings(A, string(['Alfred'])), partOfSpeech(A, B, string(['Alfred']))), []). cached_query(partOfSpeech(A, B, string(['Alfred'])), []). cached_query('#$or'(nameSpelling(A, string(['Alfred'])), commonNickname(A, string(['Alfred']))), ['#$or'(nameSpelling('Alfred-TheName', string(['Alfred'])), commonNickname('Alfred-TheName', string(['Alfred'])))]). cached_query(wordSemTrans('Dog-TheWord', A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Adjective', D, E), []). cached_query(wordSemTrans('Movie-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('Great-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('Week-TheWord', A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Adjective', D, E), []). cached_query(wordSemTrans('WordFn'(string(['Last'])), A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('WordFn'(string(['Last'])), A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Adjective', D, E), []). cached_query(compoundSemTrans('Movie-TheWord', A, B, C, D), [compoundSemTrans('Movie-TheWord', 'TheList'(string('"about"'), string('"James"'), string('"Bond"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'JamesBondMovie'))), compoundSemTrans('Movie-TheWord', 'TheList'(string('"by"'), string('"genre"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'MovieTypeByGenre')))]). cached_query(multiWordSemTrans(A, 'Movie-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([movie])), speechPartPreds(C, B)), [and(wordForms('Movie-TheWord', singular, string([movie])), speechPartPreds('CountNoun', singular)), and(wordForms('Movie-TheWord', singular, string([movie])), speechPartPreds('NLWordForm', singular)), and(wordForms('Movie-TheWord', singular, string([movie])), speechPartPreds('Noun', singular)), and(wordForms('Movie-TheWord', singular, string([movie])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('Movie-TheWord', singular, string([movie])), speechPartPreds('CommonNoun', singular)), and(wordForms('Movie-TheWord', simpleNounStrings, string([movie])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Movie-TheWord', simpleNounStrings, string([movie])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Movie-TheWord', simpleNounStrings, string([movie])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Movie-TheWord', simpleNounStrings, string([movie])), speechPartPreds('CommonNoun', simpleNounStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([movie])]), [and(speechPartPreds('CountNoun', singular), [singular, 'Movie-TheWord', string([movie])]), and(speechPartPreds('NLWordForm', singular), [singular, 'Movie-TheWord', string([movie])]), and(speechPartPreds('Noun', singular), [singular, 'Movie-TheWord', string([movie])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'Movie-TheWord', string([movie])]), and(speechPartPreds('CommonNoun', singular), [singular, 'Movie-TheWord', string([movie])])]). cached_query(and(wordStrings(A, string([movie])), partOfSpeech(A, B, string([movie]))), []). cached_query(partOfSpeech(A, B, string([movie])), []). cached_query('#$or'(nameSpelling(A, string([movie])), commonNickname(A, string([movie]))), []). cached_query(compoundSemTrans('Great-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Great-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([great])), speechPartPreds(C, B)), [and(wordForms('Great-TheWord', regularDegree, string([great])), speechPartPreds('Adjective-Gradable', regularDegree)), and(wordForms('Great-TheWord', regularDegree, string([great])), speechPartPreds('NLWordForm', regularDegree)), and(wordForms('Great-TheWord', regularDegree, string([great])), speechPartPreds('Adjective', regularDegree)), and(wordForms('Great-TheWord', adjStrings, string([great])), speechPartPreds('Adjective-Gradable', adjStrings)), and(wordForms('Great-TheWord', adjStrings, string([great])), speechPartPreds('Adjective', adjStrings)), and(wordForms('Great-TheWord', adjStrings, string([great])), speechPartPreds('NLWordForm', adjStrings)), and(wordForms('Great-TheWord', 'adjStrings-NonGraded', string([great])), speechPartPreds('Adjective-Gradable', 'adjStrings-NonGraded')), and(wordForms('Great-TheWord', 'adjStrings-NonGraded', string([great])), speechPartPreds('NLWordForm', 'adjStrings-NonGraded')), and(wordForms('Great-TheWord', 'adjStrings-NonGraded', string([great])), speechPartPreds('Adjective', 'adjStrings-NonGraded'))]). cached_query(and(speechPartPreds(A, B), [B, C, string([great])]), [and(speechPartPreds('Adjective-Gradable', regularDegree), [regularDegree, 'Great-TheWord', string([great])]), and(speechPartPreds('NLWordForm', regularDegree), [regularDegree, 'Great-TheWord', string([great])]), and(speechPartPreds('Adjective', regularDegree), [regularDegree, 'Great-TheWord', string([great])])]). cached_query(and(wordStrings(A, string([great])), partOfSpeech(A, B, string([great]))), []). cached_query(partOfSpeech(A, B, string([great])), []). cached_query('#$or'(nameSpelling(A, string([great])), commonNickname(A, string([great]))), []). cached_query(compoundSemTrans('WordFn'(string(['Last'])), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'WordFn'(string(['Last'])), B, C, D), []). cached_query(and(wordForms(A, B, string(['Last'])), speechPartPreds(C, B)), []). cached_query(and(speechPartPreds(A, B), [B, C, string(['Last'])]), []). cached_query(and(wordStrings(A, string(['Last'])), partOfSpeech(A, B, string(['Last']))), []). cached_query(partOfSpeech(A, B, string(['Last'])), []). cached_query('#$or'(nameSpelling(A, string(['Last'])), commonNickname(A, string(['Last']))), []). cached_query(wordSemTrans('Acre-TheWord', A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Adjective', D, E), []). cached_query(wordSemTrans('Necessary-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('Necessary-TheWord', A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Adjective', D, E), []). cached_query(wordSemTrans('Tax-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('An-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('Income-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('An-TheWord', A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Adjective', D, E), []). cached_query(compoundSemTrans('Necessary-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Necessary-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([necessary])), speechPartPreds(C, B)), [and(wordForms('Necessary-TheWord', regularDegree, string([necessary])), speechPartPreds('Adjective-Gradable', regularDegree)), and(wordForms('Necessary-TheWord', regularDegree, string([necessary])), speechPartPreds('NLWordForm', regularDegree)), and(wordForms('Necessary-TheWord', regularDegree, string([necessary])), speechPartPreds('Adjective', regularDegree)), and(wordForms('Necessary-TheWord', adjStrings, string([necessary])), speechPartPreds('Adjective-Gradable', adjStrings)), and(wordForms('Necessary-TheWord', adjStrings, string([necessary])), speechPartPreds('Adjective', adjStrings)), and(wordForms('Necessary-TheWord', adjStrings, string([necessary])), speechPartPreds('NLWordForm', adjStrings)), and(wordForms('Necessary-TheWord', 'adjStrings-NonGraded', string([necessary])), speechPartPreds('Adjective-Gradable', 'adjStrings-NonGraded')), and(wordForms('Necessary-TheWord', 'adjStrings-NonGraded', string([necessary])), speechPartPreds('NLWordForm', 'adjStrings-NonGraded')), and(wordForms('Necessary-TheWord', 'adjStrings-NonGraded', string([necessary])), speechPartPreds('Adjective', 'adjStrings-NonGraded')), and(wordForms('Necessary-TheWord', singular, string([necessary])), speechPartPreds('CountNoun', singular)), and(wordForms('Necessary-TheWord', singular, string([necessary])), speechPartPreds('NLWordForm', singular)), and(wordForms('Necessary-TheWord', singular, string([necessary])), speechPartPreds('Noun', singular)), and(wordForms('Necessary-TheWord', singular, string([necessary])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('Necessary-TheWord', singular, string([necessary])), speechPartPreds('CommonNoun', singular)), and(wordForms('Necessary-TheWord', simpleNounStrings, string([necessary])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Necessary-TheWord', simpleNounStrings, string([necessary])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Necessary-TheWord', simpleNounStrings, string([necessary])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Necessary-TheWord', simpleNounStrings, string([necessary])), speechPartPreds('CommonNoun', simpleNounStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([necessary])]), [and(speechPartPreds('Adjective-Gradable', regularDegree), [regularDegree, 'Necessary-TheWord', string([necessary])]), and(speechPartPreds('NLWordForm', regularDegree), [regularDegree, 'Necessary-TheWord', string([necessary])]), and(speechPartPreds('Adjective', regularDegree), [regularDegree, 'Necessary-TheWord', string([necessary])]), and(speechPartPreds('CountNoun', singular), [singular, 'Necessary-TheWord', string([necessary])]), and(speechPartPreds('NLWordForm', singular), [singular, 'Necessary-TheWord', string([necessary])]), and(speechPartPreds('Noun', singular), [singular, 'Necessary-TheWord', string([necessary])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'Necessary-TheWord', string([necessary])]), and(speechPartPreds('CommonNoun', singular), [singular, 'Necessary-TheWord', string([necessary])])]). cached_query(and(wordStrings(A, string([necessary])), partOfSpeech(A, B, string([necessary]))), []). cached_query(partOfSpeech(A, B, string([necessary])), []). cached_query('#$or'(nameSpelling(A, string([necessary])), commonNickname(A, string([necessary]))), []). cached_query(compoundSemTrans('Increase-TheWord', A, B, C, D), [compoundSemTrans('Increase-TheWord', 'TheList'(string('"in"'), string('"the"'), string('"price"'), string('"charged"'), string('"by"'), string('"OPEC"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'IncreaseOnSlotFn'('QuantitySlotForArg1Fn'('OPEC', priceChargedFor)))))]). cached_query(multiWordSemTrans(A, 'Increase-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([increase])), speechPartPreds(C, B)), [and(wordForms('Increase-TheWord', singular, string([increase])), speechPartPreds('CountNoun', singular)), and(wordForms('Increase-TheWord', singular, string([increase])), speechPartPreds('NLWordForm', singular)), and(wordForms('Increase-TheWord', singular, string([increase])), speechPartPreds('Noun', singular)), and(wordForms('Increase-TheWord', singular, string([increase])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('Increase-TheWord', singular, string([increase])), speechPartPreds('CommonNoun', singular)), and(wordForms('Increase-TheWord', simpleNounStrings, string([increase])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Increase-TheWord', simpleNounStrings, string([increase])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Increase-TheWord', simpleNounStrings, string([increase])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Increase-TheWord', simpleNounStrings, string([increase])), speechPartPreds('CommonNoun', simpleNounStrings)), and(wordForms('Increase-TheWord', infinitive, string([increase])), speechPartPreds('Verb', infinitive)), and(wordForms('Increase-TheWord', infinitive, string([increase])), speechPartPreds('NLWordForm', infinitive)), and(wordForms('Increase-TheWord', 'firstPersonSg-Present', string([increase])), speechPartPreds('Verb', 'firstPersonSg-Present')), and(wordForms('Increase-TheWord', 'firstPersonSg-Present', string([increase])), speechPartPreds('NLWordForm', 'firstPersonSg-Present')), and(wordForms('Increase-TheWord', 'secondPersonSg-Present', string([increase])), speechPartPreds('Verb', 'secondPersonSg-Present')), and(wordForms('Increase-TheWord', 'secondPersonSg-Present', string([increase])), speechPartPreds('NLWordForm', 'secondPersonSg-Present')), and(wordForms('Increase-TheWord', 'nonThirdSg-Present', string([increase])), speechPartPreds('Verb', 'nonThirdSg-Present')), and(wordForms('Increase-TheWord', 'nonThirdSg-Present', string([increase])), speechPartPreds('NLWordForm', 'nonThirdSg-Present')), and(wordForms('Increase-TheWord', 'pluralVerb-Present', string([increase])), speechPartPreds('Verb', 'pluralVerb-Present')), and(wordForms('Increase-TheWord', 'pluralVerb-Present', string([increase])), speechPartPreds('NLWordForm', 'pluralVerb-Present')), and(wordForms('Increase-TheWord', 'presentTense-Generic', string([increase])), speechPartPreds('Verb', 'presentTense-Generic')), and(wordForms('Increase-TheWord', 'presentTense-Generic', string([increase])), speechPartPreds('NLWordForm', 'presentTense-Generic')), and(wordForms('Increase-TheWord', tensed, string([increase])), speechPartPreds('Verb', tensed)), and(wordForms('Increase-TheWord', tensed, string([increase])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Increase-TheWord', untensed, string([increase])), speechPartPreds('Verb', untensed)), and(wordForms('Increase-TheWord', untensed, string([increase])), speechPartPreds('NLWordForm', untensed)), and(wordForms('Increase-TheWord', 'simplePresent-Generic', string([increase])), speechPartPreds('Verb', 'simplePresent-Generic')), and(wordForms('Increase-TheWord', 'simplePresent-Generic', string([increase])), speechPartPreds('NLWordForm', 'simplePresent-Generic')), and(wordForms('Increase-TheWord', verbStrings, string([increase])), speechPartPreds('Verb', verbStrings)), and(wordForms('Increase-TheWord', verbStrings, string([increase])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Increase-TheWord', 'firstPersonSg-Generic', string([increase])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('Increase-TheWord', 'firstPersonSg-Generic', string([increase])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('Increase-TheWord', 'secondPersonSg-Generic', string([increase])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('Increase-TheWord', 'secondPersonSg-Generic', string([increase])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('Increase-TheWord', 'pluralVerb-Generic', string([increase])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('Increase-TheWord', 'pluralVerb-Generic', string([increase])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('Increase-TheWord', 'singularVerb-Generic', string([increase])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Increase-TheWord', 'singularVerb-Generic', string([increase])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Increase-TheWord', 'simpleAspect-Generic', string([increase])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Increase-TheWord', 'simpleAspect-Generic', string([increase])), speechPartPreds('NLWordForm', 'simpleAspect-Generic'))]). cached_query(and(speechPartPreds(A, B), [B, C, string([increase])]), [and(speechPartPreds('CountNoun', singular), [singular, 'Increase-TheWord', string([increase])]), and(speechPartPreds('NLWordForm', singular), [singular, 'Increase-TheWord', string([increase])]), and(speechPartPreds('Noun', singular), [singular, 'Increase-TheWord', string([increase])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'Increase-TheWord', string([increase])]), and(speechPartPreds('CommonNoun', singular), [singular, 'Increase-TheWord', string([increase])]), and(speechPartPreds('Verb', infinitive), [infinitive, 'Increase-TheWord', string([increase])]), and(speechPartPreds('NLWordForm', infinitive), [infinitive, 'Increase-TheWord', string([increase])])]). cached_query(and(wordStrings(A, string([increase])), partOfSpeech(A, B, string([increase]))), []). cached_query(partOfSpeech(A, B, string([increase])), []). cached_query('#$or'(nameSpelling(A, string([increase])), commonNickname(A, string([increase]))), []). cached_query(compoundSemTrans('Tax-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Tax-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([tax])), speechPartPreds(C, B)), [and(wordForms('Tax-TheWord', singular, string([tax])), speechPartPreds('CountNoun', singular)), and(wordForms('Tax-TheWord', singular, string([tax])), speechPartPreds('NLWordForm', singular)), and(wordForms('Tax-TheWord', singular, string([tax])), speechPartPreds('Noun', singular)), and(wordForms('Tax-TheWord', singular, string([tax])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('Tax-TheWord', singular, string([tax])), speechPartPreds('CommonNoun', singular)), and(wordForms('Tax-TheWord', simpleNounStrings, string([tax])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Tax-TheWord', simpleNounStrings, string([tax])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Tax-TheWord', simpleNounStrings, string([tax])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Tax-TheWord', simpleNounStrings, string([tax])), speechPartPreds('CommonNoun', simpleNounStrings)), and(wordForms('Tax-TheWord', infinitive, string([tax])), speechPartPreds('Verb', infinitive)), and(wordForms('Tax-TheWord', infinitive, string([tax])), speechPartPreds('NLWordForm', infinitive)), and(wordForms('Tax-TheWord', 'firstPersonSg-Present', string([tax])), speechPartPreds('Verb', 'firstPersonSg-Present')), and(wordForms('Tax-TheWord', 'firstPersonSg-Present', string([tax])), speechPartPreds('NLWordForm', 'firstPersonSg-Present')), and(wordForms('Tax-TheWord', 'secondPersonSg-Present', string([tax])), speechPartPreds('Verb', 'secondPersonSg-Present')), and(wordForms('Tax-TheWord', 'secondPersonSg-Present', string([tax])), speechPartPreds('NLWordForm', 'secondPersonSg-Present')), and(wordForms('Tax-TheWord', 'nonThirdSg-Present', string([tax])), speechPartPreds('Verb', 'nonThirdSg-Present')), and(wordForms('Tax-TheWord', 'nonThirdSg-Present', string([tax])), speechPartPreds('NLWordForm', 'nonThirdSg-Present')), and(wordForms('Tax-TheWord', 'pluralVerb-Present', string([tax])), speechPartPreds('Verb', 'pluralVerb-Present')), and(wordForms('Tax-TheWord', 'pluralVerb-Present', string([tax])), speechPartPreds('NLWordForm', 'pluralVerb-Present')), and(wordForms('Tax-TheWord', 'presentTense-Generic', string([tax])), speechPartPreds('Verb', 'presentTense-Generic')), and(wordForms('Tax-TheWord', 'presentTense-Generic', string([tax])), speechPartPreds('NLWordForm', 'presentTense-Generic')), and(wordForms('Tax-TheWord', tensed, string([tax])), speechPartPreds('Verb', tensed)), and(wordForms('Tax-TheWord', tensed, string([tax])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Tax-TheWord', untensed, string([tax])), speechPartPreds('Verb', untensed)), and(wordForms('Tax-TheWord', untensed, string([tax])), speechPartPreds('NLWordForm', untensed)), and(wordForms('Tax-TheWord', 'simplePresent-Generic', string([tax])), speechPartPreds('Verb', 'simplePresent-Generic')), and(wordForms('Tax-TheWord', 'simplePresent-Generic', string([tax])), speechPartPreds('NLWordForm', 'simplePresent-Generic')), and(wordForms('Tax-TheWord', verbStrings, string([tax])), speechPartPreds('Verb', verbStrings)), and(wordForms('Tax-TheWord', verbStrings, string([tax])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Tax-TheWord', 'firstPersonSg-Generic', string([tax])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('Tax-TheWord', 'firstPersonSg-Generic', string([tax])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('Tax-TheWord', 'secondPersonSg-Generic', string([tax])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('Tax-TheWord', 'secondPersonSg-Generic', string([tax])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('Tax-TheWord', 'pluralVerb-Generic', string([tax])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('Tax-TheWord', 'pluralVerb-Generic', string([tax])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('Tax-TheWord', 'singularVerb-Generic', string([tax])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Tax-TheWord', 'singularVerb-Generic', string([tax])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Tax-TheWord', 'simpleAspect-Generic', string([tax])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Tax-TheWord', 'simpleAspect-Generic', string([tax])), speechPartPreds('NLWordForm', 'simpleAspect-Generic'))]). cached_query(and(speechPartPreds(A, B), [B, C, string([tax])]), [and(speechPartPreds('CountNoun', singular), [singular, 'Tax-TheWord', string([tax])]), and(speechPartPreds('NLWordForm', singular), [singular, 'Tax-TheWord', string([tax])]), and(speechPartPreds('Noun', singular), [singular, 'Tax-TheWord', string([tax])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'Tax-TheWord', string([tax])]), and(speechPartPreds('CommonNoun', singular), [singular, 'Tax-TheWord', string([tax])]), and(speechPartPreds('Verb', infinitive), [infinitive, 'Tax-TheWord', string([tax])]), and(speechPartPreds('NLWordForm', infinitive), [infinitive, 'Tax-TheWord', string([tax])]), and(speechPartPreds('NLWordForm', preferredBaseForm), [preferredBaseForm, 'Tax-TheWord', string([tax])])]). cached_query(and(wordStrings(A, string([tax])), partOfSpeech(A, B, string([tax]))), []). cached_query(partOfSpeech(A, B, string([tax])), []). cached_query('#$or'(nameSpelling(A, string([tax])), commonNickname(A, string([tax]))), []). cached_query(compoundSemTrans('Income-TheWord', A, B, C, D), []). cached_query(and(wordForms(A, B, string([income])), speechPartPreds(C, B)), [and(wordForms('Income-TheWord', massNumber, string([income])), speechPartPreds('MassNoun', massNumber)), and(wordForms('Income-TheWord', massNumber, string([income])), speechPartPreds('ProperMassNoun', massNumber)), and(wordForms('Income-TheWord', massNumber, string([income])), speechPartPreds('NLWordForm', massNumber)), and(wordForms('Income-TheWord', massNumber, string([income])), speechPartPreds('MassNoun-Generic', massNumber)), and(wordForms('Income-TheWord', massNumber, string([income])), speechPartPreds('Noun', massNumber)), and(wordForms('Income-TheWord', massNumber, string([income])), speechPartPreds('CommonNoun', massNumber))]). cached_query(and(speechPartPreds(A, B), [B, C, string([income])]), [and(speechPartPreds('MassNoun', massNumber), [massNumber, 'Income-TheWord', string([income])]), and(speechPartPreds('ProperMassNoun', massNumber), [massNumber, 'Income-TheWord', string([income])]), and(speechPartPreds('NLWordForm', massNumber), [massNumber, 'Income-TheWord', string([income])]), and(speechPartPreds('MassNoun-Generic', massNumber), [massNumber, 'Income-TheWord', string([income])]), and(speechPartPreds('Noun', massNumber), [massNumber, 'Income-TheWord', string([income])]), and(speechPartPreds('CommonNoun', massNumber), [massNumber, 'Income-TheWord', string([income])]), and(speechPartPreds('NLWordForm', preferredBaseForm), [preferredBaseForm, 'Income-TheWord', string([income])])]). cached_query(and(wordStrings(A, string([income])), partOfSpeech(A, B, string([income]))), []). cached_query(partOfSpeech(A, B, string([income])), []). cached_query('#$or'(nameSpelling(A, string([income])), commonNickname(A, string([income]))), []). cached_query(wordSemTrans('Character-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(compoundSemTrans('Character-TheWord', A, B, C, D), [compoundSemTrans('Character-TheWord', 'TheList'(string('"in"'), string('"a"'), string('"movie"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'MovieCharacter'))), compoundSemTrans('Character-TheWord', 'TheList'(string('"on"'), string('"TV"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'TVCharacter'))), compoundSemTrans('Character-TheWord', 'TheList'(string('"on"'), string('"television"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'TVCharacter')))]). cached_query(multiWordSemTrans(A, 'Character-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([character])), speechPartPreds(C, B)), [and(wordForms('Character-TheWord', singular, string([character])), speechPartPreds('CountNoun', singular)), and(wordForms('Character-TheWord', singular, string([character])), speechPartPreds('NLWordForm', singular)), and(wordForms('Character-TheWord', singular, string([character])), speechPartPreds('Noun', singular)), and(wordForms('Character-TheWord', singular, string([character])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('Character-TheWord', singular, string([character])), speechPartPreds('CommonNoun', singular)), and(wordForms('Character-TheWord', simpleNounStrings, string([character])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Character-TheWord', simpleNounStrings, string([character])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Character-TheWord', simpleNounStrings, string([character])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Character-TheWord', simpleNounStrings, string([character])), speechPartPreds('CommonNoun', simpleNounStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([character])]), [and(speechPartPreds('MassNoun', massNumber), [massNumber, 'Character-TheWord', string([character])]), and(speechPartPreds('ProperMassNoun', massNumber), [massNumber, 'Character-TheWord', string([character])]), and(speechPartPreds('NLWordForm', massNumber), [massNumber, 'Character-TheWord', string([character])]), and(speechPartPreds('MassNoun-Generic', massNumber), [massNumber, 'Character-TheWord', string([character])]), and(speechPartPreds('Noun', massNumber), [massNumber, 'Character-TheWord', string([character])]), and(speechPartPreds('CommonNoun', massNumber), [massNumber, 'Character-TheWord', string([character])]), and(speechPartPreds('CountNoun', singular), [singular, 'Character-TheWord', string([character])]), and(speechPartPreds('NLWordForm', singular), [singular, 'Character-TheWord', string([character])]), and(speechPartPreds('Noun', singular), [singular, 'Character-TheWord', string([character])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'Character-TheWord', string([character])]), and(speechPartPreds('CommonNoun', singular), [singular, 'Character-TheWord', string([character])])]). cached_query(and(wordStrings(A, string([character])), partOfSpeech(A, B, string([character]))), []). cached_query(partOfSpeech(A, B, string([character])), []). cached_query('#$or'(nameSpelling(A, string([character])), commonNickname(A, string([character]))), []). cached_query(wordSemTrans('Would-TheWord', A, B, C, 'Preposition', D, E), []). cached_query(wordSemTrans('Would-TheWord', A, 'ParticleCompFrameFn'('IntransitiveParticleFrameType', B), C, D, E, F), []). cached_query(wordSemTrans('Would-TheWord', A, B, C, 'Verb', D, E), []). cached_query(wordSemTrans('Would-TheWord', A, 'ParticleCompFrameFn'('TransitiveParticleNPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('Person-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('Person-TheWord', A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Adjective', D, E), []). cached_query(wordSemTrans('Kind-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(compoundSemTrans('Would-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Would-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([would])), speechPartPreds(C, B)), [and(wordForms('Would-TheWord', 'firstPersonSg-Present', string([would])), speechPartPreds('Verb', 'firstPersonSg-Present')), and(wordForms('Would-TheWord', 'firstPersonSg-Present', string([would])), speechPartPreds('NLWordForm', 'firstPersonSg-Present')), and(wordForms('Would-TheWord', 'secondPersonSg-Present', string([would])), speechPartPreds('Verb', 'secondPersonSg-Present')), and(wordForms('Would-TheWord', 'secondPersonSg-Present', string([would])), speechPartPreds('NLWordForm', 'secondPersonSg-Present')), and(wordForms('Would-TheWord', 'thirdPersonSg-Present', string([would])), speechPartPreds('Verb', 'thirdPersonSg-Present')), and(wordForms('Would-TheWord', 'thirdPersonSg-Present', string([would])), speechPartPreds('NLWordForm', 'thirdPersonSg-Present')), and(wordForms('Would-TheWord', 'nonThirdSg-Present', string([would])), speechPartPreds('Verb', 'nonThirdSg-Present')), and(wordForms('Would-TheWord', 'nonThirdSg-Present', string([would])), speechPartPreds('NLWordForm', 'nonThirdSg-Present')), and(wordForms('Would-TheWord', 'pluralVerb-Present', string([would])), speechPartPreds('Verb', 'pluralVerb-Present')), and(wordForms('Would-TheWord', 'pluralVerb-Present', string([would])), speechPartPreds('NLWordForm', 'pluralVerb-Present')), and(wordForms('Would-TheWord', 'presentTense-Generic', string([would])), speechPartPreds('Verb', 'presentTense-Generic')), and(wordForms('Would-TheWord', 'presentTense-Generic', string([would])), speechPartPreds('NLWordForm', 'presentTense-Generic')), and(wordForms('Would-TheWord', tensed, string([would])), speechPartPreds('Verb', tensed)), and(wordForms('Would-TheWord', tensed, string([would])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Would-TheWord', 'simplePresent-Generic', string([would])), speechPartPreds('Verb', 'simplePresent-Generic')), and(wordForms('Would-TheWord', 'simplePresent-Generic', string([would])), speechPartPreds('NLWordForm', 'simplePresent-Generic')), and(wordForms('Would-TheWord', verbStrings, string([would])), speechPartPreds('Verb', verbStrings)), and(wordForms('Would-TheWord', verbStrings, string([would])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Would-TheWord', 'thirdPersonSg-Generic', string([would])), speechPartPreds('Verb', 'thirdPersonSg-Generic')), and(wordForms('Would-TheWord', 'thirdPersonSg-Generic', string([would])), speechPartPreds('NLWordForm', 'thirdPersonSg-Generic')), and(wordForms('Would-TheWord', 'firstPersonSg-Generic', string([would])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('Would-TheWord', 'firstPersonSg-Generic', string([would])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('Would-TheWord', 'secondPersonSg-Generic', string([would])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('Would-TheWord', 'secondPersonSg-Generic', string([would])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('Would-TheWord', 'pluralVerb-Generic', string([would])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('Would-TheWord', 'pluralVerb-Generic', string([would])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('Would-TheWord', 'singularVerb-Generic', string([would])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Would-TheWord', 'singularVerb-Generic', string([would])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Would-TheWord', 'simpleAspect-Generic', string([would])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Would-TheWord', 'simpleAspect-Generic', string([would])), speechPartPreds('NLWordForm', 'simpleAspect-Generic')), and(wordForms('Would-TheWord', 'presentTense-Universal', string([would])), speechPartPreds('Verb', 'presentTense-Universal')), and(wordForms('Would-TheWord', 'presentTense-Universal', string([would])), speechPartPreds('NLWordForm', 'presentTense-Universal'))]). cached_query(and(speechPartPreds(A, B), [B, C, string([would])]), [and(speechPartPreds('Verb', 'presentTense-Universal'), ['presentTense-Universal', 'Would-TheWord', string([would])]), and(speechPartPreds('NLWordForm', 'presentTense-Universal'), ['presentTense-Universal', 'Would-TheWord', string([would])])]). cached_query(and(wordStrings(A, string([would])), partOfSpeech(A, B, string([would]))), [and(wordStrings('Would-TheWord', string([would])), partOfSpeech('Would-TheWord', 'Modal', string([would])))]). cached_query(partOfSpeech(A, B, string([would])), [partOfSpeech('Would-TheWord', 'Modal', string([would]))]). cached_query('#$or'(nameSpelling(A, string([would])), commonNickname(A, string([would]))), []). cached_query(compoundSemTrans('Person-TheWord-1', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Person-TheWord-1', B, C, D), []). cached_query(compoundSemTrans('Person-TheWord', A, B, C, D), [compoundSemTrans('Person-TheWord', 'TheList'(string('"of"'), string('"short"'), string('"stature"')), 'CountNoun', 'RegularNounFrame', and(isa(':NOUN', 'Person'), hasPhysiologicalConditionType(':NOUN', 'Dwarfism'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"with"'), string('"a"'), string('"non-religious"'), string('"background"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'NonReligiousBackground'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"in"'), string('"sunglasses"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'SubcollectionOfWithRelationToTypeFn'('Person', wearsClothing, 'Sunglasses')))), compoundSemTrans('Person-TheWord', 'TheList'(string('"in"'), string('"a"'), string('"relationship"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'InvolvedInRelationship'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"who"'), string('"is"'), string('"sick"'), string('"or"'), string('"injured"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PersonWithAilmentCondition'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"with"'), string('"deviant"'), string('"sexual"'), string('"behaviors"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PersonWithManifestParaphilia'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"that"'), string('"has"'), string('"low"'), string('"job"'), string('"stability"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'LowJobStability'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"with"'), string('"a"'), string('"criminal"'), string('"record"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PersonWithCriminalRecord'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"who"'), string('"is"'), string('"mentally"'), string('"ill"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PersonWithPsychologicalAilment'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"with"'), string('"an"'), string('"ailment"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PersonWithAilmentCondition'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"with"'), string('"a"'), string('"nationality"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PersonWithNationality'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"with"'), string('"a"'), string('"religious"'), string('"background"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'ReligiousBackground'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"per"'), string('"square"'), string('"mile"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PeoplePerSquareMile'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"wearing"'), string('"a"'), string('"dress"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'SubcollectionOfWithRelationToTypeFn'('Person', wearsClothing, 'Dress')))), compoundSemTrans('Person-TheWord', 'TheList'(string('"with"'), string('"a"'), string('"record"'), string('"of"'), string('"criminal"'), string('"and"'), string('"political"'), string('"activism"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PersonWithCriminalPoliticalActivismRecord'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"with"'), string('"a"'), string('"psychological"'), string('"ailment"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PersonWithPsychologicalAilment'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"who"'), string('"have"'), string('"an"'), string('"ailment"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PersonWithAilmentCondition'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"with"'), string('"medical"'), string('"conditions"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PersonWithPhysiologicalCondition'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"wearing"'), string('"something"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'SubcollectionOfWithRelationToTypeFn'('Person', wearsClothing, 'Clothing-Generic')))), compoundSemTrans('Person-TheWord', 'TheList'(string('"who"'), string('"prunes"'), string('"or"'), string('"cuts"'), string('"down"'), string('"trees"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'ArborealModificationSpecialist'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"in"'), string('"shades"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'SubcollectionOfWithRelationToTypeFn'('Person', wearsClothing, 'Sunglasses')))), compoundSemTrans('Person-TheWord', 'TheList'(string('"with"'), string('"a"'), string('"psychological"'), string('"ailment"'), string('"condition"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PersonWithPsychologicalAilment'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"who"'), string('"are"'), string('"mentally"'), string('"sick"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PersonWithPsychologicalAilment'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"who"'), string('"are"'), string('"ill"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PersonWithAilmentCondition'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"who"'), string('"works"'), string('"as"'), string('"a"'), string('"security"'), string('"contractor"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'SubcollectionOfWithRelationFromTypeFn'('PersonWithOccupation', contractor, 'ContractingFn'('SecurityProcedure'))))), compoundSemTrans('Person-TheWord', 'TheList'(string('"in"'), string('"a"'), string('"dress"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'SubcollectionOfWithRelationToTypeFn'('Person', wearsClothing, 'Dress')))), compoundSemTrans('Person-TheWord', 'TheList'(string('"with"'), string('"a"'), string('"criminal"'), string('"and"'), string('"political"'), string('"activism"'), string('"record"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PersonWithCriminalPoliticalActivismRecord'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"with"'), string('"psychological"'), string('"ailment"'), string('"conditions"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PersonWithPsychologicalAilment'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"who"'), string('"are"'), string('"sick"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PersonWithAilmentCondition'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"with"'), string('"a"'), string('"medical"'), string('"condition"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PersonWithPhysiologicalCondition'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"with"'), string('"children"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'HasChildren-Status'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"that is not incarcerated"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'CollectionDifferenceFn'('Person', 'Prisoner-Legal')))), compoundSemTrans('Person-TheWord', 'TheList'(string('"on"'), string('"a"'), string('"pilgrimage"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'SubcollectionOfWithRelationFromTypeFn'('ReligiousPerson', 'PresentTenseVersionFn'(performedBy), 'Pilgrimage')))), compoundSemTrans('Person-TheWord', 'TheList'(string('"of"'), string('"African"'), string('"heritage"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'EthnicGroupOfBlacks'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"wearing"'), string('"shades"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'SubcollectionOfWithRelationToTypeFn'('Person', wearsClothing, 'Sunglasses')))), compoundSemTrans('Person-TheWord', 'TheList'(string('"who"'), string('"is"'), string('"mentally"'), string('"sick"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PersonWithPsychologicalAilment'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"who"'), string('"have"'), string('"ailments"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PersonWithAilmentCondition'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"with"'), string('"ailment"'), string('"conditions"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PersonWithAilmentCondition'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"in"'), string('"a"'), string('"costume"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'SubcollectionOfWithRelationToTypeFn'('Person', wearsClothing, 'Costume')))), compoundSemTrans('Person-TheWord', 'TheList'(string('"with"'), string('"flexible"'), string('"working"'), string('"hours"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'FlexibleWorkingHours'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"with"'), string('"a"'), string('"nonreligious"'), string('"background"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'NonReligiousBackground'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"without"'), string('"a"'), string('"criminal"'), string('"record"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PersonWithNoCriminalRecord'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"in"'), string('"a"'), string('"woman\'s"'), string('"dress"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'SubcollectionOfWithRelationToTypeFn'('Person', wearsClothing, 'Dress')))), compoundSemTrans('Person-TheWord', 'TheList'(string('"who"'), string('"have"'), string('"psychological"'), string('"ailments"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PersonWithPsychologicalAilment'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"with"'), string('"ailments"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PersonWithAilmentCondition'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"without"'), string('"children"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'Childless-Status'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"on"'), string('"a"'), string('"religious"'), string('"pilgrimage"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'SubcollectionOfWithRelationFromTypeFn'('ReligiousPerson', 'PresentTenseVersionFn'(performedBy), 'Pilgrimage')))), compoundSemTrans('Person-TheWord', 'TheList'(string('"of"'), string('"African"'), string('"descent"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'EthnicGroupOfBlacks'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"who"'), string('"delivers"'), string('"milk"'), string('"to"'), string('"households"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'DairyBeverageDeliveryProfessional'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"with"'), string('"a"'), string('"record"'), string('"of"'), string('"criminal"'), string('"political"'), string('"activism"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PersonWithCriminalPoliticalActivismRecord'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"who"'), string('"are"'), string('"mentally"'), string('"ill"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PersonWithPsychologicalAilment'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"with"'), string('"physiological"'), string('"conditions"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PersonWithPhysiologicalCondition'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"wearing"'), string('"a"'), string('"costume"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'SubcollectionOfWithRelationToTypeFn'('Person', wearsClothing, 'Costume')))), compoundSemTrans('Person-TheWord', 'TheList'(string('"from"'), string('"the"'), string('"Indian"'), string('"Ocean"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'IndianOceanPerson'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"with"'), string('"a"'), string('"non religious"'), string('"background"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'NonReligiousBackground'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"wearing"'), string('"sunglasses"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'SubcollectionOfWithRelationToTypeFn'('Person', wearsClothing, 'Sunglasses')))), compoundSemTrans('Person-TheWord', 'TheList'(string('"wearing"'), string('"a"'), string('"woman\'s"'), string('"dress"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'SubcollectionOfWithRelationToTypeFn'('Person', wearsClothing, 'Dress')))), compoundSemTrans('Person-TheWord', 'TheList'(string('"with"'), string('"low"'), string('"job"'), string('"stability"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'LowJobStability'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"who"'), string('"have"'), string('"a"'), string('"psychological"'), string('"ailment"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PersonWithPsychologicalAilment'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"who"'), string('"is"'), string('"ill"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PersonWithAilmentCondition'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"on"'), string('"vacation"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'OnVacation-AttendanceStatus'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"with"'), string('"a"'), string('"criminal"'), string('"political"'), string('"activism"'), string('"record"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PersonWithCriminalPoliticalActivismRecord'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"wearing"'), string('"a"'), string('"dress"'), string('"or"'), string('"gown"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'SubcollectionOfWithRelationToTypeFn'('Person', wearsClothing, 'CollectionUnionFn'('TheSet'('Dress', 'Gown')))))), compoundSemTrans('Person-TheWord', 'TheList'(string('"with"'), string('"psychological"'), string('"ailments"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PersonWithPsychologicalAilment'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"with"'), string('"an"'), string('"ailment"'), string('"condition"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PersonWithAilmentCondition'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"with"'), string('"a"'), string('"physiological"'), string('"condition"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PersonWithPhysiologicalCondition'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"in"'), string('"costume"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'SubcollectionOfWithRelationToTypeFn'('Person', wearsClothing, 'Costume')))), compoundSemTrans('Person-TheWord', 'TheList'(string('"who"'), string('"is"'), string('"angry"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'Angry'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"of"'), string('"mixed"'), string('"race"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'EthnicGroupOfMixedRace'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"who"'), string('"is"'), string('"resentful"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'Resentful'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"without"'), string('"a"'), string('"visa"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PersonWithoutAVisa'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"from"'), string('"the"'), string('"Dominican"'), string('"Republic"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'DominicanRepublicPerson'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"who"'), string('"is"'), string('"relaxed"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'Relaxed'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"who"'), string('"is"'), string('"grateful"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'Grateful'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"fit"'), string('"for"'), string('"military"'), string('"service"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PersonFitForMilitaryService'))), compoundSemTrans('Person-TheWord', 'TheList'(string('"legally"'), string('"capable"'), string('"of"'), string('"military"'), string('"service"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PersonLegallyCapableOfMilitaryService')))]). cached_query(and(wordForms(A, B, string([person])), speechPartPreds(C, B)), [and(wordForms('Person-TheWord-1', singular, string([person])), speechPartPreds('CountNoun', singular)), and(wordForms('Person-TheWord-1', singular, string([person])), speechPartPreds('NLWordForm', singular)), and(wordForms('Person-TheWord-1', singular, string([person])), speechPartPreds('Noun', singular)), and(wordForms('Person-TheWord-1', singular, string([person])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('Person-TheWord-1', singular, string([person])), speechPartPreds('CommonNoun', singular)), and(wordForms('Person-TheWord-1', simpleNounStrings, string([person])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Person-TheWord-1', simpleNounStrings, string([person])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Person-TheWord-1', simpleNounStrings, string([person])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Person-TheWord-1', simpleNounStrings, string([person])), speechPartPreds('CommonNoun', simpleNounStrings)), and(wordForms('Person-TheWord', singular, string([person])), speechPartPreds('CommonNoun', singular)), and(wordForms('Person-TheWord', singular, string([person])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('Person-TheWord', singular, string([person])), speechPartPreds('Noun', singular)), and(wordForms('Person-TheWord', singular, string([person])), speechPartPreds('NLWordForm', singular)), and(wordForms('Person-TheWord', singular, string([person])), speechPartPreds('CountNoun', singular)), and(wordForms('Person-TheWord', simpleNounStrings, string([person])), speechPartPreds('CommonNoun', simpleNounStrings)), and(wordForms('Person-TheWord', simpleNounStrings, string([person])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Person-TheWord', simpleNounStrings, string([person])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Person-TheWord', simpleNounStrings, string([person])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Person-TheWord', 'agentive-Sg', string([person])), speechPartPreds('AgentiveNoun', 'agentive-Sg')), and(wordForms('Person-TheWord', 'agentive-Sg', string([person])), speechPartPreds('NLWordForm', 'agentive-Sg')), and(wordForms('Person-TheWord', 'agentive-Sg', string([person])), speechPartPreds('Noun', 'agentive-Sg')), and(wordForms('Person-TheWord', 'agentive-Sg', string([person])), speechPartPreds('CountNoun-Generic', 'agentive-Sg')), and(wordForms('Person-TheWord', agentiveNounStrings, string([person])), speechPartPreds('AgentiveNoun', agentiveNounStrings)), and(wordForms('Person-TheWord', agentiveNounStrings, string([person])), speechPartPreds('NLWordForm', agentiveNounStrings)), and(wordForms('Person-TheWord', agentiveNounStrings, string([person])), speechPartPreds('Noun', agentiveNounStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([person])]), [and(speechPartPreds('CountNoun', singular), [singular, 'Person-TheWord', string([person])]), and(speechPartPreds('NLWordForm', singular), [singular, 'Person-TheWord', string([person])]), and(speechPartPreds('Noun', singular), [singular, 'Person-TheWord', string([person])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'Person-TheWord', string([person])]), and(speechPartPreds('CommonNoun', singular), [singular, 'Person-TheWord', string([person])]), and(speechPartPreds('CommonNoun', singular), [singular, 'Person-TheWord-1', string([person])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'Person-TheWord-1', string([person])]), and(speechPartPreds('Noun', singular), [singular, 'Person-TheWord-1', string([person])]), and(speechPartPreds('NLWordForm', singular), [singular, 'Person-TheWord-1', string([person])]), and(speechPartPreds('CountNoun', singular), [singular, 'Person-TheWord-1', string([person])]), and(speechPartPreds('AgentiveNoun', 'agentive-Sg'), ['agentive-Sg', 'Person-TheWord', string([person])]), and(speechPartPreds('NLWordForm', 'agentive-Sg'), ['agentive-Sg', 'Person-TheWord', string([person])]), and(speechPartPreds('Noun', 'agentive-Sg'), ['agentive-Sg', 'Person-TheWord', string([person])]), and(speechPartPreds('CountNoun-Generic', 'agentive-Sg'), ['agentive-Sg', 'Person-TheWord', string([person])]), and(speechPartPreds('NLWordForm', preferredBaseForm), [preferredBaseForm, 'Person-TheWord', string([person])])]). cached_query(and(wordStrings(A, string([person])), partOfSpeech(A, B, string([person]))), []). cached_query(partOfSpeech(A, B, string([person])), []). cached_query('#$or'(nameSpelling(A, string([person])), commonNickname(A, string([person]))), []). cached_query(compoundSemTrans('Kind-TheWord', A, B, C, D), [compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"generic"'), string('"drug"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'GenericPharmacyProductType-NameOnly'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"infectious"'), string('"disease"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'InfectiousDiseaseType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"eukaryotic"'), string('"RNA"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'EukaryoticRNAType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"nucleic"'), string('"acids"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'NucleicAcidType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"computer"'), string('"hardware"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'ElectronicsProductTypeByBrandVersion'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"metal"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'MetallicElementType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"emotion"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'EmotionalQuantityType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"computer"'), string('"game"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'ComputerGameProgram'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"base"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'BaseType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"codons"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'CodonTypeByChemicalStructure'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"acid"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'AcidType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"nucleic"'), string('"acid"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'NucleicAcidType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"nonmetallic"'), string('"element"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'NonMetallicElementType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"eucaryotic"'), string('"RNA"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'EukaryoticRNAType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"metalloid"'), string('"element"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'MetalloidElementType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"amino"'), string('"acid"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'AminoAcidTypeByChemicalSpecies'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"nucleotides"'), string('"classified"'), string('"by"'), string('"base"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'NucleotideTypeByBase'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"nonmetal"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'NonMetallicElementType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"game"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'SpecifiedGameType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"semelfactive"'), string('"event"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'SemelfactiveEventType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"molecule"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'MoleculeTypeByChemicalCompoundType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"virus"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'VirusType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"object"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'ObjectType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"vector"'), string('"borne"'), string('"pathogens"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'VectorBornePathogenType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"nucleotide"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'NucleotideType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"non-metallic"'), string('"element"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'NonMetallicElementType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"DNA"'), string('"classified"'), string('"by"'), string('"organism"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'DNATypeByOrganismType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"vector"'), string('"borne"'), string('"pathogen"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'VectorBornePathogenType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"acids"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'AcidType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"non-metal"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'NonMetallicElementType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"accomplishment"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'AccomplishmentType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"computer"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'ComputerType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"bacterial"'), string('"protein"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'BacterialProteinType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"nucleotides"'), string('"by"'), string('"base"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'NucleotideTypeByBase'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"gene"'), string('"expression"'), string('"classified"'), string('"by"'), string('"cell"'), string('"type"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'GeneExpressionByCellType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"metalloid"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'MetalloidElementType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"diseases"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'DiseaseType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"bases"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'BaseType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"dramatic"'), string('"performance"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'DramaticPerformanceTypeByName'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"nucleotides"'), string('"organized"'), string('"by"'), string('"base"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'NucleotideTypeByBase'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"infectious"'), string('"diseases"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'InfectiousDiseaseType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"brand-name"'), string('"drug"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'BrandNamePharmacyProductType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"semelfactive"'), string('"events"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'SemelfactiveEventType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"accomplishments"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'AccomplishmentType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"DNA"'), string('"grouped"'), string('"by"'), string('"organism"'), string('"type"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'DNATypeByOrganismType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"essential"'), string('"amino"'), string('"acid"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'EssentialAminoAcidType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"codon"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'CodonTypeByChemicalStructure'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"cheese"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'SpecifiedCheeseType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"metallic"'), string('"element"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'MetallicElementType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"existing"'), string('"objects"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'ExistingObjectType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"nucleotides"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'NucleotideType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"ailment"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PhysiologicalConditionType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"molecules"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'MoleculeTypeByChemicalCompoundType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"existing"'), string('"object"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'ExistingObjectType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of interest rate"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'InterestRatePredicate'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"artifact"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'ArtifactType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"disease"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'DiseaseType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"vector"'), string('"borne"'), string('"infection"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'VectorBorneInfectionType'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"things"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'Collection'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"artifact"'), string('"not"'), string('"distinguished"'), string('"by"'), string('"brand"'), string('"or"'), string('"model"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'ArtifactTypeByGenericCategory'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"protein"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'ProteinMoleculeTypeByChemicalSpecies'))), compoundSemTrans('Kind-TheWord', 'TheList'(string('"of"'), string('"vector"'), string('"borne"'), string('"infections"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'VectorBorneInfectionType')))]). cached_query(multiWordSemTrans(A, 'Kind-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([kind])), speechPartPreds(C, B)), [and(wordForms('Kind-TheWord', regularDegree, string([kind])), speechPartPreds('Adjective-Gradable', regularDegree)), and(wordForms('Kind-TheWord', regularDegree, string([kind])), speechPartPreds('NLWordForm', regularDegree)), and(wordForms('Kind-TheWord', regularDegree, string([kind])), speechPartPreds('Adjective', regularDegree)), and(wordForms('Kind-TheWord', adjStrings, string([kind])), speechPartPreds('Adjective-Gradable', adjStrings)), and(wordForms('Kind-TheWord', adjStrings, string([kind])), speechPartPreds('Adjective', adjStrings)), and(wordForms('Kind-TheWord', adjStrings, string([kind])), speechPartPreds('NLWordForm', adjStrings)), and(wordForms('Kind-TheWord', 'adjStrings-NonGraded', string([kind])), speechPartPreds('Adjective-Gradable', 'adjStrings-NonGraded')), and(wordForms('Kind-TheWord', 'adjStrings-NonGraded', string([kind])), speechPartPreds('NLWordForm', 'adjStrings-NonGraded')), and(wordForms('Kind-TheWord', 'adjStrings-NonGraded', string([kind])), speechPartPreds('Adjective', 'adjStrings-NonGraded')), and(wordForms('Kind-TheWord', singular, string([kind])), speechPartPreds('CountNoun', singular)), and(wordForms('Kind-TheWord', singular, string([kind])), speechPartPreds('NLWordForm', singular)), and(wordForms('Kind-TheWord', singular, string([kind])), speechPartPreds('Noun', singular)), and(wordForms('Kind-TheWord', singular, string([kind])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('Kind-TheWord', singular, string([kind])), speechPartPreds('CommonNoun', singular)), and(wordForms('Kind-TheWord', simpleNounStrings, string([kind])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Kind-TheWord', simpleNounStrings, string([kind])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Kind-TheWord', simpleNounStrings, string([kind])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Kind-TheWord', simpleNounStrings, string([kind])), speechPartPreds('CommonNoun', simpleNounStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([kind])]), [and(speechPartPreds('Adjective-Gradable', regularDegree), [regularDegree, 'Kind-TheWord', string([kind])]), and(speechPartPreds('NLWordForm', regularDegree), [regularDegree, 'Kind-TheWord', string([kind])]), and(speechPartPreds('Adjective', regularDegree), [regularDegree, 'Kind-TheWord', string([kind])]), and(speechPartPreds('CountNoun', singular), [singular, 'Kind-TheWord', string([kind])]), and(speechPartPreds('NLWordForm', singular), [singular, 'Kind-TheWord', string([kind])]), and(speechPartPreds('Noun', singular), [singular, 'Kind-TheWord', string([kind])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'Kind-TheWord', string([kind])]), and(speechPartPreds('CommonNoun', singular), [singular, 'Kind-TheWord', string([kind])])]). cached_query(and(wordStrings(A, string([kind])), partOfSpeech(A, B, string([kind]))), []). cached_query(partOfSpeech(A, B, string([kind])), []). cached_query('#$or'(nameSpelling(A, string([kind])), commonNickname(A, string([kind]))), []). cached_query(wordSemTrans('State-TheWord', A, B, C, 'Preposition', D, E), []). cached_query(wordSemTrans('State-TheWord', A, 'ParticleCompFrameFn'('IntransitiveParticleFrameType', B), C, D, E, F), []). cached_query(wordSemTrans('State-TheWord', A, B, C, 'Verb', D, E), [wordSemTrans('State-TheWord', 789, 'TransitiveNPFrame', and(isa(':ACTION', 'Informing'), informationOrigin(':ACTION', ':SUBJECT'), infoTransferred(':ACTION', ':OBJECT'), doneBy(':ACTION', ':SUBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('State-TheWord', 789, 'TransitiveFiniteClauseFrame', and(isa(':ACTION', 'Informing'), informationOrigin(':ACTION', ':SUBJECT'), doneBy(':ACTION', ':SUBJECT'), situationTopic(':ACTION', ':CLAUSE')), 'Verb', verbSemTrans, 'True'), wordSemTrans('State-TheWord', 789, 'PPCompFrameFn'('DitransitivePPFrameType', 'To-TheWord'), and(isa(':ACTION', 'Informing'), recipientOfInfo(':ACTION', ':OBLIQUE-OBJECT'), informationOrigin(':ACTION', ':SUBJECT'), infoTransferred(':ACTION', ':OBJECT'), doneBy(':ACTION', ':SUBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('State-TheWord', 789, 'TransitiveFiniteClauseFrame', and(isa(':ACTION', 'Informing'), informationOrigin(':ACTION', ':SUBJECT'), infoTransferred(':ACTION', ':CLAUSE'), doneBy(':ACTION', ':SUBJECT')), 'Verb', verbSemTrans, 'True')]). cached_query(wordSemTrans('State-TheWord', A, 'ParticleCompFrameFn'('TransitiveParticleNPFrameType', B), C, 'Verb', D, E), []). cached_query(compoundSemTrans('State-TheWord', A, B, C, D), [compoundSemTrans('State-TheWord', 'TheList'(string('"of"'), string('"matter"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'MatterTypeByPhysicalState'))), compoundSemTrans('State-TheWord', 'TheList'(string('"of"'), string('"a"'), string('"tape"'), string('"playing"'), string('"device"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'TapeDeviceState'))), compoundSemTrans('State-TheWord', 'TheList'(string('"of"'), string('"a"'), string('"clothes"'), string('"washer"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'ClothesWasherState')))]). cached_query(multiWordSemTrans(A, 'State-TheWord', B, C, D), [multiWordSemTrans('TheList'(string('"Baltic"')), 'State-TheWord', 'CountNoun', 'RegularNounFrame', and(isa(':NOUN', 'IndependentCountry'), geographicalSubRegions('BalticStates-Region', 'TerritoryFn'(':NOUN')))), multiWordSemTrans('TheList'(string('"Balkan"')), 'State-TheWord', 'CountNoun', 'RegularNounFrame', and(isa(':NOUN', 'IndependentCountry'), geographicalSubRegions('Balkans-Region', 'TerritoryFn'(':NOUN'))))]). cached_query(and(wordForms(A, B, string([stated])), speechPartPreds(C, B)), [and(wordForms('State-TheWord', 'perfective-Generic', string([stated])), speechPartPreds('Verb', 'perfective-Generic')), and(wordForms('State-TheWord', 'perfective-Generic', string([stated])), speechPartPreds('NLWordForm', 'perfective-Generic')), and(wordForms('State-TheWord', passiveParticiple, string([stated])), speechPartPreds('Verb', passiveParticiple)), and(wordForms('State-TheWord', passiveParticiple, string([stated])), speechPartPreds('Adjective-Ed', passiveParticiple)), and(wordForms('State-TheWord', passiveParticiple, string([stated])), speechPartPreds('NLWordForm', passiveParticiple)), and(wordForms('State-TheWord', tensed, string([stated])), speechPartPreds('Verb', tensed)), and(wordForms('State-TheWord', tensed, string([stated])), speechPartPreds('NLWordForm', tensed)), and(wordForms('State-TheWord', untensed, string([stated])), speechPartPreds('Verb', untensed)), and(wordForms('State-TheWord', untensed, string([stated])), speechPartPreds('NLWordForm', untensed)), and(wordForms('State-TheWord', verbStrings, string([stated])), speechPartPreds('Verb', verbStrings)), and(wordForms('State-TheWord', verbStrings, string([stated])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('State-TheWord', 'thirdPersonSg-Generic', string([stated])), speechPartPreds('Verb', 'thirdPersonSg-Generic')), and(wordForms('State-TheWord', 'thirdPersonSg-Generic', string([stated])), speechPartPreds('NLWordForm', 'thirdPersonSg-Generic')), and(wordForms('State-TheWord', 'firstPersonSg-Generic', string([stated])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('State-TheWord', 'firstPersonSg-Generic', string([stated])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('State-TheWord', 'secondPersonSg-Generic', string([stated])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('State-TheWord', 'secondPersonSg-Generic', string([stated])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('State-TheWord', 'pluralVerb-Generic', string([stated])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('State-TheWord', 'pluralVerb-Generic', string([stated])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('State-TheWord', 'singularVerb-Generic', string([stated])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('State-TheWord', 'singularVerb-Generic', string([stated])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('State-TheWord', 'pastTense-Generic', string([stated])), speechPartPreds('Verb', 'pastTense-Generic')), and(wordForms('State-TheWord', 'pastTense-Generic', string([stated])), speechPartPreds('NLWordForm', 'pastTense-Generic')), and(wordForms('State-TheWord', 'firstPersonSg-Past', string([stated])), speechPartPreds('Verb', 'firstPersonSg-Past')), and(wordForms('State-TheWord', 'firstPersonSg-Past', string([stated])), speechPartPreds('NLWordForm', 'firstPersonSg-Past')), and(wordForms('State-TheWord', 'thirdPersonSg-Past', string([stated])), speechPartPreds('Verb', 'thirdPersonSg-Past')), and(wordForms('State-TheWord', 'thirdPersonSg-Past', string([stated])), speechPartPreds('NLWordForm', 'thirdPersonSg-Past')), and(wordForms('State-TheWord', 'pluralVerb-Past', string([stated])), speechPartPreds('Verb', 'pluralVerb-Past')), and(wordForms('State-TheWord', 'pluralVerb-Past', string([stated])), speechPartPreds('NLWordForm', 'pluralVerb-Past')), and(wordForms('State-TheWord', 'secondPersonSg-Past', string([stated])), speechPartPreds('Verb', 'secondPersonSg-Past')), and(wordForms('State-TheWord', 'secondPersonSg-Past', string([stated])), speechPartPreds('NLWordForm', 'secondPersonSg-Past')), and(wordForms('State-TheWord', 'simplePast-Generic', string([stated])), speechPartPreds('Verb', 'simplePast-Generic')), and(wordForms('State-TheWord', 'simplePast-Generic', string([stated])), speechPartPreds('NLWordForm', 'simplePast-Generic')), and(wordForms('State-TheWord', 'simpleAspect-Generic', string([stated])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('State-TheWord', 'simpleAspect-Generic', string([stated])), speechPartPreds('NLWordForm', 'simpleAspect-Generic')), and(wordForms('State-TheWord', 'pastTense-Universal', string([stated])), speechPartPreds('Verb', 'pastTense-Universal')), and(wordForms('State-TheWord', 'pastTense-Universal', string([stated])), speechPartPreds('NLWordForm', 'pastTense-Universal')), and(wordForms('State-TheWord', perfect, string([stated])), speechPartPreds('Verb', perfect)), and(wordForms('State-TheWord', perfect, string([stated])), speechPartPreds('NLWordForm', perfect))]). cached_query(and(speechPartPreds(A, B), [B, C, string([stated])]), []). cached_query(and(wordStrings(A, string([stated])), partOfSpeech(A, B, string([stated]))), []). cached_query(partOfSpeech(A, B, string([stated])), []). cached_query('#$or'(nameSpelling(A, string([stated])), commonNickname(A, string([stated]))), []). cached_query(wordSemTrans('Make-TheWord', A, B, C, 'Preposition', D, E), []). cached_query(wordSemTrans('Make-TheWord', A, 'ParticleCompFrameFn'('IntransitiveParticleFrameType', B), C, D, E, F), []). cached_query(wordSemTrans('Make-TheWord', A, B, C, 'Verb', D, E), [wordSemTrans('Make-TheWord', 2, 'TransitiveNPFrame', and(isa(':ACTION', 'MakingSomething'), performedBy(':ACTION', ':SUBJECT'), products(':ACTION', ':OBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Make-TheWord', 2, 'TransitiveNPFrame', doneBy(':OBJECT', ':SUBJECT'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Make-TheWord', 2, 'DitransitiveNP-NPFrame', and(isa(':ACTION', 'MakingSomething'), beneficiary(':ACTION', ':OBLIQUE-OBJECT'), performedBy(':ACTION', ':SUBJECT'), products(':ACTION', ':OBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Make-TheWord', 0, 'TransitiveNPFrame', createdBy(':OBJECT', ':SUBJECT'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Make-TheWord', 1, 'DitransitiveNP-BareInfinitiveFrame', 'causes-Underspecified'(':SUBJECT', ':OBJECT'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Make-TheWord', 1, 'TransitiveNPFrame', 'causes-Underspecified'(':SUBJECT', ':OBJECT'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Make-TheWord', 0, 'IntransitiveVerbFrame', and(isa(':ACTION', 'ScoringPoints'), performedBy(':ACTION', ':SUBJECT')), 'Verb', verbSemTrans, 'True')]). cached_query(wordSemTrans('Make-TheWord', A, 'ParticleCompFrameFn'('TransitiveParticleNPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('WordWithSuffixFn'('Investigate-TheWord', 'Ion_AbstractNounProducing-TheSuffix'), A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('WordFn'(string(['He'])), A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Adjective', D, E), []). cached_query(compoundSemTrans('WordWithSuffixFn'('Investigate-TheWord', 'Ion_ConcreteNounProducing-TheSuffix'), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'WordWithSuffixFn'('Investigate-TheWord', 'Ion_ConcreteNounProducing-TheSuffix'), B, C, D), []). cached_query(compoundSemTrans('WordWithSuffixFn'('Investigate-TheWord', 'Ion_AbstractNounProducing-TheSuffix'), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'WordWithSuffixFn'('Investigate-TheWord', 'Ion_AbstractNounProducing-TheSuffix'), B, C, D), []). cached_query(compoundSemTrans('Investigate-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Investigate-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([investigation])), speechPartPreds(C, B)), [and(wordForms('WordWithSuffixFn'('Investigate-TheWord', 'Ion_ConcreteNounProducing-TheSuffix'), singular, string([investigation])), speechPartPreds('CountNoun', singular)), and(wordForms('WordWithSuffixFn'('Investigate-TheWord', 'Ion_ConcreteNounProducing-TheSuffix'), singular, string([investigation])), speechPartPreds('NLWordForm', singular)), and(wordForms('WordWithSuffixFn'('Investigate-TheWord', 'Ion_ConcreteNounProducing-TheSuffix'), singular, string([investigation])), speechPartPreds('Noun', singular)), and(wordForms('WordWithSuffixFn'('Investigate-TheWord', 'Ion_ConcreteNounProducing-TheSuffix'), singular, string([investigation])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('WordWithSuffixFn'('Investigate-TheWord', 'Ion_ConcreteNounProducing-TheSuffix'), singular, string([investigation])), speechPartPreds('CommonNoun', singular)), and(wordForms('WordWithSuffixFn'('Investigate-TheWord', 'Ion_ConcreteNounProducing-TheSuffix'), simpleNounStrings, string([investigation])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('WordWithSuffixFn'('Investigate-TheWord', 'Ion_ConcreteNounProducing-TheSuffix'), simpleNounStrings, string([investigation])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('WordWithSuffixFn'('Investigate-TheWord', 'Ion_ConcreteNounProducing-TheSuffix'), simpleNounStrings, string([investigation])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('WordWithSuffixFn'('Investigate-TheWord', 'Ion_ConcreteNounProducing-TheSuffix'), simpleNounStrings, string([investigation])), speechPartPreds('CommonNoun', simpleNounStrings)), and(wordForms('WordWithSuffixFn'('Investigate-TheWord', 'Ion_ConcreteNounProducing-TheSuffix'), 'nonPlural-Generic', string([investigation])), speechPartPreds('Noun', 'nonPlural-Generic')), and(wordForms('WordWithSuffixFn'('Investigate-TheWord', 'Ion_ConcreteNounProducing-TheSuffix'), 'nonPlural-Generic', string([investigation])), speechPartPreds('NLWordForm', 'nonPlural-Generic')), and(wordForms('WordWithSuffixFn'('Investigate-TheWord', 'Ion_ConcreteNounProducing-TheSuffix'), nounStrings, string([investigation])), speechPartPreds('Noun', nounStrings)), and(wordForms('WordWithSuffixFn'('Investigate-TheWord', 'Ion_ConcreteNounProducing-TheSuffix'), nounStrings, string([investigation])), speechPartPreds('NLWordForm', nounStrings)), and(wordForms('Investigate-TheWord', singular, string([investigation])), speechPartPreds('CommonNoun', singular)), and(wordForms('Investigate-TheWord', singular, string([investigation])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('Investigate-TheWord', singular, string([investigation])), speechPartPreds('Noun', singular)), and(wordForms('Investigate-TheWord', singular, string([investigation])), speechPartPreds('NLWordForm', singular)), and(wordForms('Investigate-TheWord', singular, string([investigation])), speechPartPreds('CountNoun', singular)), and(wordForms('Investigate-TheWord', simpleNounStrings, string([investigation])), speechPartPreds('CommonNoun', simpleNounStrings)), and(wordForms('Investigate-TheWord', simpleNounStrings, string([investigation])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Investigate-TheWord', simpleNounStrings, string([investigation])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Investigate-TheWord', simpleNounStrings, string([investigation])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Investigate-TheWord', massNumber, string([investigation])), speechPartPreds('MassNoun', massNumber)), and(wordForms('Investigate-TheWord', massNumber, string([investigation])), speechPartPreds('ProperMassNoun', massNumber)), and(wordForms('Investigate-TheWord', massNumber, string([investigation])), speechPartPreds('NLWordForm', massNumber)), and(wordForms('Investigate-TheWord', massNumber, string([investigation])), speechPartPreds('MassNoun-Generic', massNumber)), and(wordForms('Investigate-TheWord', massNumber, string([investigation])), speechPartPreds('Noun', massNumber)), and(wordForms('Investigate-TheWord', massNumber, string([investigation])), speechPartPreds('CommonNoun', massNumber)), and(wordForms('WordWithSuffixFn'('Investigate-TheWord', 'Ion_AbstractNounProducing-TheSuffix'), massNumber, string([investigation])), speechPartPreds('CommonNoun', massNumber)), and(wordForms('WordWithSuffixFn'('Investigate-TheWord', 'Ion_AbstractNounProducing-TheSuffix'), massNumber, string([investigation])), speechPartPreds('Noun', massNumber)), and(wordForms('WordWithSuffixFn'('Investigate-TheWord', 'Ion_AbstractNounProducing-TheSuffix'), massNumber, string([investigation])), speechPartPreds('MassNoun-Generic', massNumber)), and(wordForms('WordWithSuffixFn'('Investigate-TheWord', 'Ion_AbstractNounProducing-TheSuffix'), massNumber, string([investigation])), speechPartPreds('NLWordForm', massNumber)), and(wordForms('WordWithSuffixFn'('Investigate-TheWord', 'Ion_AbstractNounProducing-TheSuffix'), massNumber, string([investigation])), speechPartPreds('ProperMassNoun', massNumber)), and(wordForms('WordWithSuffixFn'('Investigate-TheWord', 'Ion_AbstractNounProducing-TheSuffix'), massNumber, string([investigation])), speechPartPreds('MassNoun', massNumber)), and(wordForms('WordWithSuffixFn'('Investigate-TheWord', 'Ion_AbstractNounProducing-TheSuffix'), 'nonSingular-Generic', string([investigation])), speechPartPreds('Noun', 'nonSingular-Generic')), and(wordForms('WordWithSuffixFn'('Investigate-TheWord', 'Ion_AbstractNounProducing-TheSuffix'), 'nonSingular-Generic', string([investigation])), speechPartPreds('NLWordForm', 'nonSingular-Generic')), and(wordForms('WordWithSuffixFn'('Investigate-TheWord', 'Ion_AbstractNounProducing-TheSuffix'), 'nonPlural-Generic', string([investigation])), speechPartPreds('NLWordForm', 'nonPlural-Generic')), and(wordForms('WordWithSuffixFn'('Investigate-TheWord', 'Ion_AbstractNounProducing-TheSuffix'), 'nonPlural-Generic', string([investigation])), speechPartPreds('Noun', 'nonPlural-Generic')), and(wordForms('WordWithSuffixFn'('Investigate-TheWord', 'Ion_AbstractNounProducing-TheSuffix'), nounStrings, string([investigation])), speechPartPreds('NLWordForm', nounStrings)), and(wordForms('WordWithSuffixFn'('Investigate-TheWord', 'Ion_AbstractNounProducing-TheSuffix'), nounStrings, string([investigation])), speechPartPreds('Noun', nounStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([investigation])]), [and(speechPartPreds('MassNoun', massNumber), [massNumber, 'Investigate-TheWord', string([investigation])]), and(speechPartPreds('ProperMassNoun', massNumber), [massNumber, 'Investigate-TheWord', string([investigation])]), and(speechPartPreds('NLWordForm', massNumber), [massNumber, 'Investigate-TheWord', string([investigation])]), and(speechPartPreds('MassNoun-Generic', massNumber), [massNumber, 'Investigate-TheWord', string([investigation])]), and(speechPartPreds('Noun', massNumber), [massNumber, 'Investigate-TheWord', string([investigation])]), and(speechPartPreds('CommonNoun', massNumber), [massNumber, 'Investigate-TheWord', string([investigation])]), and(speechPartPreds('CountNoun', singular), [singular, 'Investigate-TheWord', string([investigation])]), and(speechPartPreds('NLWordForm', singular), [singular, 'Investigate-TheWord', string([investigation])]), and(speechPartPreds('Noun', singular), [singular, 'Investigate-TheWord', string([investigation])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'Investigate-TheWord', string([investigation])]), and(speechPartPreds('CommonNoun', singular), [singular, 'Investigate-TheWord', string([investigation])]), and(speechPartPreds('NLWordForm', baseForm), [baseForm, 'WordWithSuffixFn'('Investigate-TheWord', 'Ion_ConcreteNounProducing-TheSuffix'), string([investigation])]), and(speechPartPreds('CommonNoun', singular), [singular, 'WordWithSuffixFn'('Investigate-TheWord', 'Ion_ConcreteNounProducing-TheSuffix'), string([investigation])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'WordWithSuffixFn'('Investigate-TheWord', 'Ion_ConcreteNounProducing-TheSuffix'), string([investigation])]), and(speechPartPreds('Noun', singular), [singular, 'WordWithSuffixFn'('Investigate-TheWord', 'Ion_ConcreteNounProducing-TheSuffix'), string([investigation])]), and(speechPartPreds('NLWordForm', singular), [singular, 'WordWithSuffixFn'('Investigate-TheWord', 'Ion_ConcreteNounProducing-TheSuffix'), string([investigation])]), and(speechPartPreds('CountNoun', singular), [singular, 'WordWithSuffixFn'('Investigate-TheWord', 'Ion_ConcreteNounProducing-TheSuffix'), string([investigation])]), and(speechPartPreds('NLWordForm', baseForm), [baseForm, 'WordWithSuffixFn'('Investigate-TheWord', 'Ion_AbstractNounProducing-TheSuffix'), string([investigation])]), and(speechPartPreds('CommonNoun', massNumber), [massNumber, 'WordWithSuffixFn'('Investigate-TheWord', 'Ion_AbstractNounProducing-TheSuffix'), string([investigation])]), and(speechPartPreds('Noun', massNumber), [massNumber, 'WordWithSuffixFn'('Investigate-TheWord', 'Ion_AbstractNounProducing-TheSuffix'), string([investigation])]), and(speechPartPreds('MassNoun-Generic', massNumber), [massNumber, 'WordWithSuffixFn'('Investigate-TheWord', 'Ion_AbstractNounProducing-TheSuffix'), string([investigation])]), and(speechPartPreds('NLWordForm', massNumber), [massNumber, 'WordWithSuffixFn'('Investigate-TheWord', 'Ion_AbstractNounProducing-TheSuffix'), string([investigation])]), and(speechPartPreds('ProperMassNoun', massNumber), [massNumber, 'WordWithSuffixFn'('Investigate-TheWord', 'Ion_AbstractNounProducing-TheSuffix'), string([investigation])]), and(speechPartPreds('MassNoun', massNumber), [massNumber, 'WordWithSuffixFn'('Investigate-TheWord', 'Ion_AbstractNounProducing-TheSuffix'), string([investigation])])]). cached_query(and(wordStrings(A, string([investigation])), partOfSpeech(A, B, string([investigation]))), []). cached_query(partOfSpeech(A, B, string([investigation])), []). cached_query('#$or'(nameSpelling(A, string([investigation])), commonNickname(A, string([investigation]))), []). cached_query(compoundSemTrans('An-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'An-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([an])), speechPartPreds(C, B)), [and(wordForms('An-TheWord', determinerStrings, string([an])), speechPartPreds('NLWordForm', determinerStrings)), and(wordForms('An-TheWord', determinerStrings, string([an])), speechPartPreds('Determiner-Central', determinerStrings)), and(wordForms('An-TheWord', determinerStrings, string([an])), speechPartPreds('Determiner-ClassC', determinerStrings)), and(wordForms('An-TheWord', determinerStrings, string([an])), speechPartPreds('WHDeterminer', determinerStrings)), and(wordForms('An-TheWord', determinerStrings, string([an])), speechPartPreds('Determiner-ClassA', determinerStrings)), and(wordForms('An-TheWord', determinerStrings, string([an])), speechPartPreds('Postdeterminer', determinerStrings)), and(wordForms('An-TheWord', determinerStrings, string([an])), speechPartPreds('Determiner', determinerStrings)), and(wordForms('An-TheWord', determinerStrings, string([an])), speechPartPreds('Determiner-ClassB', determinerStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([an])]), [and(speechPartPreds('NLWordForm', determinerStrings), [determinerStrings, 'An-TheWord', string([an])]), and(speechPartPreds('Determiner-Central', determinerStrings), [determinerStrings, 'An-TheWord', string([an])]), and(speechPartPreds('Determiner-ClassC', determinerStrings), [determinerStrings, 'An-TheWord', string([an])]), and(speechPartPreds('WHDeterminer', determinerStrings), [determinerStrings, 'An-TheWord', string([an])]), and(speechPartPreds('Determiner-ClassA', determinerStrings), [determinerStrings, 'An-TheWord', string([an])]), and(speechPartPreds('Postdeterminer', determinerStrings), [determinerStrings, 'An-TheWord', string([an])]), and(speechPartPreds('Determiner', determinerStrings), [determinerStrings, 'An-TheWord', string([an])]), and(speechPartPreds('Determiner-ClassB', determinerStrings), [determinerStrings, 'An-TheWord', string([an])])]). cached_query(and(wordStrings(A, string([an])), partOfSpeech(A, B, string([an]))), [and(wordStrings('An-TheWord', string([an])), partOfSpeech('An-TheWord', 'Determiner-Indefinite', string([an])))]). cached_query(partOfSpeech(A, B, string([an])), [partOfSpeech('An-TheWord', 'Determiner-Indefinite', string([an]))]). cached_query('#$or'(nameSpelling(A, string([an])), commonNickname(A, string([an]))), []). cached_query(compoundSemTrans('There-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'There-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([there])), speechPartPreds(C, B)), [and(wordForms('There-TheWord', regularAdverb, string([there])), speechPartPreds('Adverb', regularAdverb)), and(wordForms('There-TheWord', regularAdverb, string([there])), speechPartPreds('WHAdverb', regularAdverb)), and(wordForms('There-TheWord', regularAdverb, string([there])), speechPartPreds('NLWordForm', regularAdverb)), and(wordForms('There-TheWord', adverbStrings, string([there])), speechPartPreds('Adverb', adverbStrings)), and(wordForms('There-TheWord', adverbStrings, string([there])), speechPartPreds('NLWordForm', adverbStrings)), and(wordForms('There-TheWord', pronounStrings, string([there])), speechPartPreds('NLWordForm', pronounStrings)), and(wordForms('There-TheWord', pronounStrings, string([there])), speechPartPreds('Pronoun-SubjectOrObject', pronounStrings)), and(wordForms('There-TheWord', pronounStrings, string([there])), speechPartPreds('PossessivePronoun-Post', pronounStrings)), and(wordForms('There-TheWord', pronounStrings, string([there])), speechPartPreds('PossessivePronoun', pronounStrings)), and(wordForms('There-TheWord', pronounStrings, string([there])), speechPartPreds('ExpletivePronoun', pronounStrings)), and(wordForms('There-TheWord', pronounStrings, string([there])), speechPartPreds('ReflexivePronoun', pronounStrings)), and(wordForms('There-TheWord', pronounStrings, string([there])), speechPartPreds('ReciprocalPronoun', pronounStrings)), and(wordForms('There-TheWord', pronounStrings, string([there])), speechPartPreds('SubjectPronoun', pronounStrings)), and(wordForms('There-TheWord', pronounStrings, string([there])), speechPartPreds('IndefinitePronoun', pronounStrings)), and(wordForms('There-TheWord', pronounStrings, string([there])), speechPartPreds('WHPronoun', pronounStrings)), and(wordForms('There-TheWord', pronounStrings, string([there])), speechPartPreds('Pronoun', pronounStrings)), and(wordForms('There-TheWord', pronounStrings, string([there])), speechPartPreds('Number-SP', pronounStrings)), and(wordForms('There-TheWord', pronounStrings, string([there])), speechPartPreds('ObjectPronoun', pronounStrings)), and(wordForms('There-TheWord', pronounStrings, string([there])), speechPartPreds('SingularPronoun', pronounStrings)), and(wordForms('There-TheWord', pronounStrings, string([there])), speechPartPreds('PluralPronoun', pronounStrings)), and(wordForms('There-TheWord', pronounStrings, string([there])), speechPartPreds('DualPronoun', pronounStrings)), and(wordForms('There-TheWord', wordStrings, string([there])), speechPartPreds('NLWordForm', wordStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([there])]), [and(speechPartPreds('Adverb', regularAdverb), [regularAdverb, 'There-TheWord', string([there])]), and(speechPartPreds('WHAdverb', regularAdverb), [regularAdverb, 'There-TheWord', string([there])]), and(speechPartPreds('NLWordForm', regularAdverb), [regularAdverb, 'There-TheWord', string([there])]), and(speechPartPreds('NLWordForm', pronounStrings), [pronounStrings, 'There-TheWord', string([there])]), and(speechPartPreds('Pronoun-SubjectOrObject', pronounStrings), [pronounStrings, 'There-TheWord', string([there])]), and(speechPartPreds('PossessivePronoun-Post', pronounStrings), [pronounStrings, 'There-TheWord', string([there])]), and(speechPartPreds('PossessivePronoun', pronounStrings), [pronounStrings, 'There-TheWord', string([there])]), and(speechPartPreds('ExpletivePronoun', pronounStrings), [pronounStrings, 'There-TheWord', string([there])]), and(speechPartPreds('ReflexivePronoun', pronounStrings), [pronounStrings, 'There-TheWord', string([there])]), and(speechPartPreds('ReciprocalPronoun', pronounStrings), [pronounStrings, 'There-TheWord', string([there])]), and(speechPartPreds('SubjectPronoun', pronounStrings), [pronounStrings, 'There-TheWord', string([there])]), and(speechPartPreds('IndefinitePronoun', pronounStrings), [pronounStrings, 'There-TheWord', string([there])]), and(speechPartPreds('WHPronoun', pronounStrings), [pronounStrings, 'There-TheWord', string([there])]), and(speechPartPreds('Pronoun', pronounStrings), [pronounStrings, 'There-TheWord', string([there])]), and(speechPartPreds('Number-SP', pronounStrings), [pronounStrings, 'There-TheWord', string([there])]), and(speechPartPreds('ObjectPronoun', pronounStrings), [pronounStrings, 'There-TheWord', string([there])]), and(speechPartPreds('SingularPronoun', pronounStrings), [pronounStrings, 'There-TheWord', string([there])]), and(speechPartPreds('PluralPronoun', pronounStrings), [pronounStrings, 'There-TheWord', string([there])]), and(speechPartPreds('DualPronoun', pronounStrings), [pronounStrings, 'There-TheWord', string([there])])]). cached_query(and(wordStrings(A, string([there])), partOfSpeech(A, B, string([there]))), [and(wordStrings('There-TheWord', string([there])), partOfSpeech('There-TheWord', 'There-Existential', string([there]))), and(wordStrings('There-TheWord', string([there])), partOfSpeech('There-TheWord', 'ExpletivePronoun', string([there]))), and(wordStrings('There-TheWord', string([there])), partOfSpeech('There-TheWord', 'AdverbOfPlace', string([there]))), and(wordStrings('There-TheWord', string([there])), partOfSpeech('There-TheWord', 'Pronoun', string([there])))]). cached_query(partOfSpeech(A, B, string([there])), [partOfSpeech('There-TheWord', 'There-Existential', string([there])), partOfSpeech('There-TheWord', 'ExpletivePronoun', string([there])), partOfSpeech('There-TheWord', 'AdverbOfPlace', string([there])), partOfSpeech('There-TheWord', 'Pronoun', string([there]))]). cached_query('#$or'(nameSpelling(A, string([there])), commonNickname(A, string([there]))), []). cached_query(compoundSemTrans('Request-TheWord', A, B, C, D), [compoundSemTrans('Request-TheWord', 'TheList'(string('"for"'), string('"comments"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'RequestForComments-Internet')))]). cached_query(multiWordSemTrans(A, 'Request-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([request])), speechPartPreds(C, B)), [and(wordForms('Request-TheWord', infinitive, string([request])), speechPartPreds('Verb', infinitive)), and(wordForms('Request-TheWord', infinitive, string([request])), speechPartPreds('NLWordForm', infinitive)), and(wordForms('Request-TheWord', 'firstPersonSg-Present', string([request])), speechPartPreds('Verb', 'firstPersonSg-Present')), and(wordForms('Request-TheWord', 'firstPersonSg-Present', string([request])), speechPartPreds('NLWordForm', 'firstPersonSg-Present')), and(wordForms('Request-TheWord', 'secondPersonSg-Present', string([request])), speechPartPreds('Verb', 'secondPersonSg-Present')), and(wordForms('Request-TheWord', 'secondPersonSg-Present', string([request])), speechPartPreds('NLWordForm', 'secondPersonSg-Present')), and(wordForms('Request-TheWord', 'nonThirdSg-Present', string([request])), speechPartPreds('Verb', 'nonThirdSg-Present')), and(wordForms('Request-TheWord', 'nonThirdSg-Present', string([request])), speechPartPreds('NLWordForm', 'nonThirdSg-Present')), and(wordForms('Request-TheWord', 'pluralVerb-Present', string([request])), speechPartPreds('Verb', 'pluralVerb-Present')), and(wordForms('Request-TheWord', 'pluralVerb-Present', string([request])), speechPartPreds('NLWordForm', 'pluralVerb-Present')), and(wordForms('Request-TheWord', 'presentTense-Generic', string([request])), speechPartPreds('Verb', 'presentTense-Generic')), and(wordForms('Request-TheWord', 'presentTense-Generic', string([request])), speechPartPreds('NLWordForm', 'presentTense-Generic')), and(wordForms('Request-TheWord', tensed, string([request])), speechPartPreds('Verb', tensed)), and(wordForms('Request-TheWord', tensed, string([request])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Request-TheWord', untensed, string([request])), speechPartPreds('Verb', untensed)), and(wordForms('Request-TheWord', untensed, string([request])), speechPartPreds('NLWordForm', untensed)), and(wordForms('Request-TheWord', 'simplePresent-Generic', string([request])), speechPartPreds('Verb', 'simplePresent-Generic')), and(wordForms('Request-TheWord', 'simplePresent-Generic', string([request])), speechPartPreds('NLWordForm', 'simplePresent-Generic')), and(wordForms('Request-TheWord', verbStrings, string([request])), speechPartPreds('Verb', verbStrings)), and(wordForms('Request-TheWord', verbStrings, string([request])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Request-TheWord', 'firstPersonSg-Generic', string([request])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('Request-TheWord', 'firstPersonSg-Generic', string([request])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('Request-TheWord', 'secondPersonSg-Generic', string([request])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('Request-TheWord', 'secondPersonSg-Generic', string([request])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('Request-TheWord', 'pluralVerb-Generic', string([request])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('Request-TheWord', 'pluralVerb-Generic', string([request])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('Request-TheWord', 'singularVerb-Generic', string([request])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Request-TheWord', 'singularVerb-Generic', string([request])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Request-TheWord', 'simpleAspect-Generic', string([request])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Request-TheWord', 'simpleAspect-Generic', string([request])), speechPartPreds('NLWordForm', 'simpleAspect-Generic')), and(wordForms('Request-TheWord', singular, string([request])), speechPartPreds('CountNoun', singular)), and(wordForms('Request-TheWord', singular, string([request])), speechPartPreds('NLWordForm', singular)), and(wordForms('Request-TheWord', singular, string([request])), speechPartPreds('Noun', singular)), and(wordForms('Request-TheWord', singular, string([request])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('Request-TheWord', singular, string([request])), speechPartPreds('CommonNoun', singular)), and(wordForms('Request-TheWord', simpleNounStrings, string([request])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Request-TheWord', simpleNounStrings, string([request])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Request-TheWord', simpleNounStrings, string([request])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Request-TheWord', simpleNounStrings, string([request])), speechPartPreds('CommonNoun', simpleNounStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([request])]), [and(speechPartPreds('Verb', infinitive), [infinitive, 'Request-TheWord', string([request])]), and(speechPartPreds('NLWordForm', infinitive), [infinitive, 'Request-TheWord', string([request])]), and(speechPartPreds('CountNoun', singular), [singular, 'Request-TheWord', string([request])]), and(speechPartPreds('NLWordForm', singular), [singular, 'Request-TheWord', string([request])]), and(speechPartPreds('Noun', singular), [singular, 'Request-TheWord', string([request])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'Request-TheWord', string([request])]), and(speechPartPreds('CommonNoun', singular), [singular, 'Request-TheWord', string([request])])]). cached_query(and(wordStrings(A, string([request])), partOfSpeech(A, B, string([request]))), []). cached_query(partOfSpeech(A, B, string([request])), []). cached_query('#$or'(nameSpelling(A, string([request])), commonNickname(A, string([request]))), []). cached_query(compoundSemTrans('Make-TheWord', A, B, C, D), [compoundSemTrans('Make-TheWord', 'TheList'(string('"face"')), 'Verb', 'IntransitiveVerbFrame', and(isa(':ACTION', 'MakingFacialExpression'), bodilyDoer(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"music"')), 'Verb', 'IntransitiveVerbFrame', and(isa(':ACTION', 'MakingMusicalSound'), performedBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"sound"')), 'Verb', 'IntransitiveVerbFrame', and(isa(':ACTION', 'EmittingSound'), performedBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"an"'), string('"incision"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingAMedicalIncisionInABLO'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"possible"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingSomethingPossible'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"weapons"'), string('"grade"'), string('"uranium"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingFn'('WeaponsGradeUranium')), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"up"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'ConstitutingSomething'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"out"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'WritingOutSomething'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"a"'), string('"plan"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingAPlan'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"a"'), string('"print"'), string('"advertisement"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingAdvertisement-Print'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"an"'), string('"airplane"'), string('"runway"'), string('"available"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingAvailableOfAirplaneRunway'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"a"'), string('"splashing"'), string('"sound"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingASplashingSound'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"a"'), string('"triple"'), string('"play"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingATriplePlay'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"a"'), string('"sales"'), string('"call"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingASalesPhoneCall'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"a"'), string('"construction"'), string('"artifact"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingConstructionArtifact'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"a"'), string('"trade"'), string('"agreement"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingATradeAgreement'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"a"'), string('"victory"'), string('"gesture"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingAVictoryGesture'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"a"'), string('"promise"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingAPromise'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"a"'), string('"facial"'), string('"expression"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingFacialExpression'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"a"'), string('"sales"'), string('"visit"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingASalesVisit'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"an"'), string('"audio"'), string('"recording"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingAnAudioRecording'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"a"'), string('"file"'), string('"of"'), string('"papers"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingFileOfPapers'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"coffee"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingCoffee-TheBeverage'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"some"'), string('"written"'), string('"material"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingWrittenMaterial'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"dolls"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'HobbyVersionFn'('MakingFn'('Doll-Toy'))), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"dolls"'), string('"as"'), string('"a"'), string('"hobby"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'HobbyVersionFn'('MakingFn'('Doll-Toy'))), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"a"'), string('"CoABS"'), string('"broadcast"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingACoABSBroadcast'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"quilts"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingFn'('Quilt')), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"grant"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'GrantingMoney'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"candels"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingFn'('Candle')), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"a free throw"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingAFreeThrow-Basketball'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"an"'), string('"electronic"'), string('"payment"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'OnlineActivityTypeFn'('Paying')), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"a"'), string('"crashing"'), string('"sound"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingACrashingSound'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"a"'), string('"loan"'), string('"payment"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'LoanPayment'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"the"'), string('"final"'), string('"payment"'), string('"on"'), string('"a"'), string('"debt"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'PayingOffDebt-LastPayment'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"a"'), string('"final"'), string('"payment"'), string('"on"'), string('"a"'), string('"debt"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'PayingOffDebt-LastPayment'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"water"'), string('"available"'), string('"to"'), string('"an"'), string('"organism"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingWaterAvailableToOrganism'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"water"'), string('"available"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingWaterAvailableToOrganism'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"movies"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingAMovie'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"a"'), string('"movie"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingAMovie'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"a"'), string('"financial"'), string('"document"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingFinancialDocument'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"a"'), string('"bank"'), string('"withdrawal"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingABankWithdrawal'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"jewelry"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'HobbyVersionFn'('MakingFn'('Jewelry'))), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"jewelry"'), string('"as"'), string('"a"'), string('"hobby"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'HobbyVersionFn'('MakingFn'('Jewelry'))), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"wine"'), string('"at"'), string('"home"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'HomeWineMaking'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"wine"'), string('"as"'), string('"a"'), string('"hobby"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'HomeWineMaking'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"a"'), string('"proposal"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'Proposing-CommunicationAct'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"a"'), string('"grant"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'GrantingMoney'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"a"'), string('"forecast"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingAPrediction'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"a"'), string('"predication"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingAPrediction'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"an"'), string('"investment"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'Investing'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"toast"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingToast'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"a"'), string('"double"'), string('"play"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingADoublePlay'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"obscene"'), string('"gestures"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingAnObsceneGesture'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"a"'), string('"legal"'), string('"agreement"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingLegalAgreement'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"an"'), string('"out"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingABaseballOut'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"jewelry"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingFn'('Jewelry')), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"candy"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'CandyMaking'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"travel"'), string('"arrangements"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingTravelArrangements'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"something"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingSomething'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"a"'), string('"bank"'), string('"deposit"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingABankDeposit'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"music"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingMusicalSound'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"love"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'SexualCopulation'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"chocolates"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingChocolates'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"an"'), string('"agreement"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingAnAgreement'), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"candles"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingFn'('Candle')), doneBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Make-TheWord', 'TheList'(string('"bread"')), 'Verb', 'MiddleVoiceFrame', and(isa(':ACTION', 'MakingBread'), doneBy(':ACTION', ':SUBJECT')))]). cached_query(multiWordSemTrans(A, 'Make-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([made])), speechPartPreds(C, B)), [and(wordForms('Make-TheWord', 'perfective-Generic', string([made])), speechPartPreds('Verb', 'perfective-Generic')), and(wordForms('Make-TheWord', 'perfective-Generic', string([made])), speechPartPreds('NLWordForm', 'perfective-Generic')), and(wordForms('Make-TheWord', passiveParticiple, string([made])), speechPartPreds('Verb', passiveParticiple)), and(wordForms('Make-TheWord', passiveParticiple, string([made])), speechPartPreds('Adjective-Ed', passiveParticiple)), and(wordForms('Make-TheWord', passiveParticiple, string([made])), speechPartPreds('NLWordForm', passiveParticiple)), and(wordForms('Make-TheWord', tensed, string([made])), speechPartPreds('Verb', tensed)), and(wordForms('Make-TheWord', tensed, string([made])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Make-TheWord', untensed, string([made])), speechPartPreds('Verb', untensed)), and(wordForms('Make-TheWord', untensed, string([made])), speechPartPreds('NLWordForm', untensed)), and(wordForms('Make-TheWord', verbStrings, string([made])), speechPartPreds('Verb', verbStrings)), and(wordForms('Make-TheWord', verbStrings, string([made])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Make-TheWord', 'thirdPersonSg-Generic', string([made])), speechPartPreds('Verb', 'thirdPersonSg-Generic')), and(wordForms('Make-TheWord', 'thirdPersonSg-Generic', string([made])), speechPartPreds('NLWordForm', 'thirdPersonSg-Generic')), and(wordForms('Make-TheWord', 'firstPersonSg-Generic', string([made])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('Make-TheWord', 'firstPersonSg-Generic', string([made])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('Make-TheWord', 'secondPersonSg-Generic', string([made])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('Make-TheWord', 'secondPersonSg-Generic', string([made])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('Make-TheWord', 'pluralVerb-Generic', string([made])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('Make-TheWord', 'pluralVerb-Generic', string([made])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('Make-TheWord', 'singularVerb-Generic', string([made])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Make-TheWord', 'singularVerb-Generic', string([made])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Make-TheWord', 'pastTense-Generic', string([made])), speechPartPreds('Verb', 'pastTense-Generic')), and(wordForms('Make-TheWord', 'pastTense-Generic', string([made])), speechPartPreds('NLWordForm', 'pastTense-Generic')), and(wordForms('Make-TheWord', 'firstPersonSg-Past', string([made])), speechPartPreds('Verb', 'firstPersonSg-Past')), and(wordForms('Make-TheWord', 'firstPersonSg-Past', string([made])), speechPartPreds('NLWordForm', 'firstPersonSg-Past')), and(wordForms('Make-TheWord', 'thirdPersonSg-Past', string([made])), speechPartPreds('Verb', 'thirdPersonSg-Past')), and(wordForms('Make-TheWord', 'thirdPersonSg-Past', string([made])), speechPartPreds('NLWordForm', 'thirdPersonSg-Past')), and(wordForms('Make-TheWord', 'pluralVerb-Past', string([made])), speechPartPreds('Verb', 'pluralVerb-Past')), and(wordForms('Make-TheWord', 'pluralVerb-Past', string([made])), speechPartPreds('NLWordForm', 'pluralVerb-Past')), and(wordForms('Make-TheWord', 'secondPersonSg-Past', string([made])), speechPartPreds('Verb', 'secondPersonSg-Past')), and(wordForms('Make-TheWord', 'secondPersonSg-Past', string([made])), speechPartPreds('NLWordForm', 'secondPersonSg-Past')), and(wordForms('Make-TheWord', 'simplePast-Generic', string([made])), speechPartPreds('Verb', 'simplePast-Generic')), and(wordForms('Make-TheWord', 'simplePast-Generic', string([made])), speechPartPreds('NLWordForm', 'simplePast-Generic')), and(wordForms('Make-TheWord', 'simpleAspect-Generic', string([made])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Make-TheWord', 'simpleAspect-Generic', string([made])), speechPartPreds('NLWordForm', 'simpleAspect-Generic')), and(wordForms('Make-TheWord', 'pastTense-Universal', string([made])), speechPartPreds('Verb', 'pastTense-Universal')), and(wordForms('Make-TheWord', 'pastTense-Universal', string([made])), speechPartPreds('NLWordForm', 'pastTense-Universal')), and(wordForms('Make-TheWord', perfect, string([made])), speechPartPreds('Verb', perfect)), and(wordForms('Make-TheWord', perfect, string([made])), speechPartPreds('NLWordForm', perfect)), and(wordForms('Make-TheWord', adjStrings, string([made])), speechPartPreds('Adjective-Gradable', adjStrings)), and(wordForms('Make-TheWord', adjStrings, string([made])), speechPartPreds('Adjective', adjStrings)), and(wordForms('Make-TheWord', adjStrings, string([made])), speechPartPreds('NLWordForm', adjStrings)), and(wordForms('Make-TheWord', 'adjStrings-NonGraded', string([made])), speechPartPreds('Adjective-Gradable', 'adjStrings-NonGraded')), and(wordForms('Make-TheWord', 'adjStrings-NonGraded', string([made])), speechPartPreds('NLWordForm', 'adjStrings-NonGraded')), and(wordForms('Make-TheWord', 'adjStrings-NonGraded', string([made])), speechPartPreds('Adjective', 'adjStrings-NonGraded'))]). cached_query(and(speechPartPreds(A, B), [B, C, string([made])]), [and(speechPartPreds('Verb', 'pastTense-Universal'), ['pastTense-Universal', 'Make-TheWord', string([made])]), and(speechPartPreds('NLWordForm', 'pastTense-Universal'), ['pastTense-Universal', 'Make-TheWord', string([made])]), and(speechPartPreds('Verb', perfect), [perfect, 'Make-TheWord', string([made])]), and(speechPartPreds('NLWordForm', perfect), [perfect, 'Make-TheWord', string([made])]), and(speechPartPreds('NongradableAdjective', nonGradableAdjectiveForm), [nonGradableAdjectiveForm, 'Make-TheWord', string([made])]), and(speechPartPreds('NLWordForm', nonGradableAdjectiveForm), [nonGradableAdjectiveForm, 'Make-TheWord', string([made])]), and(speechPartPreds('Adjective-Gradable', nonGradableAdjectiveForm), [nonGradableAdjectiveForm, 'Make-TheWord', string([made])]), and(speechPartPreds('Adjective', nonGradableAdjectiveForm), [nonGradableAdjectiveForm, 'Make-TheWord', string([made])])]). cached_query(and(wordStrings(A, string([made])), partOfSpeech(A, B, string([made]))), []). cached_query(partOfSpeech(A, B, string([made])), []). cached_query('#$or'(nameSpelling(A, string([made])), commonNickname(A, string([made]))), []). cached_query(wordSemTrans('Fashion-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('You-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(compoundSemTrans('Fashion-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Fashion-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([fashion])), speechPartPreds(C, B)), [and(wordForms('Fashion-TheWord', singular, string([fashion])), speechPartPreds('CountNoun', singular)), and(wordForms('Fashion-TheWord', singular, string([fashion])), speechPartPreds('NLWordForm', singular)), and(wordForms('Fashion-TheWord', singular, string([fashion])), speechPartPreds('Noun', singular)), and(wordForms('Fashion-TheWord', singular, string([fashion])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('Fashion-TheWord', singular, string([fashion])), speechPartPreds('CommonNoun', singular)), and(wordForms('Fashion-TheWord', simpleNounStrings, string([fashion])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Fashion-TheWord', simpleNounStrings, string([fashion])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Fashion-TheWord', simpleNounStrings, string([fashion])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Fashion-TheWord', simpleNounStrings, string([fashion])), speechPartPreds('CommonNoun', simpleNounStrings)), and(wordForms('Fashion-TheWord', infinitive, string([fashion])), speechPartPreds('Verb', infinitive)), and(wordForms('Fashion-TheWord', infinitive, string([fashion])), speechPartPreds('NLWordForm', infinitive)), and(wordForms('Fashion-TheWord', 'firstPersonSg-Present', string([fashion])), speechPartPreds('Verb', 'firstPersonSg-Present')), and(wordForms('Fashion-TheWord', 'firstPersonSg-Present', string([fashion])), speechPartPreds('NLWordForm', 'firstPersonSg-Present')), and(wordForms('Fashion-TheWord', 'secondPersonSg-Present', string([fashion])), speechPartPreds('Verb', 'secondPersonSg-Present')), and(wordForms('Fashion-TheWord', 'secondPersonSg-Present', string([fashion])), speechPartPreds('NLWordForm', 'secondPersonSg-Present')), and(wordForms('Fashion-TheWord', 'nonThirdSg-Present', string([fashion])), speechPartPreds('Verb', 'nonThirdSg-Present')), and(wordForms('Fashion-TheWord', 'nonThirdSg-Present', string([fashion])), speechPartPreds('NLWordForm', 'nonThirdSg-Present')), and(wordForms('Fashion-TheWord', 'pluralVerb-Present', string([fashion])), speechPartPreds('Verb', 'pluralVerb-Present')), and(wordForms('Fashion-TheWord', 'pluralVerb-Present', string([fashion])), speechPartPreds('NLWordForm', 'pluralVerb-Present')), and(wordForms('Fashion-TheWord', 'presentTense-Generic', string([fashion])), speechPartPreds('Verb', 'presentTense-Generic')), and(wordForms('Fashion-TheWord', 'presentTense-Generic', string([fashion])), speechPartPreds('NLWordForm', 'presentTense-Generic')), and(wordForms('Fashion-TheWord', tensed, string([fashion])), speechPartPreds('Verb', tensed)), and(wordForms('Fashion-TheWord', tensed, string([fashion])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Fashion-TheWord', untensed, string([fashion])), speechPartPreds('Verb', untensed)), and(wordForms('Fashion-TheWord', untensed, string([fashion])), speechPartPreds('NLWordForm', untensed)), and(wordForms('Fashion-TheWord', 'simplePresent-Generic', string([fashion])), speechPartPreds('Verb', 'simplePresent-Generic')), and(wordForms('Fashion-TheWord', 'simplePresent-Generic', string([fashion])), speechPartPreds('NLWordForm', 'simplePresent-Generic')), and(wordForms('Fashion-TheWord', verbStrings, string([fashion])), speechPartPreds('Verb', verbStrings)), and(wordForms('Fashion-TheWord', verbStrings, string([fashion])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Fashion-TheWord', 'firstPersonSg-Generic', string([fashion])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('Fashion-TheWord', 'firstPersonSg-Generic', string([fashion])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('Fashion-TheWord', 'secondPersonSg-Generic', string([fashion])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('Fashion-TheWord', 'secondPersonSg-Generic', string([fashion])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('Fashion-TheWord', 'pluralVerb-Generic', string([fashion])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('Fashion-TheWord', 'pluralVerb-Generic', string([fashion])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('Fashion-TheWord', 'singularVerb-Generic', string([fashion])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Fashion-TheWord', 'singularVerb-Generic', string([fashion])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Fashion-TheWord', 'simpleAspect-Generic', string([fashion])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Fashion-TheWord', 'simpleAspect-Generic', string([fashion])), speechPartPreds('NLWordForm', 'simpleAspect-Generic')), and(wordForms('Fashion-TheWord', massNumber, string([fashion])), speechPartPreds('MassNoun', massNumber)), and(wordForms('Fashion-TheWord', massNumber, string([fashion])), speechPartPreds('ProperMassNoun', massNumber)), and(wordForms('Fashion-TheWord', massNumber, string([fashion])), speechPartPreds('NLWordForm', massNumber)), and(wordForms('Fashion-TheWord', massNumber, string([fashion])), speechPartPreds('MassNoun-Generic', massNumber)), and(wordForms('Fashion-TheWord', massNumber, string([fashion])), speechPartPreds('Noun', massNumber)), and(wordForms('Fashion-TheWord', massNumber, string([fashion])), speechPartPreds('CommonNoun', massNumber))]). cached_query(and(speechPartPreds(A, B), [B, C, string([fashion])]), [and(speechPartPreds('MassNoun', massNumber), [massNumber, 'Fashion-TheWord', string([fashion])]), and(speechPartPreds('ProperMassNoun', massNumber), [massNumber, 'Fashion-TheWord', string([fashion])]), and(speechPartPreds('NLWordForm', massNumber), [massNumber, 'Fashion-TheWord', string([fashion])]), and(speechPartPreds('MassNoun-Generic', massNumber), [massNumber, 'Fashion-TheWord', string([fashion])]), and(speechPartPreds('Noun', massNumber), [massNumber, 'Fashion-TheWord', string([fashion])]), and(speechPartPreds('CommonNoun', massNumber), [massNumber, 'Fashion-TheWord', string([fashion])]), and(speechPartPreds('CountNoun', singular), [singular, 'Fashion-TheWord', string([fashion])]), and(speechPartPreds('NLWordForm', singular), [singular, 'Fashion-TheWord', string([fashion])]), and(speechPartPreds('Noun', singular), [singular, 'Fashion-TheWord', string([fashion])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'Fashion-TheWord', string([fashion])]), and(speechPartPreds('CommonNoun', singular), [singular, 'Fashion-TheWord', string([fashion])]), and(speechPartPreds('Verb', infinitive), [infinitive, 'Fashion-TheWord', string([fashion])]), and(speechPartPreds('NLWordForm', infinitive), [infinitive, 'Fashion-TheWord', string([fashion])])]). cached_query(and(wordStrings(A, string([fashion])), partOfSpeech(A, B, string([fashion]))), []). cached_query(partOfSpeech(A, B, string([fashion])), []). cached_query('#$or'(nameSpelling(A, string([fashion])), commonNickname(A, string([fashion]))), []). cached_query(wordSemTrans('Real-TheWord', A, B, C, 'Preposition', D, E), []). cached_query(wordSemTrans('Real-TheWord', A, 'ParticleCompFrameFn'('IntransitiveParticleFrameType', B), C, D, E, F), []). cached_query(wordSemTrans('Real-TheWord', A, B, C, 'Verb', D, E), []). cached_query(wordSemTrans('Real-TheWord', A, 'ParticleCompFrameFn'('TransitiveParticleNPFrameType', B), C, 'Verb', D, E), []). cached_query(compoundSemTrans('Hair-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Hair-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([hair])), speechPartPreds(C, B)), [and(wordForms('Hair-TheWord', singular, string([hair])), speechPartPreds('CountNoun', singular)), and(wordForms('Hair-TheWord', singular, string([hair])), speechPartPreds('NLWordForm', singular)), and(wordForms('Hair-TheWord', singular, string([hair])), speechPartPreds('Noun', singular)), and(wordForms('Hair-TheWord', singular, string([hair])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('Hair-TheWord', singular, string([hair])), speechPartPreds('CommonNoun', singular)), and(wordForms('Hair-TheWord', simpleNounStrings, string([hair])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Hair-TheWord', simpleNounStrings, string([hair])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Hair-TheWord', simpleNounStrings, string([hair])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Hair-TheWord', simpleNounStrings, string([hair])), speechPartPreds('CommonNoun', simpleNounStrings)), and(wordForms('Hair-TheWord', massNumber, string([hair])), speechPartPreds('MassNoun', massNumber)), and(wordForms('Hair-TheWord', massNumber, string([hair])), speechPartPreds('ProperMassNoun', massNumber)), and(wordForms('Hair-TheWord', massNumber, string([hair])), speechPartPreds('NLWordForm', massNumber)), and(wordForms('Hair-TheWord', massNumber, string([hair])), speechPartPreds('MassNoun-Generic', massNumber)), and(wordForms('Hair-TheWord', massNumber, string([hair])), speechPartPreds('Noun', massNumber)), and(wordForms('Hair-TheWord', massNumber, string([hair])), speechPartPreds('CommonNoun', massNumber))]). cached_query(and(speechPartPreds(A, B), [B, C, string([hair])]), [and(speechPartPreds('CountNoun', singular), [singular, 'Hair-TheWord', string([hair])]), and(speechPartPreds('NLWordForm', singular), [singular, 'Hair-TheWord', string([hair])]), and(speechPartPreds('Noun', singular), [singular, 'Hair-TheWord', string([hair])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'Hair-TheWord', string([hair])]), and(speechPartPreds('CommonNoun', singular), [singular, 'Hair-TheWord', string([hair])]), and(speechPartPreds('MassNoun', massNumber), [massNumber, 'Hair-TheWord', string([hair])]), and(speechPartPreds('ProperMassNoun', massNumber), [massNumber, 'Hair-TheWord', string([hair])]), and(speechPartPreds('NLWordForm', massNumber), [massNumber, 'Hair-TheWord', string([hair])]), and(speechPartPreds('MassNoun-Generic', massNumber), [massNumber, 'Hair-TheWord', string([hair])]), and(speechPartPreds('Noun', massNumber), [massNumber, 'Hair-TheWord', string([hair])]), and(speechPartPreds('CommonNoun', massNumber), [massNumber, 'Hair-TheWord', string([hair])])]). cached_query(and(wordStrings(A, string([hair])), partOfSpeech(A, B, string([hair]))), []). cached_query(partOfSpeech(A, B, string([hair])), []). cached_query('#$or'(nameSpelling(A, string([hair])), commonNickname(A, string([hair]))), []). cached_query(compoundSemTrans('Yourself-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Yourself-TheWord', B, C, D), []). cached_query(compoundSemTrans('Your-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Your-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([your])), speechPartPreds(C, B)), [and(wordForms('Your-TheWord', determinerStrings, string([your])), speechPartPreds('NLWordForm', determinerStrings)), and(wordForms('Your-TheWord', determinerStrings, string([your])), speechPartPreds('Determiner-Central', determinerStrings)), and(wordForms('Your-TheWord', determinerStrings, string([your])), speechPartPreds('Determiner-ClassC', determinerStrings)), and(wordForms('Your-TheWord', determinerStrings, string([your])), speechPartPreds('WHDeterminer', determinerStrings)), and(wordForms('Your-TheWord', determinerStrings, string([your])), speechPartPreds('Determiner-ClassA', determinerStrings)), and(wordForms('Your-TheWord', determinerStrings, string([your])), speechPartPreds('Postdeterminer', determinerStrings)), and(wordForms('Your-TheWord', determinerStrings, string([your])), speechPartPreds('Determiner', determinerStrings)), and(wordForms('Your-TheWord', determinerStrings, string([your])), speechPartPreds('Determiner-ClassB', determinerStrings)), and(wordForms('Your-TheWord', pronounStrings, string([your])), speechPartPreds('NLWordForm', pronounStrings)), and(wordForms('Your-TheWord', pronounStrings, string([your])), speechPartPreds('Pronoun-SubjectOrObject', pronounStrings)), and(wordForms('Your-TheWord', pronounStrings, string([your])), speechPartPreds('PossessivePronoun-Post', pronounStrings)), and(wordForms('Your-TheWord', pronounStrings, string([your])), speechPartPreds('PossessivePronoun', pronounStrings)), and(wordForms('Your-TheWord', pronounStrings, string([your])), speechPartPreds('ExpletivePronoun', pronounStrings)), and(wordForms('Your-TheWord', pronounStrings, string([your])), speechPartPreds('ReflexivePronoun', pronounStrings)), and(wordForms('Your-TheWord', pronounStrings, string([your])), speechPartPreds('ReciprocalPronoun', pronounStrings)), and(wordForms('Your-TheWord', pronounStrings, string([your])), speechPartPreds('SubjectPronoun', pronounStrings)), and(wordForms('Your-TheWord', pronounStrings, string([your])), speechPartPreds('IndefinitePronoun', pronounStrings)), and(wordForms('Your-TheWord', pronounStrings, string([your])), speechPartPreds('WHPronoun', pronounStrings)), and(wordForms('Your-TheWord', pronounStrings, string([your])), speechPartPreds('Pronoun', pronounStrings)), and(wordForms('Your-TheWord', pronounStrings, string([your])), speechPartPreds('Number-SP', pronounStrings)), and(wordForms('Your-TheWord', pronounStrings, string([your])), speechPartPreds('ObjectPronoun', pronounStrings)), and(wordForms('Your-TheWord', pronounStrings, string([your])), speechPartPreds('SingularPronoun', pronounStrings)), and(wordForms('Your-TheWord', pronounStrings, string([your])), speechPartPreds('PluralPronoun', pronounStrings)), and(wordForms('Your-TheWord', pronounStrings, string([your])), speechPartPreds('DualPronoun', pronounStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([your])]), [and(speechPartPreds('NLWordForm', determinerStrings), [determinerStrings, 'Your-TheWord', string([your])]), and(speechPartPreds('Determiner-Central', determinerStrings), [determinerStrings, 'Your-TheWord', string([your])]), and(speechPartPreds('Determiner-ClassC', determinerStrings), [determinerStrings, 'Your-TheWord', string([your])]), and(speechPartPreds('WHDeterminer', determinerStrings), [determinerStrings, 'Your-TheWord', string([your])]), and(speechPartPreds('Determiner-ClassA', determinerStrings), [determinerStrings, 'Your-TheWord', string([your])]), and(speechPartPreds('Postdeterminer', determinerStrings), [determinerStrings, 'Your-TheWord', string([your])]), and(speechPartPreds('Determiner', determinerStrings), [determinerStrings, 'Your-TheWord', string([your])]), and(speechPartPreds('Determiner-ClassB', determinerStrings), [determinerStrings, 'Your-TheWord', string([your])]), and(speechPartPreds('NLWordForm', pronounStrings), [pronounStrings, 'Your-TheWord', string([your])]), and(speechPartPreds('Pronoun-SubjectOrObject', pronounStrings), [pronounStrings, 'Your-TheWord', string([your])]), and(speechPartPreds('PossessivePronoun-Post', pronounStrings), [pronounStrings, 'Your-TheWord', string([your])]), and(speechPartPreds('PossessivePronoun', pronounStrings), [pronounStrings, 'Your-TheWord', string([your])]), and(speechPartPreds('ExpletivePronoun', pronounStrings), [pronounStrings, 'Your-TheWord', string([your])]), and(speechPartPreds('ReflexivePronoun', pronounStrings), [pronounStrings, 'Your-TheWord', string([your])]), and(speechPartPreds('ReciprocalPronoun', pronounStrings), [pronounStrings, 'Your-TheWord', string([your])]), and(speechPartPreds('SubjectPronoun', pronounStrings), [pronounStrings, 'Your-TheWord', string([your])]), and(speechPartPreds('IndefinitePronoun', pronounStrings), [pronounStrings, 'Your-TheWord', string([your])]), and(speechPartPreds('WHPronoun', pronounStrings), [pronounStrings, 'Your-TheWord', string([your])]), and(speechPartPreds('Pronoun', pronounStrings), [pronounStrings, 'Your-TheWord', string([your])]), and(speechPartPreds('Number-SP', pronounStrings), [pronounStrings, 'Your-TheWord', string([your])]), and(speechPartPreds('ObjectPronoun', pronounStrings), [pronounStrings, 'Your-TheWord', string([your])]), and(speechPartPreds('SingularPronoun', pronounStrings), [pronounStrings, 'Your-TheWord', string([your])]), and(speechPartPreds('PluralPronoun', pronounStrings), [pronounStrings, 'Your-TheWord', string([your])]), and(speechPartPreds('DualPronoun', pronounStrings), [pronounStrings, 'Your-TheWord', string([your])]), and(speechPartPreds('NLWordForm', pronounStrings), [pronounStrings, 'Yourself-TheWord', string([your])]), and(speechPartPreds('Pronoun-SubjectOrObject', pronounStrings), [pronounStrings, 'Yourself-TheWord', string([your])]), and(speechPartPreds('PossessivePronoun-Post', pronounStrings), [pronounStrings, 'Yourself-TheWord', string([your])]), and(speechPartPreds('PossessivePronoun', pronounStrings), [pronounStrings, 'Yourself-TheWord', string([your])]), and(speechPartPreds('ExpletivePronoun', pronounStrings), [pronounStrings, 'Yourself-TheWord', string([your])]), and(speechPartPreds('ReflexivePronoun', pronounStrings), [pronounStrings, 'Yourself-TheWord', string([your])]), and(speechPartPreds('ReciprocalPronoun', pronounStrings), [pronounStrings, 'Yourself-TheWord', string([your])]), and(speechPartPreds('SubjectPronoun', pronounStrings), [pronounStrings, 'Yourself-TheWord', string([your])]), and(speechPartPreds('IndefinitePronoun', pronounStrings), [pronounStrings, 'Yourself-TheWord', string([your])]), and(speechPartPreds('WHPronoun', pronounStrings), [pronounStrings, 'Yourself-TheWord', string([your])]), and(speechPartPreds('Pronoun', pronounStrings), [pronounStrings, 'Yourself-TheWord', string([your])]), and(speechPartPreds('Number-SP', pronounStrings), [pronounStrings, 'Yourself-TheWord', string([your])]), and(speechPartPreds('ObjectPronoun', pronounStrings), [pronounStrings, 'Yourself-TheWord', string([your])]), and(speechPartPreds('SingularPronoun', pronounStrings), [pronounStrings, 'Yourself-TheWord', string([your])]), and(speechPartPreds('PluralPronoun', pronounStrings), [pronounStrings, 'Yourself-TheWord', string([your])]), and(speechPartPreds('DualPronoun', pronounStrings), [pronounStrings, 'Yourself-TheWord', string([your])])]). cached_query(and(wordStrings(A, string([your])), partOfSpeech(A, B, string([your]))), [and(wordStrings('Yourself-TheWord', string([your])), partOfSpeech('Yourself-TheWord', 'SingularPronoun', string([your]))), and(wordStrings('Yourself-TheWord', string([your])), partOfSpeech('Yourself-TheWord', 'Pronoun', string([your]))), and(wordStrings('Your-TheWord', string([your])), partOfSpeech('Your-TheWord', 'PossessivePronoun-Pre', string([your]))), and(wordStrings('Your-TheWord', string([your])), partOfSpeech('Your-TheWord', 'SingularPronoun', string([your]))), and(wordStrings('Your-TheWord', string([your])), partOfSpeech('Your-TheWord', 'PluralPronoun', string([your]))), and(wordStrings('Your-TheWord', string([your])), partOfSpeech('Your-TheWord', 'Pronoun', string([your]))), and(wordStrings('Your-TheWord', string([your])), partOfSpeech('Your-TheWord', 'PossessivePronoun', string([your])))]). cached_query(partOfSpeech(A, B, string([your])), [partOfSpeech('Your-TheWord', 'PossessivePronoun-Pre', string([your])), partOfSpeech('Your-TheWord', 'PluralPronoun', string([your])), partOfSpeech('Your-TheWord', 'Pronoun', string([your])), partOfSpeech('Your-TheWord', 'PossessivePronoun', string([your])), partOfSpeech('Yourself-TheWord', 'Pronoun', string([your])), partOfSpeech('Your-TheWord', 'SingularPronoun', string([your])), partOfSpeech('Yourself-TheWord', 'SingularPronoun', string([your]))]). cached_query('#$or'(nameSpelling(A, string([your])), commonNickname(A, string([your]))), []). cached_query(and(wordForms(A, B, string([do])), speechPartPreds(C, B)), [and(wordForms('Do-TheWord', infinitive, string([do])), speechPartPreds('Verb', infinitive)), and(wordForms('Do-TheWord', infinitive, string([do])), speechPartPreds('NLWordForm', infinitive)), and(wordForms('Do-TheWord', 'firstPersonSg-Present', string([do])), speechPartPreds('Verb', 'firstPersonSg-Present')), and(wordForms('Do-TheWord', 'firstPersonSg-Present', string([do])), speechPartPreds('NLWordForm', 'firstPersonSg-Present')), and(wordForms('Do-TheWord', 'secondPersonSg-Present', string([do])), speechPartPreds('Verb', 'secondPersonSg-Present')), and(wordForms('Do-TheWord', 'secondPersonSg-Present', string([do])), speechPartPreds('NLWordForm', 'secondPersonSg-Present')), and(wordForms('Do-TheWord', 'nonThirdSg-Present', string([do])), speechPartPreds('Verb', 'nonThirdSg-Present')), and(wordForms('Do-TheWord', 'nonThirdSg-Present', string([do])), speechPartPreds('NLWordForm', 'nonThirdSg-Present')), and(wordForms('Do-TheWord', 'pluralVerb-Present', string([do])), speechPartPreds('Verb', 'pluralVerb-Present')), and(wordForms('Do-TheWord', 'pluralVerb-Present', string([do])), speechPartPreds('NLWordForm', 'pluralVerb-Present')), and(wordForms('Do-TheWord', 'presentTense-Generic', string([do])), speechPartPreds('Verb', 'presentTense-Generic')), and(wordForms('Do-TheWord', 'presentTense-Generic', string([do])), speechPartPreds('NLWordForm', 'presentTense-Generic')), and(wordForms('Do-TheWord', tensed, string([do])), speechPartPreds('Verb', tensed)), and(wordForms('Do-TheWord', tensed, string([do])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Do-TheWord', untensed, string([do])), speechPartPreds('Verb', untensed)), and(wordForms('Do-TheWord', untensed, string([do])), speechPartPreds('NLWordForm', untensed)), and(wordForms('Do-TheWord', 'simplePresent-Generic', string([do])), speechPartPreds('Verb', 'simplePresent-Generic')), and(wordForms('Do-TheWord', 'simplePresent-Generic', string([do])), speechPartPreds('NLWordForm', 'simplePresent-Generic')), and(wordForms('Do-TheWord', verbStrings, string([do])), speechPartPreds('Verb', verbStrings)), and(wordForms('Do-TheWord', verbStrings, string([do])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Do-TheWord', 'firstPersonSg-Generic', string([do])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('Do-TheWord', 'firstPersonSg-Generic', string([do])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('Do-TheWord', 'secondPersonSg-Generic', string([do])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('Do-TheWord', 'secondPersonSg-Generic', string([do])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('Do-TheWord', 'pluralVerb-Generic', string([do])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('Do-TheWord', 'pluralVerb-Generic', string([do])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('Do-TheWord', 'singularVerb-Generic', string([do])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Do-TheWord', 'singularVerb-Generic', string([do])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Do-TheWord', 'simpleAspect-Generic', string([do])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Do-TheWord', 'simpleAspect-Generic', string([do])), speechPartPreds('NLWordForm', 'simpleAspect-Generic'))]). cached_query(and(speechPartPreds(A, B), [B, C, string([do])]), [and(speechPartPreds('Verb', infinitive), [infinitive, 'Do-TheWord', string([do])]), and(speechPartPreds('NLWordForm', infinitive), [infinitive, 'Do-TheWord', string([do])]), and(speechPartPreds('NLWordForm', baseForm), [baseForm, 'Do-TheWord', string([do])])]). cached_query(and(wordStrings(A, string([do])), partOfSpeech(A, B, string([do]))), [and(wordStrings('Do-TheWord', string([do])), partOfSpeech('Do-TheWord', 'DoAux', string([do])))]). cached_query(partOfSpeech(A, B, string([do])), [partOfSpeech('Do-TheWord', 'DoAux', string([do]))]). cached_query('#$or'(nameSpelling(A, string([do])), commonNickname(A, string([do]))), []). cached_query(compoundSemTrans('Like-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Like-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([like])), speechPartPreds(C, B)), [and(wordForms('Like-TheWord', infinitive, string([like])), speechPartPreds('Verb', infinitive)), and(wordForms('Like-TheWord', infinitive, string([like])), speechPartPreds('NLWordForm', infinitive)), and(wordForms('Like-TheWord', 'firstPersonSg-Present', string([like])), speechPartPreds('Verb', 'firstPersonSg-Present')), and(wordForms('Like-TheWord', 'firstPersonSg-Present', string([like])), speechPartPreds('NLWordForm', 'firstPersonSg-Present')), and(wordForms('Like-TheWord', 'secondPersonSg-Present', string([like])), speechPartPreds('Verb', 'secondPersonSg-Present')), and(wordForms('Like-TheWord', 'secondPersonSg-Present', string([like])), speechPartPreds('NLWordForm', 'secondPersonSg-Present')), and(wordForms('Like-TheWord', 'nonThirdSg-Present', string([like])), speechPartPreds('Verb', 'nonThirdSg-Present')), and(wordForms('Like-TheWord', 'nonThirdSg-Present', string([like])), speechPartPreds('NLWordForm', 'nonThirdSg-Present')), and(wordForms('Like-TheWord', 'pluralVerb-Present', string([like])), speechPartPreds('Verb', 'pluralVerb-Present')), and(wordForms('Like-TheWord', 'pluralVerb-Present', string([like])), speechPartPreds('NLWordForm', 'pluralVerb-Present')), and(wordForms('Like-TheWord', 'presentTense-Generic', string([like])), speechPartPreds('Verb', 'presentTense-Generic')), and(wordForms('Like-TheWord', 'presentTense-Generic', string([like])), speechPartPreds('NLWordForm', 'presentTense-Generic')), and(wordForms('Like-TheWord', tensed, string([like])), speechPartPreds('Verb', tensed)), and(wordForms('Like-TheWord', tensed, string([like])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Like-TheWord', untensed, string([like])), speechPartPreds('Verb', untensed)), and(wordForms('Like-TheWord', untensed, string([like])), speechPartPreds('NLWordForm', untensed)), and(wordForms('Like-TheWord', 'simplePresent-Generic', string([like])), speechPartPreds('Verb', 'simplePresent-Generic')), and(wordForms('Like-TheWord', 'simplePresent-Generic', string([like])), speechPartPreds('NLWordForm', 'simplePresent-Generic')), and(wordForms('Like-TheWord', verbStrings, string([like])), speechPartPreds('Verb', verbStrings)), and(wordForms('Like-TheWord', verbStrings, string([like])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Like-TheWord', 'firstPersonSg-Generic', string([like])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('Like-TheWord', 'firstPersonSg-Generic', string([like])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('Like-TheWord', 'secondPersonSg-Generic', string([like])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('Like-TheWord', 'secondPersonSg-Generic', string([like])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('Like-TheWord', 'pluralVerb-Generic', string([like])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('Like-TheWord', 'pluralVerb-Generic', string([like])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('Like-TheWord', 'singularVerb-Generic', string([like])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Like-TheWord', 'singularVerb-Generic', string([like])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Like-TheWord', 'simpleAspect-Generic', string([like])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Like-TheWord', 'simpleAspect-Generic', string([like])), speechPartPreds('NLWordForm', 'simpleAspect-Generic')), and(wordForms('Like-TheWord', regularDegree, string([like])), speechPartPreds('Adjective-Gradable', regularDegree)), and(wordForms('Like-TheWord', regularDegree, string([like])), speechPartPreds('NLWordForm', regularDegree)), and(wordForms('Like-TheWord', regularDegree, string([like])), speechPartPreds('Adjective', regularDegree)), and(wordForms('Like-TheWord', adjStrings, string([like])), speechPartPreds('Adjective-Gradable', adjStrings)), and(wordForms('Like-TheWord', adjStrings, string([like])), speechPartPreds('Adjective', adjStrings)), and(wordForms('Like-TheWord', adjStrings, string([like])), speechPartPreds('NLWordForm', adjStrings)), and(wordForms('Like-TheWord', 'adjStrings-NonGraded', string([like])), speechPartPreds('Adjective-Gradable', 'adjStrings-NonGraded')), and(wordForms('Like-TheWord', 'adjStrings-NonGraded', string([like])), speechPartPreds('NLWordForm', 'adjStrings-NonGraded')), and(wordForms('Like-TheWord', 'adjStrings-NonGraded', string([like])), speechPartPreds('Adjective', 'adjStrings-NonGraded')), and(wordForms('Like-TheWord', prepositionStrings, string([like])), speechPartPreds('Preposition', prepositionStrings)), and(wordForms('Like-TheWord', prepositionStrings, string([like])), speechPartPreds('NLWordForm', prepositionStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([like])]), [and(speechPartPreds('Verb', infinitive), [infinitive, 'Like-TheWord', string([like])]), and(speechPartPreds('NLWordForm', infinitive), [infinitive, 'Like-TheWord', string([like])]), and(speechPartPreds('Adjective-Gradable', regularDegree), [regularDegree, 'Like-TheWord', string([like])]), and(speechPartPreds('NLWordForm', regularDegree), [regularDegree, 'Like-TheWord', string([like])]), and(speechPartPreds('Adjective', regularDegree), [regularDegree, 'Like-TheWord', string([like])]), and(speechPartPreds('Preposition', prepositionStrings), [prepositionStrings, 'Like-TheWord', string([like])]), and(speechPartPreds('NLWordForm', prepositionStrings), [prepositionStrings, 'Like-TheWord', string([like])])]). cached_query(and(wordStrings(A, string([like])), partOfSpeech(A, B, string([like]))), [and(wordStrings('Like-TheWord', string([like])), partOfSpeech('Like-TheWord', 'Preposition', string([like]))), and(wordStrings('Like-TheWord', string([like])), partOfSpeech('Like-TheWord', 'SubordinatingConjunction', string([like])))]). cached_query(partOfSpeech(A, B, string([like])), [partOfSpeech('Like-TheWord', 'Preposition', string([like])), partOfSpeech('Like-TheWord', 'SubordinatingConjunction', string([like]))]). cached_query('#$or'(nameSpelling(A, string([like])), commonNickname(A, string([like]))), []). cached_query(compoundSemTrans('Real-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Real-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([really])), speechPartPreds(C, B)), [and(wordForms('Real-TheWord', regularAdverb, string([really])), speechPartPreds('Adverb', regularAdverb)), and(wordForms('Real-TheWord', regularAdverb, string([really])), speechPartPreds('WHAdverb', regularAdverb)), and(wordForms('Real-TheWord', regularAdverb, string([really])), speechPartPreds('NLWordForm', regularAdverb)), and(wordForms('Real-TheWord', adverbStrings, string([really])), speechPartPreds('Adverb', adverbStrings)), and(wordForms('Real-TheWord', adverbStrings, string([really])), speechPartPreds('NLWordForm', adverbStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([really])]), [and(speechPartPreds('Adverb', regularAdverb), [regularAdverb, 'Real-TheWord', string([really])]), and(speechPartPreds('WHAdverb', regularAdverb), [regularAdverb, 'Real-TheWord', string([really])]), and(speechPartPreds('NLWordForm', regularAdverb), [regularAdverb, 'Real-TheWord', string([really])])]). cached_query(and(wordStrings(A, string([really])), partOfSpeech(A, B, string([really]))), []). cached_query(partOfSpeech(A, B, string([really])), []). cached_query('#$or'(nameSpelling(A, string([really])), commonNickname(A, string([really]))), []). cached_query(wordSemTrans('Always-TheWord', A, B, C, 'Preposition', D, E), []). cached_query(wordSemTrans('Always-TheWord', A, 'ParticleCompFrameFn'('IntransitiveParticleFrameType', B), C, D, E, F), []). cached_query(wordSemTrans('Always-TheWord', A, B, C, 'Verb', D, E), []). cached_query(wordSemTrans('Always-TheWord', A, 'ParticleCompFrameFn'('TransitiveParticleNPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('Way-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('It-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('It-TheWord', A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Adjective', D, E), []). cached_query(wordSemTrans('WordFn'(string(['Do'])), A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('WordFn'(string(['Do'])), A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Adjective', D, E), []). cached_query(compoundSemTrans('Done-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Done-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([done])), speechPartPreds(C, B)), [and(wordForms('Do-TheWord', passiveParticiple, string([done])), speechPartPreds('Verb', passiveParticiple)), and(wordForms('Do-TheWord', passiveParticiple, string([done])), speechPartPreds('Adjective-Ed', passiveParticiple)), and(wordForms('Do-TheWord', passiveParticiple, string([done])), speechPartPreds('NLWordForm', passiveParticiple)), and(wordForms('Do-TheWord', untensed, string([done])), speechPartPreds('Verb', untensed)), and(wordForms('Do-TheWord', untensed, string([done])), speechPartPreds('NLWordForm', untensed)), and(wordForms('Do-TheWord', verbStrings, string([done])), speechPartPreds('Verb', verbStrings)), and(wordForms('Do-TheWord', verbStrings, string([done])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Do-TheWord', perfect, string([done])), speechPartPreds('Verb', perfect)), and(wordForms('Do-TheWord', perfect, string([done])), speechPartPreds('NLWordForm', perfect)), and(wordForms('Done-TheWord', regularDegree, string([done])), speechPartPreds('Adjective-Gradable', regularDegree)), and(wordForms('Done-TheWord', regularDegree, string([done])), speechPartPreds('NLWordForm', regularDegree)), and(wordForms('Done-TheWord', regularDegree, string([done])), speechPartPreds('Adjective', regularDegree)), and(wordForms('Done-TheWord', adjStrings, string([done])), speechPartPreds('Adjective-Gradable', adjStrings)), and(wordForms('Done-TheWord', adjStrings, string([done])), speechPartPreds('Adjective', adjStrings)), and(wordForms('Done-TheWord', adjStrings, string([done])), speechPartPreds('NLWordForm', adjStrings)), and(wordForms('Done-TheWord', 'adjStrings-NonGraded', string([done])), speechPartPreds('Adjective-Gradable', 'adjStrings-NonGraded')), and(wordForms('Done-TheWord', 'adjStrings-NonGraded', string([done])), speechPartPreds('NLWordForm', 'adjStrings-NonGraded')), and(wordForms('Done-TheWord', 'adjStrings-NonGraded', string([done])), speechPartPreds('Adjective', 'adjStrings-NonGraded'))]). cached_query(and(speechPartPreds(A, B), [B, C, string([done])]), [and(speechPartPreds('Verb', perfect), [perfect, 'Do-TheWord', string([done])]), and(speechPartPreds('NLWordForm', perfect), [perfect, 'Do-TheWord', string([done])]), and(speechPartPreds('Adjective-Gradable', regularDegree), [regularDegree, 'Done-TheWord', string([done])]), and(speechPartPreds('NLWordForm', regularDegree), [regularDegree, 'Done-TheWord', string([done])]), and(speechPartPreds('Adjective', regularDegree), [regularDegree, 'Done-TheWord', string([done])])]). cached_query(and(wordStrings(A, string([done])), partOfSpeech(A, B, string([done]))), [and(wordStrings('Do-TheWord', string([done])), partOfSpeech('Do-TheWord', 'DoAux', string([done])))]). cached_query(partOfSpeech(A, B, string([done])), [partOfSpeech('Do-TheWord', 'DoAux', string([done]))]). cached_query('#$or'(nameSpelling(A, string([done])), commonNickname(A, string([done]))), []). cached_query(compoundSemTrans('Always-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Always-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([always])), speechPartPreds(C, B)), [and(wordForms('Always-TheWord', regularAdverb, string([always])), speechPartPreds('Adverb', regularAdverb)), and(wordForms('Always-TheWord', regularAdverb, string([always])), speechPartPreds('WHAdverb', regularAdverb)), and(wordForms('Always-TheWord', regularAdverb, string([always])), speechPartPreds('NLWordForm', regularAdverb)), and(wordForms('Always-TheWord', adverbStrings, string([always])), speechPartPreds('Adverb', adverbStrings)), and(wordForms('Always-TheWord', adverbStrings, string([always])), speechPartPreds('NLWordForm', adverbStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([always])]), [and(speechPartPreds('Adverb', regularAdverb), [regularAdverb, 'Always-TheWord', string([always])]), and(speechPartPreds('WHAdverb', regularAdverb), [regularAdverb, 'Always-TheWord', string([always])]), and(speechPartPreds('NLWordForm', regularAdverb), [regularAdverb, 'Always-TheWord', string([always])])]). cached_query(and(wordStrings(A, string([always])), partOfSpeech(A, B, string([always]))), []). cached_query(partOfSpeech(A, B, string([always])), []). cached_query('#$or'(nameSpelling(A, string([always])), commonNickname(A, string([always]))), []). cached_query(compoundSemTrans('WordFn'(string(['you\'ve'])), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'WordFn'(string(['you\'ve'])), B, C, D), []). cached_query(and(wordForms(A, B, string(['you\'ve'])), speechPartPreds(C, B)), []). cached_query(and(speechPartPreds(A, B), [B, C, string(['you\'ve'])]), []). cached_query(and(wordStrings(A, string(['you\'ve'])), partOfSpeech(A, B, string(['you\'ve']))), []). cached_query(partOfSpeech(A, B, string(['you\'ve'])), []). cached_query('#$or'(nameSpelling(A, string(['you\'ve'])), commonNickname(A, string(['you\'ve']))), []). cached_query(compoundSemTrans('Way-TheWord', A, B, C, D), [compoundSemTrans('Way-TheWord', 'TheList'(string('"in"'), string('"which"'), string('"prospective"'), string('"mRNA"'), string('"gets"'), string('"processed"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'MRNAProcessingType'))), compoundSemTrans('Way-TheWord', 'TheList'(string('"in"'), string('"which"'), string('"prospective"'), string('"mRNA"'), string('"is"'), string('"processed"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'MRNAProcessingType'))), compoundSemTrans('Way-TheWord', 'TheList'(string('"in"'), string('"which"'), string('"primary"'), string('"transcripts"'), string('"destined"'), string('"to"'), string('"become"'), string('"mRNA"'), string('"are"'), string('"processed"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'MRNAProcessingType')))]). cached_query(multiWordSemTrans(A, 'Way-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([way])), speechPartPreds(C, B)), [and(wordForms('Way-TheWord', singular, string([way])), speechPartPreds('CountNoun', singular)), and(wordForms('Way-TheWord', singular, string([way])), speechPartPreds('NLWordForm', singular)), and(wordForms('Way-TheWord', singular, string([way])), speechPartPreds('Noun', singular)), and(wordForms('Way-TheWord', singular, string([way])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('Way-TheWord', singular, string([way])), speechPartPreds('CommonNoun', singular)), and(wordForms('Way-TheWord', simpleNounStrings, string([way])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Way-TheWord', simpleNounStrings, string([way])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Way-TheWord', simpleNounStrings, string([way])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Way-TheWord', simpleNounStrings, string([way])), speechPartPreds('CommonNoun', simpleNounStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([way])]), [and(speechPartPreds('CountNoun', singular), [singular, 'Way-TheWord', string([way])]), and(speechPartPreds('NLWordForm', singular), [singular, 'Way-TheWord', string([way])]), and(speechPartPreds('Noun', singular), [singular, 'Way-TheWord', string([way])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'Way-TheWord', string([way])]), and(speechPartPreds('CommonNoun', singular), [singular, 'Way-TheWord', string([way])])]). cached_query(and(wordStrings(A, string([way])), partOfSpeech(A, B, string([way]))), []). cached_query(partOfSpeech(A, B, string([way])), []). cached_query('#$or'(nameSpelling(A, string([way])), commonNickname(A, string([way]))), []). cached_query(compoundSemTrans('WordFn'(string(['Do'])), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'WordFn'(string(['Do'])), B, C, D), []). cached_query(and(wordForms(A, B, string(['Do'])), speechPartPreds(C, B)), []). cached_query(and(speechPartPreds(A, B), [B, C, string(['Do'])]), []). cached_query(and(wordStrings(A, string(['Do'])), partOfSpeech(A, B, string(['Do']))), []). cached_query(partOfSpeech(A, B, string(['Do'])), []). cached_query('#$or'(nameSpelling(A, string(['Do'])), commonNickname(A, string(['Do']))), []). cached_query(wordSemTrans('Mind-TheWord', A, B, C, 'Preposition', D, E), []). cached_query(wordSemTrans('Mind-TheWord', A, 'ParticleCompFrameFn'('IntransitiveParticleFrameType', B), C, D, E, F), []). cached_query(wordSemTrans('Mind-TheWord', A, B, C, 'Verb', D, E), [wordSemTrans('Mind-TheWord', 1, 'TransitiveNPFrame', and(isa(':ACTION', 'TakingCareOfSomething'), beneficiary(':ACTION', ':OBJECT'), performedBy(':ACTION', ':SUBJECT')), 'Verb', verbSemTrans, 'True')]). cached_query(wordSemTrans('Mind-TheWord', A, 'ParticleCompFrameFn'('TransitiveParticleNPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('Mind-TheWord', A, 'PPCompFrameFn'('DitransitivePPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('Mind-TheWord', A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('Mind-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('Kill-TheWord', A, B, C, 'Preposition', D, E), []). cached_query(wordSemTrans('Kill-TheWord', A, 'ParticleCompFrameFn'('IntransitiveParticleFrameType', B), C, D, E, F), []). cached_query(wordSemTrans('Kill-TheWord', A, B, C, 'Verb', D, E), [wordSemTrans('Kill-TheWord', 0, 'TransitiveNPFrame', and(organismKilled(':ACTION', ':OBJECT'), isa(':ACTION', 'KillingByOrganism'), performedBy(':ACTION', ':SUBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Kill-TheWord', 0, 'TransitiveNPFrame', and(organismKilled(':ACTION', ':OBJECT'), isa(':ACTION', 'KillingByOrganism'), doneBy(':ACTION', ':SUBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Kill-TheWord', 0, 'TransitiveNPFrame', and(organismKilled(':ACTION', ':OBJECT'), isa(':ACTION', 'KillingByOrganism'), subEvents(':ACTION', ':SUBJECT')), 'Verb', verbSemTrans, 'True')]). cached_query(wordSemTrans('Kill-TheWord', A, 'ParticleCompFrameFn'('TransitiveParticleNPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('Question-TheWord', A, B, C, 'Preposition', D, E), []). cached_query(wordSemTrans('Question-TheWord', A, 'ParticleCompFrameFn'('IntransitiveParticleFrameType', B), C, D, E, F), []). cached_query(wordSemTrans('Question-TheWord', A, B, C, 'Verb', D, E), []). cached_query(wordSemTrans('Question-TheWord', A, 'ParticleCompFrameFn'('TransitiveParticleNPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('Question-TheWord', A, 'PPCompFrameFn'('DitransitivePPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('Question-TheWord', A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('Question-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('Big-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(compoundSemTrans('WordFn'(string(['OJ'])), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'WordFn'(string(['OJ'])), B, C, D), []). cached_query(and(wordForms(A, B, string(['OJ'])), speechPartPreds(C, B)), []). cached_query(and(speechPartPreds(A, B), [B, C, string(['OJ'])]), []). cached_query(and(wordStrings(A, string(['OJ'])), partOfSpeech(A, B, string(['OJ']))), []). cached_query(partOfSpeech(A, B, string(['OJ'])), []). cached_query('#$or'(nameSpelling(A, string(['OJ'])), commonNickname(A, string(['OJ']))), []). cached_query(compoundSemTrans('Kill-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Kill-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([killed])), speechPartPreds(C, B)), [and(wordForms('Kill-TheWord', 'perfective-Generic', string([killed])), speechPartPreds('Verb', 'perfective-Generic')), and(wordForms('Kill-TheWord', 'perfective-Generic', string([killed])), speechPartPreds('NLWordForm', 'perfective-Generic')), and(wordForms('Kill-TheWord', passiveParticiple, string([killed])), speechPartPreds('Verb', passiveParticiple)), and(wordForms('Kill-TheWord', passiveParticiple, string([killed])), speechPartPreds('Adjective-Ed', passiveParticiple)), and(wordForms('Kill-TheWord', passiveParticiple, string([killed])), speechPartPreds('NLWordForm', passiveParticiple)), and(wordForms('Kill-TheWord', tensed, string([killed])), speechPartPreds('Verb', tensed)), and(wordForms('Kill-TheWord', tensed, string([killed])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Kill-TheWord', untensed, string([killed])), speechPartPreds('Verb', untensed)), and(wordForms('Kill-TheWord', untensed, string([killed])), speechPartPreds('NLWordForm', untensed)), and(wordForms('Kill-TheWord', verbStrings, string([killed])), speechPartPreds('Verb', verbStrings)), and(wordForms('Kill-TheWord', verbStrings, string([killed])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Kill-TheWord', 'thirdPersonSg-Generic', string([killed])), speechPartPreds('Verb', 'thirdPersonSg-Generic')), and(wordForms('Kill-TheWord', 'thirdPersonSg-Generic', string([killed])), speechPartPreds('NLWordForm', 'thirdPersonSg-Generic')), and(wordForms('Kill-TheWord', 'firstPersonSg-Generic', string([killed])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('Kill-TheWord', 'firstPersonSg-Generic', string([killed])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('Kill-TheWord', 'secondPersonSg-Generic', string([killed])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('Kill-TheWord', 'secondPersonSg-Generic', string([killed])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('Kill-TheWord', 'pluralVerb-Generic', string([killed])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('Kill-TheWord', 'pluralVerb-Generic', string([killed])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('Kill-TheWord', 'singularVerb-Generic', string([killed])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Kill-TheWord', 'singularVerb-Generic', string([killed])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Kill-TheWord', 'pastTense-Generic', string([killed])), speechPartPreds('Verb', 'pastTense-Generic')), and(wordForms('Kill-TheWord', 'pastTense-Generic', string([killed])), speechPartPreds('NLWordForm', 'pastTense-Generic')), and(wordForms('Kill-TheWord', 'firstPersonSg-Past', string([killed])), speechPartPreds('Verb', 'firstPersonSg-Past')), and(wordForms('Kill-TheWord', 'firstPersonSg-Past', string([killed])), speechPartPreds('NLWordForm', 'firstPersonSg-Past')), and(wordForms('Kill-TheWord', 'thirdPersonSg-Past', string([killed])), speechPartPreds('Verb', 'thirdPersonSg-Past')), and(wordForms('Kill-TheWord', 'thirdPersonSg-Past', string([killed])), speechPartPreds('NLWordForm', 'thirdPersonSg-Past')), and(wordForms('Kill-TheWord', 'pluralVerb-Past', string([killed])), speechPartPreds('Verb', 'pluralVerb-Past')), and(wordForms('Kill-TheWord', 'pluralVerb-Past', string([killed])), speechPartPreds('NLWordForm', 'pluralVerb-Past')), and(wordForms('Kill-TheWord', 'secondPersonSg-Past', string([killed])), speechPartPreds('Verb', 'secondPersonSg-Past')), and(wordForms('Kill-TheWord', 'secondPersonSg-Past', string([killed])), speechPartPreds('NLWordForm', 'secondPersonSg-Past')), and(wordForms('Kill-TheWord', 'simplePast-Generic', string([killed])), speechPartPreds('Verb', 'simplePast-Generic')), and(wordForms('Kill-TheWord', 'simplePast-Generic', string([killed])), speechPartPreds('NLWordForm', 'simplePast-Generic')), and(wordForms('Kill-TheWord', 'simpleAspect-Generic', string([killed])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Kill-TheWord', 'simpleAspect-Generic', string([killed])), speechPartPreds('NLWordForm', 'simpleAspect-Generic')), and(wordForms('Kill-TheWord', 'pastTense-Universal', string([killed])), speechPartPreds('Verb', 'pastTense-Universal')), and(wordForms('Kill-TheWord', 'pastTense-Universal', string([killed])), speechPartPreds('NLWordForm', 'pastTense-Universal')), and(wordForms('Kill-TheWord', perfect, string([killed])), speechPartPreds('Verb', perfect)), and(wordForms('Kill-TheWord', perfect, string([killed])), speechPartPreds('NLWordForm', perfect)), and(wordForms('Kill-TheWord', adjStrings, string([killed])), speechPartPreds('Adjective-Gradable', adjStrings)), and(wordForms('Kill-TheWord', adjStrings, string([killed])), speechPartPreds('Adjective', adjStrings)), and(wordForms('Kill-TheWord', adjStrings, string([killed])), speechPartPreds('NLWordForm', adjStrings)), and(wordForms('Kill-TheWord', 'adjStrings-NonGraded', string([killed])), speechPartPreds('Adjective-Gradable', 'adjStrings-NonGraded')), and(wordForms('Kill-TheWord', 'adjStrings-NonGraded', string([killed])), speechPartPreds('NLWordForm', 'adjStrings-NonGraded')), and(wordForms('Kill-TheWord', 'adjStrings-NonGraded', string([killed])), speechPartPreds('Adjective', 'adjStrings-NonGraded'))]). cached_query(and(speechPartPreds(A, B), [B, C, string([killed])]), [and(speechPartPreds('NongradableAdjective', nonGradableAdjectiveForm), [nonGradableAdjectiveForm, 'Kill-TheWord', string([killed])]), and(speechPartPreds('NLWordForm', nonGradableAdjectiveForm), [nonGradableAdjectiveForm, 'Kill-TheWord', string([killed])]), and(speechPartPreds('Adjective-Gradable', nonGradableAdjectiveForm), [nonGradableAdjectiveForm, 'Kill-TheWord', string([killed])]), and(speechPartPreds('Adjective', nonGradableAdjectiveForm), [nonGradableAdjectiveForm, 'Kill-TheWord', string([killed])])]). cached_query(and(wordStrings(A, string([killed])), partOfSpeech(A, B, string([killed]))), []). cached_query(partOfSpeech(A, B, string([killed])), []). cached_query('#$or'(nameSpelling(A, string([killed])), commonNickname(A, string([killed]))), []). cached_query(compoundSemTrans('Mind-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Mind-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([mind])), speechPartPreds(C, B)), [and(wordForms('Mind-TheWord', infinitive, string([mind])), speechPartPreds('Verb', infinitive)), and(wordForms('Mind-TheWord', infinitive, string([mind])), speechPartPreds('NLWordForm', infinitive)), and(wordForms('Mind-TheWord', 'firstPersonSg-Present', string([mind])), speechPartPreds('Verb', 'firstPersonSg-Present')), and(wordForms('Mind-TheWord', 'firstPersonSg-Present', string([mind])), speechPartPreds('NLWordForm', 'firstPersonSg-Present')), and(wordForms('Mind-TheWord', 'secondPersonSg-Present', string([mind])), speechPartPreds('Verb', 'secondPersonSg-Present')), and(wordForms('Mind-TheWord', 'secondPersonSg-Present', string([mind])), speechPartPreds('NLWordForm', 'secondPersonSg-Present')), and(wordForms('Mind-TheWord', 'nonThirdSg-Present', string([mind])), speechPartPreds('Verb', 'nonThirdSg-Present')), and(wordForms('Mind-TheWord', 'nonThirdSg-Present', string([mind])), speechPartPreds('NLWordForm', 'nonThirdSg-Present')), and(wordForms('Mind-TheWord', 'pluralVerb-Present', string([mind])), speechPartPreds('Verb', 'pluralVerb-Present')), and(wordForms('Mind-TheWord', 'pluralVerb-Present', string([mind])), speechPartPreds('NLWordForm', 'pluralVerb-Present')), and(wordForms('Mind-TheWord', 'presentTense-Generic', string([mind])), speechPartPreds('Verb', 'presentTense-Generic')), and(wordForms('Mind-TheWord', 'presentTense-Generic', string([mind])), speechPartPreds('NLWordForm', 'presentTense-Generic')), and(wordForms('Mind-TheWord', tensed, string([mind])), speechPartPreds('Verb', tensed)), and(wordForms('Mind-TheWord', tensed, string([mind])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Mind-TheWord', untensed, string([mind])), speechPartPreds('Verb', untensed)), and(wordForms('Mind-TheWord', untensed, string([mind])), speechPartPreds('NLWordForm', untensed)), and(wordForms('Mind-TheWord', 'simplePresent-Generic', string([mind])), speechPartPreds('Verb', 'simplePresent-Generic')), and(wordForms('Mind-TheWord', 'simplePresent-Generic', string([mind])), speechPartPreds('NLWordForm', 'simplePresent-Generic')), and(wordForms('Mind-TheWord', verbStrings, string([mind])), speechPartPreds('Verb', verbStrings)), and(wordForms('Mind-TheWord', verbStrings, string([mind])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Mind-TheWord', 'firstPersonSg-Generic', string([mind])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('Mind-TheWord', 'firstPersonSg-Generic', string([mind])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('Mind-TheWord', 'secondPersonSg-Generic', string([mind])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('Mind-TheWord', 'secondPersonSg-Generic', string([mind])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('Mind-TheWord', 'pluralVerb-Generic', string([mind])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('Mind-TheWord', 'pluralVerb-Generic', string([mind])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('Mind-TheWord', 'singularVerb-Generic', string([mind])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Mind-TheWord', 'singularVerb-Generic', string([mind])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Mind-TheWord', 'simpleAspect-Generic', string([mind])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Mind-TheWord', 'simpleAspect-Generic', string([mind])), speechPartPreds('NLWordForm', 'simpleAspect-Generic')), and(wordForms('Mind-TheWord', singular, string([mind])), speechPartPreds('CountNoun', singular)), and(wordForms('Mind-TheWord', singular, string([mind])), speechPartPreds('NLWordForm', singular)), and(wordForms('Mind-TheWord', singular, string([mind])), speechPartPreds('Noun', singular)), and(wordForms('Mind-TheWord', singular, string([mind])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('Mind-TheWord', singular, string([mind])), speechPartPreds('CommonNoun', singular)), and(wordForms('Mind-TheWord', simpleNounStrings, string([mind])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Mind-TheWord', simpleNounStrings, string([mind])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Mind-TheWord', simpleNounStrings, string([mind])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Mind-TheWord', simpleNounStrings, string([mind])), speechPartPreds('CommonNoun', simpleNounStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([mind])]), [and(speechPartPreds('Verb', infinitive), [infinitive, 'Mind-TheWord', string([mind])]), and(speechPartPreds('NLWordForm', infinitive), [infinitive, 'Mind-TheWord', string([mind])]), and(speechPartPreds('CountNoun', singular), [singular, 'Mind-TheWord', string([mind])]), and(speechPartPreds('NLWordForm', singular), [singular, 'Mind-TheWord', string([mind])]), and(speechPartPreds('Noun', singular), [singular, 'Mind-TheWord', string([mind])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'Mind-TheWord', string([mind])]), and(speechPartPreds('CommonNoun', singular), [singular, 'Mind-TheWord', string([mind])])]). cached_query(and(wordStrings(A, string([mind])), partOfSpeech(A, B, string([mind]))), []). cached_query(partOfSpeech(A, B, string([mind])), []). cached_query('#$or'(nameSpelling(A, string([mind])), commonNickname(A, string([mind]))), []). cached_query(compoundSemTrans('WordFn'(string(['everybody\'s'])), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'WordFn'(string(['everybody\'s'])), B, C, D), []). cached_query(and(wordForms(A, B, string(['everybody\'s'])), speechPartPreds(C, B)), []). cached_query(and(speechPartPreds(A, B), [B, C, string(['everybody\'s'])]), []). cached_query(and(wordStrings(A, string(['everybody\'s'])), partOfSpeech(A, B, string(['everybody\'s']))), []). cached_query(partOfSpeech(A, B, string(['everybody\'s'])), []). cached_query('#$or'(nameSpelling(A, string(['everybody\'s'])), commonNickname(A, string(['everybody\'s']))), []). cached_query(compoundSemTrans('Big-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Big-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([big])), speechPartPreds(C, B)), [and(wordForms('Big-TheWord', regularDegree, string([big])), speechPartPreds('Adjective-Gradable', regularDegree)), and(wordForms('Big-TheWord', regularDegree, string([big])), speechPartPreds('NLWordForm', regularDegree)), and(wordForms('Big-TheWord', regularDegree, string([big])), speechPartPreds('Adjective', regularDegree)), and(wordForms('Big-TheWord', adjStrings, string([big])), speechPartPreds('Adjective-Gradable', adjStrings)), and(wordForms('Big-TheWord', adjStrings, string([big])), speechPartPreds('Adjective', adjStrings)), and(wordForms('Big-TheWord', adjStrings, string([big])), speechPartPreds('NLWordForm', adjStrings)), and(wordForms('Big-TheWord', 'adjStrings-NonGraded', string([big])), speechPartPreds('Adjective-Gradable', 'adjStrings-NonGraded')), and(wordForms('Big-TheWord', 'adjStrings-NonGraded', string([big])), speechPartPreds('NLWordForm', 'adjStrings-NonGraded')), and(wordForms('Big-TheWord', 'adjStrings-NonGraded', string([big])), speechPartPreds('Adjective', 'adjStrings-NonGraded'))]). cached_query(and(speechPartPreds(A, B), [B, C, string([big])]), [and(speechPartPreds('Adjective-Gradable', regularDegree), [regularDegree, 'Big-TheWord', string([big])]), and(speechPartPreds('NLWordForm', regularDegree), [regularDegree, 'Big-TheWord', string([big])]), and(speechPartPreds('Adjective', regularDegree), [regularDegree, 'Big-TheWord', string([big])])]). cached_query(and(wordStrings(A, string([big])), partOfSpeech(A, B, string([big]))), []). cached_query(partOfSpeech(A, B, string([big])), []). cached_query('#$or'(nameSpelling(A, string([big])), commonNickname(A, string([big]))), []). cached_query(wordSemTrans('Party-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(compoundSemTrans('Party-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Party-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([party])), speechPartPreds(C, B)), [and(wordForms('Party-TheWord', infinitive, string([party])), speechPartPreds('Verb', infinitive)), and(wordForms('Party-TheWord', infinitive, string([party])), speechPartPreds('NLWordForm', infinitive)), and(wordForms('Party-TheWord', 'firstPersonSg-Present', string([party])), speechPartPreds('Verb', 'firstPersonSg-Present')), and(wordForms('Party-TheWord', 'firstPersonSg-Present', string([party])), speechPartPreds('NLWordForm', 'firstPersonSg-Present')), and(wordForms('Party-TheWord', 'secondPersonSg-Present', string([party])), speechPartPreds('Verb', 'secondPersonSg-Present')), and(wordForms('Party-TheWord', 'secondPersonSg-Present', string([party])), speechPartPreds('NLWordForm', 'secondPersonSg-Present')), and(wordForms('Party-TheWord', 'nonThirdSg-Present', string([party])), speechPartPreds('Verb', 'nonThirdSg-Present')), and(wordForms('Party-TheWord', 'nonThirdSg-Present', string([party])), speechPartPreds('NLWordForm', 'nonThirdSg-Present')), and(wordForms('Party-TheWord', 'pluralVerb-Present', string([party])), speechPartPreds('Verb', 'pluralVerb-Present')), and(wordForms('Party-TheWord', 'pluralVerb-Present', string([party])), speechPartPreds('NLWordForm', 'pluralVerb-Present')), and(wordForms('Party-TheWord', 'presentTense-Generic', string([party])), speechPartPreds('Verb', 'presentTense-Generic')), and(wordForms('Party-TheWord', 'presentTense-Generic', string([party])), speechPartPreds('NLWordForm', 'presentTense-Generic')), and(wordForms('Party-TheWord', tensed, string([party])), speechPartPreds('Verb', tensed)), and(wordForms('Party-TheWord', tensed, string([party])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Party-TheWord', untensed, string([party])), speechPartPreds('Verb', untensed)), and(wordForms('Party-TheWord', untensed, string([party])), speechPartPreds('NLWordForm', untensed)), and(wordForms('Party-TheWord', 'simplePresent-Generic', string([party])), speechPartPreds('Verb', 'simplePresent-Generic')), and(wordForms('Party-TheWord', 'simplePresent-Generic', string([party])), speechPartPreds('NLWordForm', 'simplePresent-Generic')), and(wordForms('Party-TheWord', verbStrings, string([party])), speechPartPreds('Verb', verbStrings)), and(wordForms('Party-TheWord', verbStrings, string([party])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Party-TheWord', 'firstPersonSg-Generic', string([party])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('Party-TheWord', 'firstPersonSg-Generic', string([party])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('Party-TheWord', 'secondPersonSg-Generic', string([party])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('Party-TheWord', 'secondPersonSg-Generic', string([party])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('Party-TheWord', 'pluralVerb-Generic', string([party])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('Party-TheWord', 'pluralVerb-Generic', string([party])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('Party-TheWord', 'singularVerb-Generic', string([party])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Party-TheWord', 'singularVerb-Generic', string([party])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Party-TheWord', 'simpleAspect-Generic', string([party])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Party-TheWord', 'simpleAspect-Generic', string([party])), speechPartPreds('NLWordForm', 'simpleAspect-Generic')), and(wordForms('Party-TheWord', singular, string([party])), speechPartPreds('CountNoun', singular)), and(wordForms('Party-TheWord', singular, string([party])), speechPartPreds('NLWordForm', singular)), and(wordForms('Party-TheWord', singular, string([party])), speechPartPreds('Noun', singular)), and(wordForms('Party-TheWord', singular, string([party])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('Party-TheWord', singular, string([party])), speechPartPreds('CommonNoun', singular)), and(wordForms('Party-TheWord', simpleNounStrings, string([party])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Party-TheWord', simpleNounStrings, string([party])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Party-TheWord', simpleNounStrings, string([party])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Party-TheWord', simpleNounStrings, string([party])), speechPartPreds('CommonNoun', simpleNounStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([party])]), [and(speechPartPreds('Verb', infinitive), [infinitive, 'Party-TheWord', string([party])]), and(speechPartPreds('NLWordForm', infinitive), [infinitive, 'Party-TheWord', string([party])]), and(speechPartPreds('CountNoun', singular), [singular, 'Party-TheWord', string([party])]), and(speechPartPreds('NLWordForm', singular), [singular, 'Party-TheWord', string([party])]), and(speechPartPreds('Noun', singular), [singular, 'Party-TheWord', string([party])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'Party-TheWord', string([party])]), and(speechPartPreds('CommonNoun', singular), [singular, 'Party-TheWord', string([party])]), and(speechPartPreds('NLWordForm', baseForm), [baseForm, 'Party-TheWord', string([party])])]). cached_query(and(wordStrings(A, string([party])), partOfSpeech(A, B, string([party]))), []). cached_query(partOfSpeech(A, B, string([party])), []). cached_query('#$or'(nameSpelling(A, string([party])), commonNickname(A, string([party]))), []). cached_query(wordSemTrans('Invite-TheWord', A, B, C, 'Preposition', D, E), []). cached_query(wordSemTrans('Invite-TheWord', A, 'ParticleCompFrameFn'('IntransitiveParticleFrameType', B), C, D, E, F), []). cached_query(wordSemTrans('Invite-TheWord', A, B, C, 'Verb', D, E), []). cached_query(wordSemTrans('Invite-TheWord', A, 'ParticleCompFrameFn'('TransitiveParticleNPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('Be-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(compoundSemTrans('Invite-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Invite-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([invite])), speechPartPreds(C, B)), [and(wordForms('Invite-TheWord', infinitive, string([invite])), speechPartPreds('Verb', infinitive)), and(wordForms('Invite-TheWord', infinitive, string([invite])), speechPartPreds('NLWordForm', infinitive)), and(wordForms('Invite-TheWord', 'firstPersonSg-Present', string([invite])), speechPartPreds('Verb', 'firstPersonSg-Present')), and(wordForms('Invite-TheWord', 'firstPersonSg-Present', string([invite])), speechPartPreds('NLWordForm', 'firstPersonSg-Present')), and(wordForms('Invite-TheWord', 'secondPersonSg-Present', string([invite])), speechPartPreds('Verb', 'secondPersonSg-Present')), and(wordForms('Invite-TheWord', 'secondPersonSg-Present', string([invite])), speechPartPreds('NLWordForm', 'secondPersonSg-Present')), and(wordForms('Invite-TheWord', 'nonThirdSg-Present', string([invite])), speechPartPreds('Verb', 'nonThirdSg-Present')), and(wordForms('Invite-TheWord', 'nonThirdSg-Present', string([invite])), speechPartPreds('NLWordForm', 'nonThirdSg-Present')), and(wordForms('Invite-TheWord', 'pluralVerb-Present', string([invite])), speechPartPreds('Verb', 'pluralVerb-Present')), and(wordForms('Invite-TheWord', 'pluralVerb-Present', string([invite])), speechPartPreds('NLWordForm', 'pluralVerb-Present')), and(wordForms('Invite-TheWord', 'presentTense-Generic', string([invite])), speechPartPreds('Verb', 'presentTense-Generic')), and(wordForms('Invite-TheWord', 'presentTense-Generic', string([invite])), speechPartPreds('NLWordForm', 'presentTense-Generic')), and(wordForms('Invite-TheWord', tensed, string([invite])), speechPartPreds('Verb', tensed)), and(wordForms('Invite-TheWord', tensed, string([invite])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Invite-TheWord', untensed, string([invite])), speechPartPreds('Verb', untensed)), and(wordForms('Invite-TheWord', untensed, string([invite])), speechPartPreds('NLWordForm', untensed)), and(wordForms('Invite-TheWord', 'simplePresent-Generic', string([invite])), speechPartPreds('Verb', 'simplePresent-Generic')), and(wordForms('Invite-TheWord', 'simplePresent-Generic', string([invite])), speechPartPreds('NLWordForm', 'simplePresent-Generic')), and(wordForms('Invite-TheWord', verbStrings, string([invite])), speechPartPreds('Verb', verbStrings)), and(wordForms('Invite-TheWord', verbStrings, string([invite])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Invite-TheWord', 'firstPersonSg-Generic', string([invite])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('Invite-TheWord', 'firstPersonSg-Generic', string([invite])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('Invite-TheWord', 'secondPersonSg-Generic', string([invite])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('Invite-TheWord', 'secondPersonSg-Generic', string([invite])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('Invite-TheWord', 'pluralVerb-Generic', string([invite])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('Invite-TheWord', 'pluralVerb-Generic', string([invite])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('Invite-TheWord', 'singularVerb-Generic', string([invite])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Invite-TheWord', 'singularVerb-Generic', string([invite])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Invite-TheWord', 'simpleAspect-Generic', string([invite])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Invite-TheWord', 'simpleAspect-Generic', string([invite])), speechPartPreds('NLWordForm', 'simpleAspect-Generic'))]). cached_query(and(speechPartPreds(A, B), [B, C, string([invite])]), [and(speechPartPreds('Verb', infinitive), [infinitive, 'Invite-TheWord', string([invite])]), and(speechPartPreds('NLWordForm', infinitive), [infinitive, 'Invite-TheWord', string([invite])])]). cached_query(and(wordStrings(A, string([invite])), partOfSpeech(A, B, string([invite]))), []). cached_query(partOfSpeech(A, B, string([invite])), []). cached_query('#$or'(nameSpelling(A, string([invite])), commonNickname(A, string([invite]))), []). cached_query(and(wordForms(A, B, string([we])), speechPartPreds(C, B)), [and(wordForms('We-TheWord', pronounStrings, string([we])), speechPartPreds('NLWordForm', pronounStrings)), and(wordForms('We-TheWord', pronounStrings, string([we])), speechPartPreds('Pronoun-SubjectOrObject', pronounStrings)), and(wordForms('We-TheWord', pronounStrings, string([we])), speechPartPreds('PossessivePronoun-Post', pronounStrings)), and(wordForms('We-TheWord', pronounStrings, string([we])), speechPartPreds('PossessivePronoun', pronounStrings)), and(wordForms('We-TheWord', pronounStrings, string([we])), speechPartPreds('ExpletivePronoun', pronounStrings)), and(wordForms('We-TheWord', pronounStrings, string([we])), speechPartPreds('ReflexivePronoun', pronounStrings)), and(wordForms('We-TheWord', pronounStrings, string([we])), speechPartPreds('ReciprocalPronoun', pronounStrings)), and(wordForms('We-TheWord', pronounStrings, string([we])), speechPartPreds('SubjectPronoun', pronounStrings)), and(wordForms('We-TheWord', pronounStrings, string([we])), speechPartPreds('IndefinitePronoun', pronounStrings)), and(wordForms('We-TheWord', pronounStrings, string([we])), speechPartPreds('WHPronoun', pronounStrings)), and(wordForms('We-TheWord', pronounStrings, string([we])), speechPartPreds('Pronoun', pronounStrings)), and(wordForms('We-TheWord', pronounStrings, string([we])), speechPartPreds('Number-SP', pronounStrings)), and(wordForms('We-TheWord', pronounStrings, string([we])), speechPartPreds('ObjectPronoun', pronounStrings)), and(wordForms('We-TheWord', pronounStrings, string([we])), speechPartPreds('SingularPronoun', pronounStrings)), and(wordForms('We-TheWord', pronounStrings, string([we])), speechPartPreds('PluralPronoun', pronounStrings)), and(wordForms('We-TheWord', pronounStrings, string([we])), speechPartPreds('DualPronoun', pronounStrings)), and(wordForms('We-TheWord', determinerStrings, string([we])), speechPartPreds('NLWordForm', determinerStrings)), and(wordForms('We-TheWord', determinerStrings, string([we])), speechPartPreds('Determiner-Central', determinerStrings)), and(wordForms('We-TheWord', determinerStrings, string([we])), speechPartPreds('Determiner-ClassC', determinerStrings)), and(wordForms('We-TheWord', determinerStrings, string([we])), speechPartPreds('WHDeterminer', determinerStrings)), and(wordForms('We-TheWord', determinerStrings, string([we])), speechPartPreds('Determiner-ClassA', determinerStrings)), and(wordForms('We-TheWord', determinerStrings, string([we])), speechPartPreds('Postdeterminer', determinerStrings)), and(wordForms('We-TheWord', determinerStrings, string([we])), speechPartPreds('Determiner', determinerStrings)), and(wordForms('We-TheWord', determinerStrings, string([we])), speechPartPreds('Determiner-ClassB', determinerStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([we])]), [and(speechPartPreds('NLWordForm', determinerStrings), [determinerStrings, 'We-TheWord', string([we])]), and(speechPartPreds('Determiner-Central', determinerStrings), [determinerStrings, 'We-TheWord', string([we])]), and(speechPartPreds('Determiner-ClassC', determinerStrings), [determinerStrings, 'We-TheWord', string([we])]), and(speechPartPreds('WHDeterminer', determinerStrings), [determinerStrings, 'We-TheWord', string([we])]), and(speechPartPreds('Determiner-ClassA', determinerStrings), [determinerStrings, 'We-TheWord', string([we])]), and(speechPartPreds('Postdeterminer', determinerStrings), [determinerStrings, 'We-TheWord', string([we])]), and(speechPartPreds('Determiner', determinerStrings), [determinerStrings, 'We-TheWord', string([we])]), and(speechPartPreds('Determiner-ClassB', determinerStrings), [determinerStrings, 'We-TheWord', string([we])]), and(speechPartPreds('NLWordForm', pronounStrings), [pronounStrings, 'We-TheWord', string([we])]), and(speechPartPreds('Pronoun-SubjectOrObject', pronounStrings), [pronounStrings, 'We-TheWord', string([we])]), and(speechPartPreds('PossessivePronoun-Post', pronounStrings), [pronounStrings, 'We-TheWord', string([we])]), and(speechPartPreds('PossessivePronoun', pronounStrings), [pronounStrings, 'We-TheWord', string([we])]), and(speechPartPreds('ExpletivePronoun', pronounStrings), [pronounStrings, 'We-TheWord', string([we])]), and(speechPartPreds('ReflexivePronoun', pronounStrings), [pronounStrings, 'We-TheWord', string([we])]), and(speechPartPreds('ReciprocalPronoun', pronounStrings), [pronounStrings, 'We-TheWord', string([we])]), and(speechPartPreds('SubjectPronoun', pronounStrings), [pronounStrings, 'We-TheWord', string([we])]), and(speechPartPreds('IndefinitePronoun', pronounStrings), [pronounStrings, 'We-TheWord', string([we])]), and(speechPartPreds('WHPronoun', pronounStrings), [pronounStrings, 'We-TheWord', string([we])]), and(speechPartPreds('Pronoun', pronounStrings), [pronounStrings, 'We-TheWord', string([we])]), and(speechPartPreds('Number-SP', pronounStrings), [pronounStrings, 'We-TheWord', string([we])]), and(speechPartPreds('ObjectPronoun', pronounStrings), [pronounStrings, 'We-TheWord', string([we])]), and(speechPartPreds('SingularPronoun', pronounStrings), [pronounStrings, 'We-TheWord', string([we])]), and(speechPartPreds('PluralPronoun', pronounStrings), [pronounStrings, 'We-TheWord', string([we])]), and(speechPartPreds('DualPronoun', pronounStrings), [pronounStrings, 'We-TheWord', string([we])])]). cached_query(and(wordStrings(A, string([we])), partOfSpeech(A, B, string([we]))), [and(wordStrings('We-TheWord', string([we])), partOfSpeech('We-TheWord', 'SubjectPronoun', string([we]))), and(wordStrings('We-TheWord', string([we])), partOfSpeech('We-TheWord', 'Determiner-ClassB', string([we]))), and(wordStrings('We-TheWord', string([we])), partOfSpeech('We-TheWord', 'Pronoun', string([we])))]). cached_query(partOfSpeech(A, B, string([we])), [partOfSpeech('We-TheWord', 'SubjectPronoun', string([we])), partOfSpeech('We-TheWord', 'Determiner-ClassB', string([we])), partOfSpeech('We-TheWord', 'Pronoun', string([we]))]). cached_query('#$or'(nameSpelling(A, string([we])), commonNickname(A, string([we]))), []). cached_query(and(wordForms(A, B, string([who])), speechPartPreds(C, B)), [and(wordForms('Who-TheWord', pronounStrings, string([who])), speechPartPreds('NLWordForm', pronounStrings)), and(wordForms('Who-TheWord', pronounStrings, string([who])), speechPartPreds('Pronoun-SubjectOrObject', pronounStrings)), and(wordForms('Who-TheWord', pronounStrings, string([who])), speechPartPreds('PossessivePronoun-Post', pronounStrings)), and(wordForms('Who-TheWord', pronounStrings, string([who])), speechPartPreds('PossessivePronoun', pronounStrings)), and(wordForms('Who-TheWord', pronounStrings, string([who])), speechPartPreds('ExpletivePronoun', pronounStrings)), and(wordForms('Who-TheWord', pronounStrings, string([who])), speechPartPreds('ReflexivePronoun', pronounStrings)), and(wordForms('Who-TheWord', pronounStrings, string([who])), speechPartPreds('ReciprocalPronoun', pronounStrings)), and(wordForms('Who-TheWord', pronounStrings, string([who])), speechPartPreds('SubjectPronoun', pronounStrings)), and(wordForms('Who-TheWord', pronounStrings, string([who])), speechPartPreds('IndefinitePronoun', pronounStrings)), and(wordForms('Who-TheWord', pronounStrings, string([who])), speechPartPreds('WHPronoun', pronounStrings)), and(wordForms('Who-TheWord', pronounStrings, string([who])), speechPartPreds('Pronoun', pronounStrings)), and(wordForms('Who-TheWord', pronounStrings, string([who])), speechPartPreds('Number-SP', pronounStrings)), and(wordForms('Who-TheWord', pronounStrings, string([who])), speechPartPreds('ObjectPronoun', pronounStrings)), and(wordForms('Who-TheWord', pronounStrings, string([who])), speechPartPreds('SingularPronoun', pronounStrings)), and(wordForms('Who-TheWord', pronounStrings, string([who])), speechPartPreds('PluralPronoun', pronounStrings)), and(wordForms('Who-TheWord', pronounStrings, string([who])), speechPartPreds('DualPronoun', pronounStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([who])]), [and(speechPartPreds('NLWordForm', pronounStrings), [pronounStrings, 'Who-TheWord', string([who])]), and(speechPartPreds('Pronoun-SubjectOrObject', pronounStrings), [pronounStrings, 'Who-TheWord', string([who])]), and(speechPartPreds('PossessivePronoun-Post', pronounStrings), [pronounStrings, 'Who-TheWord', string([who])]), and(speechPartPreds('PossessivePronoun', pronounStrings), [pronounStrings, 'Who-TheWord', string([who])]), and(speechPartPreds('ExpletivePronoun', pronounStrings), [pronounStrings, 'Who-TheWord', string([who])]), and(speechPartPreds('ReflexivePronoun', pronounStrings), [pronounStrings, 'Who-TheWord', string([who])]), and(speechPartPreds('ReciprocalPronoun', pronounStrings), [pronounStrings, 'Who-TheWord', string([who])]), and(speechPartPreds('SubjectPronoun', pronounStrings), [pronounStrings, 'Who-TheWord', string([who])]), and(speechPartPreds('IndefinitePronoun', pronounStrings), [pronounStrings, 'Who-TheWord', string([who])]), and(speechPartPreds('WHPronoun', pronounStrings), [pronounStrings, 'Who-TheWord', string([who])]), and(speechPartPreds('Pronoun', pronounStrings), [pronounStrings, 'Who-TheWord', string([who])]), and(speechPartPreds('Number-SP', pronounStrings), [pronounStrings, 'Who-TheWord', string([who])]), and(speechPartPreds('ObjectPronoun', pronounStrings), [pronounStrings, 'Who-TheWord', string([who])]), and(speechPartPreds('SingularPronoun', pronounStrings), [pronounStrings, 'Who-TheWord', string([who])]), and(speechPartPreds('PluralPronoun', pronounStrings), [pronounStrings, 'Who-TheWord', string([who])]), and(speechPartPreds('DualPronoun', pronounStrings), [pronounStrings, 'Who-TheWord', string([who])])]). cached_query(and(wordStrings(A, string([who])), partOfSpeech(A, B, string([who]))), [and(wordStrings('Who-TheWord', string([who])), partOfSpeech('Who-TheWord', 'WHPronoun-Subject', string([who]))), and(wordStrings('Who-TheWord', string([who])), partOfSpeech('Who-TheWord', 'Pronoun', string([who]))), and(wordStrings('Who-TheWord', string([who])), partOfSpeech('Who-TheWord', 'WHPronoun', string([who])))]). cached_query(partOfSpeech(A, B, string([who])), [partOfSpeech('Who-TheWord', 'WHPronoun-Subject', string([who])), partOfSpeech('Who-TheWord', 'Pronoun', string([who])), partOfSpeech('Who-TheWord', 'WHPronoun', string([who]))]). cached_query('#$or'(nameSpelling(A, string([who])), commonNickname(A, string([who]))), []). cached_query(compoundSemTrans('Question-TheWord', A, B, C, D), [compoundSemTrans('Question-TheWord', 'TheList'(string('"that"'), string('"has"'), string('"the"'), string('"syntactic"'), string('"form"'), string('"of"'), string('"a"'), string('"yes"'), string('"or"'), string('"no"'), string('"question"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'QuestionWithYesOrNoSyntacticForm-IBT'))), compoundSemTrans('Question-TheWord', 'TheList'(string('"that"'), string('"have"'), string('"the"'), string('"syntactic"'), string('"form"'), string('"of"'), string('"a"'), string('"yes"'), string('"or"'), string('"no"'), string('"question"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'QuestionWithYesOrNoSyntacticForm-IBT'))), compoundSemTrans('Question-TheWord', 'TheList'(string('"with"'), string('"the"'), string('"syntactic"'), string('"form"'), string('"of"'), string('"a"'), string('"yes"'), string('"or"'), string('"no"'), string('"question"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'QuestionWithYesOrNoSyntacticForm-IBT')))]). cached_query(multiWordSemTrans(A, 'Question-TheWord', B, C, D), [multiWordSemTrans('TheList'(string('"fundamental"')), 'Question-TheWord', 'CountNoun', 'GenitiveFrame', fundamentalQuestionForTheoryOrSystemType(':NOUN', ':POSSESSOR'))]). cached_query(and(wordForms(A, B, string([question])), speechPartPreds(C, B)), [and(wordForms('Question-TheWord', singular, string([question])), speechPartPreds('CountNoun', singular)), and(wordForms('Question-TheWord', singular, string([question])), speechPartPreds('NLWordForm', singular)), and(wordForms('Question-TheWord', singular, string([question])), speechPartPreds('Noun', singular)), and(wordForms('Question-TheWord', singular, string([question])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('Question-TheWord', singular, string([question])), speechPartPreds('CommonNoun', singular)), and(wordForms('Question-TheWord', simpleNounStrings, string([question])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Question-TheWord', simpleNounStrings, string([question])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Question-TheWord', simpleNounStrings, string([question])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Question-TheWord', simpleNounStrings, string([question])), speechPartPreds('CommonNoun', simpleNounStrings)), and(wordForms('Question-TheWord', infinitive, string([question])), speechPartPreds('Verb', infinitive)), and(wordForms('Question-TheWord', infinitive, string([question])), speechPartPreds('NLWordForm', infinitive)), and(wordForms('Question-TheWord', 'firstPersonSg-Present', string([question])), speechPartPreds('Verb', 'firstPersonSg-Present')), and(wordForms('Question-TheWord', 'firstPersonSg-Present', string([question])), speechPartPreds('NLWordForm', 'firstPersonSg-Present')), and(wordForms('Question-TheWord', 'secondPersonSg-Present', string([question])), speechPartPreds('Verb', 'secondPersonSg-Present')), and(wordForms('Question-TheWord', 'secondPersonSg-Present', string([question])), speechPartPreds('NLWordForm', 'secondPersonSg-Present')), and(wordForms('Question-TheWord', 'nonThirdSg-Present', string([question])), speechPartPreds('Verb', 'nonThirdSg-Present')), and(wordForms('Question-TheWord', 'nonThirdSg-Present', string([question])), speechPartPreds('NLWordForm', 'nonThirdSg-Present')), and(wordForms('Question-TheWord', 'pluralVerb-Present', string([question])), speechPartPreds('Verb', 'pluralVerb-Present')), and(wordForms('Question-TheWord', 'pluralVerb-Present', string([question])), speechPartPreds('NLWordForm', 'pluralVerb-Present')), and(wordForms('Question-TheWord', 'presentTense-Generic', string([question])), speechPartPreds('Verb', 'presentTense-Generic')), and(wordForms('Question-TheWord', 'presentTense-Generic', string([question])), speechPartPreds('NLWordForm', 'presentTense-Generic')), and(wordForms('Question-TheWord', tensed, string([question])), speechPartPreds('Verb', tensed)), and(wordForms('Question-TheWord', tensed, string([question])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Question-TheWord', untensed, string([question])), speechPartPreds('Verb', untensed)), and(wordForms('Question-TheWord', untensed, string([question])), speechPartPreds('NLWordForm', untensed)), and(wordForms('Question-TheWord', 'simplePresent-Generic', string([question])), speechPartPreds('Verb', 'simplePresent-Generic')), and(wordForms('Question-TheWord', 'simplePresent-Generic', string([question])), speechPartPreds('NLWordForm', 'simplePresent-Generic')), and(wordForms('Question-TheWord', verbStrings, string([question])), speechPartPreds('Verb', verbStrings)), and(wordForms('Question-TheWord', verbStrings, string([question])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Question-TheWord', 'firstPersonSg-Generic', string([question])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('Question-TheWord', 'firstPersonSg-Generic', string([question])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('Question-TheWord', 'secondPersonSg-Generic', string([question])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('Question-TheWord', 'secondPersonSg-Generic', string([question])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('Question-TheWord', 'pluralVerb-Generic', string([question])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('Question-TheWord', 'pluralVerb-Generic', string([question])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('Question-TheWord', 'singularVerb-Generic', string([question])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Question-TheWord', 'singularVerb-Generic', string([question])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Question-TheWord', 'simpleAspect-Generic', string([question])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Question-TheWord', 'simpleAspect-Generic', string([question])), speechPartPreds('NLWordForm', 'simpleAspect-Generic'))]). cached_query(and(speechPartPreds(A, B), [B, C, string([question])]), [and(speechPartPreds('CountNoun', singular), [singular, 'Question-TheWord', string([question])]), and(speechPartPreds('NLWordForm', singular), [singular, 'Question-TheWord', string([question])]), and(speechPartPreds('Noun', singular), [singular, 'Question-TheWord', string([question])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'Question-TheWord', string([question])]), and(speechPartPreds('CommonNoun', singular), [singular, 'Question-TheWord', string([question])]), and(speechPartPreds('Verb', infinitive), [infinitive, 'Question-TheWord', string([question])]), and(speechPartPreds('NLWordForm', infinitive), [infinitive, 'Question-TheWord', string([question])])]). cached_query(and(wordStrings(A, string([question])), partOfSpeech(A, B, string([question]))), []). cached_query(partOfSpeech(A, B, string([question])), []). cached_query('#$or'(nameSpelling(A, string([question])), commonNickname(A, string([question]))), []). cached_query(wordSemTrans('WordFn'(string(['Absence'])), A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('WordFn'(string(['Absence'])), A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Adjective', D, E), []). cached_query(compoundSemTrans('WordFn'(string(['Absence'])), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'WordFn'(string(['Absence'])), B, C, D), []). cached_query(and(wordForms(A, B, string(['Absence'])), speechPartPreds(C, B)), []). cached_query(and(speechPartPreds(A, B), [B, C, string(['Absence'])]), []). cached_query(and(wordStrings(A, string(['Absence'])), partOfSpeech(A, B, string(['Absence']))), []). cached_query(partOfSpeech(A, B, string(['Absence'])), []). cached_query('#$or'(nameSpelling(A, string(['Absence'])), commonNickname(A, string(['Absence']))), []). cached_query(wordSemTrans('Result-TheWord', A, B, C, 'Preposition', D, E), []). cached_query(wordSemTrans('Result-TheWord', A, 'ParticleCompFrameFn'('IntransitiveParticleFrameType', B), C, D, E, F), []). cached_query(wordSemTrans('Result-TheWord', A, B, C, 'Verb', D, E), [wordSemTrans('Result-TheWord', 1, 'PPCompFrameFn'('TransitivePPFrameType', 'From-TheWord'), and(isa(':OBLIQUE-OBJECT', 'Event'), isa(':SUBJECT', 'Event'), 'causes-EventEvent'(':OBLIQUE-OBJECT', ':SUBJECT')), 'Verb', verbSemTrans, 'True')]). cached_query(wordSemTrans('Result-TheWord', A, 'ParticleCompFrameFn'('TransitiveParticleNPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('May-TheWord', A, B, C, 'Preposition', D, E), []). cached_query(wordSemTrans('May-TheWord', A, 'ParticleCompFrameFn'('IntransitiveParticleFrameType', B), C, D, E, F), []). cached_query(wordSemTrans('May-TheWord', A, B, C, 'Verb', D, E), []). cached_query(wordSemTrans('May-TheWord', A, 'ParticleCompFrameFn'('TransitiveParticleNPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('Comply-TheWord', A, B, C, 'Preposition', D, E), []). cached_query(wordSemTrans('Comply-TheWord', A, 'ParticleCompFrameFn'('IntransitiveParticleFrameType', B), C, D, E, F), []). cached_query(wordSemTrans('Comply-TheWord', A, B, C, 'Verb', D, E), []). cached_query(wordSemTrans('Comply-TheWord', A, 'ParticleCompFrameFn'('TransitiveParticleNPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('Comply-TheWord', A, 'PPCompFrameFn'('DitransitivePPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('Comply-TheWord', A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('Dismiss-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('WordFn'(string(['Failure'])), A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('WordFn'(string(['Failure'])), A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Adjective', D, E), []). cached_query(compoundSemTrans('Dismiss-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Dismiss-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([dismissal])), speechPartPreds(C, B)), [and(wordForms('Dismiss-TheWord', singular, string([dismissal])), speechPartPreds('CountNoun', singular)), and(wordForms('Dismiss-TheWord', singular, string([dismissal])), speechPartPreds('NLWordForm', singular)), and(wordForms('Dismiss-TheWord', singular, string([dismissal])), speechPartPreds('Noun', singular)), and(wordForms('Dismiss-TheWord', singular, string([dismissal])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('Dismiss-TheWord', singular, string([dismissal])), speechPartPreds('CommonNoun', singular)), and(wordForms('Dismiss-TheWord', simpleNounStrings, string([dismissal])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Dismiss-TheWord', simpleNounStrings, string([dismissal])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Dismiss-TheWord', simpleNounStrings, string([dismissal])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Dismiss-TheWord', simpleNounStrings, string([dismissal])), speechPartPreds('CommonNoun', simpleNounStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([dismissal])]), [and(speechPartPreds('CountNoun', singular), [singular, 'Dismiss-TheWord', string([dismissal])]), and(speechPartPreds('NLWordForm', singular), [singular, 'Dismiss-TheWord', string([dismissal])]), and(speechPartPreds('Noun', singular), [singular, 'Dismiss-TheWord', string([dismissal])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'Dismiss-TheWord', string([dismissal])]), and(speechPartPreds('CommonNoun', singular), [singular, 'Dismiss-TheWord', string([dismissal])])]). cached_query(and(wordStrings(A, string([dismissal])), partOfSpeech(A, B, string([dismissal]))), []). cached_query(partOfSpeech(A, B, string([dismissal])), []). cached_query('#$or'(nameSpelling(A, string([dismissal])), commonNickname(A, string([dismissal]))), []). cached_query(compoundSemTrans('Result-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Result-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([result])), speechPartPreds(C, B)), [and(wordForms('Result-TheWord', infinitive, string([result])), speechPartPreds('Verb', infinitive)), and(wordForms('Result-TheWord', infinitive, string([result])), speechPartPreds('NLWordForm', infinitive)), and(wordForms('Result-TheWord', 'firstPersonSg-Present', string([result])), speechPartPreds('Verb', 'firstPersonSg-Present')), and(wordForms('Result-TheWord', 'firstPersonSg-Present', string([result])), speechPartPreds('NLWordForm', 'firstPersonSg-Present')), and(wordForms('Result-TheWord', 'secondPersonSg-Present', string([result])), speechPartPreds('Verb', 'secondPersonSg-Present')), and(wordForms('Result-TheWord', 'secondPersonSg-Present', string([result])), speechPartPreds('NLWordForm', 'secondPersonSg-Present')), and(wordForms('Result-TheWord', 'nonThirdSg-Present', string([result])), speechPartPreds('Verb', 'nonThirdSg-Present')), and(wordForms('Result-TheWord', 'nonThirdSg-Present', string([result])), speechPartPreds('NLWordForm', 'nonThirdSg-Present')), and(wordForms('Result-TheWord', 'pluralVerb-Present', string([result])), speechPartPreds('Verb', 'pluralVerb-Present')), and(wordForms('Result-TheWord', 'pluralVerb-Present', string([result])), speechPartPreds('NLWordForm', 'pluralVerb-Present')), and(wordForms('Result-TheWord', 'presentTense-Generic', string([result])), speechPartPreds('Verb', 'presentTense-Generic')), and(wordForms('Result-TheWord', 'presentTense-Generic', string([result])), speechPartPreds('NLWordForm', 'presentTense-Generic')), and(wordForms('Result-TheWord', tensed, string([result])), speechPartPreds('Verb', tensed)), and(wordForms('Result-TheWord', tensed, string([result])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Result-TheWord', untensed, string([result])), speechPartPreds('Verb', untensed)), and(wordForms('Result-TheWord', untensed, string([result])), speechPartPreds('NLWordForm', untensed)), and(wordForms('Result-TheWord', 'simplePresent-Generic', string([result])), speechPartPreds('Verb', 'simplePresent-Generic')), and(wordForms('Result-TheWord', 'simplePresent-Generic', string([result])), speechPartPreds('NLWordForm', 'simplePresent-Generic')), and(wordForms('Result-TheWord', verbStrings, string([result])), speechPartPreds('Verb', verbStrings)), and(wordForms('Result-TheWord', verbStrings, string([result])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Result-TheWord', 'firstPersonSg-Generic', string([result])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('Result-TheWord', 'firstPersonSg-Generic', string([result])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('Result-TheWord', 'secondPersonSg-Generic', string([result])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('Result-TheWord', 'secondPersonSg-Generic', string([result])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('Result-TheWord', 'pluralVerb-Generic', string([result])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('Result-TheWord', 'pluralVerb-Generic', string([result])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('Result-TheWord', 'singularVerb-Generic', string([result])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Result-TheWord', 'singularVerb-Generic', string([result])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Result-TheWord', 'simpleAspect-Generic', string([result])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Result-TheWord', 'simpleAspect-Generic', string([result])), speechPartPreds('NLWordForm', 'simpleAspect-Generic')), and(wordForms('Result-TheWord', singular, string([result])), speechPartPreds('CountNoun', singular)), and(wordForms('Result-TheWord', singular, string([result])), speechPartPreds('NLWordForm', singular)), and(wordForms('Result-TheWord', singular, string([result])), speechPartPreds('Noun', singular)), and(wordForms('Result-TheWord', singular, string([result])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('Result-TheWord', singular, string([result])), speechPartPreds('CommonNoun', singular)), and(wordForms('Result-TheWord', simpleNounStrings, string([result])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Result-TheWord', simpleNounStrings, string([result])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Result-TheWord', simpleNounStrings, string([result])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Result-TheWord', simpleNounStrings, string([result])), speechPartPreds('CommonNoun', simpleNounStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([result])]), [and(speechPartPreds('Verb', infinitive), [infinitive, 'Result-TheWord', string([result])]), and(speechPartPreds('NLWordForm', infinitive), [infinitive, 'Result-TheWord', string([result])]), and(speechPartPreds('CountNoun', singular), [singular, 'Result-TheWord', string([result])]), and(speechPartPreds('NLWordForm', singular), [singular, 'Result-TheWord', string([result])]), and(speechPartPreds('Noun', singular), [singular, 'Result-TheWord', string([result])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'Result-TheWord', string([result])]), and(speechPartPreds('CommonNoun', singular), [singular, 'Result-TheWord', string([result])])]). cached_query(and(wordStrings(A, string([result])), partOfSpeech(A, B, string([result]))), []). cached_query(partOfSpeech(A, B, string([result])), []). cached_query('#$or'(nameSpelling(A, string([result])), commonNickname(A, string([result]))), []). cached_query(compoundSemTrans('HumanFemaleGivenNameFn'(string('"May"')), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'HumanFemaleGivenNameFn'(string('"May"')), B, C, D), []). cached_query(compoundSemTrans('May-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'May-TheWord', B, C, D), []). cached_query(compoundSemTrans('May-TheName', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'May-TheName', B, C, D), []). cached_query(and(wordForms(A, B, string([may])), speechPartPreds(C, B)), [and(wordForms('May-TheWord', 'firstPersonSg-Present', string([may])), speechPartPreds('Verb', 'firstPersonSg-Present')), and(wordForms('May-TheWord', 'firstPersonSg-Present', string([may])), speechPartPreds('NLWordForm', 'firstPersonSg-Present')), and(wordForms('May-TheWord', 'secondPersonSg-Present', string([may])), speechPartPreds('Verb', 'secondPersonSg-Present')), and(wordForms('May-TheWord', 'secondPersonSg-Present', string([may])), speechPartPreds('NLWordForm', 'secondPersonSg-Present')), and(wordForms('May-TheWord', 'thirdPersonSg-Present', string([may])), speechPartPreds('Verb', 'thirdPersonSg-Present')), and(wordForms('May-TheWord', 'thirdPersonSg-Present', string([may])), speechPartPreds('NLWordForm', 'thirdPersonSg-Present')), and(wordForms('May-TheWord', 'nonThirdSg-Present', string([may])), speechPartPreds('Verb', 'nonThirdSg-Present')), and(wordForms('May-TheWord', 'nonThirdSg-Present', string([may])), speechPartPreds('NLWordForm', 'nonThirdSg-Present')), and(wordForms('May-TheWord', 'pluralVerb-Present', string([may])), speechPartPreds('Verb', 'pluralVerb-Present')), and(wordForms('May-TheWord', 'pluralVerb-Present', string([may])), speechPartPreds('NLWordForm', 'pluralVerb-Present')), and(wordForms('May-TheWord', 'presentTense-Generic', string([may])), speechPartPreds('Verb', 'presentTense-Generic')), and(wordForms('May-TheWord', 'presentTense-Generic', string([may])), speechPartPreds('NLWordForm', 'presentTense-Generic')), and(wordForms('May-TheWord', tensed, string([may])), speechPartPreds('Verb', tensed)), and(wordForms('May-TheWord', tensed, string([may])), speechPartPreds('NLWordForm', tensed)), and(wordForms('May-TheWord', 'simplePresent-Generic', string([may])), speechPartPreds('Verb', 'simplePresent-Generic')), and(wordForms('May-TheWord', 'simplePresent-Generic', string([may])), speechPartPreds('NLWordForm', 'simplePresent-Generic')), and(wordForms('May-TheWord', verbStrings, string([may])), speechPartPreds('Verb', verbStrings)), and(wordForms('May-TheWord', verbStrings, string([may])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('May-TheWord', 'thirdPersonSg-Generic', string([may])), speechPartPreds('Verb', 'thirdPersonSg-Generic')), and(wordForms('May-TheWord', 'thirdPersonSg-Generic', string([may])), speechPartPreds('NLWordForm', 'thirdPersonSg-Generic')), and(wordForms('May-TheWord', 'firstPersonSg-Generic', string([may])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('May-TheWord', 'firstPersonSg-Generic', string([may])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('May-TheWord', 'secondPersonSg-Generic', string([may])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('May-TheWord', 'secondPersonSg-Generic', string([may])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('May-TheWord', 'pluralVerb-Generic', string([may])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('May-TheWord', 'pluralVerb-Generic', string([may])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('May-TheWord', 'singularVerb-Generic', string([may])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('May-TheWord', 'singularVerb-Generic', string([may])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('May-TheWord', 'simpleAspect-Generic', string([may])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('May-TheWord', 'simpleAspect-Generic', string([may])), speechPartPreds('NLWordForm', 'simpleAspect-Generic')), and(wordForms('May-TheWord', 'presentTense-Universal', string([may])), speechPartPreds('Verb', 'presentTense-Universal')), and(wordForms('May-TheWord', 'presentTense-Universal', string([may])), speechPartPreds('NLWordForm', 'presentTense-Universal'))]). cached_query(and(speechPartPreds(A, B), [B, C, string([may])]), [and(speechPartPreds('Verb', 'presentTense-Universal'), ['presentTense-Universal', 'May-TheWord', string([may])]), and(speechPartPreds('NLWordForm', 'presentTense-Universal'), ['presentTense-Universal', 'May-TheWord', string([may])])]). cached_query(and(wordStrings(A, string([may])), partOfSpeech(A, B, string([may]))), [and(wordStrings('May-TheWord', string([may])), partOfSpeech('May-TheWord', 'Modal', string([may])))]). cached_query(partOfSpeech(A, B, string([may])), [partOfSpeech('May-TheWord', 'Modal', string([may]))]). cached_query('#$or'(nameSpelling(A, string([may])), commonNickname(A, string([may]))), ['#$or'(nameSpelling('HumanFemaleGivenNameFn'(string('"May"')), string([may])), commonNickname('HumanFemaleGivenNameFn'(string('"May"')), string([may]))), '#$or'(nameSpelling('May-TheName', string([may])), commonNickname('May-TheName', string([may])))]). cached_query(compoundSemTrans('Comply-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Comply-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([comply])), speechPartPreds(C, B)), [and(wordForms('Comply-TheWord', infinitive, string([comply])), speechPartPreds('Verb', infinitive)), and(wordForms('Comply-TheWord', infinitive, string([comply])), speechPartPreds('NLWordForm', infinitive)), and(wordForms('Comply-TheWord', 'firstPersonSg-Present', string([comply])), speechPartPreds('Verb', 'firstPersonSg-Present')), and(wordForms('Comply-TheWord', 'firstPersonSg-Present', string([comply])), speechPartPreds('NLWordForm', 'firstPersonSg-Present')), and(wordForms('Comply-TheWord', 'secondPersonSg-Present', string([comply])), speechPartPreds('Verb', 'secondPersonSg-Present')), and(wordForms('Comply-TheWord', 'secondPersonSg-Present', string([comply])), speechPartPreds('NLWordForm', 'secondPersonSg-Present')), and(wordForms('Comply-TheWord', 'nonThirdSg-Present', string([comply])), speechPartPreds('Verb', 'nonThirdSg-Present')), and(wordForms('Comply-TheWord', 'nonThirdSg-Present', string([comply])), speechPartPreds('NLWordForm', 'nonThirdSg-Present')), and(wordForms('Comply-TheWord', 'pluralVerb-Present', string([comply])), speechPartPreds('Verb', 'pluralVerb-Present')), and(wordForms('Comply-TheWord', 'pluralVerb-Present', string([comply])), speechPartPreds('NLWordForm', 'pluralVerb-Present')), and(wordForms('Comply-TheWord', 'presentTense-Generic', string([comply])), speechPartPreds('Verb', 'presentTense-Generic')), and(wordForms('Comply-TheWord', 'presentTense-Generic', string([comply])), speechPartPreds('NLWordForm', 'presentTense-Generic')), and(wordForms('Comply-TheWord', tensed, string([comply])), speechPartPreds('Verb', tensed)), and(wordForms('Comply-TheWord', tensed, string([comply])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Comply-TheWord', untensed, string([comply])), speechPartPreds('Verb', untensed)), and(wordForms('Comply-TheWord', untensed, string([comply])), speechPartPreds('NLWordForm', untensed)), and(wordForms('Comply-TheWord', 'simplePresent-Generic', string([comply])), speechPartPreds('Verb', 'simplePresent-Generic')), and(wordForms('Comply-TheWord', 'simplePresent-Generic', string([comply])), speechPartPreds('NLWordForm', 'simplePresent-Generic')), and(wordForms('Comply-TheWord', verbStrings, string([comply])), speechPartPreds('Verb', verbStrings)), and(wordForms('Comply-TheWord', verbStrings, string([comply])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Comply-TheWord', 'firstPersonSg-Generic', string([comply])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('Comply-TheWord', 'firstPersonSg-Generic', string([comply])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('Comply-TheWord', 'secondPersonSg-Generic', string([comply])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('Comply-TheWord', 'secondPersonSg-Generic', string([comply])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('Comply-TheWord', 'pluralVerb-Generic', string([comply])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('Comply-TheWord', 'pluralVerb-Generic', string([comply])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('Comply-TheWord', 'singularVerb-Generic', string([comply])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Comply-TheWord', 'singularVerb-Generic', string([comply])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Comply-TheWord', 'simpleAspect-Generic', string([comply])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Comply-TheWord', 'simpleAspect-Generic', string([comply])), speechPartPreds('NLWordForm', 'simpleAspect-Generic'))]). cached_query(and(speechPartPreds(A, B), [B, C, string([comply])]), [and(speechPartPreds('Verb', infinitive), [infinitive, 'Comply-TheWord', string([comply])]), and(speechPartPreds('NLWordForm', infinitive), [infinitive, 'Comply-TheWord', string([comply])]), and(speechPartPreds('NLWordForm', preferredBaseForm), [preferredBaseForm, 'Comply-TheWord', string([comply])])]). cached_query(and(wordStrings(A, string([comply])), partOfSpeech(A, B, string([comply]))), []). cached_query(partOfSpeech(A, B, string([comply])), []). cached_query('#$or'(nameSpelling(A, string([comply])), commonNickname(A, string([comply]))), []). cached_query(compoundSemTrans('WordFn'(string(['Failure'])), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'WordFn'(string(['Failure'])), B, C, D), []). cached_query(and(wordForms(A, B, string(['Failure'])), speechPartPreds(C, B)), []). cached_query(and(speechPartPreds(A, B), [B, C, string(['Failure'])]), []). cached_query(and(wordStrings(A, string(['Failure'])), partOfSpeech(A, B, string(['Failure']))), []). cached_query(partOfSpeech(A, B, string(['Failure'])), []). cached_query('#$or'(nameSpelling(A, string(['Failure'])), commonNickname(A, string(['Failure']))), []). cached_query(wordSemTrans('Present-TheWord', A, B, C, 'Preposition', D, E), []). cached_query(wordSemTrans('Present-TheWord', A, 'ParticleCompFrameFn'('IntransitiveParticleFrameType', B), C, D, E, F), []). cached_query(wordSemTrans('Present-TheWord', A, B, C, 'Verb', D, E), [wordSemTrans('Present-TheWord', 24, 'PPCompFrameFn'('TransitivePPFrameType', 'To-TheWord'), and(isa(':ACTION', 'Presentation'), senderOfInfo(':ACTION', ':SUBJECT'), communicationTarget(':ACTION', ':OBLIQUE-OBJECT')), 'Verb', verbSemTrans, 'True')]). cached_query(wordSemTrans('Present-TheWord', A, 'ParticleCompFrameFn'('TransitiveParticleNPFrameType', B), C, 'Verb', D, E), []). cached_query(compoundSemTrans('Present-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Present-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([presents])), speechPartPreds(C, B)), [and(wordForms('Present-TheWord', 'thirdPersonSg-Present', string([presents])), speechPartPreds('Verb', 'thirdPersonSg-Present')), and(wordForms('Present-TheWord', 'thirdPersonSg-Present', string([presents])), speechPartPreds('NLWordForm', 'thirdPersonSg-Present')), and(wordForms('Present-TheWord', 'presentTense-Generic', string([presents])), speechPartPreds('Verb', 'presentTense-Generic')), and(wordForms('Present-TheWord', 'presentTense-Generic', string([presents])), speechPartPreds('NLWordForm', 'presentTense-Generic')), and(wordForms('Present-TheWord', tensed, string([presents])), speechPartPreds('Verb', tensed)), and(wordForms('Present-TheWord', tensed, string([presents])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Present-TheWord', 'simplePresent-Generic', string([presents])), speechPartPreds('Verb', 'simplePresent-Generic')), and(wordForms('Present-TheWord', 'simplePresent-Generic', string([presents])), speechPartPreds('NLWordForm', 'simplePresent-Generic')), and(wordForms('Present-TheWord', verbStrings, string([presents])), speechPartPreds('Verb', verbStrings)), and(wordForms('Present-TheWord', verbStrings, string([presents])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Present-TheWord', 'thirdPersonSg-Generic', string([presents])), speechPartPreds('Verb', 'thirdPersonSg-Generic')), and(wordForms('Present-TheWord', 'thirdPersonSg-Generic', string([presents])), speechPartPreds('NLWordForm', 'thirdPersonSg-Generic')), and(wordForms('Present-TheWord', 'singularVerb-Generic', string([presents])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Present-TheWord', 'singularVerb-Generic', string([presents])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Present-TheWord', 'simpleAspect-Generic', string([presents])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Present-TheWord', 'simpleAspect-Generic', string([presents])), speechPartPreds('NLWordForm', 'simpleAspect-Generic')), and(wordForms('Present-TheWord', simpleNounStrings, string([presents])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Present-TheWord', simpleNounStrings, string([presents])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Present-TheWord', simpleNounStrings, string([presents])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Present-TheWord', simpleNounStrings, string([presents])), speechPartPreds('CommonNoun', simpleNounStrings)), and(wordForms('Present-TheWord', plural, string([presents])), speechPartPreds('CountNoun', plural)), and(wordForms('Present-TheWord', plural, string([presents])), speechPartPreds('CountNoun-Generic', plural)), and(wordForms('Present-TheWord', plural, string([presents])), speechPartPreds('NLWordForm', plural)), and(wordForms('Present-TheWord', plural, string([presents])), speechPartPreds('Noun', plural)), and(wordForms('Present-TheWord', plural, string([presents])), speechPartPreds('CommonNoun', plural))]). cached_query(and(speechPartPreds(A, B), [B, C, string([presents])]), []). cached_query(and(wordStrings(A, string([presents])), partOfSpeech(A, B, string([presents]))), []). cached_query(partOfSpeech(A, B, string([presents])), []). cached_query('#$or'(nameSpelling(A, string([presents])), commonNickname(A, string([presents]))), []). cached_query(wordSemTrans('Win-TheWord', A, B, C, 'Preposition', D, E), []). cached_query(wordSemTrans('Win-TheWord', A, 'ParticleCompFrameFn'('IntransitiveParticleFrameType', B), C, D, E, F), []). cached_query(wordSemTrans('Win-TheWord', A, B, C, 'Verb', D, E), [wordSemTrans('Win-TheWord', 0, 'TransitiveNPFrame', 'winner-First'(':OBJECT', ':SUBJECT'), 'Verb', verbSemTrans, 'True')]). cached_query(wordSemTrans('Win-TheWord', A, 'ParticleCompFrameFn'('TransitiveParticleNPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('To-TheWord', A, B, C, 'Preposition', D, E), [wordSemTrans('To-TheWord', 0, 'Post-NounPhraseModifyingFrame', 'to-UnderspecifiedLocation'(':NOUN', ':OBJECT'), 'Preposition', prepSemTrans, 'True'), wordSemTrans('To-TheWord', 0, 'VerbPhraseModifyingFrame', 'to-UnderspecifiedLocation'(':ACTION', ':OBJECT'), 'Preposition', prepSemTrans, 'True'), wordSemTrans('To-TheWord', 3, 'VerbPhraseModifyingFrame', 'to-Generic'(':ACTION', ':OBJECT'), 'Preposition', prepSemTrans, 'True'), wordSemTrans('To-TheWord', 1, 'TransitiveNPFrame', thereExists(':ACTION', holdsIn(':ACTION', 'to-UnderspecifiedLocation'(':SUBJECT', ':OBJECT'))), 'Preposition', denotation, 'True')]). cached_query(wordSemTrans('To-TheWord', A, 'ParticleCompFrameFn'('IntransitiveParticleFrameType', B), C, D, E, F), []). cached_query(wordSemTrans('To-TheWord', A, B, C, 'Verb', D, E), []). cached_query(wordSemTrans('To-TheWord', A, 'ParticleCompFrameFn'('TransitiveParticleNPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('Fail-TheWord', A, B, C, 'Preposition', D, E), []). cached_query(wordSemTrans('Fail-TheWord', A, 'ParticleCompFrameFn'('IntransitiveParticleFrameType', B), C, D, E, F), []). cached_query(wordSemTrans('Fail-TheWord', A, B, C, 'Verb', D, E), [wordSemTrans('Fail-TheWord', 0, 'TransitiveInfinitivePhraseFrame', and(isa(':ACTION', ':INF-COMP'), failureForAgents(':ACTION', ':SUBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 11, 'TransitiveNPFrame', and(isa(':ACTION', 'FailingSomething'), performedBy(':ACTION', ':SUBJECT'), 'evaluee-Direct'(':ACTION', ':OBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 11, 'PPCompFrameFn'('DitransitivePPFrameType', 'For-TheWord'), and(isa(':ACTION', 'FailingSomething'), performedBy(':ACTION', ':SUBJECT'), 'evaluee-Direct'(':ACTION', ':OBJECT'), purposeInEvent(':SUBJECT', ':ACTION', knowsAbout(':SUBJECT', ':OBLIQUE-OBJECT'))), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'The'('SubcollectionOfWithRelationToTypeFn'('GroupFn'('IntelligentAgent'), hasLeaders, 'IntelligentAgent'))), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'IranianRevolutionaryGuard'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'LebaneseHizballahMilitaryCouncil'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SKF-43080588'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'BasqueFatherlandAndLiberty'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'BosnianMuslimForces'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ArmyFn'('Israel')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Organization-45'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TerroristOrganization-al-Qassem-Brigades'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'CentralReservePoliceForce-India'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SKF-7773156640'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Organization--Laskar-Mujahidin'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'RoyalAirForce'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'DeltaForce'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'BBN-CDE-Reified-Term-387054'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'BBN-CDE-Reified-Term-129315'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'OfficeOfStrategicServices-US'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'DefaaAShabi'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'JamaateJihalAlSuri'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Jannubi'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TalahEFatah'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'LibyanFightGroup'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'IzzeldineAlSaudi'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ArmedForcesFn'('Chad')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ArmedForcesFn'('China-PeoplesRepublic')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ArmedForcesFn'('Iraq')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ArmedForcesFn'('Turkey')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ArmedForcesFn'('Venezuela')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ArmedForcesFn'('Portugal')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ArmedForcesFn'('Italy')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ArmedForcesFn'('Germany')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ArmedForcesFn'('Tunisia')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ArmedForcesFn'('CzechRepublic')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ArmedForcesFn'('Thailand')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ArmedForcesFn'('Netherlands')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ArmedForcesFn'('UnionOfSovietSocialistRepublics')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ArmedForcesFn'('Jordan-TheNation')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ArmedForcesFn'('Algeria')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ArmedForcesFn'('SaudiArabia')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ArmedForcesFn'('SriLanka')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ArmedForcesFn'('Spain')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ArmedForcesFn'('UnitedKingdomOfGreatBritainAndNorthernIreland')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ArmedForcesFn'('France')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ArmedForcesFn'('Iceland')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ArmedForcesFn'('Nepal')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ArmedForcesFn'('India')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ArmedForcesFn'('Colombia')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ArmedForcesFn'('Israel')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ArmedForcesFn'('UnitedStatesOfAmerica')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ArmedForcesFn'('Afghanistan')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ArmedForcesFn'('Sudan')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ArmedForcesFn'('Iran')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TerroristOrganization-Hamas'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TheDefenseIntelligenceAgency-US'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'IVCorps-USCommand'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'IIICorps-USCommand'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'IICorps-USCommand'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ICorps-USCommand'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'InstanceNamedFn-Ternary'(string('"Egyptian military"'), 'MilitaryOrganization', string('"ed4dd92c-a970-41da-93c8-f34b924d1400"'))), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'InstanceNamedFn-Ternary'(string('"American Forces Information Service"'), 'MilitaryOrganization', string('"de27ffc8-6ff4-41da-8308-e30217b18ad4"'))), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'InstanceNamedFn-Ternary'(string('"U.S. Military"'), 'MilitaryOrganization', string('"c7d00dea-2456-41da-93a1-931ba8d84474"'))), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'InstanceNamedFn-Ternary'(string('"Black Arms"'), 'MilitaryOrganization', string('"7cff57cc-c3f2-41d9-822e-f2959db22780"'))), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'InstanceNamedFn-Ternary'(string('"KNLA"'), 'MilitaryOrganization', string('"34d4880e-a2f1-41d9-9fdc-c1938fe3ea96"'))), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'InstanceNamedFn-Ternary'(string('"Sizwe"'), 'MilitaryOrganization', string('"729664fe-a24d-41d9-9117-b7b1f21605c2"'))), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'InstanceNamedFn-Ternary'(string('"Lebanese Platoon"'), 'MilitaryOrganization', string('"256b381e-9bd9-41d9-8ba2-a33236603d76"'))), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'InstanceNamedFn-Ternary'(string('"Popular Army"'), 'MilitaryOrganization', string('"cf9ccc2a-8226-41d9-92e2-f4f2e311c23e"'))), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'InstanceNamedFn-Ternary'(string('"The Security Section (Jehaz Aman)"'), 'MilitaryOrganization', string('"710e010e-7193-41d9-8f18-9af796fd315f"'))), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'InstanceNamedFn-Ternary'(string('"The Palestinian Holy Fighters (Al-Majahadoun Al-Falestinioun)"'), 'MilitaryOrganization', string('"2ae41750-7192-41d9-88a8-9336a962359e"'))), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ArmedForcesFn'('Canada')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ArmedForcesFn'('Albania')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ArmedForcesFn'('Russia')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'InternalSecurityForces-Bahrain'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'GroundForce-Bahrain'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'QueensGuard'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'FederalHomeLoanMortgageCorporation'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ManagingOrgOfRegionFn'('SanJuanPublicLands-Region')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'LukAgip'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'LoyalistVolunteerForce'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ProShare-Organization'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'KnightsTemplar-Organization'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Freemasonry'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'USDepartmentOfTransportation'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'FederalAviationAdministration'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'USDepartmentOfTheInterior'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MiddleEastMediaResearchInstitute'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'CongressionalResearchService'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'BrookingsInstitution-ThinkTank'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AssociationForComputingMachinery'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'IEEE'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AAAI'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'DefenseResearchAndDevelopmentEstablishment'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'February25thPlant-NorthKorea'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'PreventiveMilitaryMedicalUnit-NorthKorea'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'WorkersPartysCentralBiologyResearchInstitute'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Organization--Institute-for-Research-in-Cognitive-Science'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Organization--Northeast-Regional-Research-Center'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'BellLaboratories'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MITREMcLeanVAOffice'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TheMITRECorporation'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ScienceApplicationsInternationalCorporation'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'PasteurInstituteOfIran'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TerrorismResearchCenter'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'CorporationForNationalResearchInitiatives'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NationalScienceFoundation'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'DefenseAdvancedResearchProjectsAgency'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NationalInstitutesOfHealth'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NationalCancerInstitute'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NationalEyeInstitute'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AmesResearchCenter'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'GlennResearchCenter'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MITAILab'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ChineseAcademyOfSocialSciences'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Obolensk-RussianResearchInstitute'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'VNIEEMETMASH'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TSNIITMASH'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'RussianVECTOR'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ARSRIIM'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AndreyevAcousticsInstitute'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AllRussiaInstituteOfAviationMaterials'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AllRussiaElectronicalInstitute'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'StateResearchCenterForAppliedMicrobiology'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Taji-BiologicalWeaponsResearchCenter'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SeppInstitute-BiologicalWeaponsResearchCenter'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SalmanPak-BiologicalWeaponsResearchCenter'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'GhaziInstitute-BiologicalWeaponsResearchCenter'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Fudaliyah-BiologicalWeaponsResearchCenter'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'DauraInstitute-BiologicalWeaponsResearchCenter'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AlHakim-BiologicalWeaponsResearchCenter'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TadjouraNuclearResearchCenter'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MerckAndCo'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'RocheLaboratoriesInc'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'IntegratedSurgicalSystemsInc'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'IntuitiveSurgicalInc'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AbbottLaboratories-Corporation'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ComputerMotionInc'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'PfizerPharmaceuticalsGroup'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'PfizerInc'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HoffmannLaRoche'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'GlaxoInc'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'CycorpEurope'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'WashingtonInstituteForNearEastPolicy'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'InternationalSocietyForInfectiousDiseases'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MetronInc-TheCompany'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'FoundationForTheDefenseOfDemocracies'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SITEInstitute'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'CenterForDefenseInformation'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'CentreForConflictResolution'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ChemicalResearchInstitute-Nukus'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'CouncilOnForeignRelations'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'QualitativeReasoningGroupAtNorthwesternU'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ICT'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MemorialInstituteForPreventionOfTerrorism'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SmithsonianInstitution-Organization'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Cycorp'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SRIInternational'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ScrippsResearchInstitute'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'LongTermEcologicalResearchNetwork'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MCC-TheCompany'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'CycGroup'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Sematech'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'IndyMacFederalBank'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'FederalNationalMortgageAssociation'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MuslimBrotherhood-Egypt'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Greenpeace'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'InternationalCommitteeOfTheRedCross'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'CAREInternational'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AmnestyInternational'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Oxfam'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TerroristOrganization-Islamic-Courts-Union'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'GuardiaCivil-Spain'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SouthAfricanNationalDefenseForce'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnitedStatesNavy-PersianGulfForces'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'BritishRoyalNavy-Late18thCThroughNapoleonicEra'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Y2Stage4-IranianGarrisonOnAbuMusa'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'IranianSubmarineFleet'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NationalGuardOfSaudiArabia'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NelsonsMediterraneanSquadron-1798'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NapoleonsEgyptianFleet'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'GroupOfUSMarinesInvolvedIn2005ClashWithAbuSayyaf'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TheLogicalFieldValueFn'('CJCSI-units-LS', 'ModernMilitaryOrganization', 1)), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'DefenseCompanies-Syria'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'RussianNBCProtectionForces'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Red-Side'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Blue-Side'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TTFT-Arty3'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TTFT-Arty2'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TTFT-Arty1'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TTFT-Arty5'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TTFT-Arty4'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TTFT-Recon5'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TTFT-Recon4'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TTFT-Recon3'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TTFT-Recon2'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TTFT-Recon1'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Green-Side'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnitedStatesCoastGuard'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnitedStatesNavy'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnitedStatesMarineCorps'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'PeninsulaShieldForce'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ShinMimRe-Iran'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'CoalitionOfTheWilling-Iraq2003'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'DesertShieldCoalition'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NATO'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'OverwatchingElement'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SKF-ScuttlingExample-ParamilitaryOrganization001'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Organization-761'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SouthLebanonArmy'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Organization-768'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'LebaneseForces-Militia'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TerroristOrganization-Qods-Corps'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AssamRifles'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TerroristOrganization-Self-defense-Units-of-Colombia'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TerroristOrganization-Ulster-Defence-Association'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SenderoLuminoso'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AdviceAndReformCommission-AfghanMilitaryWing'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'IMU-ArmedWing'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnitedStatesNavySEALs'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'DowneySavingsAndLoan'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'InstanceNamedFn-Ternary'(string('"Arab Bank"'), 'BankOrganization', string('"e2d12fae-edbd-41d9-9fac-8e60c3450758"'))), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'FirstUnionNationalBank-SOC'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'PyramidBankOfCairo-SOC'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'CentralBankOfDubai-SOC'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AlTaquaBank-Organization'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Bank-001'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'StandardCharteredBank'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'BankInNormanOklahoma'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'FloridaSunTrustBank'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'BankOfShamal'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'CentralAmericanBankForEconomicIntegration'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'BarclaysBankPLC'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ChaseManhattanBank'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'IndependentNationalMortgageCorporation-Bank'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'BankOfAmerica'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Citibank-CommercialOrganization'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'FloridaNationalBank'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'PlainsAllAmericanPipelineLP'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'KPMG-TheAccountingFirm'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'DeloitteAndTouche'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'PricewaterhouseCoopers'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ArthurAndersenLLP'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ErnstAndYoung'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TerroristOrganization-Lords-Resistance-Army'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AumSupremeTruth'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'VillageMosque-Hezna-SaudiArabia-Congregation'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'QudsMosqueHamburgGermany-Congregation'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MilanIslamicCulturalCenter'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MasidAlHijrahMosque-Congregation'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TerroristOrganization-Sipah-I-Sahaba'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MuslimAmericanYouthAssociation'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MektabAlKhidemat'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'PeshawarKhidmat'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AlQudsMosque-Organization'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'CollegeOfCardinals'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ReligiousSocietyOfFriends'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ChurchOfChrist-ReligiousOrganization'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ChristianScience-ReligiousOrganization'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ChurchOfSatan-ReligiousOrganization'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'CampusCrusadeForChrist-ReligiousOrganization'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ChurchOfGodInChrist-ReligiousOrganization'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ChurchOfJesusChristOfLatterdaySaints-ReligiousOrganization'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'IslamicEngineersSociety'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'IslamicCoalitionParty'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TehranMilitantClergyAssociation'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AnsareHizballah'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'OrganizationNamedFn'(string('"Students For Justice"'))), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SocietyForTheDefenseOfFreedom'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'PeoplesFedayeen'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NationOfIranParty'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'LiberationMovementOfIran'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TerroristOrganization-Ulster-Volunteer-Force'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'CommitteeForDefenseOfLegitimateRights'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'IrishRepublicanArmy'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'IslamicReformMovement'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TerroristOrganization-Black-Panther-Party'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AmericanAssociationOfRetiredPersons'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'DemocraticPartyofIranianKurdistan'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'KuKluxKlan'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'IBMResearch'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'YahooResearch'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'GoogleResearch'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NvidiaResearch'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MicrosoftResearch'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ThePrototypicalCorporateResearchOrganisation'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'BiochipIMB-Company'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ThePrototypicalResearchCenter'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TheCenterForAdvancedStudyOfLanguage'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'JointResearchCentre-ResearchLab'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HenryLStimsonCenter'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'CenterForNonproliferationStudies'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'RicohInnovations'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ThePrototypicalPharmaceuticalCompany'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AllianceBootsLimited'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EMerck'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AstraZeneca'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Aventis'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'OxyContin-1'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SunPharmaceuticals'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Sanofi-Aventis'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'GileadSciencesInc'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'BoehringerIngelheim'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TrianglePharmaceuticals'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Bristol-MyersSquibbCompany'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Bayer-CommercialOrganization'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'JohnsonAndJohnson-Corporation'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'GlaxoWellcomePLC'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HarvardUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfChicago'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EducationalOrganization-39'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfCaliforniaAtSanDiego'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EducationalOrganization-38'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TheLogicalFieldValueFn'('TargetODSOfTypeFn'('BLN-TestSchemaIntegration-1', 'University'), 'University', 1)), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TheLogicalFieldValueFn'('ExplicitRelationshipDefiningSchemaFn'(possessesCopyOf, 'TheList'('TargetODSOfTypeFn'('BLN-TestSchemaIntegration-1', 'University'), 'TargetODSOfTypeFn'('BLN-TestSchemaIntegration-1', 'Book-CW'))), 'University', 1)), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TheLogicalFieldValueFn'('ExplicitRelationshipDefiningSchemaFn'(possessesCopyOf, 'TheList'('BLN-Example1-University-LS', 'BLN-Example1-Book-LS')), 'University', 1)), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TheLogicalFieldValueFn'('BLN-Example1-University-LS', 'University', 1)), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EducationalOrganization-93'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EducationalOrganization-24'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EducationalOrganization-81'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EducationalOrganization-45'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EducationalOrganization-34'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EducationalOrganization-4'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'BirzeitUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'InstanceNamedFn-Ternary'(string('"Haifa university"'), 'University', string('"ecd00a86-ef62-11db-8000-0002b3a33141"'))), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'InstanceNamedFn-Ternary'(string('"University of Islamic Studies"'), 'University', string('"fe3727b8-ad2e-41da-8829-9bad53f96d8e"'))), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'InstanceNamedFn-Ternary'(string('"University of Yarmuk"'), 'University', string('"0c3ac052-8dc4-41da-90d6-d09623150f7b"'))), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'InstanceNamedFn-Ternary'(string('"Khajeh Nasireddin Tusi University"'), 'University', string('"af503492-53c8-41da-87e2-d430ef179ffc"'))), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'InstanceNamedFn-Ternary'(string('"Philadelphia University"'), 'University', string('"091b231c-4cce-41da-8be1-93f56a94109b"'))), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'InstanceNamedFn-Ternary'(string('"Quds Open University"'), 'University', string('"9ade1e3a-4c9c-41da-8d57-bc5cc54d5322"'))), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'InstanceNamedFn-Ternary'(string('"Bangalore University in India"'), 'University', string('"e632cfd4-4648-41da-8f3a-955ee74aa87c"'))), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'InstanceNamedFn-Ternary'(string('"Arab University of Beirut"'), 'University', string('"12c00e2e-3f2b-41da-9460-f1ad6f016ff8"'))), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'InstanceNamedFn-Ternary'(string('"Ahwaz University"'), 'University', string('"a8c75376-3f1e-41da-8ab7-9f91b5dfa9ab"'))), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'InstanceNamedFn-Ternary'(string('"University of Shiraz"'), 'University', string('"18bc2d88-390b-41da-9160-ffe5ef57fea1"'))), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'InstanceNamedFn-Ternary'(string('"University of California, Berkeley (PhD)"'), 'University', string('"3f329d06-368d-41da-954d-97d3f066e1fa"'))), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'InstanceNamedFn-Ternary'(string('"Islamic University"'), 'University', string('"2cb42efe-b43a-41d9-8076-909d5812ef6c"'))), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'InstanceNamedFn-Ternary'(string('"Zaqaziq University"'), 'University', string('"66eda620-2c91-41da-98a0-fca6a41990c6"'))), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'InstanceNamedFn-Ternary'(string('"Karachi University"'), 'University', string('"9803e71e-2251-41da-8375-e2ec7a469ac3"'))), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'InstanceNamedFn-Ternary'(string('"University of Tampa"'), 'University', string('"3c02e8b2-0c39-41da-9af0-ebf0f52f7e87"'))), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'InstanceNamedFn-Ternary'(string('"Islamic University in Gaza"'), 'University', string('"c9f7189c-0c38-41da-9ffa-f4c36b41539d"'))), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'InstanceNamedFn-Ternary'(string('"Beir Zeit University"'), 'University', string('"cda84dbe-fe35-41d9-98e5-b7da73f894e3"'))), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'InstanceNamedFn-Ternary'(string('"The University of Edinburgh"'), 'University', string('"ffde8b12-34f5-11da-8000-000ea663fa78"'))), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'InstanceNamedFn-Ternary'(string('"Al-Mansoura University"'), 'University', string('"80258d4e-f341-41d9-99b6-efce00da6ff6"'))), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'InstanceNamedFn-Ternary'(string('"Elm-o Sanaat University"'), 'University', string('"4924d24a-ee9c-41d9-93a7-da1dcfca3d65"'))), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'InstanceNamedFn-Ternary'(string('"Ain Shams University"'), 'University', string('"fc0264fc-ee62-41d9-9b2a-e39edfb347e2"'))), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfMDBaltimoreCounty'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'DamascusUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EducationalOrganization-68'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EducationalOrganization-675'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EducationalOrganization-84'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EducationalOrganization-North-Carolina-Agricultural-and-Technical-University'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EducationalOrganization-Nadir-Eduljee-Dinshaw-Engineering-University'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'RutgersUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EducationalOrganization-Kansas-University'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EducationalOrganization-West-Glamorgan-Institute-of-Higher-Education'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EducationalOrganization-California-State-University'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EducationalOrganization-5'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EducationalOrganization-7'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfArizona'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EducationalOrganization-71'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EducationalOrganization-Imam-Muhammad-Ibn-Saud-Islamic-University'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EducationalOrganization-Hamburg-Technical-University'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EducationalOrganization-Bonn-University'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EducationalOrganization-Goethe-Institute'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EducationalOrganization-University-of-Alexandria'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AnkaraUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EducationalOrganization-6'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EducationalOrganization-78'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EducationalOrganization-Southbank-University'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EducationalOrganization-Yeshiva-University'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EducationalOrganization-Cairo-University'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EducationalOrganization-Mohamed-bin-Saud-University'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfCalifornia-Sacramento'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'KingKhalidUniversitysSchoolOfIslamicLaw'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'McMasterUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ImamMuhammedIbnSaudIslamicUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EducationalOrganization-University-of-Southwestern-Louisiana'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EducationalOrganization-Al-Azhar-University'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EducationalOrganization-King-Abdul-Aziz-University-1'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EducationalOrganization-King-Abdul-Aziz-University'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'CUNY'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Mcgill'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'KingAbdulAzizUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AmericanUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'BinghamtonUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'VirginiaCommonwealthUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ZanjanUniversityOfMedicalSciences'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ZanjanUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ZahedanUniversityOfMedicalSciences'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'YazdUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'YasujUniversityOfMedicalSciences'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'YasujUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ValiEAsrUniversityOfRafsanjan'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UrmiaUniversityOfMedicalSciences'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfZabol'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfTabriz'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfSistanAndBaluchestan'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfMazandaran'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfGuilan'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfBirjand'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ShomalUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ShirazUniversityOfAppliedScienceAndTechnology'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ShirazUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ShahroodUniversityOfTechnology'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ShahrekordUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ChamranUniversityOfAhvaz'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ShahidBeheshtiUniversityOfMedicalSciences'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ShahidBeheshtiUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ShahidBahonarUniversityOfKerman'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SemnanUniversityOfMedicalSciences'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SemnanUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SchoolOfInternationalRelations'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SchoolOfEconomicAffairs'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SahandUniversityOfTechnology'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SadjadInstituteOfHigherEducation'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SabzevarSchoolOfMedicalSciences'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'RaziUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'RazaviUniversityForIslamicSciences'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'RafsanjanUniversityOfMedicalSciences'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'QomUniversityOfMedicalSciences'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'QomUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'QeshmInstituteOfHigherEducation'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'QazvinUniversityOfMedicalSciences'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'PetroleumUniversityOfTechnology'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MazandaranUniversityOfSciencesAndTechnology'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MashhadUniversityOfMedicalSciences'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'LorestanUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'LorestanUniversityOfMedicalSciences'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'KurdistanUniversityOfMedicalSciences'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'KurdistanUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'KishUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Khaje-Nassir-ToosiUniversityOfTechnology'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'KermanUniversityOfMedicalSciences'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'KashanUniversityOfMedicalSciences'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'JahromUniversityOfMedicalSciences'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'IsfahanUniversityOfMedicalSciences'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'InternationalUniversityOfChabahar'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'InformationAndCommunicationTechnologyFaculty'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ImamSadiqUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ImamRezaUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ImamKhomeiniInternationalUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'IlamUniversityOfMedicalSciences'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'IlamUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HormozganUniversityOfMedicalSciences'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HormozganUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HamedanUniversityOfMedicalSciences'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HadithScienceCollege'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'GuilanUniversityOfMedicalSciences'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'GonabadUniversityOfMedicalSciencesAndHealthServices'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'GolestanUniversityOfMedicalSciences'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'FerdowsiUniversityOfMashad'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'FatemiyeUniversityOfMedicalSciences'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'FasaFacultyOfMedicalSciences'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'DamghanUniversityOfBasicSciences'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'BushehrUniversityOfMedicalSciences'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'BuAliSinaUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'BirjandUniversityOfMedicalSciences'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'BaghyatoolahMedicalSciencesUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'BagherAloloumUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'BabolUniversityOfMedicalSciences'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AzarbaidjanUniversityOfTarbiatMoallem'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AshrafiIsfahaniAcademicInstitute'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ArdabilUniversityOfMedicalSciences'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ArakUniversityOfMedicalSciences'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AmirkabirUniversityOfTechnology'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AmirkabirCollegeOfManagementAndTechnology'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AhvazUniversityOfMedicalSciences'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SharifUniversityOfTechnology'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'GorganUniversityOfAgriculturalSciencesAndNaturalResources'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityofHavana'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfCalifornia-SantaCruz'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfRochester'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfAlabamaAtBirmingham'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UNCCharlotte'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TheUniversityOfSouthernMississippi'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MarquetteUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'DePaulUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EastCarolinaUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'StateUniversityOfWestGeorgia-University'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MagellanUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'BallStateUniversity-University'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NewYorkUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AuburnUniversity-University'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'CarletonUniversity-University'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AmericanUniversityInCairo'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'WesternWashingtonUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'GeorgiaState-University'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfMinnesota-Morris'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Al-IrsyadUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'IslamicUniversityOfGaza'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfRegina'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfAlberta'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NationalDefenseUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'BeirutArabUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfCalifornia-Irvine'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfTehran'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UrmiaUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ArakUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TabrizUniversityOfMedicalSciences'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'IranUniversityOfMedicalSciences'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'IranUniversityOfScienceAndTechnology'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'IsfahanUniversityOfTechnology'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ShirazUniversityOfMedicalSciences'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TehranUniversityOfMedicalSciences'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfIsfahan'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AllameTabataba-eeUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfKashan'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AlzahraUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AmericanUniversityOfBeirut'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UMIST'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfIllinoisUrbanaChampaign'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MelbourneUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfManchester'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MountAllisonUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfTexasAtArlington'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfOtago'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfWisconsin-Madison'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfCambridge'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'OxfordUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TrinityCollege-Cambridge-England'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversiteParisI-France'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfWisconsin-Superior'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfWisconsin-Whitewater'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfWisconsin-Stout'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfWisconsin-StevensPoint'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfWisconsin-RiverFalls'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfWisconsin-Platteville'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfWisconsin-Oshkosh'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfWisconsin-LaCrosse'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfWisconsin-EauClaire'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'StLawrenceUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfRedlands'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfLaVerne'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'CaliforniaLutheranUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TrinityUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TheUniversityOfTheSouth'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'DePauwUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'CatholicUniversityOfAmerica'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'WashingtonAndLeeUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'OhioNorthernUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'JohnCarrollUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'CapitalUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'WillametteUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfPugetSound'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'PacificLutheranUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'WesleyanUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SalveReginaUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'WilliamPatersonUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'RowanUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MontclairStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'KeanUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NewJerseyCityUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'WittenbergUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'OhioWesleyanUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'DenisonUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'LawrenceUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfStThomas'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'StJohnsUniversity-Minnesota'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HamlineUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'WilkesUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'WidenerUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SusquehannaUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'FairleighDickinsonUniversity-Florham-MadisonCampus'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NebraskaWesleyanUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'StateUniversityOfNewYorkCollegeAtCortland'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ChapmanUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SUNYBrockport-University'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'BuffaloStateCollege'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ConcordiaUniversity-UniversityInMinnesota'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ConcordiaUniversity-UniversityInCalifornia'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AlfredUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ConcordiaUniversity-UniversityInTexas'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ConcordiaUniversity-UniversityInIllinois'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'BenedictineUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AuroraUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ConcordiaUniversityWisconsin'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'WilliamPennUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UpperIowaUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'BuenaVistaUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AndersonUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'WesternConnecticutStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NorwichUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NorthParkUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MillikinUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'IllinoisWesleyanUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TexasLutheranUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SulRossStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'McMurryUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfMaryHardin-Baylor'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HowardPayneUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Hardin-SimmonsUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EastTexasBaptistUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SalisburyStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'FrostburgStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'WingateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Gardner-WebbUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TuskegeeUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SavannahStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'KentuckyStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'FortValleyStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ClarkAtlantaUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AlbanyStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NewMexicoHighlandsUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfNebraskaAtKearney'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'FortHaysStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ColoradoSchoolOfMines'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'WestChesterUniversityOfPennsylvania'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SlipperyRockUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ShippensburgUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MillersvilleUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MansfieldUniversityOfPennsylvania'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'LockHavenUniversityOfPennsylvania'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'KutztownUniversityOfPennsylvania'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EdinboroUniversityOfPennsylvania'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EastStroudsburgUniversityOfPennsylvania'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ClarionUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'CheyneyUniversityOfPennsylvania'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'CaliforniaUniversityOfPennsylvania'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'BloomsburgUniversityOfPennsylvania'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'IndianaUniversityOfPennsylvania'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'StCloudStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SouthDakotaStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfSouthDakota'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfNorthDakota'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfNorthernColorado'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfNebraskaAtOmaha'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NorthDakotaStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MinnesotaStateUniversityMankato'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'WinonaStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SouthwestStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NorthernStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MoorheadStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfMinnesota-Duluth'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'BemidjiStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfStFrancis'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SaginawValleyStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NorthwoodUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NorthernMichiganUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MichiganTechnologicalUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfIndianapolis'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'GrandValleyStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'FerrisStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AshlandUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'WashburnUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TrumanStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SouthwestBaptistUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'PittsburgStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NorthwestMissouriStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MissouriWesternStateCollege'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MissouriSouthernStateCollege'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfMissouri-Rolla'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EmporiaStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'CentralMissouriStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'WestTexasAAndMUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TexasAAndMUniversity-Kingsville'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TexasAAndMUniversity-Commerce'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TarletonStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SouthwesternOklahomaStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SoutheasternOklahomaStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'OuachitaBaptistUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NorthwesternOklahomaStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NortheasternStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MidwesternStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HardingUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EastCentralUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EasternNewMexicoUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfCentralOklahoma'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AngeloStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AbileneChristianUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'WesternNewMexicoUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfCalifornia-Davis'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'QuincyUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'StateUniversityOfWestGeorgia'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfWestAlabama'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ValdostaStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SouthernArkansasUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfNorthAlabama'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HendersonStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfCentralArkansas'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ArkansasTechUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfArkansas-Monticello'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'DeltaStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'GannonUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SUNYStonyBrook'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SouthernConnecticutStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SacredHeartUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'PaceUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfMassachusettsAtBoston'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfMassachusettsAtDartmouth'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfMassachusettsAtLowell'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'LongIslandUniversityCWPostCampus'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfNewHaven'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'WesternOregonUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SimonFraserUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'CentralWashingtonUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HumboldtStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Winston-SalemStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'VirginiaUnionUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'VirginiaStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NorthCarolinaCentralUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'JohnsonCSmithUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'FayettevilleStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ElizabethCityStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'BowieStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MiddleTennesseeStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'LouisianaTechUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TheUniversityOfLouisianaAtMonroe'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfLouisianaLafayette'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfCentralFlorida'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SUNYBuffalo-University'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'CaliforniaPolytechnicStateUniversityPomona'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'CaliforniaPolytechnicStateUniversitySanLuisObispo'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'JacksonvilleUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'LibertyUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'CharlestonSouthernUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MoreheadStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SamfordUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SouthernUtahUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HofstraUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AustinPeayStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TexasSouthernUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SouthernUniversityAndAAndMCollege-BatonRouge'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'PrairieViewAAndMUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MississippiValleyStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'JacksonStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'GramblingStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfArkansasAtPineBluff'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AlcornStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AlabamaStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AlabamaAgriculturalAndMechanicalUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TroyStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SouthwestTexasStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'StephenFAustinStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SamHoustonStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NorthwesternStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NichollsStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'McNeeseStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'JacksonvilleStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'WesternCarolinaUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'GeorgiaSouthernUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EastTennesseeStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TheUniversityOfTennesseeAtChattanooga'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AppalachianStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TowsonUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'LehighUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ColgateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'BucknellUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'WesternKentuckyUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TennesseeTechnologicalUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TennesseeStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TheUniversityOfTennesseeAtMartin'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SoutheastMissouriStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MurrayStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EasternKentuckyUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EasternIllinoisUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MonmouthUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'CentralConnecticutStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SUNYAlbany-University'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SouthCarolinaStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NorthCarolinaAgriculturalAndTechnicalStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NorfolkStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MorganStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HowardUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HamptonUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'FloridaAgriculturalAndMechanicalUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'DelawareStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'StPetersUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'FairfieldUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'YoungstownStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'WesternIllinoisUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SouthwestMissouriStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SouthernIllinoisUniversity-EdwardsvilleCampus'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SouthernIllinoisUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SouthernIllinoisUniversity-CarbondaleCampus'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfNorthernIowa'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'IndianaStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'IllinoisStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'WeberStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'CaliforniaStateUniversity-Sacramento'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'PortlandStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NorthernArizonaUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MontanaStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfMontana'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'IdahoStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EasternWashingtonUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'CaliforniaStateUniversity-Northridge'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfRichmond'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NortheasternUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfNewHampshire'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfMaine'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'JamesMadisonUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfTulsa'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfTexasAtElPaso'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TexasChristianUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SouthernMethodistUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfHawaii'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'FresnoStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SanJoseStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfWyoming'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfNevadaLasVegas'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SanDiegoStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ColoradoStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'BrighamYoungUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'WesternMichiganUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfToledo'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'OhioUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NorthernIllinoisUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MiamiUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'KentStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EasternMichiganUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'CentralMichiganUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'BowlingGreenStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfAkron'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UtahStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfNorthTexas'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NewMexicoStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfIdaho'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'BoiseStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ArkansasStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfNorthCarolina'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfMemphis'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfHouston'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfMissouri-Columbia'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'BaylorUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'IowaStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfKansas'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'OklahomaStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfOklahoma'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfNebraska'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TexasTechUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'KansasStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MississippiStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfArkansas'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'XavierUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'VirginiaPolytechnicInstituteAndStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfRhodeIsland'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfDayton'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'StJosephsUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'StBonaventureUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'LaSalleUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'GeorgeWashingtonUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'DuquesneUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfOregon'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'OregonStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ArizonaStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'WashingtonStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TexasAAndMUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfTennessee'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfGeorgia'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'WestVirginiaUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'VillanovaUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SyracuseUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'StJohnsUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SetonHallUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ColumbiaUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'PrincetonUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'DartmouthUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'PurdueUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MichiganStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfIowa'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'WakeForestUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NorthCarolinaStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ClemsonUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfKentucky'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfVirginia'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'GeorgiaInstituteOfTechnology-University'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'FloridaStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfDelaware'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfBridgeport'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfCalifornia-Berkeley'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'DalhousieUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfWaterloo'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'LouisianaStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfFlorida'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfPhoenix'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfTexas'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'BeijingUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'BrynMawrCollege'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ChristchurchCollege'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MedharryMedicalCollege'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfMinnesota'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfUtah'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfCaliforniaSF'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfLouisville'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MercerUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'BostonUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfMiami'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TulaneUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfSouthernIllinois'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UNCChapelHill'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'GeorgetownUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfConnecticut'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'IndianaUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'PennsylvaniaStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfPennsylvania'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfSouthFlorida'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NorthwesternUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'OralRobertsUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EmoryUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'WashingtonUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'VanderbiltUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'CornellUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfSouthCarolina'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MedicalUniversityOfSouthCarolina'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfCincinnati'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'OregonHealthScienceUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfPuertoRico'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfAlabama'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfPittsburgh'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'WayneStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MiddlesexUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'LomaLindaUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HahnemanUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfMassachusettsAtAmherst'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'StLouisUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'FordhamUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfMississippi'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'DukeUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TempleUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversidadCentralDelCaribe'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfNorthDakota'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TuftsUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'CreightonUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'CaseWesternReserveUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'JohnsHopkinsUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfColorado'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MarshallUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfMaryland'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'WrightStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfSouthDakota'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'BaltimoreUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfNewMexico'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfNevada'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MedicalCollegeOfGeorgia'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfMichigan'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfSouthernCalifornia'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UCLA'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnivOfWashington'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'OhioStateUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfIllinois'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'IndianInstituteOfTechnology'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'YaleUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'StanfordUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'BrownUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfNotreDame'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'RiceUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UniversityOfTexasAtAustin'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'CarnegieMellonUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MIT'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HueUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HebrewUniversity'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EducationalOrganization-437'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EducationalOrganization-60'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EducationalOrganization-University-of-Hamburg'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'PMIGroupIncorporated'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnitedStatesArmy'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ThirdUSArmy'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnitedStatesAirForce'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EighthUSArmy'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'USArmyCorpOfEngineers'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TriplerArmyMedicalCenter'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ArmyFn'('UnitedStatesOfAmerica')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'FirstBattalion-FirstSpecialForcesGroupAirborne'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'USArmyAlaska'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'FortyFifthCorpsSupportGroup-Forward'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'USArmyHawaii'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'USArmyPacific'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'CenterOfExcellence-TriplerArmyMedicalCenterHawaii'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'JointIntelligenceCenterPacific'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AsiaPacificCenterForSecurityStudies'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'JointTaskForce-FullAccounting'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'JointInteragencyTaskForceWest'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AlaskanCommand'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SpecialOperationsCommandPacific'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EighthUSArmyUnifiedCommand'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnifiedCommandAtYongsanArmyGarrison'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UnifiedCommandAtYokota'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EleventhAirForce'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ThirteenthAirForce'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SeventhAirForce'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'FifthAirForce'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SeventhFleet-USNavy'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ThirdFleet-USNavy'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NinthRegionalSupportCommand'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'OneHundredSeventySecondSeparateInfantryBrigade'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'USArmyChemicalActivityPacific'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NinthTheaterArmyAreaCommand'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', '25', 'thInfantryDivision-Light-Washington'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ICorps-Headquarters'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', '25', 'thInfantryDivision-Light-Hawaii'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ThirteenthMarineExpeditionaryUnit'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Y2Stage4-USCarrierGroup'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'OhioNationalGuard'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AirForceFn'('China-PeoplesRepublic')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ArmyFn'('China-PeoplesRepublic')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NavyFn'('China-PeoplesRepublic')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AirForceFn'('Taiwan-RepublicOfChina')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NavyFn'('Taiwan-RepublicOfChina')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ArmyFn'('Taiwan-RepublicOfChina')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NavyFn'('Russia')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NavyFn'('Venezuela')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NavyFn'('Israel')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SKF-58654997'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SKF-43872181'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SKF-27752131'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'InstanceWithRelationFromFn'('Navy', controls, 'Israel')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NavyFn'('SierraLeone')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NavyFn'('Iran')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NavyFn'('SaudiArabia')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NavyFn'('Kuwait')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NavyFn'('UnitedStatesOfAmerica')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NavyFn'('Oman')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NavyFn'('Algeria')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NavyFn'('UnitedKingdomOfGreatBritainAndNorthernIreland')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NavyFn'('France')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'USSCarlVinsonCarrierBattleGroup'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'CJTF-ChadianScenario'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'UN-PeaceKeepingForces'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Hq3-2MRB-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HQ2-208TBn-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HHP1073-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HQ3-208TBn-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HHQHowitzerBatt1-3-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HHQHowitzerBatt275-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', '2', 'MMRRegimentHQ-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HHQHowitzerBatt1-2-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Hq3-3MRB-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Hq3-1MRB-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Hq2-2MRB-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HHQHowitzerBatt555-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Hq1-2MRB-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HHQHowitzerBatt294-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HQ1-208TBn-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', '1', 'MMRRegimentHQ-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', '3', 'MMRRegimentHQ-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Hq2-3MRB-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Hq2-1MRB-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HHQHowitzerBatt333-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Hq1-1MRB-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', '208', 'TRRegimentHQ-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HHC208MRD'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HQHowitzerBatt-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Hq1-3MRB-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'DivisionSupportCommand-54thBde-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'FifthSpaceLaunchSquadron-FortyFifthSpaceWing'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ThirdSpaceLaunchSquadron-FortyFifthSpaceWing'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'FirstSpaceLaunchSquadron-FortyFifthSpaceWing'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'OperatonsSupportSquadron-FortyFifthSpaceWing'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'WeatherSquadron-FortyFifthSpaceWing'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'RangeSquadron-FortyFifthSpaceWing'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'CivilEngineeringSquadron-FortyFifthSpaceWing'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SecurityForcesSquadron-FortyFifthSpaceWing'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ContractingSquadron-FortyFifthSpaceWing'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TransportationSquadron-FortyFifthSpaceWing'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'LogisticsSupportSquadron-FortyFifthSpaceWing'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MaintenanceSquadron-FortyFifthSpaceWing'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', '54', thAviationBrigade), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MainUnit-Red-3235139646'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MainUnit-Blue-3235139646'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NOV-RT8'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NOV-RT7'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NOV-RT6'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NOV-RT5'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NOV-RT4'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NOV-RT3'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NOV-RT2'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NOV-RT1'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NOV-RKN6'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NOV-RKN5'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NOV-RKN4'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NOV-RKN3'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NOV-RKN2'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NOV-RKN1'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Lulu-Arty-SB10'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Lulu-Arty-SB9'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Lulu-Arty-SB8'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Lulu-Arty-SB7'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Lulu-Arty-SB6'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Lulu-Arty-SB5'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Lulu-Arty-SB4'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Lulu-Arty-SB3'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Lulu-Arty-SB2'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Lulu-Arty-SB1'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Lulu-Arty-NB10'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Lulu-Arty-NB9'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Lulu-Arty-NB8'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Lulu-Arty-NB7'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Lulu-Arty-NB6'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Lulu-Arty-NB5'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Lulu-Arty-NB4'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Lulu-Arty-NB3'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Lulu-Arty-NB2'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Lulu-Arty-NB1'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TTFT-Arty7'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TTFT-Arty6'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'BPVTestUnit1'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'RedCompany1'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'CalInvasion-1stBattalion-Blue'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'CalInvasion-EnemyBattalion1-Red'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'CalInvasion-BravoCompany'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'CalInvasion-AlphaCompany'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'USMC-UnnamedUnit3-1-1'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'USMC-UnnamedUnit2-TFXRay'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'USMC-UnnamedUnit1-TFXRay'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'USMC-HeadquartersUnit-H-2-5'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NVA-UnknownUnit6'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NVA-UnknownUnit5'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NVA-UnknownUnit4'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NVA-UnknownUnit3'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NVA-UnknownUnit2'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NVA-UnknownUnit1'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ARVN-UnknownUnit1'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'VietCong'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'USMC-1stBattalion-1'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'USMC-WeaponsPlatoon-H-2-5'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'USMC-3rdPlatoon-H-2-5'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'USMC-2ndSquad-1-H-2-5'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'USMC-2ndPlatoon-H-2-5'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'USMC-1stSquad-1-H-2-5'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'USMC-1stPlatoon-H-2-5'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'USMC-HCompany-2-5'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'USMC-GCompany-2-5'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'USMC-FCompany-2-5'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NVA-806thBattalion-6'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NVA-6thRegiment'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'VC-12thSapperBattallion'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NorthVietnameseArmy'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MilitaryAssistanceCommandVietnam'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'USMC-TaskForceXRay'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ARVNNthBattalion-9'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ARVNNthBattalion-8'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ARVNNthBattalion-7'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ARVNNthBattalion-6'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ARVNNthBattalion-5'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ARVNNthBattalion-4'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ARVNNthBattalion-3'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ARVNNthBattalion-2'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ARVNNthBattalion-12'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ARVNNthBattalion-11'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ARVNNthBattalion-10'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ARVNNthBattalion-1'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ARVNBlackPantherCompany'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ARVN-3rdRegiment'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ARVN-1stDivision'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ArmyOfRepublicOfVietnam'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'USMC-5thRegiment'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'USMC-2ndBattalion-5'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'USMC-1stRegiment'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Unit200'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'Unit1003'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ARVN1stDivisionStaff'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'COLT-Object-216'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', '208', 'thTankRegiment-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SAMRegt208-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', '2', 'ndManeuverRegiment-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', '208', 'thArtyRegt-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', '3', 'rdManeuverRegiment-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', '1', 'stManeuverRegiment-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'InstanceFn'(string('"?TEAM4"'))), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SignalComp3MRR-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MortarBattery3-2-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MortarBattery1-3-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HowitzerBatt3-1-3-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MaterialSuppComp3MRR-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HowitzerBatt3-555-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SignalComp1MRR-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MaintenanceComp208TR-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HowitzerBatt3-275-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HowitzerBatt2-1-2-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'RLArtyBn3-1073-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ADBatt3MRR-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MortarBattery2-1-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ADBatt1MRR-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HowitzerBatt1-1-2-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ATGMBatt3MRR-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ATGMBatt1MRR-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EngrComp2MRR-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ATGMBatt2MRR-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HowitzerBatt3-1-2-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MaintenanceComp3MRR-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MortarBattery1-2-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ADBatt208TR-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MortarBattery3-3-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HowitzerBatt1-1-1-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SignalComp2MRR-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HowitzerBatt3-1-1-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HowitzerBatt2-294-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MortarBattery3-1-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SignalComp208TR-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HowitzerBatt2-555-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EngrComp3MRR-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HowitzerBatt1-333-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'RLArtyBn2-1073-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EngrComp1MRR-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MaterialSuppComp2MRR-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MortarBattery2-2-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HowitzerBatt2-1-1-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HowitzerBatt2-333-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HowitzerBatt3-333-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MortarBattery2-3-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HowitzerBatt2-1-3-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ADBatt2MRR-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MaintenanceComp1MRR-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SVC1073-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HowitzerBatt3-294-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EngrComp208TR-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MaterialSuppComp1MRR-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MotorTrans208TR-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'RLArtyBn1-1073-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HHB208thArty-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HowitzerBatt1-294-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HowitzerBatt1-275-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HowitzerBatt2-275-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MaintenanceComp2MRR-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MortarBattery1-1-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MaterialSuppComp208TR-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HowitzerBatt1-1-3-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HowitzerBatt1-555-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MLRSBatteryB2-63-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HHC-54thMechDiv-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'RifleCompanyB2-80-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HHB4-15-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'B-123Engr-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'RifleCompanyC1-79-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'RifleCompanyA2-81-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', '54', 'thChemCo-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'GSIntelComp288-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'RifleCompanyC1-77-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'RifleCompanyC3-78-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'A-123Engr-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'DSFiringBatteryC2-45-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'DSFiringBatteryA3-41-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AvengerStingerBattD4-61-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'DSFiringBatteryB3-41-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'BSFVBattB4-61-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'DSIntelCompB-288-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'RifleCompanyA2-80-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'RifleCompanyA3-78-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'RifleCompanyA1-79-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SvcBn3-41-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'RifleCompanyB2-81-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HHB2-63Arty-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'RifleCompanyB1-77-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HHB4-61-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'RifleCompanyC2-81-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'RifleCompanyB1-79-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MLRSBatteryA2-63-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MPComp-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'DSFiringBatteryC3-41-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'DSIntelCompC-288-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'RifleCompanyC2-80-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'RifleCompanyB3-78-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'BSFVBattC4-61-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HHB3-41-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SvcBn2-45-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'BSFVBattA4-61-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'DSFiringBatteryA4-15-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'DSIntelCompA-288-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'DSFiringBatteryB4-15-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'RifleCompanyA1-77-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'DSFiringBatteryC4-15-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SvcBn4-15-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'DSFiringBatteryA2-45-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'DSFiringBatteryB2-45-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'C-123Engr-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HHC123Engr-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HHB2-45-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'TargetAcquisitionBattery2-63-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'USMC-ACompany-1-1'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'InstanceNamedFn-Ternary'(string('"al guds brigades"'), 'Brigade-MilitaryEchelon', string('"7dc9d294-ce52-41d9-988a-f334ce496f94"'))), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'InstanceNamedFn-Ternary'(string('"Fatah\'s al-Aqsa Brigades"'), 'Brigade-MilitaryEchelon', string('"76fafd10-b9dc-41d9-9fca-d855a92571f1"'))), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', '54', 'thEngineerBde-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', '2', 'ndManeuverBrigade-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', '3', 'rdManeuverBrigade-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', '54', 'thDivisionArtillery-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', '1', 'stManeuverBrigade-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'COLT-Object-267'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'COLT-Object-268'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'COLT-Object-269'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'COLT-Object-245'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'COLT-Object-243'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'COLT-Object-239'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'COLT-Object-235'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'COLT-Object-228'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'COLT-Object-217'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'RKFGIS-ForceElement-32'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ChemDefPlatoon1MRR-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SupplyMaintPlatoon275-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AirDefensePlatoon1-3-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AirDefensePlatoon3-2-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SupplyMaintPlatoon1-2-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SupplyMaintPlatoon1-3-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SignalPlatoon2-1-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AntiTankPlatoon1-2-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AntiTankPlatoon1-3-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AntiTankPlatoon3-2-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ReconPlatoon208TR-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SupplyAndServicePlatoon1-3-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SignalPlatoon2-2-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AirDefensePlatoon2-2-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ChemDefPlatoon3MRR-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HSPlatoon1-208-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SignalPlatoon1-1-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AirDefensePlatoon3-3-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MedicalPlatn208TR-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SupplyAndServicePlatoon2-2-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SupplyMaintPlatoon294-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MedicalPlatn1MRR-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SignalPlatoon3-3-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SignalPlatoon3-2-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SignalPlatoon3-1-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ReconPlatoon2MRR-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SupplyAndServicePlatoon2-3-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AntiTankPlatoon2-3-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AntiTankPlatoon3-3-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SignalPlatoon1-3-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SupplyMaintPlatoon1-1-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HSPlatoon2-208-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SupplyAndServicePlatoon1-2-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SupplyMaintPlatoon333-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AGLPlatoon2-1-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AirDefensePlatoon3-1-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AGLPlatoon3-1-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SignalPlatoon1-2-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SignalPlatoon2-3-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ChemDefPlatoon208TR-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MedicalPlatn2MRR-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ReconPlatoon1MRR-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SupplyAndServicePlatoon3-3-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SupplyMaintPlatoon555-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AirDefensePlatoon1-2-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AntiTankPlatoon2-2-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AirDefensePlatoon2-1-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AGLPlatoon1-1-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ReconPlatoon3MRR-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SupplyAndServicePlatoon1-1-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HSPlatoon3-208-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ChemDefPlatoon2MRR-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SupplyAndServicePlatoon3-1-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SupplyAndServicePlatoon3-2-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AirDefensePlatoon2-3-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AirDefensePlatoon1-1-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MedicalPlatn3MRR-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SupplyAndServicePlatoon2-1-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', '123', 'SupPlatoon-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'InstanceNamedFn-Ternary'(string('"Al-Zahra battalions"'), 'Battalion-MilitaryEchelon', string('"43288bce-68dc-41da-895d-95cbd20b4b25"'))), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HowitzerBn555-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SSMBn208-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HowitzerBn1-1-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HowitzerBn1-3-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HowitzerBn1-2-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HowitzerBn275-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MedicalBn208-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'RLArtyBn1073-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'ChemDefenseBn208-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HowitzerBn294-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'HowitzerBn333-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AntiTankBn208-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'EngrBn208-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'SignalBn208-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'DSFieldArtyBn2-45-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'MilIntelBn288-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'AirDefenseBn4-61-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'CombatEngrBn123-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'DirectSupportAviationBn187-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', '124', 'CbtEngrBn'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'DSFieldArtyBn4-15-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'DSFieldArtyBn3-41-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'FieldArtyBn2-63-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', '133', 'SignalsBatt-RRS'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', '125', 'CbtEngrBn'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'COLT-Object-234'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'COLT-Object-232'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'COLT-Object-230'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'COLT-Object-226'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'COLT-Object-224'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'COLT-Object-223'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'COLT-Object-222'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'COLT-Object-220'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NVA-800thBattalion-6'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'NVA-802ndBattalion-6'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fail-TheWord', 0, 'IntransitiveVerbFrame', failureForAgents(':SUBJECT', 'BaaderMeinhofGroup'), 'Verb', verbSemTrans, 'True')]). cached_query(wordSemTrans('Fail-TheWord', A, 'ParticleCompFrameFn'('TransitiveParticleNPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('Have-TheWord', A, B, C, 'Preposition', D, E), []). cached_query(wordSemTrans('Have-TheWord', A, 'ParticleCompFrameFn'('IntransitiveParticleFrameType', B), C, D, E, F), []). cached_query(wordSemTrans('Have-TheWord', A, B, C, 'Verb', D, E), [wordSemTrans('Have-TheWord', 4, 'TransitiveNPFrame', possessiveRelation(':SUBJECT', ':OBJECT'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Have-TheWord', 0, 'TransitiveNPFrame', and(isa(':ACTION', 'BirthEvent'), birthParent(':ACTION', ':SUBJECT'), birthChild(':ACTION', ':OBJECT')), 'Verb', verbSemTrans, 'True')]). cached_query(wordSemTrans('Have-TheWord', A, 'ParticleCompFrameFn'('TransitiveParticleNPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('Heart-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('Effort-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('WordFn'(string(['But'])), A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('WordFn'(string(['But'])), A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Adjective', D, E), []). cached_query(compoundSemTrans('Fail-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Fail-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([failed])), speechPartPreds(C, B)), [and(wordForms('Fail-TheWord', 'perfective-Generic', string([failed])), speechPartPreds('Verb', 'perfective-Generic')), and(wordForms('Fail-TheWord', 'perfective-Generic', string([failed])), speechPartPreds('NLWordForm', 'perfective-Generic')), and(wordForms('Fail-TheWord', passiveParticiple, string([failed])), speechPartPreds('Verb', passiveParticiple)), and(wordForms('Fail-TheWord', passiveParticiple, string([failed])), speechPartPreds('Adjective-Ed', passiveParticiple)), and(wordForms('Fail-TheWord', passiveParticiple, string([failed])), speechPartPreds('NLWordForm', passiveParticiple)), and(wordForms('Fail-TheWord', tensed, string([failed])), speechPartPreds('Verb', tensed)), and(wordForms('Fail-TheWord', tensed, string([failed])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Fail-TheWord', untensed, string([failed])), speechPartPreds('Verb', untensed)), and(wordForms('Fail-TheWord', untensed, string([failed])), speechPartPreds('NLWordForm', untensed)), and(wordForms('Fail-TheWord', verbStrings, string([failed])), speechPartPreds('Verb', verbStrings)), and(wordForms('Fail-TheWord', verbStrings, string([failed])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Fail-TheWord', 'thirdPersonSg-Generic', string([failed])), speechPartPreds('Verb', 'thirdPersonSg-Generic')), and(wordForms('Fail-TheWord', 'thirdPersonSg-Generic', string([failed])), speechPartPreds('NLWordForm', 'thirdPersonSg-Generic')), and(wordForms('Fail-TheWord', 'firstPersonSg-Generic', string([failed])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('Fail-TheWord', 'firstPersonSg-Generic', string([failed])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('Fail-TheWord', 'secondPersonSg-Generic', string([failed])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('Fail-TheWord', 'secondPersonSg-Generic', string([failed])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('Fail-TheWord', 'pluralVerb-Generic', string([failed])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('Fail-TheWord', 'pluralVerb-Generic', string([failed])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('Fail-TheWord', 'singularVerb-Generic', string([failed])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Fail-TheWord', 'singularVerb-Generic', string([failed])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Fail-TheWord', 'pastTense-Generic', string([failed])), speechPartPreds('Verb', 'pastTense-Generic')), and(wordForms('Fail-TheWord', 'pastTense-Generic', string([failed])), speechPartPreds('NLWordForm', 'pastTense-Generic')), and(wordForms('Fail-TheWord', 'firstPersonSg-Past', string([failed])), speechPartPreds('Verb', 'firstPersonSg-Past')), and(wordForms('Fail-TheWord', 'firstPersonSg-Past', string([failed])), speechPartPreds('NLWordForm', 'firstPersonSg-Past')), and(wordForms('Fail-TheWord', 'thirdPersonSg-Past', string([failed])), speechPartPreds('Verb', 'thirdPersonSg-Past')), and(wordForms('Fail-TheWord', 'thirdPersonSg-Past', string([failed])), speechPartPreds('NLWordForm', 'thirdPersonSg-Past')), and(wordForms('Fail-TheWord', 'pluralVerb-Past', string([failed])), speechPartPreds('Verb', 'pluralVerb-Past')), and(wordForms('Fail-TheWord', 'pluralVerb-Past', string([failed])), speechPartPreds('NLWordForm', 'pluralVerb-Past')), and(wordForms('Fail-TheWord', 'secondPersonSg-Past', string([failed])), speechPartPreds('Verb', 'secondPersonSg-Past')), and(wordForms('Fail-TheWord', 'secondPersonSg-Past', string([failed])), speechPartPreds('NLWordForm', 'secondPersonSg-Past')), and(wordForms('Fail-TheWord', 'simplePast-Generic', string([failed])), speechPartPreds('Verb', 'simplePast-Generic')), and(wordForms('Fail-TheWord', 'simplePast-Generic', string([failed])), speechPartPreds('NLWordForm', 'simplePast-Generic')), and(wordForms('Fail-TheWord', 'simpleAspect-Generic', string([failed])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Fail-TheWord', 'simpleAspect-Generic', string([failed])), speechPartPreds('NLWordForm', 'simpleAspect-Generic')), and(wordForms('Fail-TheWord', 'pastTense-Universal', string([failed])), speechPartPreds('Verb', 'pastTense-Universal')), and(wordForms('Fail-TheWord', 'pastTense-Universal', string([failed])), speechPartPreds('NLWordForm', 'pastTense-Universal')), and(wordForms('Fail-TheWord', perfect, string([failed])), speechPartPreds('Verb', perfect)), and(wordForms('Fail-TheWord', perfect, string([failed])), speechPartPreds('NLWordForm', perfect)), and(wordForms('Fail-TheWord', adjStrings, string([failed])), speechPartPreds('Adjective-Gradable', adjStrings)), and(wordForms('Fail-TheWord', adjStrings, string([failed])), speechPartPreds('Adjective', adjStrings)), and(wordForms('Fail-TheWord', adjStrings, string([failed])), speechPartPreds('NLWordForm', adjStrings)), and(wordForms('Fail-TheWord', 'adjStrings-NonGraded', string([failed])), speechPartPreds('Adjective-Gradable', 'adjStrings-NonGraded')), and(wordForms('Fail-TheWord', 'adjStrings-NonGraded', string([failed])), speechPartPreds('NLWordForm', 'adjStrings-NonGraded')), and(wordForms('Fail-TheWord', 'adjStrings-NonGraded', string([failed])), speechPartPreds('Adjective', 'adjStrings-NonGraded'))]). cached_query(and(speechPartPreds(A, B), [B, C, string([failed])]), [and(speechPartPreds('NongradableAdjective', nonGradableAdjectiveForm), [nonGradableAdjectiveForm, 'Fail-TheWord', string([failed])]), and(speechPartPreds('NLWordForm', nonGradableAdjectiveForm), [nonGradableAdjectiveForm, 'Fail-TheWord', string([failed])]), and(speechPartPreds('Adjective-Gradable', nonGradableAdjectiveForm), [nonGradableAdjectiveForm, 'Fail-TheWord', string([failed])]), and(speechPartPreds('Adjective', nonGradableAdjectiveForm), [nonGradableAdjectiveForm, 'Fail-TheWord', string([failed])])]). cached_query(and(wordStrings(A, string([failed])), partOfSpeech(A, B, string([failed]))), []). cached_query(partOfSpeech(A, B, string([failed])), []). cached_query('#$or'(nameSpelling(A, string([failed])), commonNickname(A, string([failed]))), []). cached_query(compoundSemTrans('Have-TheWord', A, B, C, D), [compoundSemTrans('Have-TheWord', 'TheList'(string('"fun"')), 'Verb', 'IntransitiveVerbFrame', feelsEmotionTypeAtLevel(':SUBJECT', 'PositiveAmountFn'('Enjoyment')))]). cached_query(multiWordSemTrans(A, 'Have-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([have])), speechPartPreds(C, B)), [and(wordForms('Have-TheWord', infinitive, string([have])), speechPartPreds('Verb', infinitive)), and(wordForms('Have-TheWord', infinitive, string([have])), speechPartPreds('NLWordForm', infinitive)), and(wordForms('Have-TheWord', 'firstPersonSg-Present', string([have])), speechPartPreds('Verb', 'firstPersonSg-Present')), and(wordForms('Have-TheWord', 'firstPersonSg-Present', string([have])), speechPartPreds('NLWordForm', 'firstPersonSg-Present')), and(wordForms('Have-TheWord', 'secondPersonSg-Present', string([have])), speechPartPreds('Verb', 'secondPersonSg-Present')), and(wordForms('Have-TheWord', 'secondPersonSg-Present', string([have])), speechPartPreds('NLWordForm', 'secondPersonSg-Present')), and(wordForms('Have-TheWord', 'nonThirdSg-Present', string([have])), speechPartPreds('Verb', 'nonThirdSg-Present')), and(wordForms('Have-TheWord', 'nonThirdSg-Present', string([have])), speechPartPreds('NLWordForm', 'nonThirdSg-Present')), and(wordForms('Have-TheWord', 'pluralVerb-Present', string([have])), speechPartPreds('Verb', 'pluralVerb-Present')), and(wordForms('Have-TheWord', 'pluralVerb-Present', string([have])), speechPartPreds('NLWordForm', 'pluralVerb-Present')), and(wordForms('Have-TheWord', 'presentTense-Generic', string([have])), speechPartPreds('Verb', 'presentTense-Generic')), and(wordForms('Have-TheWord', 'presentTense-Generic', string([have])), speechPartPreds('NLWordForm', 'presentTense-Generic')), and(wordForms('Have-TheWord', tensed, string([have])), speechPartPreds('Verb', tensed)), and(wordForms('Have-TheWord', tensed, string([have])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Have-TheWord', untensed, string([have])), speechPartPreds('Verb', untensed)), and(wordForms('Have-TheWord', untensed, string([have])), speechPartPreds('NLWordForm', untensed)), and(wordForms('Have-TheWord', 'simplePresent-Generic', string([have])), speechPartPreds('Verb', 'simplePresent-Generic')), and(wordForms('Have-TheWord', 'simplePresent-Generic', string([have])), speechPartPreds('NLWordForm', 'simplePresent-Generic')), and(wordForms('Have-TheWord', verbStrings, string([have])), speechPartPreds('Verb', verbStrings)), and(wordForms('Have-TheWord', verbStrings, string([have])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Have-TheWord', 'firstPersonSg-Generic', string([have])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('Have-TheWord', 'firstPersonSg-Generic', string([have])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('Have-TheWord', 'secondPersonSg-Generic', string([have])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('Have-TheWord', 'secondPersonSg-Generic', string([have])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('Have-TheWord', 'pluralVerb-Generic', string([have])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('Have-TheWord', 'pluralVerb-Generic', string([have])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('Have-TheWord', 'singularVerb-Generic', string([have])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Have-TheWord', 'singularVerb-Generic', string([have])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Have-TheWord', 'simpleAspect-Generic', string([have])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Have-TheWord', 'simpleAspect-Generic', string([have])), speechPartPreds('NLWordForm', 'simpleAspect-Generic'))]). cached_query(and(speechPartPreds(A, B), [B, C, string([have])]), [and(speechPartPreds('Verb', infinitive), [infinitive, 'Have-TheWord', string([have])]), and(speechPartPreds('NLWordForm', infinitive), [infinitive, 'Have-TheWord', string([have])]), and(speechPartPreds('Verb', 'firstPersonSg-Present'), ['firstPersonSg-Present', 'Have-TheWord', string([have])]), and(speechPartPreds('NLWordForm', 'firstPersonSg-Present'), ['firstPersonSg-Present', 'Have-TheWord', string([have])])]). cached_query(and(wordStrings(A, string([have])), partOfSpeech(A, B, string([have]))), [and(wordStrings('Have-TheWord', string([have])), partOfSpeech('Have-TheWord', 'HaveAux', string([have])))]). cached_query(partOfSpeech(A, B, string([have])), [partOfSpeech('Have-TheWord', 'HaveAux', string([have]))]). cached_query('#$or'(nameSpelling(A, string([have])), commonNickname(A, string([have]))), []). cached_query(compoundSemTrans('Heart-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Heart-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([heart])), speechPartPreds(C, B)), [and(wordForms('Heart-TheWord', singular, string([heart])), speechPartPreds('CountNoun', singular)), and(wordForms('Heart-TheWord', singular, string([heart])), speechPartPreds('NLWordForm', singular)), and(wordForms('Heart-TheWord', singular, string([heart])), speechPartPreds('Noun', singular)), and(wordForms('Heart-TheWord', singular, string([heart])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('Heart-TheWord', singular, string([heart])), speechPartPreds('CommonNoun', singular)), and(wordForms('Heart-TheWord', simpleNounStrings, string([heart])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Heart-TheWord', simpleNounStrings, string([heart])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Heart-TheWord', simpleNounStrings, string([heart])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Heart-TheWord', simpleNounStrings, string([heart])), speechPartPreds('CommonNoun', simpleNounStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([heart])]), [and(speechPartPreds('CountNoun', singular), [singular, 'Heart-TheWord', string([heart])]), and(speechPartPreds('NLWordForm', singular), [singular, 'Heart-TheWord', string([heart])]), and(speechPartPreds('Noun', singular), [singular, 'Heart-TheWord', string([heart])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'Heart-TheWord', string([heart])]), and(speechPartPreds('CommonNoun', singular), [singular, 'Heart-TheWord', string([heart])])]). cached_query(and(wordStrings(A, string([heart])), partOfSpeech(A, B, string([heart]))), []). cached_query(partOfSpeech(A, B, string([heart])), []). cached_query('#$or'(nameSpelling(A, string([heart])), commonNickname(A, string([heart]))), []). cached_query(compoundSemTrans('His-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'His-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([his])), speechPartPreds(C, B)), [and(wordForms('His-TheWord', pronounStrings, string([his])), speechPartPreds('NLWordForm', pronounStrings)), and(wordForms('His-TheWord', pronounStrings, string([his])), speechPartPreds('Pronoun-SubjectOrObject', pronounStrings)), and(wordForms('His-TheWord', pronounStrings, string([his])), speechPartPreds('PossessivePronoun-Post', pronounStrings)), and(wordForms('His-TheWord', pronounStrings, string([his])), speechPartPreds('PossessivePronoun', pronounStrings)), and(wordForms('His-TheWord', pronounStrings, string([his])), speechPartPreds('ExpletivePronoun', pronounStrings)), and(wordForms('His-TheWord', pronounStrings, string([his])), speechPartPreds('ReflexivePronoun', pronounStrings)), and(wordForms('His-TheWord', pronounStrings, string([his])), speechPartPreds('ReciprocalPronoun', pronounStrings)), and(wordForms('His-TheWord', pronounStrings, string([his])), speechPartPreds('SubjectPronoun', pronounStrings)), and(wordForms('His-TheWord', pronounStrings, string([his])), speechPartPreds('IndefinitePronoun', pronounStrings)), and(wordForms('His-TheWord', pronounStrings, string([his])), speechPartPreds('WHPronoun', pronounStrings)), and(wordForms('His-TheWord', pronounStrings, string([his])), speechPartPreds('Pronoun', pronounStrings)), and(wordForms('His-TheWord', pronounStrings, string([his])), speechPartPreds('Number-SP', pronounStrings)), and(wordForms('His-TheWord', pronounStrings, string([his])), speechPartPreds('ObjectPronoun', pronounStrings)), and(wordForms('His-TheWord', pronounStrings, string([his])), speechPartPreds('SingularPronoun', pronounStrings)), and(wordForms('His-TheWord', pronounStrings, string([his])), speechPartPreds('PluralPronoun', pronounStrings)), and(wordForms('His-TheWord', pronounStrings, string([his])), speechPartPreds('DualPronoun', pronounStrings)), and(wordForms('His-TheWord', determinerStrings, string([his])), speechPartPreds('NLWordForm', determinerStrings)), and(wordForms('His-TheWord', determinerStrings, string([his])), speechPartPreds('Determiner-Central', determinerStrings)), and(wordForms('His-TheWord', determinerStrings, string([his])), speechPartPreds('Determiner-ClassC', determinerStrings)), and(wordForms('His-TheWord', determinerStrings, string([his])), speechPartPreds('WHDeterminer', determinerStrings)), and(wordForms('His-TheWord', determinerStrings, string([his])), speechPartPreds('Determiner-ClassA', determinerStrings)), and(wordForms('His-TheWord', determinerStrings, string([his])), speechPartPreds('Postdeterminer', determinerStrings)), and(wordForms('His-TheWord', determinerStrings, string([his])), speechPartPreds('Determiner', determinerStrings)), and(wordForms('His-TheWord', determinerStrings, string([his])), speechPartPreds('Determiner-ClassB', determinerStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([his])]), [and(speechPartPreds('NLWordForm', determinerStrings), [determinerStrings, 'His-TheWord', string([his])]), and(speechPartPreds('Determiner-Central', determinerStrings), [determinerStrings, 'His-TheWord', string([his])]), and(speechPartPreds('Determiner-ClassC', determinerStrings), [determinerStrings, 'His-TheWord', string([his])]), and(speechPartPreds('WHDeterminer', determinerStrings), [determinerStrings, 'His-TheWord', string([his])]), and(speechPartPreds('Determiner-ClassA', determinerStrings), [determinerStrings, 'His-TheWord', string([his])]), and(speechPartPreds('Postdeterminer', determinerStrings), [determinerStrings, 'His-TheWord', string([his])]), and(speechPartPreds('Determiner', determinerStrings), [determinerStrings, 'His-TheWord', string([his])]), and(speechPartPreds('Determiner-ClassB', determinerStrings), [determinerStrings, 'His-TheWord', string([his])]), and(speechPartPreds('NLWordForm', pronounStrings), [pronounStrings, 'His-TheWord', string([his])]), and(speechPartPreds('Pronoun-SubjectOrObject', pronounStrings), [pronounStrings, 'His-TheWord', string([his])]), and(speechPartPreds('PossessivePronoun-Post', pronounStrings), [pronounStrings, 'His-TheWord', string([his])]), and(speechPartPreds('PossessivePronoun', pronounStrings), [pronounStrings, 'His-TheWord', string([his])]), and(speechPartPreds('ExpletivePronoun', pronounStrings), [pronounStrings, 'His-TheWord', string([his])]), and(speechPartPreds('ReflexivePronoun', pronounStrings), [pronounStrings, 'His-TheWord', string([his])]), and(speechPartPreds('ReciprocalPronoun', pronounStrings), [pronounStrings, 'His-TheWord', string([his])]), and(speechPartPreds('SubjectPronoun', pronounStrings), [pronounStrings, 'His-TheWord', string([his])]), and(speechPartPreds('IndefinitePronoun', pronounStrings), [pronounStrings, 'His-TheWord', string([his])]), and(speechPartPreds('WHPronoun', pronounStrings), [pronounStrings, 'His-TheWord', string([his])]), and(speechPartPreds('Pronoun', pronounStrings), [pronounStrings, 'His-TheWord', string([his])]), and(speechPartPreds('Number-SP', pronounStrings), [pronounStrings, 'His-TheWord', string([his])]), and(speechPartPreds('ObjectPronoun', pronounStrings), [pronounStrings, 'His-TheWord', string([his])]), and(speechPartPreds('SingularPronoun', pronounStrings), [pronounStrings, 'His-TheWord', string([his])]), and(speechPartPreds('PluralPronoun', pronounStrings), [pronounStrings, 'His-TheWord', string([his])]), and(speechPartPreds('DualPronoun', pronounStrings), [pronounStrings, 'His-TheWord', string([his])])]). cached_query(and(wordStrings(A, string([his])), partOfSpeech(A, B, string([his]))), [and(wordStrings('His-TheWord', string([his])), partOfSpeech('His-TheWord', 'PossessivePronoun-Post', string([his]))), and(wordStrings('His-TheWord', string([his])), partOfSpeech('His-TheWord', 'PossessivePronoun-Pre', string([his]))), and(wordStrings('His-TheWord', string([his])), partOfSpeech('His-TheWord', 'MasculinePronoun', string([his]))), and(wordStrings('His-TheWord', string([his])), partOfSpeech('His-TheWord', 'SingularPronoun', string([his]))), and(wordStrings('His-TheWord', string([his])), partOfSpeech('His-TheWord', 'Pronoun', string([his]))), and(wordStrings('His-TheWord', string([his])), partOfSpeech('His-TheWord', 'PossessivePronoun', string([his])))]). cached_query(partOfSpeech(A, B, string([his])), [partOfSpeech('His-TheWord', 'PossessivePronoun-Post', string([his])), partOfSpeech('His-TheWord', 'PossessivePronoun-Pre', string([his])), partOfSpeech('His-TheWord', 'MasculinePronoun', string([his])), partOfSpeech('His-TheWord', 'SingularPronoun', string([his])), partOfSpeech('His-TheWord', 'Pronoun', string([his])), partOfSpeech('His-TheWord', 'PossessivePronoun', string([his]))]). cached_query('#$or'(nameSpelling(A, string([his])), commonNickname(A, string([his]))), []). cached_query(compoundSemTrans('Win-TheWord', A, B, C, D), []). cached_query(and(wordForms(A, B, string([win])), speechPartPreds(C, B)), [and(wordForms('Win-TheWord', infinitive, string([win])), speechPartPreds('Verb', infinitive)), and(wordForms('Win-TheWord', infinitive, string([win])), speechPartPreds('NLWordForm', infinitive)), and(wordForms('Win-TheWord', 'firstPersonSg-Present', string([win])), speechPartPreds('Verb', 'firstPersonSg-Present')), and(wordForms('Win-TheWord', 'firstPersonSg-Present', string([win])), speechPartPreds('NLWordForm', 'firstPersonSg-Present')), and(wordForms('Win-TheWord', 'secondPersonSg-Present', string([win])), speechPartPreds('Verb', 'secondPersonSg-Present')), and(wordForms('Win-TheWord', 'secondPersonSg-Present', string([win])), speechPartPreds('NLWordForm', 'secondPersonSg-Present')), and(wordForms('Win-TheWord', 'nonThirdSg-Present', string([win])), speechPartPreds('Verb', 'nonThirdSg-Present')), and(wordForms('Win-TheWord', 'nonThirdSg-Present', string([win])), speechPartPreds('NLWordForm', 'nonThirdSg-Present')), and(wordForms('Win-TheWord', 'pluralVerb-Present', string([win])), speechPartPreds('Verb', 'pluralVerb-Present')), and(wordForms('Win-TheWord', 'pluralVerb-Present', string([win])), speechPartPreds('NLWordForm', 'pluralVerb-Present')), and(wordForms('Win-TheWord', 'presentTense-Generic', string([win])), speechPartPreds('Verb', 'presentTense-Generic')), and(wordForms('Win-TheWord', 'presentTense-Generic', string([win])), speechPartPreds('NLWordForm', 'presentTense-Generic')), and(wordForms('Win-TheWord', tensed, string([win])), speechPartPreds('Verb', tensed)), and(wordForms('Win-TheWord', tensed, string([win])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Win-TheWord', untensed, string([win])), speechPartPreds('Verb', untensed)), and(wordForms('Win-TheWord', untensed, string([win])), speechPartPreds('NLWordForm', untensed)), and(wordForms('Win-TheWord', 'simplePresent-Generic', string([win])), speechPartPreds('Verb', 'simplePresent-Generic')), and(wordForms('Win-TheWord', 'simplePresent-Generic', string([win])), speechPartPreds('NLWordForm', 'simplePresent-Generic')), and(wordForms('Win-TheWord', verbStrings, string([win])), speechPartPreds('Verb', verbStrings)), and(wordForms('Win-TheWord', verbStrings, string([win])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Win-TheWord', 'firstPersonSg-Generic', string([win])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('Win-TheWord', 'firstPersonSg-Generic', string([win])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('Win-TheWord', 'secondPersonSg-Generic', string([win])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('Win-TheWord', 'secondPersonSg-Generic', string([win])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('Win-TheWord', 'pluralVerb-Generic', string([win])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('Win-TheWord', 'pluralVerb-Generic', string([win])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('Win-TheWord', 'singularVerb-Generic', string([win])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Win-TheWord', 'singularVerb-Generic', string([win])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Win-TheWord', 'simpleAspect-Generic', string([win])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Win-TheWord', 'simpleAspect-Generic', string([win])), speechPartPreds('NLWordForm', 'simpleAspect-Generic')), and(wordForms('Win-TheWord', singular, string([win])), speechPartPreds('CountNoun', singular)), and(wordForms('Win-TheWord', singular, string([win])), speechPartPreds('NLWordForm', singular)), and(wordForms('Win-TheWord', singular, string([win])), speechPartPreds('Noun', singular)), and(wordForms('Win-TheWord', singular, string([win])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('Win-TheWord', singular, string([win])), speechPartPreds('CommonNoun', singular)), and(wordForms('Win-TheWord', simpleNounStrings, string([win])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Win-TheWord', simpleNounStrings, string([win])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Win-TheWord', simpleNounStrings, string([win])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Win-TheWord', simpleNounStrings, string([win])), speechPartPreds('CommonNoun', simpleNounStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([win])]), [and(speechPartPreds('Verb', infinitive), [infinitive, 'Win-TheWord', string([win])]), and(speechPartPreds('NLWordForm', infinitive), [infinitive, 'Win-TheWord', string([win])]), and(speechPartPreds('CountNoun', singular), [singular, 'Win-TheWord', string([win])]), and(speechPartPreds('NLWordForm', singular), [singular, 'Win-TheWord', string([win])]), and(speechPartPreds('Noun', singular), [singular, 'Win-TheWord', string([win])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'Win-TheWord', string([win])]), and(speechPartPreds('CommonNoun', singular), [singular, 'Win-TheWord', string([win])]), and(speechPartPreds('NLWordForm', baseForm), [baseForm, 'Win-TheWord', string([win])])]). cached_query(and(wordStrings(A, string([win])), partOfSpeech(A, B, string([win]))), []). cached_query(partOfSpeech(A, B, string([win])), []). cached_query('#$or'(nameSpelling(A, string([win])), commonNickname(A, string([win]))), []). cached_query(compoundSemTrans('To-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'To-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([to])), speechPartPreds(C, B)), [and(wordForms('To-TheWord', prepositionStrings, string([to])), speechPartPreds('Preposition', prepositionStrings)), and(wordForms('To-TheWord', prepositionStrings, string([to])), speechPartPreds('NLWordForm', prepositionStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([to])]), [and(speechPartPreds('Preposition', prepositionStrings), [prepositionStrings, 'To-TheWord', string([to])]), and(speechPartPreds('NLWordForm', prepositionStrings), [prepositionStrings, 'To-TheWord', string([to])])]). cached_query(and(wordStrings(A, string([to])), partOfSpeech(A, B, string([to]))), [and(wordStrings('To-TheWord', string([to])), partOfSpeech('To-TheWord', 'Preposition', string([to]))), and(wordStrings('To-TheWord', string([to])), partOfSpeech('To-TheWord', 'InfinitiveComp', string([to]))), and(wordStrings('To-TheWord', string([to])), partOfSpeech('To-TheWord', 'Preposition-Directional', string([to])))]). cached_query(partOfSpeech(A, B, string([to])), [partOfSpeech('To-TheWord', 'Preposition', string([to])), partOfSpeech('To-TheWord', 'InfinitiveComp', string([to])), partOfSpeech('To-TheWord', 'Preposition-Directional', string([to]))]). cached_query('#$or'(nameSpelling(A, string([to])), commonNickname(A, string([to]))), []). cached_query(compoundSemTrans('Effort-TheWord', A, B, C, D), [compoundSemTrans('Effort-TheWord', 'TheList'(string('"to"'), string('"curtail"'), string('"opium"'), string('"production"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'AttemptingFn'('PreventingFn'('ProductionOfFn'('Opium')))))), compoundSemTrans('Effort-TheWord', 'TheList'(string('"to"'), string('"stop"'), string('"opium"'), string('"production"'), string('"in"'), string('"Afghanistan"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'AttemptingFn'('PreventingFn'('SubcollectionOccursAtFn'('ProductionOfFn'('Opium'), 'Afghanistan')))))), compoundSemTrans('Effort-TheWord', 'TheList'(string('"to"'), string('"end"'), string('"opium"'), string('"production"'), string('"in"'), string('"Afghanistan"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'AttemptingFn'('PreventingFn'('SubcollectionOccursAtFn'('ProductionOfFn'('Opium'), 'Afghanistan')))))), compoundSemTrans('Effort-TheWord', 'TheList'(string('"to"'), string('"stop"'), string('"opium"'), string('"production"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'AttemptingFn'('PreventingFn'('ProductionOfFn'('Opium')))))), compoundSemTrans('Effort-TheWord', 'TheList'(string('"to"'), string('"curtail"'), string('"opium"'), string('"production"'), string('"in"'), string('"Afghanistan"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'AttemptingFn'('PreventingFn'('SubcollectionOccursAtFn'('ProductionOfFn'('Opium'), 'Afghanistan')))))), compoundSemTrans('Effort-TheWord', 'TheList'(string('"to"'), string('"end"'), string('"opium"'), string('"production"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'AttemptingFn'('PreventingFn'('ProductionOfFn'('Opium'))))))]). cached_query(multiWordSemTrans(A, 'Effort-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([efforts])), speechPartPreds(C, B)), [and(wordForms('Effort-TheWord', simpleNounStrings, string([efforts])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Effort-TheWord', simpleNounStrings, string([efforts])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Effort-TheWord', simpleNounStrings, string([efforts])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Effort-TheWord', simpleNounStrings, string([efforts])), speechPartPreds('CommonNoun', simpleNounStrings)), and(wordForms('Effort-TheWord', plural, string([efforts])), speechPartPreds('CountNoun', plural)), and(wordForms('Effort-TheWord', plural, string([efforts])), speechPartPreds('CountNoun-Generic', plural)), and(wordForms('Effort-TheWord', plural, string([efforts])), speechPartPreds('NLWordForm', plural)), and(wordForms('Effort-TheWord', plural, string([efforts])), speechPartPreds('Noun', plural)), and(wordForms('Effort-TheWord', plural, string([efforts])), speechPartPreds('CommonNoun', plural))]). cached_query(and(speechPartPreds(A, B), [B, C, string([efforts])]), []). cached_query(and(wordStrings(A, string([efforts])), partOfSpeech(A, B, string([efforts]))), []). cached_query(partOfSpeech(A, B, string([efforts])), []). cached_query('#$or'(nameSpelling(A, string([efforts])), commonNickname(A, string([efforts]))), []). cached_query(compoundSemTrans('My-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'My-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([my])), speechPartPreds(C, B)), [and(wordForms('My-TheWord', determinerStrings, string([my])), speechPartPreds('NLWordForm', determinerStrings)), and(wordForms('My-TheWord', determinerStrings, string([my])), speechPartPreds('Determiner-Central', determinerStrings)), and(wordForms('My-TheWord', determinerStrings, string([my])), speechPartPreds('Determiner-ClassC', determinerStrings)), and(wordForms('My-TheWord', determinerStrings, string([my])), speechPartPreds('WHDeterminer', determinerStrings)), and(wordForms('My-TheWord', determinerStrings, string([my])), speechPartPreds('Determiner-ClassA', determinerStrings)), and(wordForms('My-TheWord', determinerStrings, string([my])), speechPartPreds('Postdeterminer', determinerStrings)), and(wordForms('My-TheWord', determinerStrings, string([my])), speechPartPreds('Determiner', determinerStrings)), and(wordForms('My-TheWord', determinerStrings, string([my])), speechPartPreds('Determiner-ClassB', determinerStrings)), and(wordForms('My-TheWord', pronounStrings, string([my])), speechPartPreds('NLWordForm', pronounStrings)), and(wordForms('My-TheWord', pronounStrings, string([my])), speechPartPreds('Pronoun-SubjectOrObject', pronounStrings)), and(wordForms('My-TheWord', pronounStrings, string([my])), speechPartPreds('PossessivePronoun-Post', pronounStrings)), and(wordForms('My-TheWord', pronounStrings, string([my])), speechPartPreds('PossessivePronoun', pronounStrings)), and(wordForms('My-TheWord', pronounStrings, string([my])), speechPartPreds('ExpletivePronoun', pronounStrings)), and(wordForms('My-TheWord', pronounStrings, string([my])), speechPartPreds('ReflexivePronoun', pronounStrings)), and(wordForms('My-TheWord', pronounStrings, string([my])), speechPartPreds('ReciprocalPronoun', pronounStrings)), and(wordForms('My-TheWord', pronounStrings, string([my])), speechPartPreds('SubjectPronoun', pronounStrings)), and(wordForms('My-TheWord', pronounStrings, string([my])), speechPartPreds('IndefinitePronoun', pronounStrings)), and(wordForms('My-TheWord', pronounStrings, string([my])), speechPartPreds('WHPronoun', pronounStrings)), and(wordForms('My-TheWord', pronounStrings, string([my])), speechPartPreds('Pronoun', pronounStrings)), and(wordForms('My-TheWord', pronounStrings, string([my])), speechPartPreds('Number-SP', pronounStrings)), and(wordForms('My-TheWord', pronounStrings, string([my])), speechPartPreds('ObjectPronoun', pronounStrings)), and(wordForms('My-TheWord', pronounStrings, string([my])), speechPartPreds('SingularPronoun', pronounStrings)), and(wordForms('My-TheWord', pronounStrings, string([my])), speechPartPreds('PluralPronoun', pronounStrings)), and(wordForms('My-TheWord', pronounStrings, string([my])), speechPartPreds('DualPronoun', pronounStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([my])]), [and(speechPartPreds('NLWordForm', determinerStrings), [determinerStrings, 'My-TheWord', string([my])]), and(speechPartPreds('Determiner-Central', determinerStrings), [determinerStrings, 'My-TheWord', string([my])]), and(speechPartPreds('Determiner-ClassC', determinerStrings), [determinerStrings, 'My-TheWord', string([my])]), and(speechPartPreds('WHDeterminer', determinerStrings), [determinerStrings, 'My-TheWord', string([my])]), and(speechPartPreds('Determiner-ClassA', determinerStrings), [determinerStrings, 'My-TheWord', string([my])]), and(speechPartPreds('Postdeterminer', determinerStrings), [determinerStrings, 'My-TheWord', string([my])]), and(speechPartPreds('Determiner', determinerStrings), [determinerStrings, 'My-TheWord', string([my])]), and(speechPartPreds('Determiner-ClassB', determinerStrings), [determinerStrings, 'My-TheWord', string([my])]), and(speechPartPreds('NLWordForm', pronounStrings), [pronounStrings, 'My-TheWord', string([my])]), and(speechPartPreds('Pronoun-SubjectOrObject', pronounStrings), [pronounStrings, 'My-TheWord', string([my])]), and(speechPartPreds('PossessivePronoun-Post', pronounStrings), [pronounStrings, 'My-TheWord', string([my])]), and(speechPartPreds('PossessivePronoun', pronounStrings), [pronounStrings, 'My-TheWord', string([my])]), and(speechPartPreds('ExpletivePronoun', pronounStrings), [pronounStrings, 'My-TheWord', string([my])]), and(speechPartPreds('ReflexivePronoun', pronounStrings), [pronounStrings, 'My-TheWord', string([my])]), and(speechPartPreds('ReciprocalPronoun', pronounStrings), [pronounStrings, 'My-TheWord', string([my])]), and(speechPartPreds('SubjectPronoun', pronounStrings), [pronounStrings, 'My-TheWord', string([my])]), and(speechPartPreds('IndefinitePronoun', pronounStrings), [pronounStrings, 'My-TheWord', string([my])]), and(speechPartPreds('WHPronoun', pronounStrings), [pronounStrings, 'My-TheWord', string([my])]), and(speechPartPreds('Pronoun', pronounStrings), [pronounStrings, 'My-TheWord', string([my])]), and(speechPartPreds('Number-SP', pronounStrings), [pronounStrings, 'My-TheWord', string([my])]), and(speechPartPreds('ObjectPronoun', pronounStrings), [pronounStrings, 'My-TheWord', string([my])]), and(speechPartPreds('SingularPronoun', pronounStrings), [pronounStrings, 'My-TheWord', string([my])]), and(speechPartPreds('PluralPronoun', pronounStrings), [pronounStrings, 'My-TheWord', string([my])]), and(speechPartPreds('DualPronoun', pronounStrings), [pronounStrings, 'My-TheWord', string([my])])]). cached_query(and(wordStrings(A, string([my])), partOfSpeech(A, B, string([my]))), [and(wordStrings('My-TheWord', string([my])), partOfSpeech('My-TheWord', 'PossessivePronoun-Pre', string([my]))), and(wordStrings('My-TheWord', string([my])), partOfSpeech('My-TheWord', 'PossessivePronoun', string([my]))), and(wordStrings('My-TheWord', string([my])), partOfSpeech('My-TheWord', 'Pronoun', string([my])))]). cached_query(partOfSpeech(A, B, string([my])), [partOfSpeech('My-TheWord', 'PossessivePronoun-Pre', string([my])), partOfSpeech('My-TheWord', 'PossessivePronoun', string([my])), partOfSpeech('My-TheWord', 'Pronoun', string([my]))]). cached_query('#$or'(nameSpelling(A, string([my])), commonNickname(A, string([my]))), []). cached_query(compoundSemTrans('WordFn'(string(['But'])), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'WordFn'(string(['But'])), B, C, D), []). cached_query(and(wordForms(A, B, string(['But'])), speechPartPreds(C, B)), []). cached_query(and(speechPartPreds(A, B), [B, C, string(['But'])]), []). cached_query(and(wordStrings(A, string(['But'])), partOfSpeech(A, B, string(['But']))), []). cached_query(partOfSpeech(A, B, string(['But'])), []). cached_query('#$or'(nameSpelling(A, string(['But'])), commonNickname(A, string(['But']))), []). cached_query(wordSemTrans('Event-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(compoundSemTrans('Event-TheWord', A, B, C, D), [compoundSemTrans('Event-TheWord', 'TheList'(string('"involving"'), string('"physical"'), string('"contact"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PhysicalContactEvent'))), compoundSemTrans('Event-TheWord', 'TheList'(string('"in"'), string('"which"'), string('"something"'), string('"is"'), string('"created"'), string('"or"'), string('"destroyed"'), string('"or"'), string('"both"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PhysicalCreationOrDestructionEvent'))), compoundSemTrans('Event-TheWord', 'TheList'(string('"in"'), string('"which"'), string('"an"'), string('"object"'), string('"changes"'), string('"shape"'), string('"without"'), string('"losing"'), string('"material"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'ShapeChangeWithoutLosingMaterial'))), compoundSemTrans('Event-TheWord', 'TheList'(string('"in"'), string('"which"'), string('"objects"'), string('"are"'), string('"in"'), string('"continuous"'), string('"physical"'), string('"contact"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'ContinuousPhysicalContactEvent'))), compoundSemTrans('Event-TheWord', 'TheList'(string('"in"'), string('"which"'), string('"amino"'), string('"acids"'), string('"are"'), string('"selected"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'TransferRNASelectsAminoAcid'))), compoundSemTrans('Event-TheWord', 'TheList'(string('"of"'), string('"stating"'), string('"something"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'StatingSomething'))), compoundSemTrans('Event-TheWord', 'TheList'(string('"in"'), string('"which"'), string('"sub"'), string('"atomic"'), string('"particles"'), string('"are"'), string('"emitted"'), string('"from"'), string('"a"'), string('"nucleus"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'NucleusEmittingASubAtomicParticle'))), compoundSemTrans('Event-TheWord', 'TheList'(string('"in"'), string('"which"'), string('"an"'), string('"information"'), string('"bearing"'), string('"thing"'), string('"is"'), string('"recorded"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'IBTRecoding'))), compoundSemTrans('Event-TheWord', 'TheList'(string('"with"'), string('"both"'), string('"physical"'), string('"and"'), string('"mental"'), string('"components"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'CompositePhysicalAndMentalEvent'))), compoundSemTrans('Event-TheWord', 'TheList'(string('"involving"'), string('"a"'), string('"stationary"'), string('"conveyor"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'Conveying-Stationary'))), compoundSemTrans('Event-TheWord', 'TheList'(string('"in"'), string('"which"'), string('"an"'), string('"Information"'), string('"Bearing"'), string('"Thing"'), string('"is"'), string('"replicated"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'IBTGeneration-Replication'))), compoundSemTrans('Event-TheWord', 'TheList'(string('"in"'), string('"which"'), string('"a"'), string('"projectile"'), string('"weapon"'), string('"is"'), string('"fired"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'ShootingAProjectileWeapon'))), compoundSemTrans('Event-TheWord', 'TheList'(string('"in"'), string('"which"'), string('"food"'), string('"or"'), string('"drink"'), string('"is"'), string('"consumed"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'ConsumingFoodOrDrink'))), compoundSemTrans('Event-TheWord', 'TheList'(string('"in"'), string('"which"'), string('"a"'), string('"sub"'), string('"atomic"'), string('"particle"'), string('"is"'), string('"emitted"'), string('"from"'), string('"a"'), string('"nucleus"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'NucleusEmittingASubAtomicParticle'))), compoundSemTrans('Event-TheWord', 'TheList'(string('"of"'), string('"causing"'), string('"another"'), string('"object\'s"'), string('"translational"'), string('"motion"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'CausingAnotherObjectsTranslationalMotion'))), compoundSemTrans('Event-TheWord', 'TheList'(string('"in"'), string('"which"'), string('"food"'), string('"or"'), string('"drink"'), string('"is"'), string('"prepared"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PreparingFoodOrDrink'))), compoundSemTrans('Event-TheWord', 'TheList'(string('"of"'), string('"taking"'), string('"something"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'TakingSomething'))), compoundSemTrans('Event-TheWord', 'TheList'(string('"consisting"'), string('"of"'), string('"multiple"'), string('"repetitions"'), string('"of"'), string('"some"'), string('"subevent"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PluralityOfLikeSubevents'))), compoundSemTrans('Event-TheWord', 'TheList'(string('"of"'), string('"launching"'), string('"a"'), string('"self-propelled"'), string('"projectile"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'LaunchingASelfPoweredProjectile'))), compoundSemTrans('Event-TheWord', 'TheList'(string('"that"'), string('"inherently"'), string('"involves"'), string('"a"'), string('"change"'), string('"of"'), string('"state"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'IntrinsicStateChangeEvent'))), compoundSemTrans('Event-TheWord', 'TheList'(string('"in"'), string('"which"'), string('"an"'), string('"Information"'), string('"Bearing"'), string('"Thing"'), string('"is"'), string('"copied"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'IBTCopying'))), compoundSemTrans('Event-TheWord', 'TheList'(string('"in"'), string('"which"'), string('"subatomic"'), string('"particles"'), string('"are"'), string('"emitted"'), string('"from"'), string('"a"'), string('"nucleus"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'NucleusEmittingASubAtomicParticle'))), compoundSemTrans('Event-TheWord', 'TheList'(string('"in"'), string('"which"'), string('"something"'), string('"is"'), string('"deliberately"'), string('"created"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'CreatingAnArtifact'))), compoundSemTrans('Event-TheWord', 'TheList'(string('"in"'), string('"which"'), string('"a"'), string('"subatomic"'), string('"particle"'), string('"is"'), string('"emitted"'), string('"from"'), string('"a"'), string('"nucleus"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'NucleusEmittingASubAtomicParticle'))), compoundSemTrans('Event-TheWord', 'TheList'(string('"in"'), string('"which"'), string('"food"'), string('"or"'), string('"drink"'), string('"is"'), string('"served"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'ServingFoodOrDrink'))), compoundSemTrans('Event-TheWord', 'TheList'(string('"in"'), string('"which"'), string('"something"'), string('"is"'), string('"contained"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'ContainingSomething'))), compoundSemTrans('Event-TheWord', 'TheList'(string('"in"'), string('"which"'), string('"some"'), string('"quantity"'), string('"changes"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'QuantityChangeEvent'))), compoundSemTrans('Event-TheWord', 'TheList'(string('"with"'), string('"hospital"'), string('"death"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'CCFEventWithHospitalDeath')))]). cached_query(multiWordSemTrans(A, 'Event-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([event])), speechPartPreds(C, B)), [and(wordForms('Event-TheWord', singular, string([event])), speechPartPreds('CountNoun', singular)), and(wordForms('Event-TheWord', singular, string([event])), speechPartPreds('NLWordForm', singular)), and(wordForms('Event-TheWord', singular, string([event])), speechPartPreds('Noun', singular)), and(wordForms('Event-TheWord', singular, string([event])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('Event-TheWord', singular, string([event])), speechPartPreds('CommonNoun', singular)), and(wordForms('Event-TheWord', simpleNounStrings, string([event])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Event-TheWord', simpleNounStrings, string([event])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Event-TheWord', simpleNounStrings, string([event])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Event-TheWord', simpleNounStrings, string([event])), speechPartPreds('CommonNoun', simpleNounStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([event])]), [and(speechPartPreds('CountNoun', singular), [singular, 'Event-TheWord', string([event])]), and(speechPartPreds('NLWordForm', singular), [singular, 'Event-TheWord', string([event])]), and(speechPartPreds('Noun', singular), [singular, 'Event-TheWord', string([event])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'Event-TheWord', string([event])]), and(speechPartPreds('CommonNoun', singular), [singular, 'Event-TheWord', string([event])]), and(speechPartPreds('NLWordForm', preferredBaseForm), [preferredBaseForm, 'Event-TheWord', string([event])])]). cached_query(and(wordStrings(A, string([event])), partOfSpeech(A, B, string([event]))), []). cached_query(partOfSpeech(A, B, string([event])), []). cached_query('#$or'(nameSpelling(A, string([event])), commonNickname(A, string([event]))), []). cached_query(wordSemTrans('That-TheWord', A, B, C, 'Preposition', D, E), []). cached_query(wordSemTrans('That-TheWord', A, 'ParticleCompFrameFn'('IntransitiveParticleFrameType', B), C, D, E, F), []). cached_query(wordSemTrans('That-TheWord', A, B, C, 'Verb', D, E), []). cached_query(wordSemTrans('That-TheWord', A, 'ParticleCompFrameFn'('TransitiveParticleNPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('Hope-TheWord', A, B, C, 'Preposition', D, E), []). cached_query(wordSemTrans('Hope-TheWord', A, 'ParticleCompFrameFn'('IntransitiveParticleFrameType', B), C, D, E, F), []). cached_query(wordSemTrans('Hope-TheWord', A, B, C, 'Verb', D, E), [wordSemTrans('Hope-TheWord', 0, 'TransitiveInfinitivePhraseFrame', desires(':EQUI-SUBJ-SUBJ', ':INF-COMP'), 'Verb', verbSemTrans, 'True'), wordSemTrans('Hope-TheWord', 0, 'TransitiveThatClauseFrame', and(hopedProp(':ACTION', ':CLAUSE'), isa(':ACTION', 'HopingThat'), doneBy(':ACTION', ':SUBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Hope-TheWord', 789, 'TransitiveInfinitivePhraseFrame', and(desiredProp(':ACTION', ':CLAUSE'), isa(':ACTION', 'HopingThat')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Hope-TheWord', 789, 'TransitiveNPFrame', and(isa(':ACTION', 'HopingThat'), topicRole(':ACTION', ':OBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Hope-TheWord', 789, 'TransitiveFiniteClauseFrame', and(desiredProp(':ACTION', ':CLAUSE'), desiredProp(':ACTION', ':OBJECT'), isa(':ACTION', 'HopingThat')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Hope-TheWord', 789, 'TransitiveFiniteClauseFrame', and(desiredProp(':ACTION', ':CLAUSE'), isa(':ACTION', 'HopingThat'), subjectOfMentalSituation(':ACTION', ':SUBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Hope-TheWord', 789, 'TransitiveInfinitivePhraseFrame', and(desiredProp(':ACTION', ':CLAUSE'), isa(':ACTION', 'HopingThat'), subjectOfMentalSituation(':ACTION', ':SUBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Hope-TheWord', 789, 'TransitiveNPFrame', and(isa(':ACTION', 'HopingThat'), subjectOfMentalSituation(':ACTION', ':SUBJECT'), topicRole(':ACTION', ':OBJECT')), 'Verb', verbSemTrans, 'True')]). cached_query(wordSemTrans('Hope-TheWord', A, 'ParticleCompFrameFn'('TransitiveParticleNPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('Give-TheWord', A, B, C, 'Preposition', D, E), []). cached_query(wordSemTrans('Give-TheWord', A, 'ParticleCompFrameFn'('IntransitiveParticleFrameType', B), C, D, E, F), []). cached_query(wordSemTrans('Give-TheWord', A, B, C, 'Verb', D, E), [wordSemTrans('Give-TheWord', 0, 'PPCompFrameFn'('TransitivePPFrameType', 'Off-TheWord'), and(isa(':ACTION', 'EmittingAnObject'), objectEmitted(':ACTION', ':OBLIQUE-OBJECT'), emitter(':ACTION', ':SUBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Give-TheWord', 0, 'PPCompFrameFn'('DitransitivePPFrameType', 'To-TheWord'), and(objectGiven(':ACTION', ':OBJECT'), isa(':ACTION', 'GivingSomething'), giver(':ACTION', ':SUBJECT'), givee(':ACTION', ':OBLIQUE-OBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Give-TheWord', 4, 'TransitiveNPFrame', and(isa(':ACTION', 'Yielding-MakingSomethingAvailable'), performedBy(':ACTION', ':SUBJECT'), objectActedOn(':ACTION', ':OBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Give-TheWord', 0, 'DitransitiveNP-NPFrame', and(objectGiven(':ACTION', ':OBJECT'), isa(':ACTION', 'GivingSomething'), giver(':ACTION', ':SUBJECT'), givee(':ACTION', ':OBLIQUE-OBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Give-TheWord', 4, 'PPCompFrameFn'('DitransitivePPFrameType', 'To-TheWord'), and(isa(':ACTION', 'Yielding-MakingSomethingAvailable'), performedBy(':ACTION', ':SUBJECT'), transferredObject(':ACTION', ':OBJECT'), target(':ACTION', ':OBLIQUE-OBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Give-TheWord', 4, 'PPCompFrameFn'('DitransitivePPFrameType', 'For-TheWord'), and(isa(':ACTION', 'Yielding-MakingSomethingAvailable'), performedBy(':ACTION', ':SUBJECT'), transportees(':ACTION', ':OBJECT'), target(':ACTION', ':OBLIQUE-OBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Give-TheWord', 789, 'PPCompFrameFn'('DitransitivePPFrameType', 'To-TheWord'), and(isa(':ACTION', 'GivingSomething'), toPossessor(':ACTION', ':OBLIQUE-OBJECT'), objectOfPossessionTransfer(':ACTION', ':OBJECT'), fromPossessor(':ACTION', ':SUBJECT'), doneBy(':ACTION', ':SUBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Give-TheWord', 789, 'PPCompFrameFn'('DitransitivePPFrameType', 'To-TheWord'), and(isa(':ACTION', 'Giving-Offering-CommunicationAct'), toPossessor(':ACTION', ':OBLIQUE-OBJECT'), objectOfPossessionTransfer(':ACTION', ':OBJECT'), fromPossessor(':ACTION', ':SUBJECT'), doneBy(':ACTION', ':SUBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Give-TheWord', 789, 'DitransitiveNP-NPFrame', and(isa(':ACTION', 'GivingSomething'), toPossessor(':ACTION', ':OBJECT'), fromPossessor(':ACTION', ':SUBJECT'), doneBy(':ACTION', ':SUBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Give-TheWord', 789, 'DitransitiveNP-NPFrame', and(isa(':ACTION', 'Giving-Offering-CommunicationAct'), toPossessor(':ACTION', ':OBJECT'), fromPossessor(':ACTION', ':SUBJECT'), doneBy(':ACTION', ':SUBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Give-TheWord', 789, 'TransitiveNPFrame', and(isa(':ACTION', 'GivingSomething'), objectOfPossessionTransfer(':ACTION', ':OBJECT'), fromPossessor(':ACTION', ':SUBJECT'), doneBy(':ACTION', ':SUBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Give-TheWord', 789, 'TransitiveNPFrame', and(isa(':ACTION', 'Giving-Offering-CommunicationAct'), objectOfPossessionTransfer(':ACTION', ':OBJECT'), fromPossessor(':ACTION', ':SUBJECT'), doneBy(':ACTION', ':SUBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Give-TheWord', 789, 'PPCompFrameFn'('TransitivePPFrameType', 'To-TheWord'), and(isa(':ACTION', 'GivingSomething'), toPossessor(':ACTION', ':OBLIQUE-OBJECT'), fromPossessor(':ACTION', ':SUBJECT'), doneBy(':ACTION', ':SUBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Give-TheWord', 789, 'PPCompFrameFn'('TransitivePPFrameType', 'To-TheWord'), and(isa(':ACTION', 'Giving-Offering-CommunicationAct'), toPossessor(':ACTION', ':OBLIQUE-OBJECT'), fromPossessor(':ACTION', ':SUBJECT'), doneBy(':ACTION', ':SUBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Give-TheWord', 789, 'PPCompFrameFn'('DitransitivePPFrameType', 'For-TheWord'), and(isa(':ACTION', 'GivingSomething'), moneyTransferred(':ACTION', ':OBLIQUE-OBJECT'), objectOfPossessionTransfer(':ACTION', ':OBJECT'), fromPossessor(':ACTION', ':SUBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Give-TheWord', 789, 'PPCompFrameFn'('DitransitivePPFrameType', 'For-TheWord'), and(isa(':ACTION', 'Giving-Offering-CommunicationAct'), moneyTransferred(':ACTION', ':OBLIQUE-OBJECT'), objectOfPossessionTransfer(':ACTION', ':OBJECT'), fromPossessor(':ACTION', ':SUBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Give-TheWord', 789, 'DitransitiveNP-NPFrame', and(isa(':ACTION', 'GivingSomething'), toPossessor(':ACTION', ':OBLIQUE-OBJECT'), fromPossessor(':ACTION', ':SUBJECT'), doneBy(':ACTION', ':SUBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Give-TheWord', 789, 'DitransitiveNP-NPFrame', and(isa(':ACTION', 'Giving-Offering-CommunicationAct'), toPossessor(':ACTION', ':OBLIQUE-OBJECT'), fromPossessor(':ACTION', ':SUBJECT'), doneBy(':ACTION', ':SUBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Give-TheWord', 789, 'DitransitiveNP-NPFrame', and(isa(':ACTION', 'GivingSomething'), toPossessor(':ACTION', ':OBLIQUE-OBJECT'), objectOfPossessionTransfer(':ACTION', ':OBJECT'), fromPossessor(':ACTION', ':SUBJECT'), doneBy(':ACTION', ':SUBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Give-TheWord', 789, 'DitransitiveNP-NPFrame', and(isa(':ACTION', 'Giving-Offering-CommunicationAct'), toPossessor(':ACTION', ':OBLIQUE-OBJECT'), objectOfPossessionTransfer(':ACTION', ':OBJECT'), fromPossessor(':ACTION', ':SUBJECT'), doneBy(':ACTION', ':SUBJECT')), 'Verb', verbSemTrans, 'True')]). cached_query(wordSemTrans('Give-TheWord', A, 'ParticleCompFrameFn'('TransitiveParticleNPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('At-TheWord', A, B, C, 'Preposition', D, E), [wordSemTrans('At-TheWord', 3, 'VerbPhraseModifyingFrame', temporallyIntersects(':OBJECT', 'StartFn'(':ACTION')), 'Preposition', prepSemTrans, 'True'), wordSemTrans('At-TheWord', 2, 'Post-NounPhraseModifyingFrame', 'at-UnderspecifiedLandmark'(':NOUN', ':OBJECT'), 'Preposition', prepSemTrans, 'True'), wordSemTrans('At-TheWord', 0, 'VerbPhraseModifyingFrame', 'at-UnderspecifiedLandmark'(':ACTION', ':OBJECT'), 'Preposition', prepSemTrans, 'True'), wordSemTrans('At-TheWord', 1, 'VerbPhraseModifyingFrame', eventOccursAt(':ACTION', ':OBJECT'), 'Preposition', prepSemTrans, 'True'), wordSemTrans('At-TheWord', 2, 'Post-NounPhraseModifyingFrame', objectFoundInLocation(':NOUN', ':OBJECT'), 'Preposition', prepSemTrans, 'True'), wordSemTrans('At-TheWord', 0, 'TransitiveNPFrame', thereExists(':ACTION', holdsIn(':ACTION', 'at-UnderspecifiedLandmark'(':SUBJECT', ':OBJECT'))), 'Preposition', denotation, 'True')]). cached_query(wordSemTrans('At-TheWord', A, 'ParticleCompFrameFn'('IntransitiveParticleFrameType', B), C, D, E, F), []). cached_query(wordSemTrans('At-TheWord', A, B, C, 'Verb', D, E), []). cached_query(wordSemTrans('At-TheWord', A, 'ParticleCompFrameFn'('TransitiveParticleNPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('Smile-TheWord', A, B, C, 'Preposition', D, E), []). cached_query(wordSemTrans('Smile-TheWord', A, 'ParticleCompFrameFn'('IntransitiveParticleFrameType', B), C, D, E, F), []). cached_query(wordSemTrans('Smile-TheWord', A, B, C, 'Verb', D, E), [wordSemTrans('Smile-TheWord', 0, 'IntransitiveVerbFrame', and(isa(':ACTION', 'Smiling'), bodilyDoer(':ACTION', ':SUBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Smile-TheWord', 0, 'IntransitiveVerbFrame', and(isa(':ACTION', 'Smiling'), performedBy(':ACTION', ':SUBJECT')), 'Verb', verbSemTrans, 'True')]). cached_query(wordSemTrans('Smile-TheWord', A, 'ParticleCompFrameFn'('TransitiveParticleNPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('Smile-TheWord', A, 'PPCompFrameFn'('DitransitivePPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('Smile-TheWord', A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('Fact-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(compoundSemTrans('Hope-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Hope-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([hope])), speechPartPreds(C, B)), [and(wordForms('Hope-TheWord', singular, string([hope])), speechPartPreds('CountNoun', singular)), and(wordForms('Hope-TheWord', singular, string([hope])), speechPartPreds('NLWordForm', singular)), and(wordForms('Hope-TheWord', singular, string([hope])), speechPartPreds('Noun', singular)), and(wordForms('Hope-TheWord', singular, string([hope])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('Hope-TheWord', singular, string([hope])), speechPartPreds('CommonNoun', singular)), and(wordForms('Hope-TheWord', simpleNounStrings, string([hope])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Hope-TheWord', simpleNounStrings, string([hope])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Hope-TheWord', simpleNounStrings, string([hope])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Hope-TheWord', simpleNounStrings, string([hope])), speechPartPreds('CommonNoun', simpleNounStrings)), and(wordForms('Hope-TheWord', infinitive, string([hope])), speechPartPreds('Verb', infinitive)), and(wordForms('Hope-TheWord', infinitive, string([hope])), speechPartPreds('NLWordForm', infinitive)), and(wordForms('Hope-TheWord', 'firstPersonSg-Present', string([hope])), speechPartPreds('Verb', 'firstPersonSg-Present')), and(wordForms('Hope-TheWord', 'firstPersonSg-Present', string([hope])), speechPartPreds('NLWordForm', 'firstPersonSg-Present')), and(wordForms('Hope-TheWord', 'secondPersonSg-Present', string([hope])), speechPartPreds('Verb', 'secondPersonSg-Present')), and(wordForms('Hope-TheWord', 'secondPersonSg-Present', string([hope])), speechPartPreds('NLWordForm', 'secondPersonSg-Present')), and(wordForms('Hope-TheWord', 'nonThirdSg-Present', string([hope])), speechPartPreds('Verb', 'nonThirdSg-Present')), and(wordForms('Hope-TheWord', 'nonThirdSg-Present', string([hope])), speechPartPreds('NLWordForm', 'nonThirdSg-Present')), and(wordForms('Hope-TheWord', 'pluralVerb-Present', string([hope])), speechPartPreds('Verb', 'pluralVerb-Present')), and(wordForms('Hope-TheWord', 'pluralVerb-Present', string([hope])), speechPartPreds('NLWordForm', 'pluralVerb-Present')), and(wordForms('Hope-TheWord', 'presentTense-Generic', string([hope])), speechPartPreds('Verb', 'presentTense-Generic')), and(wordForms('Hope-TheWord', 'presentTense-Generic', string([hope])), speechPartPreds('NLWordForm', 'presentTense-Generic')), and(wordForms('Hope-TheWord', tensed, string([hope])), speechPartPreds('Verb', tensed)), and(wordForms('Hope-TheWord', tensed, string([hope])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Hope-TheWord', untensed, string([hope])), speechPartPreds('Verb', untensed)), and(wordForms('Hope-TheWord', untensed, string([hope])), speechPartPreds('NLWordForm', untensed)), and(wordForms('Hope-TheWord', 'simplePresent-Generic', string([hope])), speechPartPreds('Verb', 'simplePresent-Generic')), and(wordForms('Hope-TheWord', 'simplePresent-Generic', string([hope])), speechPartPreds('NLWordForm', 'simplePresent-Generic')), and(wordForms('Hope-TheWord', verbStrings, string([hope])), speechPartPreds('Verb', verbStrings)), and(wordForms('Hope-TheWord', verbStrings, string([hope])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Hope-TheWord', 'firstPersonSg-Generic', string([hope])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('Hope-TheWord', 'firstPersonSg-Generic', string([hope])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('Hope-TheWord', 'secondPersonSg-Generic', string([hope])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('Hope-TheWord', 'secondPersonSg-Generic', string([hope])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('Hope-TheWord', 'pluralVerb-Generic', string([hope])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('Hope-TheWord', 'pluralVerb-Generic', string([hope])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('Hope-TheWord', 'singularVerb-Generic', string([hope])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Hope-TheWord', 'singularVerb-Generic', string([hope])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Hope-TheWord', 'simpleAspect-Generic', string([hope])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Hope-TheWord', 'simpleAspect-Generic', string([hope])), speechPartPreds('NLWordForm', 'simpleAspect-Generic')), and(wordForms('Hope-TheWord', massNumber, string([hope])), speechPartPreds('MassNoun', massNumber)), and(wordForms('Hope-TheWord', massNumber, string([hope])), speechPartPreds('ProperMassNoun', massNumber)), and(wordForms('Hope-TheWord', massNumber, string([hope])), speechPartPreds('NLWordForm', massNumber)), and(wordForms('Hope-TheWord', massNumber, string([hope])), speechPartPreds('MassNoun-Generic', massNumber)), and(wordForms('Hope-TheWord', massNumber, string([hope])), speechPartPreds('Noun', massNumber)), and(wordForms('Hope-TheWord', massNumber, string([hope])), speechPartPreds('CommonNoun', massNumber))]). cached_query(and(speechPartPreds(A, B), [B, C, string([hope])]), [and(speechPartPreds('CountNoun', singular), [singular, 'Hope-TheWord', string([hope])]), and(speechPartPreds('NLWordForm', singular), [singular, 'Hope-TheWord', string([hope])]), and(speechPartPreds('Noun', singular), [singular, 'Hope-TheWord', string([hope])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'Hope-TheWord', string([hope])]), and(speechPartPreds('CommonNoun', singular), [singular, 'Hope-TheWord', string([hope])]), and(speechPartPreds('Verb', infinitive), [infinitive, 'Hope-TheWord', string([hope])]), and(speechPartPreds('NLWordForm', infinitive), [infinitive, 'Hope-TheWord', string([hope])]), and(speechPartPreds('MassNoun', massNumber), [massNumber, 'Hope-TheWord', string([hope])]), and(speechPartPreds('ProperMassNoun', massNumber), [massNumber, 'Hope-TheWord', string([hope])]), and(speechPartPreds('NLWordForm', massNumber), [massNumber, 'Hope-TheWord', string([hope])]), and(speechPartPreds('MassNoun-Generic', massNumber), [massNumber, 'Hope-TheWord', string([hope])]), and(speechPartPreds('Noun', massNumber), [massNumber, 'Hope-TheWord', string([hope])]), and(speechPartPreds('CommonNoun', massNumber), [massNumber, 'Hope-TheWord', string([hope])])]). cached_query(and(wordStrings(A, string([hope])), partOfSpeech(A, B, string([hope]))), []). cached_query(partOfSpeech(A, B, string([hope])), []). cached_query('#$or'(nameSpelling(A, string([hope])), commonNickname(A, string([hope]))), []). cached_query(compoundSemTrans('Give-TheWord', A, B, C, D), [compoundSemTrans('Give-TheWord', 'TheList'(string('"medication"')), 'Verb', 'DitransitiveNP-NPFrame', and(isa(':ACTION', 'AdministeringADrug'), performedBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Give-TheWord', 'TheList'(string('"off"')), 'Verb', 'TransitiveNPFrame', and(isa(':ACTION', 'EmittingAnObject'), objectEmitted(':ACTION', ':OBJECT'), emitter(':ACTION', ':SUBJECT'))), compoundSemTrans('Give-TheWord', 'TheList'(string('"an"'), string('"alarm"'), string('"signal"')), 'MainVerb', 'IntransitiveVerbFrame', and(isa(':ACTION', 'GivingAnAlarmSignal'), performedBy(':ACTION', ':SUBJECT')))]). cached_query(multiWordSemTrans(A, 'Give-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([gives])), speechPartPreds(C, B)), [and(wordForms('Give-TheWord', 'thirdPersonSg-Present', string([gives])), speechPartPreds('Verb', 'thirdPersonSg-Present')), and(wordForms('Give-TheWord', 'thirdPersonSg-Present', string([gives])), speechPartPreds('NLWordForm', 'thirdPersonSg-Present')), and(wordForms('Give-TheWord', 'presentTense-Generic', string([gives])), speechPartPreds('Verb', 'presentTense-Generic')), and(wordForms('Give-TheWord', 'presentTense-Generic', string([gives])), speechPartPreds('NLWordForm', 'presentTense-Generic')), and(wordForms('Give-TheWord', tensed, string([gives])), speechPartPreds('Verb', tensed)), and(wordForms('Give-TheWord', tensed, string([gives])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Give-TheWord', 'simplePresent-Generic', string([gives])), speechPartPreds('Verb', 'simplePresent-Generic')), and(wordForms('Give-TheWord', 'simplePresent-Generic', string([gives])), speechPartPreds('NLWordForm', 'simplePresent-Generic')), and(wordForms('Give-TheWord', verbStrings, string([gives])), speechPartPreds('Verb', verbStrings)), and(wordForms('Give-TheWord', verbStrings, string([gives])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Give-TheWord', 'thirdPersonSg-Generic', string([gives])), speechPartPreds('Verb', 'thirdPersonSg-Generic')), and(wordForms('Give-TheWord', 'thirdPersonSg-Generic', string([gives])), speechPartPreds('NLWordForm', 'thirdPersonSg-Generic')), and(wordForms('Give-TheWord', 'singularVerb-Generic', string([gives])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Give-TheWord', 'singularVerb-Generic', string([gives])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Give-TheWord', 'simpleAspect-Generic', string([gives])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Give-TheWord', 'simpleAspect-Generic', string([gives])), speechPartPreds('NLWordForm', 'simpleAspect-Generic'))]). cached_query(and(speechPartPreds(A, B), [B, C, string([gives])]), []). cached_query(and(wordStrings(A, string([gives])), partOfSpeech(A, B, string([gives]))), []). cached_query(partOfSpeech(A, B, string([gives])), []). cached_query('#$or'(nameSpelling(A, string([gives])), commonNickname(A, string([gives]))), []). cached_query(compoundSemTrans('Me-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Me-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([me])), speechPartPreds(C, B)), [and(wordForms('Me-TheWord', pronounStrings, string([me])), speechPartPreds('NLWordForm', pronounStrings)), and(wordForms('Me-TheWord', pronounStrings, string([me])), speechPartPreds('Pronoun-SubjectOrObject', pronounStrings)), and(wordForms('Me-TheWord', pronounStrings, string([me])), speechPartPreds('PossessivePronoun-Post', pronounStrings)), and(wordForms('Me-TheWord', pronounStrings, string([me])), speechPartPreds('PossessivePronoun', pronounStrings)), and(wordForms('Me-TheWord', pronounStrings, string([me])), speechPartPreds('ExpletivePronoun', pronounStrings)), and(wordForms('Me-TheWord', pronounStrings, string([me])), speechPartPreds('ReflexivePronoun', pronounStrings)), and(wordForms('Me-TheWord', pronounStrings, string([me])), speechPartPreds('ReciprocalPronoun', pronounStrings)), and(wordForms('Me-TheWord', pronounStrings, string([me])), speechPartPreds('SubjectPronoun', pronounStrings)), and(wordForms('Me-TheWord', pronounStrings, string([me])), speechPartPreds('IndefinitePronoun', pronounStrings)), and(wordForms('Me-TheWord', pronounStrings, string([me])), speechPartPreds('WHPronoun', pronounStrings)), and(wordForms('Me-TheWord', pronounStrings, string([me])), speechPartPreds('Pronoun', pronounStrings)), and(wordForms('Me-TheWord', pronounStrings, string([me])), speechPartPreds('Number-SP', pronounStrings)), and(wordForms('Me-TheWord', pronounStrings, string([me])), speechPartPreds('ObjectPronoun', pronounStrings)), and(wordForms('Me-TheWord', pronounStrings, string([me])), speechPartPreds('SingularPronoun', pronounStrings)), and(wordForms('Me-TheWord', pronounStrings, string([me])), speechPartPreds('PluralPronoun', pronounStrings)), and(wordForms('Me-TheWord', pronounStrings, string([me])), speechPartPreds('DualPronoun', pronounStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([me])]), [and(speechPartPreds('NLWordForm', pronounStrings), [pronounStrings, 'Me-TheWord', string([me])]), and(speechPartPreds('Pronoun-SubjectOrObject', pronounStrings), [pronounStrings, 'Me-TheWord', string([me])]), and(speechPartPreds('PossessivePronoun-Post', pronounStrings), [pronounStrings, 'Me-TheWord', string([me])]), and(speechPartPreds('PossessivePronoun', pronounStrings), [pronounStrings, 'Me-TheWord', string([me])]), and(speechPartPreds('ExpletivePronoun', pronounStrings), [pronounStrings, 'Me-TheWord', string([me])]), and(speechPartPreds('ReflexivePronoun', pronounStrings), [pronounStrings, 'Me-TheWord', string([me])]), and(speechPartPreds('ReciprocalPronoun', pronounStrings), [pronounStrings, 'Me-TheWord', string([me])]), and(speechPartPreds('SubjectPronoun', pronounStrings), [pronounStrings, 'Me-TheWord', string([me])]), and(speechPartPreds('IndefinitePronoun', pronounStrings), [pronounStrings, 'Me-TheWord', string([me])]), and(speechPartPreds('WHPronoun', pronounStrings), [pronounStrings, 'Me-TheWord', string([me])]), and(speechPartPreds('Pronoun', pronounStrings), [pronounStrings, 'Me-TheWord', string([me])]), and(speechPartPreds('Number-SP', pronounStrings), [pronounStrings, 'Me-TheWord', string([me])]), and(speechPartPreds('ObjectPronoun', pronounStrings), [pronounStrings, 'Me-TheWord', string([me])]), and(speechPartPreds('SingularPronoun', pronounStrings), [pronounStrings, 'Me-TheWord', string([me])]), and(speechPartPreds('PluralPronoun', pronounStrings), [pronounStrings, 'Me-TheWord', string([me])]), and(speechPartPreds('DualPronoun', pronounStrings), [pronounStrings, 'Me-TheWord', string([me])])]). cached_query(and(wordStrings(A, string([me])), partOfSpeech(A, B, string([me]))), [and(wordStrings('Me-TheWord', string([me])), partOfSpeech('Me-TheWord', 'Pronoun', string([me]))), and(wordStrings('Me-TheWord', string([me])), partOfSpeech('Me-TheWord', 'ObjectPronoun', string([me]))), and(wordStrings('Me-TheWord', string([me])), partOfSpeech('Me-TheWord', 'SingularPronoun', string([me])))]). cached_query(partOfSpeech(A, B, string([me])), [partOfSpeech('Me-TheWord', 'ObjectPronoun', string([me])), partOfSpeech('Me-TheWord', 'Pronoun', string([me])), partOfSpeech('Me-TheWord', 'SingularPronoun', string([me]))]). cached_query('#$or'(nameSpelling(A, string([me])), commonNickname(A, string([me]))), []). cached_query(compoundSemTrans('Smile-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Smile-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([smiled])), speechPartPreds(C, B)), [and(wordForms('Smile-TheWord', 'perfective-Generic', string([smiled])), speechPartPreds('Verb', 'perfective-Generic')), and(wordForms('Smile-TheWord', 'perfective-Generic', string([smiled])), speechPartPreds('NLWordForm', 'perfective-Generic')), and(wordForms('Smile-TheWord', passiveParticiple, string([smiled])), speechPartPreds('Verb', passiveParticiple)), and(wordForms('Smile-TheWord', passiveParticiple, string([smiled])), speechPartPreds('Adjective-Ed', passiveParticiple)), and(wordForms('Smile-TheWord', passiveParticiple, string([smiled])), speechPartPreds('NLWordForm', passiveParticiple)), and(wordForms('Smile-TheWord', tensed, string([smiled])), speechPartPreds('Verb', tensed)), and(wordForms('Smile-TheWord', tensed, string([smiled])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Smile-TheWord', untensed, string([smiled])), speechPartPreds('Verb', untensed)), and(wordForms('Smile-TheWord', untensed, string([smiled])), speechPartPreds('NLWordForm', untensed)), and(wordForms('Smile-TheWord', verbStrings, string([smiled])), speechPartPreds('Verb', verbStrings)), and(wordForms('Smile-TheWord', verbStrings, string([smiled])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Smile-TheWord', 'thirdPersonSg-Generic', string([smiled])), speechPartPreds('Verb', 'thirdPersonSg-Generic')), and(wordForms('Smile-TheWord', 'thirdPersonSg-Generic', string([smiled])), speechPartPreds('NLWordForm', 'thirdPersonSg-Generic')), and(wordForms('Smile-TheWord', 'firstPersonSg-Generic', string([smiled])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('Smile-TheWord', 'firstPersonSg-Generic', string([smiled])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('Smile-TheWord', 'secondPersonSg-Generic', string([smiled])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('Smile-TheWord', 'secondPersonSg-Generic', string([smiled])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('Smile-TheWord', 'pluralVerb-Generic', string([smiled])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('Smile-TheWord', 'pluralVerb-Generic', string([smiled])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('Smile-TheWord', 'singularVerb-Generic', string([smiled])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Smile-TheWord', 'singularVerb-Generic', string([smiled])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Smile-TheWord', 'pastTense-Generic', string([smiled])), speechPartPreds('Verb', 'pastTense-Generic')), and(wordForms('Smile-TheWord', 'pastTense-Generic', string([smiled])), speechPartPreds('NLWordForm', 'pastTense-Generic')), and(wordForms('Smile-TheWord', 'firstPersonSg-Past', string([smiled])), speechPartPreds('Verb', 'firstPersonSg-Past')), and(wordForms('Smile-TheWord', 'firstPersonSg-Past', string([smiled])), speechPartPreds('NLWordForm', 'firstPersonSg-Past')), and(wordForms('Smile-TheWord', 'thirdPersonSg-Past', string([smiled])), speechPartPreds('Verb', 'thirdPersonSg-Past')), and(wordForms('Smile-TheWord', 'thirdPersonSg-Past', string([smiled])), speechPartPreds('NLWordForm', 'thirdPersonSg-Past')), and(wordForms('Smile-TheWord', 'pluralVerb-Past', string([smiled])), speechPartPreds('Verb', 'pluralVerb-Past')), and(wordForms('Smile-TheWord', 'pluralVerb-Past', string([smiled])), speechPartPreds('NLWordForm', 'pluralVerb-Past')), and(wordForms('Smile-TheWord', 'secondPersonSg-Past', string([smiled])), speechPartPreds('Verb', 'secondPersonSg-Past')), and(wordForms('Smile-TheWord', 'secondPersonSg-Past', string([smiled])), speechPartPreds('NLWordForm', 'secondPersonSg-Past')), and(wordForms('Smile-TheWord', 'simplePast-Generic', string([smiled])), speechPartPreds('Verb', 'simplePast-Generic')), and(wordForms('Smile-TheWord', 'simplePast-Generic', string([smiled])), speechPartPreds('NLWordForm', 'simplePast-Generic')), and(wordForms('Smile-TheWord', 'simpleAspect-Generic', string([smiled])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Smile-TheWord', 'simpleAspect-Generic', string([smiled])), speechPartPreds('NLWordForm', 'simpleAspect-Generic')), and(wordForms('Smile-TheWord', 'pastTense-Universal', string([smiled])), speechPartPreds('Verb', 'pastTense-Universal')), and(wordForms('Smile-TheWord', 'pastTense-Universal', string([smiled])), speechPartPreds('NLWordForm', 'pastTense-Universal')), and(wordForms('Smile-TheWord', perfect, string([smiled])), speechPartPreds('Verb', perfect)), and(wordForms('Smile-TheWord', perfect, string([smiled])), speechPartPreds('NLWordForm', perfect))]). cached_query(and(speechPartPreds(A, B), [B, C, string([smiled])]), []). cached_query(and(wordStrings(A, string([smiled])), partOfSpeech(A, B, string([smiled]))), []). cached_query(partOfSpeech(A, B, string([smiled])), []). cached_query('#$or'(nameSpelling(A, string([smiled])), commonNickname(A, string([smiled]))), []). cached_query(compoundSemTrans('He-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'He-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([he])), speechPartPreds(C, B)), [and(wordForms('He-TheWord', pronounStrings, string([he])), speechPartPreds('NLWordForm', pronounStrings)), and(wordForms('He-TheWord', pronounStrings, string([he])), speechPartPreds('Pronoun-SubjectOrObject', pronounStrings)), and(wordForms('He-TheWord', pronounStrings, string([he])), speechPartPreds('PossessivePronoun-Post', pronounStrings)), and(wordForms('He-TheWord', pronounStrings, string([he])), speechPartPreds('PossessivePronoun', pronounStrings)), and(wordForms('He-TheWord', pronounStrings, string([he])), speechPartPreds('ExpletivePronoun', pronounStrings)), and(wordForms('He-TheWord', pronounStrings, string([he])), speechPartPreds('ReflexivePronoun', pronounStrings)), and(wordForms('He-TheWord', pronounStrings, string([he])), speechPartPreds('ReciprocalPronoun', pronounStrings)), and(wordForms('He-TheWord', pronounStrings, string([he])), speechPartPreds('SubjectPronoun', pronounStrings)), and(wordForms('He-TheWord', pronounStrings, string([he])), speechPartPreds('IndefinitePronoun', pronounStrings)), and(wordForms('He-TheWord', pronounStrings, string([he])), speechPartPreds('WHPronoun', pronounStrings)), and(wordForms('He-TheWord', pronounStrings, string([he])), speechPartPreds('Pronoun', pronounStrings)), and(wordForms('He-TheWord', pronounStrings, string([he])), speechPartPreds('Number-SP', pronounStrings)), and(wordForms('He-TheWord', pronounStrings, string([he])), speechPartPreds('ObjectPronoun', pronounStrings)), and(wordForms('He-TheWord', pronounStrings, string([he])), speechPartPreds('SingularPronoun', pronounStrings)), and(wordForms('He-TheWord', pronounStrings, string([he])), speechPartPreds('PluralPronoun', pronounStrings)), and(wordForms('He-TheWord', pronounStrings, string([he])), speechPartPreds('DualPronoun', pronounStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([he])]), [and(speechPartPreds('NLWordForm', pronounStrings), [pronounStrings, 'He-TheWord', string([he])]), and(speechPartPreds('Pronoun-SubjectOrObject', pronounStrings), [pronounStrings, 'He-TheWord', string([he])]), and(speechPartPreds('PossessivePronoun-Post', pronounStrings), [pronounStrings, 'He-TheWord', string([he])]), and(speechPartPreds('PossessivePronoun', pronounStrings), [pronounStrings, 'He-TheWord', string([he])]), and(speechPartPreds('ExpletivePronoun', pronounStrings), [pronounStrings, 'He-TheWord', string([he])]), and(speechPartPreds('ReflexivePronoun', pronounStrings), [pronounStrings, 'He-TheWord', string([he])]), and(speechPartPreds('ReciprocalPronoun', pronounStrings), [pronounStrings, 'He-TheWord', string([he])]), and(speechPartPreds('SubjectPronoun', pronounStrings), [pronounStrings, 'He-TheWord', string([he])]), and(speechPartPreds('IndefinitePronoun', pronounStrings), [pronounStrings, 'He-TheWord', string([he])]), and(speechPartPreds('WHPronoun', pronounStrings), [pronounStrings, 'He-TheWord', string([he])]), and(speechPartPreds('Pronoun', pronounStrings), [pronounStrings, 'He-TheWord', string([he])]), and(speechPartPreds('Number-SP', pronounStrings), [pronounStrings, 'He-TheWord', string([he])]), and(speechPartPreds('ObjectPronoun', pronounStrings), [pronounStrings, 'He-TheWord', string([he])]), and(speechPartPreds('SingularPronoun', pronounStrings), [pronounStrings, 'He-TheWord', string([he])]), and(speechPartPreds('PluralPronoun', pronounStrings), [pronounStrings, 'He-TheWord', string([he])]), and(speechPartPreds('DualPronoun', pronounStrings), [pronounStrings, 'He-TheWord', string([he])])]). cached_query(and(wordStrings(A, string([he])), partOfSpeech(A, B, string([he]))), [and(wordStrings('He-TheWord', string([he])), partOfSpeech('He-TheWord', 'SubjectPronoun', string([he]))), and(wordStrings('He-TheWord', string([he])), partOfSpeech('He-TheWord', 'MasculinePronoun', string([he]))), and(wordStrings('He-TheWord', string([he])), partOfSpeech('He-TheWord', 'Pronoun', string([he]))), and(wordStrings('He-TheWord', string([he])), partOfSpeech('He-TheWord', 'SingularPronoun', string([he])))]). cached_query(partOfSpeech(A, B, string([he])), [partOfSpeech('He-TheWord', 'SubjectPronoun', string([he])), partOfSpeech('He-TheWord', 'MasculinePronoun', string([he])), partOfSpeech('He-TheWord', 'Pronoun', string([he])), partOfSpeech('He-TheWord', 'SingularPronoun', string([he]))]). cached_query('#$or'(nameSpelling(A, string([he])), commonNickname(A, string([he]))), []). cached_query(compoundSemTrans('That-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'That-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([that])), speechPartPreds(C, B)), [and(wordForms('That-TheWord', regularAdverb, string([that])), speechPartPreds('Adverb', regularAdverb)), and(wordForms('That-TheWord', regularAdverb, string([that])), speechPartPreds('WHAdverb', regularAdverb)), and(wordForms('That-TheWord', regularAdverb, string([that])), speechPartPreds('NLWordForm', regularAdverb)), and(wordForms('That-TheWord', adverbStrings, string([that])), speechPartPreds('Adverb', adverbStrings)), and(wordForms('That-TheWord', adverbStrings, string([that])), speechPartPreds('NLWordForm', adverbStrings)), and(wordForms('That-TheWord', pronounStrings, string([that])), speechPartPreds('NLWordForm', pronounStrings)), and(wordForms('That-TheWord', pronounStrings, string([that])), speechPartPreds('Pronoun-SubjectOrObject', pronounStrings)), and(wordForms('That-TheWord', pronounStrings, string([that])), speechPartPreds('PossessivePronoun-Post', pronounStrings)), and(wordForms('That-TheWord', pronounStrings, string([that])), speechPartPreds('PossessivePronoun', pronounStrings)), and(wordForms('That-TheWord', pronounStrings, string([that])), speechPartPreds('ExpletivePronoun', pronounStrings)), and(wordForms('That-TheWord', pronounStrings, string([that])), speechPartPreds('ReflexivePronoun', pronounStrings)), and(wordForms('That-TheWord', pronounStrings, string([that])), speechPartPreds('ReciprocalPronoun', pronounStrings)), and(wordForms('That-TheWord', pronounStrings, string([that])), speechPartPreds('SubjectPronoun', pronounStrings)), and(wordForms('That-TheWord', pronounStrings, string([that])), speechPartPreds('IndefinitePronoun', pronounStrings)), and(wordForms('That-TheWord', pronounStrings, string([that])), speechPartPreds('WHPronoun', pronounStrings)), and(wordForms('That-TheWord', pronounStrings, string([that])), speechPartPreds('Pronoun', pronounStrings)), and(wordForms('That-TheWord', pronounStrings, string([that])), speechPartPreds('Number-SP', pronounStrings)), and(wordForms('That-TheWord', pronounStrings, string([that])), speechPartPreds('ObjectPronoun', pronounStrings)), and(wordForms('That-TheWord', pronounStrings, string([that])), speechPartPreds('SingularPronoun', pronounStrings)), and(wordForms('That-TheWord', pronounStrings, string([that])), speechPartPreds('PluralPronoun', pronounStrings)), and(wordForms('That-TheWord', pronounStrings, string([that])), speechPartPreds('DualPronoun', pronounStrings)), and(wordForms('That-TheWord', determinerStrings, string([that])), speechPartPreds('NLWordForm', determinerStrings)), and(wordForms('That-TheWord', determinerStrings, string([that])), speechPartPreds('Determiner-Central', determinerStrings)), and(wordForms('That-TheWord', determinerStrings, string([that])), speechPartPreds('Determiner-ClassC', determinerStrings)), and(wordForms('That-TheWord', determinerStrings, string([that])), speechPartPreds('WHDeterminer', determinerStrings)), and(wordForms('That-TheWord', determinerStrings, string([that])), speechPartPreds('Determiner-ClassA', determinerStrings)), and(wordForms('That-TheWord', determinerStrings, string([that])), speechPartPreds('Postdeterminer', determinerStrings)), and(wordForms('That-TheWord', determinerStrings, string([that])), speechPartPreds('Determiner', determinerStrings)), and(wordForms('That-TheWord', determinerStrings, string([that])), speechPartPreds('Determiner-ClassB', determinerStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([that])]), [and(speechPartPreds('Adverb', regularAdverb), [regularAdverb, 'That-TheWord', string([that])]), and(speechPartPreds('WHAdverb', regularAdverb), [regularAdverb, 'That-TheWord', string([that])]), and(speechPartPreds('NLWordForm', regularAdverb), [regularAdverb, 'That-TheWord', string([that])]), and(speechPartPreds('NLWordForm', determinerStrings), [determinerStrings, 'That-TheWord', string([that])]), and(speechPartPreds('Determiner-Central', determinerStrings), [determinerStrings, 'That-TheWord', string([that])]), and(speechPartPreds('Determiner-ClassC', determinerStrings), [determinerStrings, 'That-TheWord', string([that])]), and(speechPartPreds('WHDeterminer', determinerStrings), [determinerStrings, 'That-TheWord', string([that])]), and(speechPartPreds('Determiner-ClassA', determinerStrings), [determinerStrings, 'That-TheWord', string([that])]), and(speechPartPreds('Postdeterminer', determinerStrings), [determinerStrings, 'That-TheWord', string([that])]), and(speechPartPreds('Determiner', determinerStrings), [determinerStrings, 'That-TheWord', string([that])]), and(speechPartPreds('Determiner-ClassB', determinerStrings), [determinerStrings, 'That-TheWord', string([that])]), and(speechPartPreds('NLWordForm', pronounStrings), [pronounStrings, 'That-TheWord', string([that])]), and(speechPartPreds('Pronoun-SubjectOrObject', pronounStrings), [pronounStrings, 'That-TheWord', string([that])]), and(speechPartPreds('PossessivePronoun-Post', pronounStrings), [pronounStrings, 'That-TheWord', string([that])]), and(speechPartPreds('PossessivePronoun', pronounStrings), [pronounStrings, 'That-TheWord', string([that])]), and(speechPartPreds('ExpletivePronoun', pronounStrings), [pronounStrings, 'That-TheWord', string([that])]), and(speechPartPreds('ReflexivePronoun', pronounStrings), [pronounStrings, 'That-TheWord', string([that])]), and(speechPartPreds('ReciprocalPronoun', pronounStrings), [pronounStrings, 'That-TheWord', string([that])]), and(speechPartPreds('SubjectPronoun', pronounStrings), [pronounStrings, 'That-TheWord', string([that])]), and(speechPartPreds('IndefinitePronoun', pronounStrings), [pronounStrings, 'That-TheWord', string([that])]), and(speechPartPreds('WHPronoun', pronounStrings), [pronounStrings, 'That-TheWord', string([that])]), and(speechPartPreds('Pronoun', pronounStrings), [pronounStrings, 'That-TheWord', string([that])]), and(speechPartPreds('Number-SP', pronounStrings), [pronounStrings, 'That-TheWord', string([that])]), and(speechPartPreds('ObjectPronoun', pronounStrings), [pronounStrings, 'That-TheWord', string([that])]), and(speechPartPreds('SingularPronoun', pronounStrings), [pronounStrings, 'That-TheWord', string([that])]), and(speechPartPreds('PluralPronoun', pronounStrings), [pronounStrings, 'That-TheWord', string([that])]), and(speechPartPreds('DualPronoun', pronounStrings), [pronounStrings, 'That-TheWord', string([that])])]). cached_query(and(wordStrings(A, string([that])), partOfSpeech(A, B, string([that]))), [and(wordStrings('That-TheWord', string([that])), partOfSpeech('That-TheWord', 'Complementizer', string([that]))), and(wordStrings('That-TheWord', string([that])), partOfSpeech('That-TheWord', 'Pronoun', string([that]))), and(wordStrings('That-TheWord', string([that])), partOfSpeech('That-TheWord', 'Determiner-Definite', string([that])))]). cached_query(partOfSpeech(A, B, string([that])), [partOfSpeech('That-TheWord', 'Complementizer', string([that])), partOfSpeech('That-TheWord', 'Pronoun', string([that])), partOfSpeech('That-TheWord', 'Determiner-Definite', string([that]))]). cached_query('#$or'(nameSpelling(A, string([that])), commonNickname(A, string([that]))), []). cached_query(compoundSemTrans('Fact-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Fact-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([fact])), speechPartPreds(C, B)), [and(wordForms('Fact-TheWord', singular, string([fact])), speechPartPreds('CountNoun', singular)), and(wordForms('Fact-TheWord', singular, string([fact])), speechPartPreds('NLWordForm', singular)), and(wordForms('Fact-TheWord', singular, string([fact])), speechPartPreds('Noun', singular)), and(wordForms('Fact-TheWord', singular, string([fact])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('Fact-TheWord', singular, string([fact])), speechPartPreds('CommonNoun', singular)), and(wordForms('Fact-TheWord', simpleNounStrings, string([fact])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Fact-TheWord', simpleNounStrings, string([fact])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Fact-TheWord', simpleNounStrings, string([fact])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Fact-TheWord', simpleNounStrings, string([fact])), speechPartPreds('CommonNoun', simpleNounStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([fact])]), [and(speechPartPreds('CountNoun', singular), [singular, 'Fact-TheWord', string([fact])]), and(speechPartPreds('NLWordForm', singular), [singular, 'Fact-TheWord', string([fact])]), and(speechPartPreds('Noun', singular), [singular, 'Fact-TheWord', string([fact])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'Fact-TheWord', string([fact])]), and(speechPartPreds('CommonNoun', singular), [singular, 'Fact-TheWord', string([fact])])]). cached_query(and(wordStrings(A, string([fact])), partOfSpeech(A, B, string([fact]))), []). cached_query(partOfSpeech(A, B, string([fact])), []). cached_query('#$or'(nameSpelling(A, string([fact])), commonNickname(A, string([fact]))), []). cached_query(compoundSemTrans('WordFn'(string(1990)), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'WordFn'(string(1990)), B, C, D), []). cached_query(compoundSemTrans('WordFn'(string([1990])), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'WordFn'(string([1990])), B, C, D), []). cached_query(and(wordForms(A, B, string([1990])), speechPartPreds(C, B)), []). cached_query(and(speechPartPreds(A, B), [B, C, string([1990])]), []). cached_query(and(wordStrings(A, string([1990])), partOfSpeech(A, B, string([1990]))), []). cached_query(partOfSpeech(A, B, string([1990])), []). cached_query('#$or'(nameSpelling(A, string([1990])), commonNickname(A, string([1990]))), []). cached_query(wordSemTrans('Week-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(compoundSemTrans('Week-TheWord', A, B, C, D), []). cached_query(and(wordForms(A, B, string([week])), speechPartPreds(C, B)), [and(wordForms('Week-TheWord', singular, string([week])), speechPartPreds('CountNoun', singular)), and(wordForms('Week-TheWord', singular, string([week])), speechPartPreds('NLWordForm', singular)), and(wordForms('Week-TheWord', singular, string([week])), speechPartPreds('Noun', singular)), and(wordForms('Week-TheWord', singular, string([week])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('Week-TheWord', singular, string([week])), speechPartPreds('CommonNoun', singular)), and(wordForms('Week-TheWord', simpleNounStrings, string([week])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Week-TheWord', simpleNounStrings, string([week])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Week-TheWord', simpleNounStrings, string([week])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Week-TheWord', simpleNounStrings, string([week])), speechPartPreds('CommonNoun', simpleNounStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([week])]), [and(speechPartPreds('CountNoun', singular), [singular, 'Week-TheWord', string([week])]), and(speechPartPreds('NLWordForm', singular), [singular, 'Week-TheWord', string([week])]), and(speechPartPreds('Noun', singular), [singular, 'Week-TheWord', string([week])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'Week-TheWord', string([week])]), and(speechPartPreds('CommonNoun', singular), [singular, 'Week-TheWord', string([week])]), and(speechPartPreds('NLWordForm', preferredBaseForm), [preferredBaseForm, 'Week-TheWord', string([week])])]). cached_query(and(wordStrings(A, string([week])), partOfSpeech(A, B, string([week]))), []). cached_query(partOfSpeech(A, B, string([week])), []). cached_query('#$or'(nameSpelling(A, string([week])), commonNickname(A, string([week]))), []). cached_query(and(wordForms(A, B, string([this])), speechPartPreds(C, B)), [and(wordForms('This-TheWord', regularAdverb, string([this])), speechPartPreds('Adverb', regularAdverb)), and(wordForms('This-TheWord', regularAdverb, string([this])), speechPartPreds('WHAdverb', regularAdverb)), and(wordForms('This-TheWord', regularAdverb, string([this])), speechPartPreds('NLWordForm', regularAdverb)), and(wordForms('This-TheWord', adverbStrings, string([this])), speechPartPreds('Adverb', adverbStrings)), and(wordForms('This-TheWord', adverbStrings, string([this])), speechPartPreds('NLWordForm', adverbStrings)), and(wordForms('This-TheWord', pronounStrings, string([this])), speechPartPreds('NLWordForm', pronounStrings)), and(wordForms('This-TheWord', pronounStrings, string([this])), speechPartPreds('Pronoun-SubjectOrObject', pronounStrings)), and(wordForms('This-TheWord', pronounStrings, string([this])), speechPartPreds('PossessivePronoun-Post', pronounStrings)), and(wordForms('This-TheWord', pronounStrings, string([this])), speechPartPreds('PossessivePronoun', pronounStrings)), and(wordForms('This-TheWord', pronounStrings, string([this])), speechPartPreds('ExpletivePronoun', pronounStrings)), and(wordForms('This-TheWord', pronounStrings, string([this])), speechPartPreds('ReflexivePronoun', pronounStrings)), and(wordForms('This-TheWord', pronounStrings, string([this])), speechPartPreds('ReciprocalPronoun', pronounStrings)), and(wordForms('This-TheWord', pronounStrings, string([this])), speechPartPreds('SubjectPronoun', pronounStrings)), and(wordForms('This-TheWord', pronounStrings, string([this])), speechPartPreds('IndefinitePronoun', pronounStrings)), and(wordForms('This-TheWord', pronounStrings, string([this])), speechPartPreds('WHPronoun', pronounStrings)), and(wordForms('This-TheWord', pronounStrings, string([this])), speechPartPreds('Pronoun', pronounStrings)), and(wordForms('This-TheWord', pronounStrings, string([this])), speechPartPreds('Number-SP', pronounStrings)), and(wordForms('This-TheWord', pronounStrings, string([this])), speechPartPreds('ObjectPronoun', pronounStrings)), and(wordForms('This-TheWord', pronounStrings, string([this])), speechPartPreds('SingularPronoun', pronounStrings)), and(wordForms('This-TheWord', pronounStrings, string([this])), speechPartPreds('PluralPronoun', pronounStrings)), and(wordForms('This-TheWord', pronounStrings, string([this])), speechPartPreds('DualPronoun', pronounStrings)), and(wordForms('This-TheWord', determinerStrings, string([this])), speechPartPreds('NLWordForm', determinerStrings)), and(wordForms('This-TheWord', determinerStrings, string([this])), speechPartPreds('Determiner-Central', determinerStrings)), and(wordForms('This-TheWord', determinerStrings, string([this])), speechPartPreds('Determiner-ClassC', determinerStrings)), and(wordForms('This-TheWord', determinerStrings, string([this])), speechPartPreds('WHDeterminer', determinerStrings)), and(wordForms('This-TheWord', determinerStrings, string([this])), speechPartPreds('Determiner-ClassA', determinerStrings)), and(wordForms('This-TheWord', determinerStrings, string([this])), speechPartPreds('Postdeterminer', determinerStrings)), and(wordForms('This-TheWord', determinerStrings, string([this])), speechPartPreds('Determiner', determinerStrings)), and(wordForms('This-TheWord', determinerStrings, string([this])), speechPartPreds('Determiner-ClassB', determinerStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([this])]), [and(speechPartPreds('Adverb', regularAdverb), [regularAdverb, 'This-TheWord', string([this])]), and(speechPartPreds('WHAdverb', regularAdverb), [regularAdverb, 'This-TheWord', string([this])]), and(speechPartPreds('NLWordForm', regularAdverb), [regularAdverb, 'This-TheWord', string([this])]), and(speechPartPreds('NLWordForm', determinerStrings), [determinerStrings, 'This-TheWord', string([this])]), and(speechPartPreds('Determiner-Central', determinerStrings), [determinerStrings, 'This-TheWord', string([this])]), and(speechPartPreds('Determiner-ClassC', determinerStrings), [determinerStrings, 'This-TheWord', string([this])]), and(speechPartPreds('WHDeterminer', determinerStrings), [determinerStrings, 'This-TheWord', string([this])]), and(speechPartPreds('Determiner-ClassA', determinerStrings), [determinerStrings, 'This-TheWord', string([this])]), and(speechPartPreds('Postdeterminer', determinerStrings), [determinerStrings, 'This-TheWord', string([this])]), and(speechPartPreds('Determiner', determinerStrings), [determinerStrings, 'This-TheWord', string([this])]), and(speechPartPreds('Determiner-ClassB', determinerStrings), [determinerStrings, 'This-TheWord', string([this])]), and(speechPartPreds('NLWordForm', pronounStrings), [pronounStrings, 'This-TheWord', string([this])]), and(speechPartPreds('Pronoun-SubjectOrObject', pronounStrings), [pronounStrings, 'This-TheWord', string([this])]), and(speechPartPreds('PossessivePronoun-Post', pronounStrings), [pronounStrings, 'This-TheWord', string([this])]), and(speechPartPreds('PossessivePronoun', pronounStrings), [pronounStrings, 'This-TheWord', string([this])]), and(speechPartPreds('ExpletivePronoun', pronounStrings), [pronounStrings, 'This-TheWord', string([this])]), and(speechPartPreds('ReflexivePronoun', pronounStrings), [pronounStrings, 'This-TheWord', string([this])]), and(speechPartPreds('ReciprocalPronoun', pronounStrings), [pronounStrings, 'This-TheWord', string([this])]), and(speechPartPreds('SubjectPronoun', pronounStrings), [pronounStrings, 'This-TheWord', string([this])]), and(speechPartPreds('IndefinitePronoun', pronounStrings), [pronounStrings, 'This-TheWord', string([this])]), and(speechPartPreds('WHPronoun', pronounStrings), [pronounStrings, 'This-TheWord', string([this])]), and(speechPartPreds('Pronoun', pronounStrings), [pronounStrings, 'This-TheWord', string([this])]), and(speechPartPreds('Number-SP', pronounStrings), [pronounStrings, 'This-TheWord', string([this])]), and(speechPartPreds('ObjectPronoun', pronounStrings), [pronounStrings, 'This-TheWord', string([this])]), and(speechPartPreds('SingularPronoun', pronounStrings), [pronounStrings, 'This-TheWord', string([this])]), and(speechPartPreds('PluralPronoun', pronounStrings), [pronounStrings, 'This-TheWord', string([this])]), and(speechPartPreds('DualPronoun', pronounStrings), [pronounStrings, 'This-TheWord', string([this])])]). cached_query(and(wordStrings(A, string([this])), partOfSpeech(A, B, string([this]))), [and(wordStrings('This-TheWord', string([this])), partOfSpeech('This-TheWord', 'Pronoun', string([this]))), and(wordStrings('This-TheWord', string([this])), partOfSpeech('This-TheWord', 'Determiner-Definite', string([this])))]). cached_query(partOfSpeech(A, B, string([this])), [partOfSpeech('This-TheWord', 'Pronoun', string([this])), partOfSpeech('This-TheWord', 'Determiner-Definite', string([this]))]). cached_query('#$or'(nameSpelling(A, string([this])), commonNickname(A, string([this]))), []). cached_query(wordSemTrans('Early-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('Early-TheWord', A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Adjective', D, E), []). cached_query(compoundSemTrans('Early-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Early-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([early])), speechPartPreds(C, B)), [and(wordForms('Early-TheWord', regularDegree, string([early])), speechPartPreds('Adjective-Gradable', regularDegree)), and(wordForms('Early-TheWord', regularDegree, string([early])), speechPartPreds('NLWordForm', regularDegree)), and(wordForms('Early-TheWord', regularDegree, string([early])), speechPartPreds('Adjective', regularDegree)), and(wordForms('Early-TheWord', adjStrings, string([early])), speechPartPreds('Adjective-Gradable', adjStrings)), and(wordForms('Early-TheWord', adjStrings, string([early])), speechPartPreds('Adjective', adjStrings)), and(wordForms('Early-TheWord', adjStrings, string([early])), speechPartPreds('NLWordForm', adjStrings)), and(wordForms('Early-TheWord', 'adjStrings-NonGraded', string([early])), speechPartPreds('Adjective-Gradable', 'adjStrings-NonGraded')), and(wordForms('Early-TheWord', 'adjStrings-NonGraded', string([early])), speechPartPreds('NLWordForm', 'adjStrings-NonGraded')), and(wordForms('Early-TheWord', 'adjStrings-NonGraded', string([early])), speechPartPreds('Adjective', 'adjStrings-NonGraded')), and(wordForms('Early-TheWord', regularAdverb, string([early])), speechPartPreds('Adverb', regularAdverb)), and(wordForms('Early-TheWord', regularAdverb, string([early])), speechPartPreds('WHAdverb', regularAdverb)), and(wordForms('Early-TheWord', regularAdverb, string([early])), speechPartPreds('NLWordForm', regularAdverb)), and(wordForms('Early-TheWord', adverbStrings, string([early])), speechPartPreds('Adverb', adverbStrings)), and(wordForms('Early-TheWord', adverbStrings, string([early])), speechPartPreds('NLWordForm', adverbStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([early])]), [and(speechPartPreds('Adjective-Gradable', regularDegree), [regularDegree, 'Early-TheWord', string([early])]), and(speechPartPreds('NLWordForm', regularDegree), [regularDegree, 'Early-TheWord', string([early])]), and(speechPartPreds('Adjective', regularDegree), [regularDegree, 'Early-TheWord', string([early])]), and(speechPartPreds('Adverb', regularAdverb), [regularAdverb, 'Early-TheWord', string([early])]), and(speechPartPreds('WHAdverb', regularAdverb), [regularAdverb, 'Early-TheWord', string([early])]), and(speechPartPreds('NLWordForm', regularAdverb), [regularAdverb, 'Early-TheWord', string([early])])]). cached_query(and(wordStrings(A, string([early])), partOfSpeech(A, B, string([early]))), []). cached_query(partOfSpeech(A, B, string([early])), []). cached_query('#$or'(nameSpelling(A, string([early])), commonNickname(A, string([early]))), []). cached_query(wordSemTrans('Inch-TheWord', A, B, C, 'Preposition', D, E), []). cached_query(wordSemTrans('Inch-TheWord', A, 'ParticleCompFrameFn'('IntransitiveParticleFrameType', B), C, D, E, F), []). cached_query(wordSemTrans('Inch-TheWord', A, B, C, 'Verb', D, E), []). cached_query(wordSemTrans('Inch-TheWord', A, 'ParticleCompFrameFn'('TransitiveParticleNPFrameType', B), C, 'Verb', D, E), []). cached_query(compoundSemTrans('Inch-TheWord', A, B, C, D), [compoundSemTrans('Inch-TheWord', 'TheList'(string('"per"'), string('"hour"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'InchesPerHour'))), compoundSemTrans('Inch-TheWord', 'TheList'(string('"of"'), string('"mercury"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'Inch-Hg'))), compoundSemTrans('Inch-TheWord', 'TheList'(string('"per"'), string('"year"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'InchesPerYear')))]). cached_query(multiWordSemTrans(A, 'Inch-TheWord', B, C, D), []). cached_query(compoundSemTrans('In-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'In-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([in])), speechPartPreds(C, B)), [and(wordForms('In-TheWord', regularDegree, string([in])), speechPartPreds('Adjective-Gradable', regularDegree)), and(wordForms('In-TheWord', regularDegree, string([in])), speechPartPreds('NLWordForm', regularDegree)), and(wordForms('In-TheWord', regularDegree, string([in])), speechPartPreds('Adjective', regularDegree)), and(wordForms('In-TheWord', adjStrings, string([in])), speechPartPreds('Adjective-Gradable', adjStrings)), and(wordForms('In-TheWord', adjStrings, string([in])), speechPartPreds('Adjective', adjStrings)), and(wordForms('In-TheWord', adjStrings, string([in])), speechPartPreds('NLWordForm', adjStrings)), and(wordForms('In-TheWord', 'adjStrings-NonGraded', string([in])), speechPartPreds('Adjective-Gradable', 'adjStrings-NonGraded')), and(wordForms('In-TheWord', 'adjStrings-NonGraded', string([in])), speechPartPreds('NLWordForm', 'adjStrings-NonGraded')), and(wordForms('In-TheWord', 'adjStrings-NonGraded', string([in])), speechPartPreds('Adjective', 'adjStrings-NonGraded')), and(wordForms('In-TheWord', singular, string([in])), speechPartPreds('CountNoun', singular)), and(wordForms('In-TheWord', singular, string([in])), speechPartPreds('NLWordForm', singular)), and(wordForms('In-TheWord', singular, string([in])), speechPartPreds('Noun', singular)), and(wordForms('In-TheWord', singular, string([in])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('In-TheWord', singular, string([in])), speechPartPreds('CommonNoun', singular)), and(wordForms('In-TheWord', simpleNounStrings, string([in])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('In-TheWord', simpleNounStrings, string([in])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('In-TheWord', simpleNounStrings, string([in])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('In-TheWord', simpleNounStrings, string([in])), speechPartPreds('CommonNoun', simpleNounStrings)), and(wordForms('In-TheWord', prepositionStrings, string([in])), speechPartPreds('Preposition', prepositionStrings)), and(wordForms('In-TheWord', prepositionStrings, string([in])), speechPartPreds('NLWordForm', prepositionStrings)), and(wordForms('In-TheWord', regularAdverb, string([in])), speechPartPreds('Adverb', regularAdverb)), and(wordForms('In-TheWord', regularAdverb, string([in])), speechPartPreds('WHAdverb', regularAdverb)), and(wordForms('In-TheWord', regularAdverb, string([in])), speechPartPreds('NLWordForm', regularAdverb)), and(wordForms('In-TheWord', adverbStrings, string([in])), speechPartPreds('Adverb', adverbStrings)), and(wordForms('In-TheWord', adverbStrings, string([in])), speechPartPreds('NLWordForm', adverbStrings)), and(wordForms('Inch-TheWord', singular, string([in])), speechPartPreds('CommonNoun', singular)), and(wordForms('Inch-TheWord', singular, string([in])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('Inch-TheWord', singular, string([in])), speechPartPreds('Noun', singular)), and(wordForms('Inch-TheWord', singular, string([in])), speechPartPreds('NLWordForm', singular)), and(wordForms('Inch-TheWord', singular, string([in])), speechPartPreds('CountNoun', singular)), and(wordForms('Inch-TheWord', simpleNounStrings, string([in])), speechPartPreds('CommonNoun', simpleNounStrings)), and(wordForms('Inch-TheWord', simpleNounStrings, string([in])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Inch-TheWord', simpleNounStrings, string([in])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Inch-TheWord', simpleNounStrings, string([in])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Inch-TheWord', plural, string([in])), speechPartPreds('CountNoun', plural)), and(wordForms('Inch-TheWord', plural, string([in])), speechPartPreds('CountNoun-Generic', plural)), and(wordForms('Inch-TheWord', plural, string([in])), speechPartPreds('NLWordForm', plural)), and(wordForms('Inch-TheWord', plural, string([in])), speechPartPreds('Noun', plural)), and(wordForms('Inch-TheWord', plural, string([in])), speechPartPreds('CommonNoun', plural))]). cached_query(and(speechPartPreds(A, B), [B, C, string([in])]), [and(speechPartPreds('Adjective-Gradable', regularDegree), [regularDegree, 'In-TheWord', string([in])]), and(speechPartPreds('NLWordForm', regularDegree), [regularDegree, 'In-TheWord', string([in])]), and(speechPartPreds('Adjective', regularDegree), [regularDegree, 'In-TheWord', string([in])]), and(speechPartPreds('CountNoun', singular), [singular, 'In-TheWord', string([in])]), and(speechPartPreds('NLWordForm', singular), [singular, 'In-TheWord', string([in])]), and(speechPartPreds('Noun', singular), [singular, 'In-TheWord', string([in])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'In-TheWord', string([in])]), and(speechPartPreds('CommonNoun', singular), [singular, 'In-TheWord', string([in])]), and(speechPartPreds('Adverb', regularAdverb), [regularAdverb, 'In-TheWord', string([in])]), and(speechPartPreds('WHAdverb', regularAdverb), [regularAdverb, 'In-TheWord', string([in])]), and(speechPartPreds('NLWordForm', regularAdverb), [regularAdverb, 'In-TheWord', string([in])]), and(speechPartPreds('Preposition', prepositionStrings), [prepositionStrings, 'In-TheWord', string([in])]), and(speechPartPreds('NLWordForm', prepositionStrings), [prepositionStrings, 'In-TheWord', string([in])]), and(speechPartPreds('CountNoun', singular), [singular, 'Inch-TheWord', string([in])]), and(speechPartPreds('NLWordForm', singular), [singular, 'Inch-TheWord', string([in])]), and(speechPartPreds('Noun', singular), [singular, 'Inch-TheWord', string([in])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'Inch-TheWord', string([in])]), and(speechPartPreds('CommonNoun', singular), [singular, 'Inch-TheWord', string([in])])]). cached_query(and(wordStrings(A, string([in])), partOfSpeech(A, B, string([in]))), [and(wordStrings('In-TheWord', string([in])), partOfSpeech('In-TheWord', 'Preposition', string([in]))), and(wordStrings('In-TheWord', string([in])), partOfSpeech('In-TheWord', 'VerbParticle', string([in]))), and(wordStrings('In-TheWord', string([in])), partOfSpeech('In-TheWord', 'Preposition-Locative', string([in]))), and(wordStrings('In-TheWord', string([in])), partOfSpeech('In-TheWord', 'Preposition-Directional-Telic', string([in])))]). cached_query(partOfSpeech(A, B, string([in])), [partOfSpeech('In-TheWord', 'Preposition', string([in])), partOfSpeech('In-TheWord', 'VerbParticle', string([in])), partOfSpeech('In-TheWord', 'Preposition-Locative', string([in])), partOfSpeech('In-TheWord', 'Preposition-Directional-Telic', string([in]))]). cached_query('#$or'(nameSpelling(A, string([in])), commonNickname(A, string([in]))), []). cached_query(wordSemTrans('Do-TheWord', A, B, C, 'Preposition', D, E), []). cached_query(wordSemTrans('Do-TheWord', A, 'ParticleCompFrameFn'('IntransitiveParticleFrameType', B), C, D, E, F), []). cached_query(wordSemTrans('Do-TheWord', A, B, C, 'Verb', D, E), []). cached_query(wordSemTrans('Do-TheWord', A, 'ParticleCompFrameFn'('TransitiveParticleNPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('Do-TheWord', A, 'PPCompFrameFn'('DitransitivePPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('Do-TheWord', A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('HumanGivenNameFn'(string('"Jan"')), A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('We-TheWord', A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Adjective', D, E), []). cached_query(compoundSemTrans('WordWithSpeechPartPredAndStringFn'(nameSpelling, string('"Jan"')), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'WordWithSpeechPartPredAndStringFn'(nameSpelling, string('"Jan"')), B, C, D), []). cached_query(compoundSemTrans('HumanMaleGivenNameFn'(string('"Jan"')), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'HumanMaleGivenNameFn'(string('"Jan"')), B, C, D), []). cached_query(compoundSemTrans('HumanGivenNameFn'(string('"Jan"')), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'HumanGivenNameFn'(string('"Jan"')), B, C, D), []). cached_query(compoundSemTrans('HumanGender-NeutralGivenNameFn'(string('"Jan"')), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'HumanGender-NeutralGivenNameFn'(string('"Jan"')), B, C, D), []). cached_query(compoundSemTrans('HumanFemaleGivenNameFn'(string('"Jan"')), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'HumanFemaleGivenNameFn'(string('"Jan"')), B, C, D), []). cached_query(compoundSemTrans('Jan-TheName', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Jan-TheName', B, C, D), []). cached_query(and(wordForms(A, B, string(['Jan'])), speechPartPreds(C, B)), [and(wordForms('WordWithSpeechPartPredAndStringFn'(nameSpelling, string('"Jan"')), properNounStrings, string(['Jan'])), speechPartPreds('ProperNoun', properNounStrings)), and(wordForms('WordWithSpeechPartPredAndStringFn'(nameSpelling, string('"Jan"')), properNounStrings, string(['Jan'])), speechPartPreds('NLWordForm', properNounStrings)), and(wordForms('WordWithSpeechPartPredAndStringFn'(nameSpelling, string('"Jan"')), properNounStrings, string(['Jan'])), speechPartPreds('Noun', properNounStrings)), and(wordForms('WordWithSpeechPartPredAndStringFn'(nameSpelling, string('"Jan"')), nameSpelling, string(['Jan'])), speechPartPreds('ProperNoun', nameSpelling)), and(wordForms('WordWithSpeechPartPredAndStringFn'(nameSpelling, string('"Jan"')), nameSpelling, string(['Jan'])), speechPartPreds('NLWordForm', nameSpelling)), and(wordForms('WordWithSpeechPartPredAndStringFn'(nameSpelling, string('"Jan"')), nameSpelling, string(['Jan'])), speechPartPreds('Noun', nameSpelling)), and(wordForms('HumanGender-NeutralGivenNameFn'(string('"Jan"')), properNounStrings, string(['Jan'])), speechPartPreds('Noun', properNounStrings)), and(wordForms('HumanGender-NeutralGivenNameFn'(string('"Jan"')), properNounStrings, string(['Jan'])), speechPartPreds('NLWordForm', properNounStrings)), and(wordForms('HumanGender-NeutralGivenNameFn'(string('"Jan"')), properNounStrings, string(['Jan'])), speechPartPreds('ProperNoun', properNounStrings)), and(wordForms('HumanGender-NeutralGivenNameFn'(string('"Jan"')), nameSpelling, string(['Jan'])), speechPartPreds('Noun', nameSpelling)), and(wordForms('HumanGender-NeutralGivenNameFn'(string('"Jan"')), nameSpelling, string(['Jan'])), speechPartPreds('NLWordForm', nameSpelling)), and(wordForms('HumanGender-NeutralGivenNameFn'(string('"Jan"')), nameSpelling, string(['Jan'])), speechPartPreds('ProperNoun', nameSpelling)), and(wordForms('HumanMaleGivenNameFn'(string('"Jan"')), properNounStrings, string(['Jan'])), speechPartPreds('Noun', properNounStrings)), and(wordForms('HumanMaleGivenNameFn'(string('"Jan"')), properNounStrings, string(['Jan'])), speechPartPreds('NLWordForm', properNounStrings)), and(wordForms('HumanMaleGivenNameFn'(string('"Jan"')), properNounStrings, string(['Jan'])), speechPartPreds('ProperNoun', properNounStrings)), and(wordForms('HumanMaleGivenNameFn'(string('"Jan"')), nameSpelling, string(['Jan'])), speechPartPreds('Noun', nameSpelling)), and(wordForms('HumanMaleGivenNameFn'(string('"Jan"')), nameSpelling, string(['Jan'])), speechPartPreds('NLWordForm', nameSpelling)), and(wordForms('HumanMaleGivenNameFn'(string('"Jan"')), nameSpelling, string(['Jan'])), speechPartPreds('ProperNoun', nameSpelling)), and(wordForms('HumanFemaleGivenNameFn'(string('"Jan"')), properNounStrings, string(['Jan'])), speechPartPreds('Noun', properNounStrings)), and(wordForms('HumanFemaleGivenNameFn'(string('"Jan"')), properNounStrings, string(['Jan'])), speechPartPreds('NLWordForm', properNounStrings)), and(wordForms('HumanFemaleGivenNameFn'(string('"Jan"')), properNounStrings, string(['Jan'])), speechPartPreds('ProperNoun', properNounStrings)), and(wordForms('HumanFemaleGivenNameFn'(string('"Jan"')), nameSpelling, string(['Jan'])), speechPartPreds('Noun', nameSpelling)), and(wordForms('HumanFemaleGivenNameFn'(string('"Jan"')), nameSpelling, string(['Jan'])), speechPartPreds('NLWordForm', nameSpelling)), and(wordForms('HumanFemaleGivenNameFn'(string('"Jan"')), nameSpelling, string(['Jan'])), speechPartPreds('ProperNoun', nameSpelling)), and(wordForms('HumanGivenNameFn'(string('"Jan"')), properNounStrings, string(['Jan'])), speechPartPreds('Noun', properNounStrings)), and(wordForms('HumanGivenNameFn'(string('"Jan"')), properNounStrings, string(['Jan'])), speechPartPreds('NLWordForm', properNounStrings)), and(wordForms('HumanGivenNameFn'(string('"Jan"')), properNounStrings, string(['Jan'])), speechPartPreds('ProperNoun', properNounStrings)), and(wordForms('HumanGivenNameFn'(string('"Jan"')), nameSpelling, string(['Jan'])), speechPartPreds('Noun', nameSpelling)), and(wordForms('HumanGivenNameFn'(string('"Jan"')), nameSpelling, string(['Jan'])), speechPartPreds('NLWordForm', nameSpelling)), and(wordForms('HumanGivenNameFn'(string('"Jan"')), nameSpelling, string(['Jan'])), speechPartPreds('ProperNoun', nameSpelling))]). cached_query(and(speechPartPreds(A, B), [B, C, string(['Jan'])]), [and(speechPartPreds('ProperNoun', nameSpelling), [nameSpelling, 'Jan-TheName', string(['Jan'])]), and(speechPartPreds('NLWordForm', nameSpelling), [nameSpelling, 'Jan-TheName', string(['Jan'])]), and(speechPartPreds('Noun', nameSpelling), [nameSpelling, 'Jan-TheName', string(['Jan'])]), and(speechPartPreds('ProperNoun', nameSpelling), [nameSpelling, 'WordWithSpeechPartPredAndStringFn'(nameSpelling, string('"Jan"')), string(['Jan'])]), and(speechPartPreds('NLWordForm', nameSpelling), [nameSpelling, 'WordWithSpeechPartPredAndStringFn'(nameSpelling, string('"Jan"')), string(['Jan'])]), and(speechPartPreds('Noun', nameSpelling), [nameSpelling, 'WordWithSpeechPartPredAndStringFn'(nameSpelling, string('"Jan"')), string(['Jan'])]), and(speechPartPreds('ProperNoun', nameSpelling), [nameSpelling, 'HumanGender-NeutralGivenNameFn'(string('"Jan"')), string(['Jan'])]), and(speechPartPreds('NLWordForm', nameSpelling), [nameSpelling, 'HumanGender-NeutralGivenNameFn'(string('"Jan"')), string(['Jan'])]), and(speechPartPreds('Noun', nameSpelling), [nameSpelling, 'HumanGender-NeutralGivenNameFn'(string('"Jan"')), string(['Jan'])]), and(speechPartPreds('ProperNoun', nameSpelling), [nameSpelling, 'HumanMaleGivenNameFn'(string('"Jan"')), string(['Jan'])]), and(speechPartPreds('NLWordForm', nameSpelling), [nameSpelling, 'HumanMaleGivenNameFn'(string('"Jan"')), string(['Jan'])]), and(speechPartPreds('Noun', nameSpelling), [nameSpelling, 'HumanMaleGivenNameFn'(string('"Jan"')), string(['Jan'])]), and(speechPartPreds('ProperNoun', nameSpelling), [nameSpelling, 'HumanFemaleGivenNameFn'(string('"Jan"')), string(['Jan'])]), and(speechPartPreds('NLWordForm', nameSpelling), [nameSpelling, 'HumanFemaleGivenNameFn'(string('"Jan"')), string(['Jan'])]), and(speechPartPreds('Noun', nameSpelling), [nameSpelling, 'HumanFemaleGivenNameFn'(string('"Jan"')), string(['Jan'])]), and(speechPartPreds('ProperNoun', nameSpelling), [nameSpelling, 'HumanGivenNameFn'(string('"Jan"')), string(['Jan'])]), and(speechPartPreds('NLWordForm', nameSpelling), [nameSpelling, 'HumanGivenNameFn'(string('"Jan"')), string(['Jan'])]), and(speechPartPreds('Noun', nameSpelling), [nameSpelling, 'HumanGivenNameFn'(string('"Jan"')), string(['Jan'])])]). cached_query(and(wordStrings(A, string(['Jan'])), partOfSpeech(A, B, string(['Jan']))), []). cached_query(partOfSpeech(A, B, string(['Jan'])), []). cached_query('#$or'(nameSpelling(A, string(['Jan'])), commonNickname(A, string(['Jan']))), []). cached_query(compoundSemTrans('It-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'It-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([it])), speechPartPreds(C, B)), [and(wordForms('It-TheWord', pronounStrings, string([it])), speechPartPreds('NLWordForm', pronounStrings)), and(wordForms('It-TheWord', pronounStrings, string([it])), speechPartPreds('Pronoun-SubjectOrObject', pronounStrings)), and(wordForms('It-TheWord', pronounStrings, string([it])), speechPartPreds('PossessivePronoun-Post', pronounStrings)), and(wordForms('It-TheWord', pronounStrings, string([it])), speechPartPreds('PossessivePronoun', pronounStrings)), and(wordForms('It-TheWord', pronounStrings, string([it])), speechPartPreds('ExpletivePronoun', pronounStrings)), and(wordForms('It-TheWord', pronounStrings, string([it])), speechPartPreds('ReflexivePronoun', pronounStrings)), and(wordForms('It-TheWord', pronounStrings, string([it])), speechPartPreds('ReciprocalPronoun', pronounStrings)), and(wordForms('It-TheWord', pronounStrings, string([it])), speechPartPreds('SubjectPronoun', pronounStrings)), and(wordForms('It-TheWord', pronounStrings, string([it])), speechPartPreds('IndefinitePronoun', pronounStrings)), and(wordForms('It-TheWord', pronounStrings, string([it])), speechPartPreds('WHPronoun', pronounStrings)), and(wordForms('It-TheWord', pronounStrings, string([it])), speechPartPreds('Pronoun', pronounStrings)), and(wordForms('It-TheWord', pronounStrings, string([it])), speechPartPreds('Number-SP', pronounStrings)), and(wordForms('It-TheWord', pronounStrings, string([it])), speechPartPreds('ObjectPronoun', pronounStrings)), and(wordForms('It-TheWord', pronounStrings, string([it])), speechPartPreds('SingularPronoun', pronounStrings)), and(wordForms('It-TheWord', pronounStrings, string([it])), speechPartPreds('PluralPronoun', pronounStrings)), and(wordForms('It-TheWord', pronounStrings, string([it])), speechPartPreds('DualPronoun', pronounStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([it])]), [and(speechPartPreds('NLWordForm', pronounStrings), [pronounStrings, 'It-TheWord', string([it])]), and(speechPartPreds('Pronoun-SubjectOrObject', pronounStrings), [pronounStrings, 'It-TheWord', string([it])]), and(speechPartPreds('PossessivePronoun-Post', pronounStrings), [pronounStrings, 'It-TheWord', string([it])]), and(speechPartPreds('PossessivePronoun', pronounStrings), [pronounStrings, 'It-TheWord', string([it])]), and(speechPartPreds('ExpletivePronoun', pronounStrings), [pronounStrings, 'It-TheWord', string([it])]), and(speechPartPreds('ReflexivePronoun', pronounStrings), [pronounStrings, 'It-TheWord', string([it])]), and(speechPartPreds('ReciprocalPronoun', pronounStrings), [pronounStrings, 'It-TheWord', string([it])]), and(speechPartPreds('SubjectPronoun', pronounStrings), [pronounStrings, 'It-TheWord', string([it])]), and(speechPartPreds('IndefinitePronoun', pronounStrings), [pronounStrings, 'It-TheWord', string([it])]), and(speechPartPreds('WHPronoun', pronounStrings), [pronounStrings, 'It-TheWord', string([it])]), and(speechPartPreds('Pronoun', pronounStrings), [pronounStrings, 'It-TheWord', string([it])]), and(speechPartPreds('Number-SP', pronounStrings), [pronounStrings, 'It-TheWord', string([it])]), and(speechPartPreds('ObjectPronoun', pronounStrings), [pronounStrings, 'It-TheWord', string([it])]), and(speechPartPreds('SingularPronoun', pronounStrings), [pronounStrings, 'It-TheWord', string([it])]), and(speechPartPreds('PluralPronoun', pronounStrings), [pronounStrings, 'It-TheWord', string([it])]), and(speechPartPreds('DualPronoun', pronounStrings), [pronounStrings, 'It-TheWord', string([it])])]). cached_query(and(wordStrings(A, string([it])), partOfSpeech(A, B, string([it]))), [and(wordStrings('It-TheWord', string([it])), partOfSpeech('It-TheWord', 'Pronoun', string([it]))), and(wordStrings('It-TheWord', string([it])), partOfSpeech('It-TheWord', 'SubjectPronoun', string([it]))), and(wordStrings('It-TheWord', string([it])), partOfSpeech('It-TheWord', 'ExpletivePronoun', string([it]))), and(wordStrings('It-TheWord', string([it])), partOfSpeech('It-TheWord', 'ObjectPronoun', string([it]))), and(wordStrings('It-TheWord', string([it])), partOfSpeech('It-TheWord', 'NeuterPronoun', string([it]))), and(wordStrings('It-TheWord', string([it])), partOfSpeech('It-TheWord', 'SingularPronoun', string([it])))]). cached_query(partOfSpeech(A, B, string([it])), [partOfSpeech('It-TheWord', 'SubjectPronoun', string([it])), partOfSpeech('It-TheWord', 'ExpletivePronoun', string([it])), partOfSpeech('It-TheWord', 'ObjectPronoun', string([it])), partOfSpeech('It-TheWord', 'NeuterPronoun', string([it])), partOfSpeech('It-TheWord', 'Pronoun', string([it])), partOfSpeech('It-TheWord', 'SingularPronoun', string([it]))]). cached_query('#$or'(nameSpelling(A, string([it])), commonNickname(A, string([it]))), []). cached_query(compoundSemTrans('Do-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Do-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([did])), speechPartPreds(C, B)), [and(wordForms('Do-TheWord', 'perfective-Generic', string([did])), speechPartPreds('Verb', 'perfective-Generic')), and(wordForms('Do-TheWord', 'perfective-Generic', string([did])), speechPartPreds('NLWordForm', 'perfective-Generic')), and(wordForms('Do-TheWord', tensed, string([did])), speechPartPreds('Verb', tensed)), and(wordForms('Do-TheWord', tensed, string([did])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Do-TheWord', verbStrings, string([did])), speechPartPreds('Verb', verbStrings)), and(wordForms('Do-TheWord', verbStrings, string([did])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Do-TheWord', 'thirdPersonSg-Generic', string([did])), speechPartPreds('Verb', 'thirdPersonSg-Generic')), and(wordForms('Do-TheWord', 'thirdPersonSg-Generic', string([did])), speechPartPreds('NLWordForm', 'thirdPersonSg-Generic')), and(wordForms('Do-TheWord', 'firstPersonSg-Generic', string([did])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('Do-TheWord', 'firstPersonSg-Generic', string([did])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('Do-TheWord', 'secondPersonSg-Generic', string([did])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('Do-TheWord', 'secondPersonSg-Generic', string([did])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('Do-TheWord', 'pluralVerb-Generic', string([did])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('Do-TheWord', 'pluralVerb-Generic', string([did])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('Do-TheWord', 'singularVerb-Generic', string([did])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Do-TheWord', 'singularVerb-Generic', string([did])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Do-TheWord', 'pastTense-Generic', string([did])), speechPartPreds('Verb', 'pastTense-Generic')), and(wordForms('Do-TheWord', 'pastTense-Generic', string([did])), speechPartPreds('NLWordForm', 'pastTense-Generic')), and(wordForms('Do-TheWord', 'firstPersonSg-Past', string([did])), speechPartPreds('Verb', 'firstPersonSg-Past')), and(wordForms('Do-TheWord', 'firstPersonSg-Past', string([did])), speechPartPreds('NLWordForm', 'firstPersonSg-Past')), and(wordForms('Do-TheWord', 'thirdPersonSg-Past', string([did])), speechPartPreds('Verb', 'thirdPersonSg-Past')), and(wordForms('Do-TheWord', 'thirdPersonSg-Past', string([did])), speechPartPreds('NLWordForm', 'thirdPersonSg-Past')), and(wordForms('Do-TheWord', 'pluralVerb-Past', string([did])), speechPartPreds('Verb', 'pluralVerb-Past')), and(wordForms('Do-TheWord', 'pluralVerb-Past', string([did])), speechPartPreds('NLWordForm', 'pluralVerb-Past')), and(wordForms('Do-TheWord', 'secondPersonSg-Past', string([did])), speechPartPreds('Verb', 'secondPersonSg-Past')), and(wordForms('Do-TheWord', 'secondPersonSg-Past', string([did])), speechPartPreds('NLWordForm', 'secondPersonSg-Past')), and(wordForms('Do-TheWord', 'simplePast-Generic', string([did])), speechPartPreds('Verb', 'simplePast-Generic')), and(wordForms('Do-TheWord', 'simplePast-Generic', string([did])), speechPartPreds('NLWordForm', 'simplePast-Generic')), and(wordForms('Do-TheWord', 'simpleAspect-Generic', string([did])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Do-TheWord', 'simpleAspect-Generic', string([did])), speechPartPreds('NLWordForm', 'simpleAspect-Generic')), and(wordForms('Do-TheWord', 'pastTense-Universal', string([did])), speechPartPreds('Verb', 'pastTense-Universal')), and(wordForms('Do-TheWord', 'pastTense-Universal', string([did])), speechPartPreds('NLWordForm', 'pastTense-Universal'))]). cached_query(and(speechPartPreds(A, B), [B, C, string([did])]), [and(speechPartPreds('Verb', 'pastTense-Universal'), ['pastTense-Universal', 'Do-TheWord', string([did])]), and(speechPartPreds('NLWordForm', 'pastTense-Universal'), ['pastTense-Universal', 'Do-TheWord', string([did])])]). cached_query(and(wordStrings(A, string([did])), partOfSpeech(A, B, string([did]))), [and(wordStrings('Do-TheWord', string([did])), partOfSpeech('Do-TheWord', 'DoAux', string([did])))]). cached_query(partOfSpeech(A, B, string([did])), [partOfSpeech('Do-TheWord', 'DoAux', string([did]))]). cached_query('#$or'(nameSpelling(A, string([did])), commonNickname(A, string([did]))), []). cached_query(compoundSemTrans('We-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'We-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string(['We'])), speechPartPreds(C, B)), []). cached_query(and(speechPartPreds(A, B), [B, C, string(['We'])]), [and(speechPartPreds('PossessivePronoun', pronounStrings), [pronounStrings, 'We-TheWord', string(['We'])]), and(speechPartPreds('SingularPronoun', pronounStrings), [pronounStrings, 'We-TheWord', string(['We'])]), and(speechPartPreds('PluralPronoun', pronounStrings), [pronounStrings, 'We-TheWord', string(['We'])]), and(speechPartPreds('DualPronoun', pronounStrings), [pronounStrings, 'We-TheWord', string(['We'])]), and(speechPartPreds('Pronoun-SubjectOrObject', pronounStrings), [pronounStrings, 'We-TheWord', string(['We'])]), and(speechPartPreds('ReflexivePronoun', pronounStrings), [pronounStrings, 'We-TheWord', string(['We'])]), and(speechPartPreds('ObjectPronoun', pronounStrings), [pronounStrings, 'We-TheWord', string(['We'])]), and(speechPartPreds('SubjectPronoun', pronounStrings), [pronounStrings, 'We-TheWord', string(['We'])]), and(speechPartPreds('PossessivePronoun-Post', pronounStrings), [pronounStrings, 'We-TheWord', string(['We'])]), and(speechPartPreds('WHPronoun', pronounStrings), [pronounStrings, 'We-TheWord', string(['We'])]), and(speechPartPreds('ExpletivePronoun', pronounStrings), [pronounStrings, 'We-TheWord', string(['We'])]), and(speechPartPreds('IndefinitePronoun', pronounStrings), [pronounStrings, 'We-TheWord', string(['We'])]), and(speechPartPreds('Number-SP', pronounStrings), [pronounStrings, 'We-TheWord', string(['We'])]), and(speechPartPreds('ReciprocalPronoun', pronounStrings), [pronounStrings, 'We-TheWord', string(['We'])]), and(speechPartPreds('NLWordForm', pronounStrings), [pronounStrings, 'We-TheWord', string(['We'])]), and(speechPartPreds('Pronoun', pronounStrings), [pronounStrings, 'We-TheWord', string(['We'])])]). cached_query(and(wordStrings(A, string(['We'])), partOfSpeech(A, B, string(['We']))), []). cached_query(partOfSpeech(A, B, string(['We'])), []). cached_query('#$or'(nameSpelling(A, string(['We'])), commonNickname(A, string(['We']))), []). cached_query(wordSemTrans('Should-TheWord', A, B, C, 'Preposition', D, E), []). cached_query(wordSemTrans('Should-TheWord', A, 'ParticleCompFrameFn'('IntransitiveParticleFrameType', B), C, D, E, F), []). cached_query(wordSemTrans('Should-TheWord', A, B, C, 'Verb', D, E), []). cached_query(wordSemTrans('Should-TheWord', A, 'ParticleCompFrameFn'('TransitiveParticleNPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('Monday-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('WordFn'(string(['week\'s'])), A, B, C, 'Preposition', D, E), []). cached_query(wordSemTrans('WordFn'(string(['week\'s'])), A, 'ParticleCompFrameFn'('IntransitiveParticleFrameType', B), C, D, E, F), []). cached_query(wordSemTrans('WordFn'(string(['week\'s'])), A, B, C, 'Verb', D, E), []). cached_query(wordSemTrans('WordFn'(string(['week\'s'])), A, 'ParticleCompFrameFn'('TransitiveParticleNPFrameType', B), C, 'Verb', D, E), []). cached_query(compoundSemTrans('WordFn'(string(['week\'s'])), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'WordFn'(string(['week\'s'])), B, C, D), []). cached_query(and(wordForms(A, B, string(['week\'s'])), speechPartPreds(C, B)), []). cached_query(and(speechPartPreds(A, B), [B, C, string(['week\'s'])]), []). cached_query(and(wordStrings(A, string(['week\'s'])), partOfSpeech(A, B, string(['week\'s']))), []). cached_query(partOfSpeech(A, B, string(['week\'s'])), []). cached_query('#$or'(nameSpelling(A, string(['week\'s'])), commonNickname(A, string(['week\'s']))), []). cached_query(wordSemTrans('WordFn'(string(['Monday\'s'])), A, B, C, 'Preposition', D, E), []). cached_query(wordSemTrans('WordFn'(string(['Monday\'s'])), A, 'ParticleCompFrameFn'('IntransitiveParticleFrameType', B), C, D, E, F), []). cached_query(wordSemTrans('WordFn'(string(['Monday\'s'])), A, B, C, 'Verb', D, E), []). cached_query(wordSemTrans('WordFn'(string(['Monday\'s'])), A, 'ParticleCompFrameFn'('TransitiveParticleNPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('This-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('This-TheWord', A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Adjective', D, E), []). cached_query(compoundSemTrans('This-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'This-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string(['This'])), speechPartPreds(C, B)), []). cached_query(and(speechPartPreds(A, B), [B, C, string(['This'])]), [and(speechPartPreds('PossessivePronoun', pronounStrings), [pronounStrings, 'This-TheWord', string(['This'])]), and(speechPartPreds('SingularPronoun', pronounStrings), [pronounStrings, 'This-TheWord', string(['This'])]), and(speechPartPreds('PluralPronoun', pronounStrings), [pronounStrings, 'This-TheWord', string(['This'])]), and(speechPartPreds('DualPronoun', pronounStrings), [pronounStrings, 'This-TheWord', string(['This'])]), and(speechPartPreds('Pronoun-SubjectOrObject', pronounStrings), [pronounStrings, 'This-TheWord', string(['This'])]), and(speechPartPreds('ReflexivePronoun', pronounStrings), [pronounStrings, 'This-TheWord', string(['This'])]), and(speechPartPreds('ObjectPronoun', pronounStrings), [pronounStrings, 'This-TheWord', string(['This'])]), and(speechPartPreds('SubjectPronoun', pronounStrings), [pronounStrings, 'This-TheWord', string(['This'])]), and(speechPartPreds('PossessivePronoun-Post', pronounStrings), [pronounStrings, 'This-TheWord', string(['This'])]), and(speechPartPreds('WHPronoun', pronounStrings), [pronounStrings, 'This-TheWord', string(['This'])]), and(speechPartPreds('ExpletivePronoun', pronounStrings), [pronounStrings, 'This-TheWord', string(['This'])]), and(speechPartPreds('IndefinitePronoun', pronounStrings), [pronounStrings, 'This-TheWord', string(['This'])]), and(speechPartPreds('Number-SP', pronounStrings), [pronounStrings, 'This-TheWord', string(['This'])]), and(speechPartPreds('ReciprocalPronoun', pronounStrings), [pronounStrings, 'This-TheWord', string(['This'])]), and(speechPartPreds('NLWordForm', pronounStrings), [pronounStrings, 'This-TheWord', string(['This'])]), and(speechPartPreds('Pronoun', pronounStrings), [pronounStrings, 'This-TheWord', string(['This'])])]). cached_query(and(wordStrings(A, string(['This'])), partOfSpeech(A, B, string(['This']))), []). cached_query(partOfSpeech(A, B, string(['This'])), []). cached_query('#$or'(nameSpelling(A, string(['This'])), commonNickname(A, string(['This']))), []). cached_query(wordSemTrans('January-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('January-TheWord', A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Adjective', D, E), []). cached_query(compoundSemTrans('Comma-TheSymbol', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Comma-TheSymbol', B, C, D), []). cached_query(and(wordForms(A, B, string([','])), speechPartPreds(C, B)), []). cached_query(and(speechPartPreds(A, B), [B, C, string([','])]), []). cached_query(and(wordStrings(A, string([','])), partOfSpeech(A, B, string([',']))), []). cached_query(partOfSpeech(A, B, string([','])), [partOfSpeech('Comma-TheSymbol', 'Punctuation-SP', string([',']))]). cached_query('#$or'(nameSpelling(A, string([','])), commonNickname(A, string([',']))), []). cached_query(compoundSemTrans('WordFn'(string(21)), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'WordFn'(string(21)), B, C, D), []). cached_query(compoundSemTrans('WordFn'(string([21])), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'WordFn'(string([21])), B, C, D), []). cached_query(and(wordForms(A, B, string([21])), speechPartPreds(C, B)), []). cached_query(and(speechPartPreds(A, B), [B, C, string([21])]), []). cached_query(and(wordStrings(A, string([21])), partOfSpeech(A, B, string([21]))), []). cached_query(partOfSpeech(A, B, string([21])), []). cached_query('#$or'(nameSpelling(A, string([21])), commonNickname(A, string([21]))), []). cached_query(wordSemTrans('Concert-TheWord', A, B, C, 'Preposition', D, E), []). cached_query(wordSemTrans('Concert-TheWord', A, 'ParticleCompFrameFn'('IntransitiveParticleFrameType', B), C, D, E, F), []). cached_query(wordSemTrans('Concert-TheWord', A, B, C, 'Verb', D, E), []). cached_query(wordSemTrans('Concert-TheWord', A, 'ParticleCompFrameFn'('TransitiveParticleNPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('Good-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('Good-TheWord', A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Adjective', D, E), []). cached_query(wordSemTrans('WordFn'(string(['Monday\'s'])), A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('Concert-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('Should-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('Concert-TheWord', A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Adjective', D, E), []). cached_query(wordSemTrans('WordFn'(string(['Monday\'s'])), A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Adjective', D, E), []). cached_query(compoundSemTrans('Good-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Good-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([good])), speechPartPreds(C, B)), [and(wordForms('Good-TheWord', regularDegree, string([good])), speechPartPreds('Adjective-Gradable', regularDegree)), and(wordForms('Good-TheWord', regularDegree, string([good])), speechPartPreds('NLWordForm', regularDegree)), and(wordForms('Good-TheWord', regularDegree, string([good])), speechPartPreds('Adjective', regularDegree)), and(wordForms('Good-TheWord', adjStrings, string([good])), speechPartPreds('Adjective-Gradable', adjStrings)), and(wordForms('Good-TheWord', adjStrings, string([good])), speechPartPreds('Adjective', adjStrings)), and(wordForms('Good-TheWord', adjStrings, string([good])), speechPartPreds('NLWordForm', adjStrings)), and(wordForms('Good-TheWord', 'adjStrings-NonGraded', string([good])), speechPartPreds('Adjective-Gradable', 'adjStrings-NonGraded')), and(wordForms('Good-TheWord', 'adjStrings-NonGraded', string([good])), speechPartPreds('NLWordForm', 'adjStrings-NonGraded')), and(wordForms('Good-TheWord', 'adjStrings-NonGraded', string([good])), speechPartPreds('Adjective', 'adjStrings-NonGraded'))]). cached_query(and(speechPartPreds(A, B), [B, C, string([good])]), [and(speechPartPreds('Adjective-Gradable', regularDegree), [regularDegree, 'Good-TheWord', string([good])]), and(speechPartPreds('NLWordForm', regularDegree), [regularDegree, 'Good-TheWord', string([good])]), and(speechPartPreds('Adjective', regularDegree), [regularDegree, 'Good-TheWord', string([good])])]). cached_query(and(wordStrings(A, string([good])), partOfSpeech(A, B, string([good]))), []). cached_query(partOfSpeech(A, B, string([good])), []). cached_query('#$or'(nameSpelling(A, string([good])), commonNickname(A, string([good]))), []). cached_query(and(wordForms(A, B, string([be])), speechPartPreds(C, B)), [and(wordForms('Be-TheWord', infinitive, string([be])), speechPartPreds('Verb', infinitive)), and(wordForms('Be-TheWord', infinitive, string([be])), speechPartPreds('NLWordForm', infinitive)), and(wordForms('Be-TheWord', untensed, string([be])), speechPartPreds('Verb', untensed)), and(wordForms('Be-TheWord', untensed, string([be])), speechPartPreds('NLWordForm', untensed)), and(wordForms('Be-TheWord', verbStrings, string([be])), speechPartPreds('Verb', verbStrings)), and(wordForms('Be-TheWord', verbStrings, string([be])), speechPartPreds('NLWordForm', verbStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([be])]), [and(speechPartPreds('Verb', infinitive), [infinitive, 'Be-TheWord', string([be])]), and(speechPartPreds('NLWordForm', infinitive), [infinitive, 'Be-TheWord', string([be])])]). cached_query(and(wordStrings(A, string([be])), partOfSpeech(A, B, string([be]))), [and(wordStrings('Be-TheWord', string([be])), partOfSpeech('Be-TheWord', 'BeAux', string([be])))]). cached_query(partOfSpeech(A, B, string([be])), [partOfSpeech('Be-TheWord', 'BeAux', string([be]))]). cached_query('#$or'(nameSpelling(A, string([be])), commonNickname(A, string([be]))), []). cached_query(compoundSemTrans('Should-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Should-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([should])), speechPartPreds(C, B)), [and(wordForms('Should-TheWord', 'firstPersonSg-Present', string([should])), speechPartPreds('Verb', 'firstPersonSg-Present')), and(wordForms('Should-TheWord', 'firstPersonSg-Present', string([should])), speechPartPreds('NLWordForm', 'firstPersonSg-Present')), and(wordForms('Should-TheWord', 'secondPersonSg-Present', string([should])), speechPartPreds('Verb', 'secondPersonSg-Present')), and(wordForms('Should-TheWord', 'secondPersonSg-Present', string([should])), speechPartPreds('NLWordForm', 'secondPersonSg-Present')), and(wordForms('Should-TheWord', 'thirdPersonSg-Present', string([should])), speechPartPreds('Verb', 'thirdPersonSg-Present')), and(wordForms('Should-TheWord', 'thirdPersonSg-Present', string([should])), speechPartPreds('NLWordForm', 'thirdPersonSg-Present')), and(wordForms('Should-TheWord', 'nonThirdSg-Present', string([should])), speechPartPreds('Verb', 'nonThirdSg-Present')), and(wordForms('Should-TheWord', 'nonThirdSg-Present', string([should])), speechPartPreds('NLWordForm', 'nonThirdSg-Present')), and(wordForms('Should-TheWord', 'pluralVerb-Present', string([should])), speechPartPreds('Verb', 'pluralVerb-Present')), and(wordForms('Should-TheWord', 'pluralVerb-Present', string([should])), speechPartPreds('NLWordForm', 'pluralVerb-Present')), and(wordForms('Should-TheWord', 'presentTense-Generic', string([should])), speechPartPreds('Verb', 'presentTense-Generic')), and(wordForms('Should-TheWord', 'presentTense-Generic', string([should])), speechPartPreds('NLWordForm', 'presentTense-Generic')), and(wordForms('Should-TheWord', tensed, string([should])), speechPartPreds('Verb', tensed)), and(wordForms('Should-TheWord', tensed, string([should])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Should-TheWord', 'simplePresent-Generic', string([should])), speechPartPreds('Verb', 'simplePresent-Generic')), and(wordForms('Should-TheWord', 'simplePresent-Generic', string([should])), speechPartPreds('NLWordForm', 'simplePresent-Generic')), and(wordForms('Should-TheWord', verbStrings, string([should])), speechPartPreds('Verb', verbStrings)), and(wordForms('Should-TheWord', verbStrings, string([should])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Should-TheWord', 'thirdPersonSg-Generic', string([should])), speechPartPreds('Verb', 'thirdPersonSg-Generic')), and(wordForms('Should-TheWord', 'thirdPersonSg-Generic', string([should])), speechPartPreds('NLWordForm', 'thirdPersonSg-Generic')), and(wordForms('Should-TheWord', 'firstPersonSg-Generic', string([should])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('Should-TheWord', 'firstPersonSg-Generic', string([should])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('Should-TheWord', 'secondPersonSg-Generic', string([should])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('Should-TheWord', 'secondPersonSg-Generic', string([should])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('Should-TheWord', 'pluralVerb-Generic', string([should])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('Should-TheWord', 'pluralVerb-Generic', string([should])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('Should-TheWord', 'singularVerb-Generic', string([should])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Should-TheWord', 'singularVerb-Generic', string([should])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Should-TheWord', 'simpleAspect-Generic', string([should])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Should-TheWord', 'simpleAspect-Generic', string([should])), speechPartPreds('NLWordForm', 'simpleAspect-Generic')), and(wordForms('Should-TheWord', 'presentTense-Universal', string([should])), speechPartPreds('Verb', 'presentTense-Universal')), and(wordForms('Should-TheWord', 'presentTense-Universal', string([should])), speechPartPreds('NLWordForm', 'presentTense-Universal'))]). cached_query(and(speechPartPreds(A, B), [B, C, string([should])]), [and(speechPartPreds('Verb', 'presentTense-Universal'), ['presentTense-Universal', 'Should-TheWord', string([should])]), and(speechPartPreds('NLWordForm', 'presentTense-Universal'), ['presentTense-Universal', 'Should-TheWord', string([should])])]). cached_query(and(wordStrings(A, string([should])), partOfSpeech(A, B, string([should]))), [and(wordStrings('Should-TheWord', string([should])), partOfSpeech('Should-TheWord', 'Modal', string([should])))]). cached_query(partOfSpeech(A, B, string([should])), [partOfSpeech('Should-TheWord', 'Modal', string([should]))]). cached_query('#$or'(nameSpelling(A, string([should])), commonNickname(A, string([should]))), []). cached_query(compoundSemTrans('Concert-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Concert-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([concert])), speechPartPreds(C, B)), [and(wordForms('Concert-TheWord', singular, string([concert])), speechPartPreds('CountNoun', singular)), and(wordForms('Concert-TheWord', singular, string([concert])), speechPartPreds('NLWordForm', singular)), and(wordForms('Concert-TheWord', singular, string([concert])), speechPartPreds('Noun', singular)), and(wordForms('Concert-TheWord', singular, string([concert])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('Concert-TheWord', singular, string([concert])), speechPartPreds('CommonNoun', singular)), and(wordForms('Concert-TheWord', simpleNounStrings, string([concert])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Concert-TheWord', simpleNounStrings, string([concert])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Concert-TheWord', simpleNounStrings, string([concert])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Concert-TheWord', simpleNounStrings, string([concert])), speechPartPreds('CommonNoun', simpleNounStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([concert])]), [and(speechPartPreds('CountNoun', singular), [singular, 'Concert-TheWord', string([concert])]), and(speechPartPreds('NLWordForm', singular), [singular, 'Concert-TheWord', string([concert])]), and(speechPartPreds('Noun', singular), [singular, 'Concert-TheWord', string([concert])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'Concert-TheWord', string([concert])]), and(speechPartPreds('CommonNoun', singular), [singular, 'Concert-TheWord', string([concert])])]). cached_query(and(wordStrings(A, string([concert])), partOfSpeech(A, B, string([concert]))), []). cached_query(partOfSpeech(A, B, string([concert])), []). cached_query('#$or'(nameSpelling(A, string([concert])), commonNickname(A, string([concert]))), []). cached_query(compoundSemTrans('WordFn'(string(['Monday\'s'])), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'WordFn'(string(['Monday\'s'])), B, C, D), []). cached_query(and(wordForms(A, B, string(['Monday\'s'])), speechPartPreds(C, B)), []). cached_query(and(speechPartPreds(A, B), [B, C, string(['Monday\'s'])]), []). cached_query(and(wordStrings(A, string(['Monday\'s'])), partOfSpeech(A, B, string(['Monday\'s']))), []). cached_query(partOfSpeech(A, B, string(['Monday\'s'])), []). cached_query('#$or'(nameSpelling(A, string(['Monday\'s'])), commonNickname(A, string(['Monday\'s']))), []). cached_query(wordSemTrans('January-TheWord', A, B, C, 'Preposition', D, E), []). cached_query(wordSemTrans('January-TheWord', A, 'ParticleCompFrameFn'('IntransitiveParticleFrameType', B), C, D, E, F), []). cached_query(wordSemTrans('January-TheWord', A, B, C, 'Verb', D, E), []). cached_query(wordSemTrans('January-TheWord', A, 'ParticleCompFrameFn'('TransitiveParticleNPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('Twenty-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(compoundSemTrans('First-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'First-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([first])), speechPartPreds(C, B)), [and(wordForms('First-TheWord', regularAdverb, string([first])), speechPartPreds('Adverb', regularAdverb)), and(wordForms('First-TheWord', regularAdverb, string([first])), speechPartPreds('WHAdverb', regularAdverb)), and(wordForms('First-TheWord', regularAdverb, string([first])), speechPartPreds('NLWordForm', regularAdverb)), and(wordForms('First-TheWord', adverbStrings, string([first])), speechPartPreds('Adverb', adverbStrings)), and(wordForms('First-TheWord', adverbStrings, string([first])), speechPartPreds('NLWordForm', adverbStrings)), and(wordForms('First-TheWord', singular, string([first])), speechPartPreds('CountNoun', singular)), and(wordForms('First-TheWord', singular, string([first])), speechPartPreds('NLWordForm', singular)), and(wordForms('First-TheWord', singular, string([first])), speechPartPreds('Noun', singular)), and(wordForms('First-TheWord', singular, string([first])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('First-TheWord', singular, string([first])), speechPartPreds('CommonNoun', singular)), and(wordForms('First-TheWord', simpleNounStrings, string([first])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('First-TheWord', simpleNounStrings, string([first])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('First-TheWord', simpleNounStrings, string([first])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('First-TheWord', simpleNounStrings, string([first])), speechPartPreds('CommonNoun', simpleNounStrings)), and(wordForms('First-TheWord', adjStrings, string([first])), speechPartPreds('Adjective-Gradable', adjStrings)), and(wordForms('First-TheWord', adjStrings, string([first])), speechPartPreds('Adjective', adjStrings)), and(wordForms('First-TheWord', adjStrings, string([first])), speechPartPreds('NLWordForm', adjStrings)), and(wordForms('First-TheWord', 'adjStrings-NonGraded', string([first])), speechPartPreds('Adjective-Gradable', 'adjStrings-NonGraded')), and(wordForms('First-TheWord', 'adjStrings-NonGraded', string([first])), speechPartPreds('NLWordForm', 'adjStrings-NonGraded')), and(wordForms('First-TheWord', 'adjStrings-NonGraded', string([first])), speechPartPreds('Adjective', 'adjStrings-NonGraded')), and(wordForms('First-TheWord', ordinalAdjectiveForm, string([first])), speechPartPreds('OrdinalAdjective', ordinalAdjectiveForm)), and(wordForms('First-TheWord', ordinalAdjectiveForm, string([first])), speechPartPreds('NongradableAdjective', ordinalAdjectiveForm)), and(wordForms('First-TheWord', ordinalAdjectiveForm, string([first])), speechPartPreds('NLWordForm', ordinalAdjectiveForm)), and(wordForms('First-TheWord', ordinalAdjectiveForm, string([first])), speechPartPreds('Adjective-Gradable', ordinalAdjectiveForm)), and(wordForms('First-TheWord', ordinalAdjectiveForm, string([first])), speechPartPreds('Adjective', ordinalAdjectiveForm))]). cached_query(and(speechPartPreds(A, B), [B, C, string([first])]), [and(speechPartPreds('CountNoun', singular), [singular, 'First-TheWord', string([first])]), and(speechPartPreds('NLWordForm', singular), [singular, 'First-TheWord', string([first])]), and(speechPartPreds('Noun', singular), [singular, 'First-TheWord', string([first])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'First-TheWord', string([first])]), and(speechPartPreds('CommonNoun', singular), [singular, 'First-TheWord', string([first])]), and(speechPartPreds('Adverb', regularAdverb), [regularAdverb, 'First-TheWord', string([first])]), and(speechPartPreds('WHAdverb', regularAdverb), [regularAdverb, 'First-TheWord', string([first])]), and(speechPartPreds('NLWordForm', regularAdverb), [regularAdverb, 'First-TheWord', string([first])]), and(speechPartPreds('OrdinalAdjective', ordinalAdjectiveForm), [ordinalAdjectiveForm, 'First-TheWord', string([first])]), and(speechPartPreds('NongradableAdjective', ordinalAdjectiveForm), [ordinalAdjectiveForm, 'First-TheWord', string([first])]), and(speechPartPreds('NLWordForm', ordinalAdjectiveForm), [ordinalAdjectiveForm, 'First-TheWord', string([first])]), and(speechPartPreds('Adjective-Gradable', ordinalAdjectiveForm), [ordinalAdjectiveForm, 'First-TheWord', string([first])]), and(speechPartPreds('Adjective', ordinalAdjectiveForm), [ordinalAdjectiveForm, 'First-TheWord', string([first])])]). cached_query(and(wordStrings(A, string([first])), partOfSpeech(A, B, string([first]))), []). cached_query(partOfSpeech(A, B, string([first])), []). cached_query('#$or'(nameSpelling(A, string([first])), commonNickname(A, string([first]))), []). cached_query(compoundSemTrans('Twenty-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Twenty-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([twenty])), speechPartPreds(C, B)), [and(wordForms('Twenty-TheWord', pronounStrings, string([twenty])), speechPartPreds('NLWordForm', pronounStrings)), and(wordForms('Twenty-TheWord', pronounStrings, string([twenty])), speechPartPreds('Pronoun-SubjectOrObject', pronounStrings)), and(wordForms('Twenty-TheWord', pronounStrings, string([twenty])), speechPartPreds('PossessivePronoun-Post', pronounStrings)), and(wordForms('Twenty-TheWord', pronounStrings, string([twenty])), speechPartPreds('PossessivePronoun', pronounStrings)), and(wordForms('Twenty-TheWord', pronounStrings, string([twenty])), speechPartPreds('ExpletivePronoun', pronounStrings)), and(wordForms('Twenty-TheWord', pronounStrings, string([twenty])), speechPartPreds('ReflexivePronoun', pronounStrings)), and(wordForms('Twenty-TheWord', pronounStrings, string([twenty])), speechPartPreds('ReciprocalPronoun', pronounStrings)), and(wordForms('Twenty-TheWord', pronounStrings, string([twenty])), speechPartPreds('SubjectPronoun', pronounStrings)), and(wordForms('Twenty-TheWord', pronounStrings, string([twenty])), speechPartPreds('IndefinitePronoun', pronounStrings)), and(wordForms('Twenty-TheWord', pronounStrings, string([twenty])), speechPartPreds('WHPronoun', pronounStrings)), and(wordForms('Twenty-TheWord', pronounStrings, string([twenty])), speechPartPreds('Pronoun', pronounStrings)), and(wordForms('Twenty-TheWord', pronounStrings, string([twenty])), speechPartPreds('Number-SP', pronounStrings)), and(wordForms('Twenty-TheWord', pronounStrings, string([twenty])), speechPartPreds('ObjectPronoun', pronounStrings)), and(wordForms('Twenty-TheWord', pronounStrings, string([twenty])), speechPartPreds('SingularPronoun', pronounStrings)), and(wordForms('Twenty-TheWord', pronounStrings, string([twenty])), speechPartPreds('PluralPronoun', pronounStrings)), and(wordForms('Twenty-TheWord', pronounStrings, string([twenty])), speechPartPreds('DualPronoun', pronounStrings)), and(wordForms('Twenty-TheWord', singular, string([twenty])), speechPartPreds('CountNoun', singular)), and(wordForms('Twenty-TheWord', singular, string([twenty])), speechPartPreds('NLWordForm', singular)), and(wordForms('Twenty-TheWord', singular, string([twenty])), speechPartPreds('Noun', singular)), and(wordForms('Twenty-TheWord', singular, string([twenty])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('Twenty-TheWord', singular, string([twenty])), speechPartPreds('CommonNoun', singular)), and(wordForms('Twenty-TheWord', simpleNounStrings, string([twenty])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Twenty-TheWord', simpleNounStrings, string([twenty])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Twenty-TheWord', simpleNounStrings, string([twenty])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Twenty-TheWord', simpleNounStrings, string([twenty])), speechPartPreds('CommonNoun', simpleNounStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([twenty])]), [and(speechPartPreds('CountNoun', singular), [singular, 'Twenty-TheWord', string([twenty])]), and(speechPartPreds('NLWordForm', singular), [singular, 'Twenty-TheWord', string([twenty])]), and(speechPartPreds('Noun', singular), [singular, 'Twenty-TheWord', string([twenty])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'Twenty-TheWord', string([twenty])]), and(speechPartPreds('CommonNoun', singular), [singular, 'Twenty-TheWord', string([twenty])]), and(speechPartPreds('NLWordForm', determinerStrings), [determinerStrings, 'Twenty-TheWord', string([twenty])]), and(speechPartPreds('Determiner-Central', determinerStrings), [determinerStrings, 'Twenty-TheWord', string([twenty])]), and(speechPartPreds('Determiner-ClassC', determinerStrings), [determinerStrings, 'Twenty-TheWord', string([twenty])]), and(speechPartPreds('WHDeterminer', determinerStrings), [determinerStrings, 'Twenty-TheWord', string([twenty])]), and(speechPartPreds('Determiner-ClassA', determinerStrings), [determinerStrings, 'Twenty-TheWord', string([twenty])]), and(speechPartPreds('Postdeterminer', determinerStrings), [determinerStrings, 'Twenty-TheWord', string([twenty])]), and(speechPartPreds('Determiner', determinerStrings), [determinerStrings, 'Twenty-TheWord', string([twenty])]), and(speechPartPreds('Determiner-ClassB', determinerStrings), [determinerStrings, 'Twenty-TheWord', string([twenty])]), and(speechPartPreds('NLWordForm', pronounStrings), [pronounStrings, 'Twenty-TheWord', string([twenty])]), and(speechPartPreds('Pronoun-SubjectOrObject', pronounStrings), [pronounStrings, 'Twenty-TheWord', string([twenty])]), and(speechPartPreds('PossessivePronoun-Post', pronounStrings), [pronounStrings, 'Twenty-TheWord', string([twenty])]), and(speechPartPreds('PossessivePronoun', pronounStrings), [pronounStrings, 'Twenty-TheWord', string([twenty])]), and(speechPartPreds('ExpletivePronoun', pronounStrings), [pronounStrings, 'Twenty-TheWord', string([twenty])]), and(speechPartPreds('ReflexivePronoun', pronounStrings), [pronounStrings, 'Twenty-TheWord', string([twenty])]), and(speechPartPreds('ReciprocalPronoun', pronounStrings), [pronounStrings, 'Twenty-TheWord', string([twenty])]), and(speechPartPreds('SubjectPronoun', pronounStrings), [pronounStrings, 'Twenty-TheWord', string([twenty])]), and(speechPartPreds('IndefinitePronoun', pronounStrings), [pronounStrings, 'Twenty-TheWord', string([twenty])]), and(speechPartPreds('WHPronoun', pronounStrings), [pronounStrings, 'Twenty-TheWord', string([twenty])]), and(speechPartPreds('Pronoun', pronounStrings), [pronounStrings, 'Twenty-TheWord', string([twenty])]), and(speechPartPreds('Number-SP', pronounStrings), [pronounStrings, 'Twenty-TheWord', string([twenty])]), and(speechPartPreds('ObjectPronoun', pronounStrings), [pronounStrings, 'Twenty-TheWord', string([twenty])]), and(speechPartPreds('SingularPronoun', pronounStrings), [pronounStrings, 'Twenty-TheWord', string([twenty])]), and(speechPartPreds('PluralPronoun', pronounStrings), [pronounStrings, 'Twenty-TheWord', string([twenty])]), and(speechPartPreds('DualPronoun', pronounStrings), [pronounStrings, 'Twenty-TheWord', string([twenty])])]). cached_query(and(wordStrings(A, string([twenty])), partOfSpeech(A, B, string([twenty]))), [and(wordStrings('Twenty-TheWord', string([twenty])), partOfSpeech('Twenty-TheWord', 'Number-SP', string([twenty]))), and(wordStrings('Twenty-TheWord', string([twenty])), partOfSpeech('Twenty-TheWord', 'Pronoun', string([twenty])))]). cached_query(partOfSpeech(A, B, string([twenty])), [partOfSpeech('Twenty-TheWord', 'Number-SP', string([twenty])), partOfSpeech('Twenty-TheWord', 'Pronoun', string([twenty]))]). cached_query('#$or'(nameSpelling(A, string([twenty])), commonNickname(A, string([twenty]))), []). cached_query(compoundSemTrans('January-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'January-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string(['January'])), speechPartPreds(C, B)), [and(wordForms('January-TheWord', pnSingular, string(['January'])), speechPartPreds('ProperCountNoun', pnSingular)), and(wordForms('January-TheWord', pnSingular, string(['January'])), speechPartPreds('NLWordForm', pnSingular)), and(wordForms('January-TheWord', pnSingular, string(['January'])), speechPartPreds('Noun', pnSingular)), and(wordForms('January-TheWord', pnSingular, string(['January'])), speechPartPreds('CountNoun-Generic', pnSingular)), and(wordForms('January-TheWord', pnSingular, string(['January'])), speechPartPreds('ProperNoun', pnSingular))]). cached_query(and(speechPartPreds(A, B), [B, C, string(['January'])]), [and(speechPartPreds('ProperCountNoun', pnSingular), [pnSingular, 'January-TheWord', string(['January'])]), and(speechPartPreds('NLWordForm', pnSingular), [pnSingular, 'January-TheWord', string(['January'])]), and(speechPartPreds('Noun', pnSingular), [pnSingular, 'January-TheWord', string(['January'])]), and(speechPartPreds('CountNoun-Generic', pnSingular), [pnSingular, 'January-TheWord', string(['January'])]), and(speechPartPreds('ProperNoun', pnSingular), [pnSingular, 'January-TheWord', string(['January'])])]). cached_query(and(wordStrings(A, string(['January'])), partOfSpeech(A, B, string(['January']))), []). cached_query(partOfSpeech(A, B, string(['January'])), []). cached_query('#$or'(nameSpelling(A, string(['January'])), commonNickname(A, string(['January']))), []). cached_query(wordSemTrans('Him-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(compoundSemTrans('Monday-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Monday-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string(['Monday'])), speechPartPreds(C, B)), [and(wordForms('Monday-TheWord', pnSingular, string(['Monday'])), speechPartPreds('ProperCountNoun', pnSingular)), and(wordForms('Monday-TheWord', pnSingular, string(['Monday'])), speechPartPreds('NLWordForm', pnSingular)), and(wordForms('Monday-TheWord', pnSingular, string(['Monday'])), speechPartPreds('Noun', pnSingular)), and(wordForms('Monday-TheWord', pnSingular, string(['Monday'])), speechPartPreds('CountNoun-Generic', pnSingular)), and(wordForms('Monday-TheWord', pnSingular, string(['Monday'])), speechPartPreds('ProperNoun', pnSingular))]). cached_query(and(speechPartPreds(A, B), [B, C, string(['Monday'])]), [and(speechPartPreds('ProperCountNoun', pnSingular), [pnSingular, 'Monday-TheWord', string(['Monday'])]), and(speechPartPreds('NLWordForm', pnSingular), [pnSingular, 'Monday-TheWord', string(['Monday'])]), and(speechPartPreds('Noun', pnSingular), [pnSingular, 'Monday-TheWord', string(['Monday'])]), and(speechPartPreds('CountNoun-Generic', pnSingular), [pnSingular, 'Monday-TheWord', string(['Monday'])]), and(speechPartPreds('ProperNoun', pnSingular), [pnSingular, 'Monday-TheWord', string(['Monday'])])]). cached_query(and(wordStrings(A, string(['Monday'])), partOfSpeech(A, B, string(['Monday']))), []). cached_query(partOfSpeech(A, B, string(['Monday'])), []). cached_query('#$or'(nameSpelling(A, string(['Monday'])), commonNickname(A, string(['Monday']))), []). cached_query(compoundSemTrans('Him-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Him-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([him])), speechPartPreds(C, B)), [and(wordForms('Him-TheWord', pronounStrings, string([him])), speechPartPreds('NLWordForm', pronounStrings)), and(wordForms('Him-TheWord', pronounStrings, string([him])), speechPartPreds('Pronoun-SubjectOrObject', pronounStrings)), and(wordForms('Him-TheWord', pronounStrings, string([him])), speechPartPreds('PossessivePronoun-Post', pronounStrings)), and(wordForms('Him-TheWord', pronounStrings, string([him])), speechPartPreds('PossessivePronoun', pronounStrings)), and(wordForms('Him-TheWord', pronounStrings, string([him])), speechPartPreds('ExpletivePronoun', pronounStrings)), and(wordForms('Him-TheWord', pronounStrings, string([him])), speechPartPreds('ReflexivePronoun', pronounStrings)), and(wordForms('Him-TheWord', pronounStrings, string([him])), speechPartPreds('ReciprocalPronoun', pronounStrings)), and(wordForms('Him-TheWord', pronounStrings, string([him])), speechPartPreds('SubjectPronoun', pronounStrings)), and(wordForms('Him-TheWord', pronounStrings, string([him])), speechPartPreds('IndefinitePronoun', pronounStrings)), and(wordForms('Him-TheWord', pronounStrings, string([him])), speechPartPreds('WHPronoun', pronounStrings)), and(wordForms('Him-TheWord', pronounStrings, string([him])), speechPartPreds('Pronoun', pronounStrings)), and(wordForms('Him-TheWord', pronounStrings, string([him])), speechPartPreds('Number-SP', pronounStrings)), and(wordForms('Him-TheWord', pronounStrings, string([him])), speechPartPreds('ObjectPronoun', pronounStrings)), and(wordForms('Him-TheWord', pronounStrings, string([him])), speechPartPreds('SingularPronoun', pronounStrings)), and(wordForms('Him-TheWord', pronounStrings, string([him])), speechPartPreds('PluralPronoun', pronounStrings)), and(wordForms('Him-TheWord', pronounStrings, string([him])), speechPartPreds('DualPronoun', pronounStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([him])]), [and(speechPartPreds('NLWordForm', pronounStrings), [pronounStrings, 'Him-TheWord', string([him])]), and(speechPartPreds('Pronoun-SubjectOrObject', pronounStrings), [pronounStrings, 'Him-TheWord', string([him])]), and(speechPartPreds('PossessivePronoun-Post', pronounStrings), [pronounStrings, 'Him-TheWord', string([him])]), and(speechPartPreds('PossessivePronoun', pronounStrings), [pronounStrings, 'Him-TheWord', string([him])]), and(speechPartPreds('ExpletivePronoun', pronounStrings), [pronounStrings, 'Him-TheWord', string([him])]), and(speechPartPreds('ReflexivePronoun', pronounStrings), [pronounStrings, 'Him-TheWord', string([him])]), and(speechPartPreds('ReciprocalPronoun', pronounStrings), [pronounStrings, 'Him-TheWord', string([him])]), and(speechPartPreds('SubjectPronoun', pronounStrings), [pronounStrings, 'Him-TheWord', string([him])]), and(speechPartPreds('IndefinitePronoun', pronounStrings), [pronounStrings, 'Him-TheWord', string([him])]), and(speechPartPreds('WHPronoun', pronounStrings), [pronounStrings, 'Him-TheWord', string([him])]), and(speechPartPreds('Pronoun', pronounStrings), [pronounStrings, 'Him-TheWord', string([him])]), and(speechPartPreds('Number-SP', pronounStrings), [pronounStrings, 'Him-TheWord', string([him])]), and(speechPartPreds('ObjectPronoun', pronounStrings), [pronounStrings, 'Him-TheWord', string([him])]), and(speechPartPreds('SingularPronoun', pronounStrings), [pronounStrings, 'Him-TheWord', string([him])]), and(speechPartPreds('PluralPronoun', pronounStrings), [pronounStrings, 'Him-TheWord', string([him])]), and(speechPartPreds('DualPronoun', pronounStrings), [pronounStrings, 'Him-TheWord', string([him])])]). cached_query(and(wordStrings(A, string([him])), partOfSpeech(A, B, string([him]))), [and(wordStrings('Him-TheWord', string([him])), partOfSpeech('Him-TheWord', 'Pronoun', string([him]))), and(wordStrings('Him-TheWord', string([him])), partOfSpeech('Him-TheWord', 'ObjectPronoun', string([him]))), and(wordStrings('Him-TheWord', string([him])), partOfSpeech('Him-TheWord', 'MasculinePronoun', string([him]))), and(wordStrings('Him-TheWord', string([him])), partOfSpeech('Him-TheWord', 'SingularPronoun', string([him])))]). cached_query(partOfSpeech(A, B, string([him])), [partOfSpeech('Him-TheWord', 'ObjectPronoun', string([him])), partOfSpeech('Him-TheWord', 'MasculinePronoun', string([him])), partOfSpeech('Him-TheWord', 'Pronoun', string([him])), partOfSpeech('Him-TheWord', 'SingularPronoun', string([him]))]). cached_query('#$or'(nameSpelling(A, string([him])), commonNickname(A, string([him]))), []). cached_query(and(wordForms(A, B, string([saw])), speechPartPreds(C, B)), [and(wordForms('Saw-TheWord', infinitive, string([saw])), speechPartPreds('Verb', infinitive)), and(wordForms('Saw-TheWord', infinitive, string([saw])), speechPartPreds('NLWordForm', infinitive)), and(wordForms('Saw-TheWord', 'firstPersonSg-Present', string([saw])), speechPartPreds('Verb', 'firstPersonSg-Present')), and(wordForms('Saw-TheWord', 'firstPersonSg-Present', string([saw])), speechPartPreds('NLWordForm', 'firstPersonSg-Present')), and(wordForms('Saw-TheWord', 'secondPersonSg-Present', string([saw])), speechPartPreds('Verb', 'secondPersonSg-Present')), and(wordForms('Saw-TheWord', 'secondPersonSg-Present', string([saw])), speechPartPreds('NLWordForm', 'secondPersonSg-Present')), and(wordForms('Saw-TheWord', 'nonThirdSg-Present', string([saw])), speechPartPreds('Verb', 'nonThirdSg-Present')), and(wordForms('Saw-TheWord', 'nonThirdSg-Present', string([saw])), speechPartPreds('NLWordForm', 'nonThirdSg-Present')), and(wordForms('Saw-TheWord', 'pluralVerb-Present', string([saw])), speechPartPreds('Verb', 'pluralVerb-Present')), and(wordForms('Saw-TheWord', 'pluralVerb-Present', string([saw])), speechPartPreds('NLWordForm', 'pluralVerb-Present')), and(wordForms('Saw-TheWord', 'presentTense-Generic', string([saw])), speechPartPreds('Verb', 'presentTense-Generic')), and(wordForms('Saw-TheWord', 'presentTense-Generic', string([saw])), speechPartPreds('NLWordForm', 'presentTense-Generic')), and(wordForms('Saw-TheWord', tensed, string([saw])), speechPartPreds('Verb', tensed)), and(wordForms('Saw-TheWord', tensed, string([saw])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Saw-TheWord', untensed, string([saw])), speechPartPreds('Verb', untensed)), and(wordForms('Saw-TheWord', untensed, string([saw])), speechPartPreds('NLWordForm', untensed)), and(wordForms('Saw-TheWord', 'simplePresent-Generic', string([saw])), speechPartPreds('Verb', 'simplePresent-Generic')), and(wordForms('Saw-TheWord', 'simplePresent-Generic', string([saw])), speechPartPreds('NLWordForm', 'simplePresent-Generic')), and(wordForms('Saw-TheWord', verbStrings, string([saw])), speechPartPreds('Verb', verbStrings)), and(wordForms('Saw-TheWord', verbStrings, string([saw])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Saw-TheWord', 'firstPersonSg-Generic', string([saw])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('Saw-TheWord', 'firstPersonSg-Generic', string([saw])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('Saw-TheWord', 'secondPersonSg-Generic', string([saw])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('Saw-TheWord', 'secondPersonSg-Generic', string([saw])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('Saw-TheWord', 'pluralVerb-Generic', string([saw])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('Saw-TheWord', 'pluralVerb-Generic', string([saw])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('Saw-TheWord', 'singularVerb-Generic', string([saw])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Saw-TheWord', 'singularVerb-Generic', string([saw])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Saw-TheWord', 'simpleAspect-Generic', string([saw])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Saw-TheWord', 'simpleAspect-Generic', string([saw])), speechPartPreds('NLWordForm', 'simpleAspect-Generic')), and(wordForms('Saw-TheWord', singular, string([saw])), speechPartPreds('CountNoun', singular)), and(wordForms('Saw-TheWord', singular, string([saw])), speechPartPreds('NLWordForm', singular)), and(wordForms('Saw-TheWord', singular, string([saw])), speechPartPreds('Noun', singular)), and(wordForms('Saw-TheWord', singular, string([saw])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('Saw-TheWord', singular, string([saw])), speechPartPreds('CommonNoun', singular)), and(wordForms('Saw-TheWord', simpleNounStrings, string([saw])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Saw-TheWord', simpleNounStrings, string([saw])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Saw-TheWord', simpleNounStrings, string([saw])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Saw-TheWord', simpleNounStrings, string([saw])), speechPartPreds('CommonNoun', simpleNounStrings)), and(wordForms('See-TheWord', 'perfective-Generic', string([saw])), speechPartPreds('Verb', 'perfective-Generic')), and(wordForms('See-TheWord', 'perfective-Generic', string([saw])), speechPartPreds('NLWordForm', 'perfective-Generic')), and(wordForms('See-TheWord', tensed, string([saw])), speechPartPreds('NLWordForm', tensed)), and(wordForms('See-TheWord', tensed, string([saw])), speechPartPreds('Verb', tensed)), and(wordForms('See-TheWord', verbStrings, string([saw])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('See-TheWord', verbStrings, string([saw])), speechPartPreds('Verb', verbStrings)), and(wordForms('See-TheWord', 'thirdPersonSg-Generic', string([saw])), speechPartPreds('Verb', 'thirdPersonSg-Generic')), and(wordForms('See-TheWord', 'thirdPersonSg-Generic', string([saw])), speechPartPreds('NLWordForm', 'thirdPersonSg-Generic')), and(wordForms('See-TheWord', 'firstPersonSg-Generic', string([saw])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('See-TheWord', 'firstPersonSg-Generic', string([saw])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('See-TheWord', 'secondPersonSg-Generic', string([saw])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('See-TheWord', 'secondPersonSg-Generic', string([saw])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('See-TheWord', 'pluralVerb-Generic', string([saw])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('See-TheWord', 'pluralVerb-Generic', string([saw])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('See-TheWord', 'singularVerb-Generic', string([saw])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('See-TheWord', 'singularVerb-Generic', string([saw])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('See-TheWord', 'pastTense-Generic', string([saw])), speechPartPreds('Verb', 'pastTense-Generic')), and(wordForms('See-TheWord', 'pastTense-Generic', string([saw])), speechPartPreds('NLWordForm', 'pastTense-Generic')), and(wordForms('See-TheWord', 'firstPersonSg-Past', string([saw])), speechPartPreds('Verb', 'firstPersonSg-Past')), and(wordForms('See-TheWord', 'firstPersonSg-Past', string([saw])), speechPartPreds('NLWordForm', 'firstPersonSg-Past')), and(wordForms('See-TheWord', 'thirdPersonSg-Past', string([saw])), speechPartPreds('Verb', 'thirdPersonSg-Past')), and(wordForms('See-TheWord', 'thirdPersonSg-Past', string([saw])), speechPartPreds('NLWordForm', 'thirdPersonSg-Past')), and(wordForms('See-TheWord', 'pluralVerb-Past', string([saw])), speechPartPreds('Verb', 'pluralVerb-Past')), and(wordForms('See-TheWord', 'pluralVerb-Past', string([saw])), speechPartPreds('NLWordForm', 'pluralVerb-Past')), and(wordForms('See-TheWord', 'secondPersonSg-Past', string([saw])), speechPartPreds('Verb', 'secondPersonSg-Past')), and(wordForms('See-TheWord', 'secondPersonSg-Past', string([saw])), speechPartPreds('NLWordForm', 'secondPersonSg-Past')), and(wordForms('See-TheWord', 'simplePast-Generic', string([saw])), speechPartPreds('Verb', 'simplePast-Generic')), and(wordForms('See-TheWord', 'simplePast-Generic', string([saw])), speechPartPreds('NLWordForm', 'simplePast-Generic')), and(wordForms('See-TheWord', 'simpleAspect-Generic', string([saw])), speechPartPreds('NLWordForm', 'simpleAspect-Generic')), and(wordForms('See-TheWord', 'simpleAspect-Generic', string([saw])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('See-TheWord', 'pastTense-Universal', string([saw])), speechPartPreds('Verb', 'pastTense-Universal')), and(wordForms('See-TheWord', 'pastTense-Universal', string([saw])), speechPartPreds('NLWordForm', 'pastTense-Universal'))]). cached_query(and(speechPartPreds(A, B), [B, C, string([saw])]), [and(speechPartPreds('Verb', 'pastTense-Universal'), ['pastTense-Universal', 'See-TheWord', string([saw])]), and(speechPartPreds('NLWordForm', 'pastTense-Universal'), ['pastTense-Universal', 'See-TheWord', string([saw])]), and(speechPartPreds('Verb', infinitive), [infinitive, 'Saw-TheWord', string([saw])]), and(speechPartPreds('NLWordForm', infinitive), [infinitive, 'Saw-TheWord', string([saw])]), and(speechPartPreds('CountNoun', singular), [singular, 'Saw-TheWord', string([saw])]), and(speechPartPreds('NLWordForm', singular), [singular, 'Saw-TheWord', string([saw])]), and(speechPartPreds('Noun', singular), [singular, 'Saw-TheWord', string([saw])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'Saw-TheWord', string([saw])]), and(speechPartPreds('CommonNoun', singular), [singular, 'Saw-TheWord', string([saw])])]). cached_query(and(wordStrings(A, string([saw])), partOfSpeech(A, B, string([saw]))), []). cached_query(partOfSpeech(A, B, string([saw])), []). cached_query('#$or'(nameSpelling(A, string([saw])), commonNickname(A, string([saw]))), []). cached_query(wordSemTrans('WordFn'(string(['States'])), A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('WordFn'(string(['States'])), A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Adjective', D, E), []). cached_query(wordSemTrans('WordFn'(string(['United'])), A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Adjective', D, E), []). cached_query(wordSemTrans('The-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('WordFn'(string(['United'])), A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('The-TheWord', A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Adjective', D, E), []). cached_query(wordSemTrans('President-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('Who-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('Who-TheWord', A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Adjective', D, E), []). cached_query(compoundSemTrans('QuestionMark-TheSymbol', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'QuestionMark-TheSymbol', B, C, D), []). cached_query(and(wordForms(A, B, string([?])), speechPartPreds(C, B)), []). cached_query(and(speechPartPreds(A, B), [B, C, string([?])]), []). cached_query(and(wordStrings(A, string([?])), partOfSpeech(A, B, string([?]))), []). cached_query(partOfSpeech(A, B, string([?])), [partOfSpeech('QuestionMark-TheSymbol', 'Punctuation-SP', string([?]))]). cached_query('#$or'(nameSpelling(A, string([?])), commonNickname(A, string([?]))), []). cached_query(compoundSemTrans('WordFn'(string(['America'])), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'WordFn'(string(['America'])), B, C, D), []). cached_query(and(wordForms(A, B, string(['America'])), speechPartPreds(C, B)), []). cached_query(and(speechPartPreds(A, B), [B, C, string(['America'])]), []). cached_query(and(wordStrings(A, string(['America'])), partOfSpeech(A, B, string(['America']))), []). cached_query(partOfSpeech(A, B, string(['America'])), []). cached_query('#$or'(nameSpelling(A, string(['America'])), commonNickname(A, string(['America']))), []). cached_query(compoundSemTrans('WordFn'(string(['States'])), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'WordFn'(string(['States'])), B, C, D), []). cached_query(and(wordForms(A, B, string(['States'])), speechPartPreds(C, B)), []). cached_query(and(speechPartPreds(A, B), [B, C, string(['States'])]), []). cached_query(and(wordStrings(A, string(['States'])), partOfSpeech(A, B, string(['States']))), []). cached_query(partOfSpeech(A, B, string(['States'])), []). cached_query('#$or'(nameSpelling(A, string(['States'])), commonNickname(A, string(['States']))), []). cached_query(compoundSemTrans('WordFn'(string(['United'])), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'WordFn'(string(['United'])), B, C, D), []). cached_query(and(wordForms(A, B, string(['United'])), speechPartPreds(C, B)), []). cached_query(and(speechPartPreds(A, B), [B, C, string(['United'])]), []). cached_query(and(wordStrings(A, string(['United'])), partOfSpeech(A, B, string(['United']))), []). cached_query(partOfSpeech(A, B, string(['United'])), []). cached_query('#$or'(nameSpelling(A, string(['United'])), commonNickname(A, string(['United']))), []). cached_query(compoundSemTrans('Of-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Of-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([of])), speechPartPreds(C, B)), [and(wordForms('Of-TheWord', prepositionStrings, string([of])), speechPartPreds('Preposition', prepositionStrings)), and(wordForms('Of-TheWord', prepositionStrings, string([of])), speechPartPreds('NLWordForm', prepositionStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([of])]), [and(speechPartPreds('Preposition', prepositionStrings), [prepositionStrings, 'Of-TheWord', string([of])]), and(speechPartPreds('NLWordForm', prepositionStrings), [prepositionStrings, 'Of-TheWord', string([of])])]). cached_query(and(wordStrings(A, string([of])), partOfSpeech(A, B, string([of]))), [and(wordStrings('Of-TheWord', string([of])), partOfSpeech('Of-TheWord', 'Preposition', string([of]))), and(wordStrings('Of-TheWord', string([of])), partOfSpeech('Of-TheWord', 'Preposition-Of', string([of])))]). cached_query(partOfSpeech(A, B, string([of])), [partOfSpeech('Of-TheWord', 'Preposition', string([of])), partOfSpeech('Of-TheWord', 'Preposition-Of', string([of]))]). cached_query('#$or'(nameSpelling(A, string([of])), commonNickname(A, string([of]))), []). cached_query(compoundSemTrans('President-TheWord', A, B, C, D), [compoundSemTrans('President-TheWord', 'TheList'(string('"of"'), string('"the"'), string('"United"'), string('"States"'), string('"of"'), string('"America"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'UnitedStatesPresident'))), compoundSemTrans('President-TheWord', 'TheList'(string('"of"'), string('"town"'), string('"council"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'SubcollectionOfWithRelationFromTypeFn'('Person', president, 'SubcollectionOfWithRelationFromTypeFn'('Council-Organization', government, 'Town'))))), compoundSemTrans('President-TheWord', 'TheList'(string('"of"'), string('"Russia"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PresidentOfRussia'))), compoundSemTrans('President-TheWord', 'TheList'(string('"of"'), string('"the"'), string('"US"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'UnitedStatesPresident'))), compoundSemTrans('President-TheWord', 'TheList'(string('"of"'), string('"China"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PresidentOfChina'))), compoundSemTrans('President-TheWord', 'TheList'(string('"of"'), string('"America"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'UnitedStatesPresident'))), compoundSemTrans('President-TheWord', 'TheList'(string('"of"'), string('"the"'), string('"United"'), string('"States"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'UnitedStatesPresident'))), compoundSemTrans('President-TheWord', 'TheList'(string('"of"'), string('"an"'), string('"organization"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'PresidentOfOrganization')))]). cached_query(multiWordSemTrans(A, 'President-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([president])), speechPartPreds(C, B)), [and(wordForms('President-TheWord', singular, string([president])), speechPartPreds('CountNoun', singular)), and(wordForms('President-TheWord', singular, string([president])), speechPartPreds('NLWordForm', singular)), and(wordForms('President-TheWord', singular, string([president])), speechPartPreds('Noun', singular)), and(wordForms('President-TheWord', singular, string([president])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('President-TheWord', singular, string([president])), speechPartPreds('CommonNoun', singular)), and(wordForms('President-TheWord', simpleNounStrings, string([president])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('President-TheWord', simpleNounStrings, string([president])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('President-TheWord', simpleNounStrings, string([president])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('President-TheWord', simpleNounStrings, string([president])), speechPartPreds('CommonNoun', simpleNounStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([president])]), [and(speechPartPreds('CountNoun', singular), [singular, 'President-TheWord', string([president])]), and(speechPartPreds('NLWordForm', singular), [singular, 'President-TheWord', string([president])]), and(speechPartPreds('Noun', singular), [singular, 'President-TheWord', string([president])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'President-TheWord', string([president])]), and(speechPartPreds('CommonNoun', singular), [singular, 'President-TheWord', string([president])])]). cached_query(and(wordStrings(A, string([president])), partOfSpeech(A, B, string([president]))), []). cached_query(partOfSpeech(A, B, string([president])), []). cached_query('#$or'(nameSpelling(A, string([president])), commonNickname(A, string([president]))), []). cached_query(compoundSemTrans('Who-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Who-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string(['Who'])), speechPartPreds(C, B)), []). cached_query(and(speechPartPreds(A, B), [B, C, string(['Who'])]), [and(speechPartPreds('PossessivePronoun', pronounStrings), [pronounStrings, 'Who-TheWord', string(['Who'])]), and(speechPartPreds('SingularPronoun', pronounStrings), [pronounStrings, 'Who-TheWord', string(['Who'])]), and(speechPartPreds('PluralPronoun', pronounStrings), [pronounStrings, 'Who-TheWord', string(['Who'])]), and(speechPartPreds('DualPronoun', pronounStrings), [pronounStrings, 'Who-TheWord', string(['Who'])]), and(speechPartPreds('Pronoun-SubjectOrObject', pronounStrings), [pronounStrings, 'Who-TheWord', string(['Who'])]), and(speechPartPreds('ReflexivePronoun', pronounStrings), [pronounStrings, 'Who-TheWord', string(['Who'])]), and(speechPartPreds('ObjectPronoun', pronounStrings), [pronounStrings, 'Who-TheWord', string(['Who'])]), and(speechPartPreds('SubjectPronoun', pronounStrings), [pronounStrings, 'Who-TheWord', string(['Who'])]), and(speechPartPreds('PossessivePronoun-Post', pronounStrings), [pronounStrings, 'Who-TheWord', string(['Who'])]), and(speechPartPreds('WHPronoun', pronounStrings), [pronounStrings, 'Who-TheWord', string(['Who'])]), and(speechPartPreds('ExpletivePronoun', pronounStrings), [pronounStrings, 'Who-TheWord', string(['Who'])]), and(speechPartPreds('IndefinitePronoun', pronounStrings), [pronounStrings, 'Who-TheWord', string(['Who'])]), and(speechPartPreds('Number-SP', pronounStrings), [pronounStrings, 'Who-TheWord', string(['Who'])]), and(speechPartPreds('ReciprocalPronoun', pronounStrings), [pronounStrings, 'Who-TheWord', string(['Who'])]), and(speechPartPreds('NLWordForm', pronounStrings), [pronounStrings, 'Who-TheWord', string(['Who'])]), and(speechPartPreds('Pronoun', pronounStrings), [pronounStrings, 'Who-TheWord', string(['Who'])])]). cached_query(and(wordStrings(A, string(['Who'])), partOfSpeech(A, B, string(['Who']))), []). cached_query(partOfSpeech(A, B, string(['Who'])), []). cached_query('#$or'(nameSpelling(A, string(['Who'])), commonNickname(A, string(['Who']))), []). cached_query(wordSemTrans('Be-TheWord', A, B, C, 'Preposition', D, E), []). cached_query(wordSemTrans('Be-TheWord', A, 'ParticleCompFrameFn'('IntransitiveParticleFrameType', B), C, D, E, F), []). cached_query(wordSemTrans('Be-TheWord', A, B, C, 'Verb', D, E), []). cached_query(wordSemTrans('Be-TheWord', A, 'ParticleCompFrameFn'('TransitiveParticleNPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('Dog-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('WordFn'(string(['Fido'])), A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('WordFn'(string(['Fido'])), A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Adjective', D, E), []). cached_query(compoundSemTrans('Dog-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Dog-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([dog])), speechPartPreds(C, B)), [and(wordForms('Dog-TheWord', singular, string([dog])), speechPartPreds('CountNoun', singular)), and(wordForms('Dog-TheWord', singular, string([dog])), speechPartPreds('NLWordForm', singular)), and(wordForms('Dog-TheWord', singular, string([dog])), speechPartPreds('Noun', singular)), and(wordForms('Dog-TheWord', singular, string([dog])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('Dog-TheWord', singular, string([dog])), speechPartPreds('CommonNoun', singular)), and(wordForms('Dog-TheWord', simpleNounStrings, string([dog])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Dog-TheWord', simpleNounStrings, string([dog])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Dog-TheWord', simpleNounStrings, string([dog])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Dog-TheWord', simpleNounStrings, string([dog])), speechPartPreds('CommonNoun', simpleNounStrings)), and(wordForms('Dog-TheWord', infinitive, string([dog])), speechPartPreds('Verb', infinitive)), and(wordForms('Dog-TheWord', infinitive, string([dog])), speechPartPreds('NLWordForm', infinitive)), and(wordForms('Dog-TheWord', 'firstPersonSg-Present', string([dog])), speechPartPreds('Verb', 'firstPersonSg-Present')), and(wordForms('Dog-TheWord', 'firstPersonSg-Present', string([dog])), speechPartPreds('NLWordForm', 'firstPersonSg-Present')), and(wordForms('Dog-TheWord', 'secondPersonSg-Present', string([dog])), speechPartPreds('Verb', 'secondPersonSg-Present')), and(wordForms('Dog-TheWord', 'secondPersonSg-Present', string([dog])), speechPartPreds('NLWordForm', 'secondPersonSg-Present')), and(wordForms('Dog-TheWord', 'nonThirdSg-Present', string([dog])), speechPartPreds('Verb', 'nonThirdSg-Present')), and(wordForms('Dog-TheWord', 'nonThirdSg-Present', string([dog])), speechPartPreds('NLWordForm', 'nonThirdSg-Present')), and(wordForms('Dog-TheWord', 'pluralVerb-Present', string([dog])), speechPartPreds('Verb', 'pluralVerb-Present')), and(wordForms('Dog-TheWord', 'pluralVerb-Present', string([dog])), speechPartPreds('NLWordForm', 'pluralVerb-Present')), and(wordForms('Dog-TheWord', 'presentTense-Generic', string([dog])), speechPartPreds('Verb', 'presentTense-Generic')), and(wordForms('Dog-TheWord', 'presentTense-Generic', string([dog])), speechPartPreds('NLWordForm', 'presentTense-Generic')), and(wordForms('Dog-TheWord', tensed, string([dog])), speechPartPreds('Verb', tensed)), and(wordForms('Dog-TheWord', tensed, string([dog])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Dog-TheWord', untensed, string([dog])), speechPartPreds('Verb', untensed)), and(wordForms('Dog-TheWord', untensed, string([dog])), speechPartPreds('NLWordForm', untensed)), and(wordForms('Dog-TheWord', 'simplePresent-Generic', string([dog])), speechPartPreds('Verb', 'simplePresent-Generic')), and(wordForms('Dog-TheWord', 'simplePresent-Generic', string([dog])), speechPartPreds('NLWordForm', 'simplePresent-Generic')), and(wordForms('Dog-TheWord', verbStrings, string([dog])), speechPartPreds('Verb', verbStrings)), and(wordForms('Dog-TheWord', verbStrings, string([dog])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Dog-TheWord', 'firstPersonSg-Generic', string([dog])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('Dog-TheWord', 'firstPersonSg-Generic', string([dog])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('Dog-TheWord', 'secondPersonSg-Generic', string([dog])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('Dog-TheWord', 'secondPersonSg-Generic', string([dog])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('Dog-TheWord', 'pluralVerb-Generic', string([dog])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('Dog-TheWord', 'pluralVerb-Generic', string([dog])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('Dog-TheWord', 'singularVerb-Generic', string([dog])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Dog-TheWord', 'singularVerb-Generic', string([dog])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Dog-TheWord', 'simpleAspect-Generic', string([dog])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Dog-TheWord', 'simpleAspect-Generic', string([dog])), speechPartPreds('NLWordForm', 'simpleAspect-Generic'))]). cached_query(and(speechPartPreds(A, B), [B, C, string([dog])]), [and(speechPartPreds('Verb', infinitive), [infinitive, 'Dog-TheWord', string([dog])]), and(speechPartPreds('NLWordForm', infinitive), [infinitive, 'Dog-TheWord', string([dog])]), and(speechPartPreds('CountNoun', singular), [singular, 'Dog-TheWord', string([dog])]), and(speechPartPreds('NLWordForm', singular), [singular, 'Dog-TheWord', string([dog])]), and(speechPartPreds('Noun', singular), [singular, 'Dog-TheWord', string([dog])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'Dog-TheWord', string([dog])]), and(speechPartPreds('CommonNoun', singular), [singular, 'Dog-TheWord', string([dog])])]). cached_query(and(wordStrings(A, string([dog])), partOfSpeech(A, B, string([dog]))), []). cached_query(partOfSpeech(A, B, string([dog])), []). cached_query('#$or'(nameSpelling(A, string([dog])), commonNickname(A, string([dog]))), []). cached_query(compoundSemTrans('Be-TheWord', A, B, C, D), [compoundSemTrans('Be-TheWord', 'TheList'(string('"able"')), 'Verb', 'TransitiveInfinitivePhraseFrame', capableOf(':SUBJECT', ':ACTION', performedBy)), compoundSemTrans('Be-TheWord', 'TheList'(string('"made"')), 'Verb', 'PPCompFrameFn'('TransitivePPFrameType', 'Of-TheWord'), constituents(':SUBJECT', ':OBLIQUE-OBJECT'))]). cached_query(multiWordSemTrans(A, 'Be-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([is])), speechPartPreds(C, B)), [and(wordForms('Be-TheWord', 'thirdPersonSg-Present', string([is])), speechPartPreds('Verb', 'thirdPersonSg-Present')), and(wordForms('Be-TheWord', 'thirdPersonSg-Present', string([is])), speechPartPreds('NLWordForm', 'thirdPersonSg-Present')), and(wordForms('Be-TheWord', 'presentTense-Generic', string([is])), speechPartPreds('Verb', 'presentTense-Generic')), and(wordForms('Be-TheWord', 'presentTense-Generic', string([is])), speechPartPreds('NLWordForm', 'presentTense-Generic')), and(wordForms('Be-TheWord', tensed, string([is])), speechPartPreds('Verb', tensed)), and(wordForms('Be-TheWord', tensed, string([is])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Be-TheWord', 'simplePresent-Generic', string([is])), speechPartPreds('Verb', 'simplePresent-Generic')), and(wordForms('Be-TheWord', 'simplePresent-Generic', string([is])), speechPartPreds('NLWordForm', 'simplePresent-Generic')), and(wordForms('Be-TheWord', verbStrings, string([is])), speechPartPreds('Verb', verbStrings)), and(wordForms('Be-TheWord', verbStrings, string([is])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Be-TheWord', 'thirdPersonSg-Generic', string([is])), speechPartPreds('Verb', 'thirdPersonSg-Generic')), and(wordForms('Be-TheWord', 'thirdPersonSg-Generic', string([is])), speechPartPreds('NLWordForm', 'thirdPersonSg-Generic')), and(wordForms('Be-TheWord', 'singularVerb-Generic', string([is])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Be-TheWord', 'singularVerb-Generic', string([is])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Be-TheWord', 'simpleAspect-Generic', string([is])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Be-TheWord', 'simpleAspect-Generic', string([is])), speechPartPreds('NLWordForm', 'simpleAspect-Generic'))]). cached_query(and(speechPartPreds(A, B), [B, C, string([is])]), [and(speechPartPreds('Verb', 'thirdPersonSg-Present'), ['thirdPersonSg-Present', 'Be-TheWord', string([is])]), and(speechPartPreds('NLWordForm', 'thirdPersonSg-Present'), ['thirdPersonSg-Present', 'Be-TheWord', string([is])])]). cached_query(and(wordStrings(A, string([is])), partOfSpeech(A, B, string([is]))), [and(wordStrings('Be-TheWord', string([is])), partOfSpeech('Be-TheWord', 'BeAux', string([is])))]). cached_query(partOfSpeech(A, B, string([is])), [partOfSpeech('Be-TheWord', 'BeAux', string([is]))]). cached_query('#$or'(nameSpelling(A, string([is])), commonNickname(A, string([is]))), []). cached_query(compoundSemTrans('WordFn'(string(['Fido'])), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'WordFn'(string(['Fido'])), B, C, D), []). cached_query(and(wordForms(A, B, string(['Fido'])), speechPartPreds(C, B)), []). cached_query(and(speechPartPreds(A, B), [B, C, string(['Fido'])]), []). cached_query(and(wordStrings(A, string(['Fido'])), partOfSpeech(A, B, string(['Fido']))), []). cached_query(partOfSpeech(A, B, string(['Fido'])), []). cached_query('#$or'(nameSpelling(A, string(['Fido'])), commonNickname(A, string(['Fido']))), []). cached_query(wordSemTrans('Can-TheModal', A, B, C, 'Preposition', D, E), []). cached_query(wordSemTrans('Can-TheModal', A, 'ParticleCompFrameFn'('IntransitiveParticleFrameType', B), C, D, E, F), []). cached_query(wordSemTrans('Can-TheModal', A, B, C, 'Verb', D, E), []). cached_query(wordSemTrans('Can-TheModal', A, 'ParticleCompFrameFn'('TransitiveParticleNPFrameType', B), C, 'Verb', D, E), []). cached_query(compoundSemTrans('Can-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Can-TheWord', B, C, D), []). cached_query(compoundSemTrans('Can-TheModal', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Can-TheModal', B, C, D), []). cached_query(and(wordForms(A, B, string([can])), speechPartPreds(C, B)), [and(wordForms('Can-TheWord', infinitive, string([can])), speechPartPreds('Verb', infinitive)), and(wordForms('Can-TheWord', infinitive, string([can])), speechPartPreds('NLWordForm', infinitive)), and(wordForms('Can-TheWord', 'firstPersonSg-Present', string([can])), speechPartPreds('Verb', 'firstPersonSg-Present')), and(wordForms('Can-TheWord', 'firstPersonSg-Present', string([can])), speechPartPreds('NLWordForm', 'firstPersonSg-Present')), and(wordForms('Can-TheWord', 'secondPersonSg-Present', string([can])), speechPartPreds('Verb', 'secondPersonSg-Present')), and(wordForms('Can-TheWord', 'secondPersonSg-Present', string([can])), speechPartPreds('NLWordForm', 'secondPersonSg-Present')), and(wordForms('Can-TheWord', 'nonThirdSg-Present', string([can])), speechPartPreds('Verb', 'nonThirdSg-Present')), and(wordForms('Can-TheWord', 'nonThirdSg-Present', string([can])), speechPartPreds('NLWordForm', 'nonThirdSg-Present')), and(wordForms('Can-TheWord', 'pluralVerb-Present', string([can])), speechPartPreds('Verb', 'pluralVerb-Present')), and(wordForms('Can-TheWord', 'pluralVerb-Present', string([can])), speechPartPreds('NLWordForm', 'pluralVerb-Present')), and(wordForms('Can-TheWord', 'presentTense-Generic', string([can])), speechPartPreds('Verb', 'presentTense-Generic')), and(wordForms('Can-TheWord', 'presentTense-Generic', string([can])), speechPartPreds('NLWordForm', 'presentTense-Generic')), and(wordForms('Can-TheWord', tensed, string([can])), speechPartPreds('Verb', tensed)), and(wordForms('Can-TheWord', tensed, string([can])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Can-TheWord', untensed, string([can])), speechPartPreds('Verb', untensed)), and(wordForms('Can-TheWord', untensed, string([can])), speechPartPreds('NLWordForm', untensed)), and(wordForms('Can-TheWord', 'simplePresent-Generic', string([can])), speechPartPreds('Verb', 'simplePresent-Generic')), and(wordForms('Can-TheWord', 'simplePresent-Generic', string([can])), speechPartPreds('NLWordForm', 'simplePresent-Generic')), and(wordForms('Can-TheWord', verbStrings, string([can])), speechPartPreds('Verb', verbStrings)), and(wordForms('Can-TheWord', verbStrings, string([can])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Can-TheWord', 'firstPersonSg-Generic', string([can])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('Can-TheWord', 'firstPersonSg-Generic', string([can])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('Can-TheWord', 'secondPersonSg-Generic', string([can])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('Can-TheWord', 'secondPersonSg-Generic', string([can])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('Can-TheWord', 'pluralVerb-Generic', string([can])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('Can-TheWord', 'pluralVerb-Generic', string([can])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('Can-TheWord', 'singularVerb-Generic', string([can])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Can-TheWord', 'singularVerb-Generic', string([can])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Can-TheWord', 'simpleAspect-Generic', string([can])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Can-TheWord', 'simpleAspect-Generic', string([can])), speechPartPreds('NLWordForm', 'simpleAspect-Generic')), and(wordForms('Can-TheWord', singular, string([can])), speechPartPreds('CountNoun', singular)), and(wordForms('Can-TheWord', singular, string([can])), speechPartPreds('NLWordForm', singular)), and(wordForms('Can-TheWord', singular, string([can])), speechPartPreds('Noun', singular)), and(wordForms('Can-TheWord', singular, string([can])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('Can-TheWord', singular, string([can])), speechPartPreds('CommonNoun', singular)), and(wordForms('Can-TheWord', simpleNounStrings, string([can])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Can-TheWord', simpleNounStrings, string([can])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Can-TheWord', simpleNounStrings, string([can])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Can-TheWord', simpleNounStrings, string([can])), speechPartPreds('CommonNoun', simpleNounStrings)), and(wordForms('Can-TheModal', 'firstPersonSg-Present', string([can])), speechPartPreds('NLWordForm', 'firstPersonSg-Present')), and(wordForms('Can-TheModal', 'firstPersonSg-Present', string([can])), speechPartPreds('Verb', 'firstPersonSg-Present')), and(wordForms('Can-TheModal', 'secondPersonSg-Present', string([can])), speechPartPreds('NLWordForm', 'secondPersonSg-Present')), and(wordForms('Can-TheModal', 'secondPersonSg-Present', string([can])), speechPartPreds('Verb', 'secondPersonSg-Present')), and(wordForms('Can-TheModal', 'thirdPersonSg-Present', string([can])), speechPartPreds('Verb', 'thirdPersonSg-Present')), and(wordForms('Can-TheModal', 'thirdPersonSg-Present', string([can])), speechPartPreds('NLWordForm', 'thirdPersonSg-Present')), and(wordForms('Can-TheModal', 'nonThirdSg-Present', string([can])), speechPartPreds('NLWordForm', 'nonThirdSg-Present')), and(wordForms('Can-TheModal', 'nonThirdSg-Present', string([can])), speechPartPreds('Verb', 'nonThirdSg-Present')), and(wordForms('Can-TheModal', 'pluralVerb-Present', string([can])), speechPartPreds('NLWordForm', 'pluralVerb-Present')), and(wordForms('Can-TheModal', 'pluralVerb-Present', string([can])), speechPartPreds('Verb', 'pluralVerb-Present')), and(wordForms('Can-TheModal', 'presentTense-Generic', string([can])), speechPartPreds('NLWordForm', 'presentTense-Generic')), and(wordForms('Can-TheModal', 'presentTense-Generic', string([can])), speechPartPreds('Verb', 'presentTense-Generic')), and(wordForms('Can-TheModal', tensed, string([can])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Can-TheModal', tensed, string([can])), speechPartPreds('Verb', tensed)), and(wordForms('Can-TheModal', 'simplePresent-Generic', string([can])), speechPartPreds('NLWordForm', 'simplePresent-Generic')), and(wordForms('Can-TheModal', 'simplePresent-Generic', string([can])), speechPartPreds('Verb', 'simplePresent-Generic')), and(wordForms('Can-TheModal', verbStrings, string([can])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Can-TheModal', verbStrings, string([can])), speechPartPreds('Verb', verbStrings)), and(wordForms('Can-TheModal', 'thirdPersonSg-Generic', string([can])), speechPartPreds('Verb', 'thirdPersonSg-Generic')), and(wordForms('Can-TheModal', 'thirdPersonSg-Generic', string([can])), speechPartPreds('NLWordForm', 'thirdPersonSg-Generic')), and(wordForms('Can-TheModal', 'firstPersonSg-Generic', string([can])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('Can-TheModal', 'firstPersonSg-Generic', string([can])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('Can-TheModal', 'secondPersonSg-Generic', string([can])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('Can-TheModal', 'secondPersonSg-Generic', string([can])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('Can-TheModal', 'pluralVerb-Generic', string([can])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('Can-TheModal', 'pluralVerb-Generic', string([can])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('Can-TheModal', 'singularVerb-Generic', string([can])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Can-TheModal', 'singularVerb-Generic', string([can])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Can-TheModal', 'simpleAspect-Generic', string([can])), speechPartPreds('NLWordForm', 'simpleAspect-Generic')), and(wordForms('Can-TheModal', 'simpleAspect-Generic', string([can])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Can-TheModal', 'presentTense-Universal', string([can])), speechPartPreds('Verb', 'presentTense-Universal')), and(wordForms('Can-TheModal', 'presentTense-Universal', string([can])), speechPartPreds('NLWordForm', 'presentTense-Universal'))]). cached_query(and(speechPartPreds(A, B), [B, C, string([can])]), [and(speechPartPreds('Verb', infinitive), [infinitive, 'Can-TheWord', string([can])]), and(speechPartPreds('NLWordForm', infinitive), [infinitive, 'Can-TheWord', string([can])]), and(speechPartPreds('CountNoun', singular), [singular, 'Can-TheWord', string([can])]), and(speechPartPreds('NLWordForm', singular), [singular, 'Can-TheWord', string([can])]), and(speechPartPreds('Noun', singular), [singular, 'Can-TheWord', string([can])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'Can-TheWord', string([can])]), and(speechPartPreds('CommonNoun', singular), [singular, 'Can-TheWord', string([can])]), and(speechPartPreds('Verb', 'thirdPersonSg-Present'), ['thirdPersonSg-Present', 'Can-TheModal', string([can])]), and(speechPartPreds('NLWordForm', 'thirdPersonSg-Present'), ['thirdPersonSg-Present', 'Can-TheModal', string([can])]), and(speechPartPreds('Verb', 'presentTense-Universal'), ['presentTense-Universal', 'Can-TheModal', string([can])]), and(speechPartPreds('NLWordForm', 'presentTense-Universal'), ['presentTense-Universal', 'Can-TheModal', string([can])])]). cached_query(and(wordStrings(A, string([can])), partOfSpeech(A, B, string([can]))), [and(wordStrings('Can-TheModal', string([can])), partOfSpeech('Can-TheModal', 'Modal', string([can])))]). cached_query(partOfSpeech(A, B, string([can])), [partOfSpeech('Can-TheModal', 'Modal', string([can]))]). cached_query('#$or'(nameSpelling(A, string([can])), commonNickname(A, string([can]))), []). cached_query(wordSemTrans('Sit-TheWord', A, B, C, 'Preposition', D, E), []). cached_query(wordSemTrans('Sit-TheWord', A, 'ParticleCompFrameFn'('IntransitiveParticleFrameType', B), C, D, E, F), []). cached_query(wordSemTrans('Sit-TheWord', A, B, C, 'Verb', D, E), [wordSemTrans('Sit-TheWord', 3, 'TransitiveNPFrame', thereExists(':ACTION', holdsIn(':ACTION', objectFoundInLocation(':SUBJECT', ':OBJECT'))), 'Verb', denotationRelatedTo, 'True'), wordSemTrans('Sit-TheWord', 0, 'IntransitiveVerbFrame', and(isa(':ACTION', 'SittingDown'), performedBy(':ACTION', ':SUBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Sit-TheWord', 1, 'IntransitiveVerbFrame', postureOfAnimal(':SUBJECT', 'SittingPosture'), 'Verb', verbSemTrans, 'True')]). cached_query(wordSemTrans('Sit-TheWord', A, 'ParticleCompFrameFn'('TransitiveParticleNPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('Sit-TheWord', A, 'PPCompFrameFn'('DitransitivePPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('Sit-TheWord', A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Verb', D, E), []). cached_query(compoundSemTrans('Sit-TheWord', A, B, C, D), [compoundSemTrans('Sit-TheWord', 'TheList'(string('"down"')), 'Verb', 'IntransitiveVerbFrame', and(isa(':ACTION', 'SittingDown'), performedBy(':ACTION', ':SUBJECT'))), compoundSemTrans('Sit-TheWord', 'TheList'(string('"down"')), 'Verb', 'IntransitiveVerbFrame', and(isa(':ACTION', 'SupportingOnesWeight'), holdsIn(':ACTION', postureOfAnimal(':SUBJECT', 'SittingPosture'))))]). cached_query(multiWordSemTrans(A, 'Sit-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([sitting])), speechPartPreds(C, B)), [and(wordForms('Sit-TheWord', presentParticiple, string([sitting])), speechPartPreds('Verb', presentParticiple)), and(wordForms('Sit-TheWord', presentParticiple, string([sitting])), speechPartPreds('Adjective-Ing', presentParticiple)), and(wordForms('Sit-TheWord', presentParticiple, string([sitting])), speechPartPreds('NLWordForm', presentParticiple)), and(wordForms('Sit-TheWord', untensed, string([sitting])), speechPartPreds('Verb', untensed)), and(wordForms('Sit-TheWord', untensed, string([sitting])), speechPartPreds('NLWordForm', untensed)), and(wordForms('Sit-TheWord', verbStrings, string([sitting])), speechPartPreds('Verb', verbStrings)), and(wordForms('Sit-TheWord', verbStrings, string([sitting])), speechPartPreds('NLWordForm', verbStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([sitting])]), []). cached_query(and(wordStrings(A, string([sitting])), partOfSpeech(A, B, string([sitting]))), []). cached_query(partOfSpeech(A, B, string([sitting])), []). cached_query('#$or'(nameSpelling(A, string([sitting])), commonNickname(A, string([sitting]))), []). cached_query(wordSemTrans('On-TheWord', A, B, C, 'Preposition', D, E), [wordSemTrans('On-TheWord', 1, 'VerbPhraseModifyingFrame', eventOccursAt(':ACTION', ':OBJECT'), 'Preposition', prepSemTrans, 'True'), wordSemTrans('On-TheWord', 3, 'Post-NounPhraseModifyingFrame', spatiallySubsumes(':OBJECT', ':NOUN'), 'Preposition', prepSemTrans, 'True'), wordSemTrans('On-TheWord', 4, 'Post-NounPhraseModifyingFrame', near(':NOUN', ':OBJECT'), 'Preposition', prepSemTrans, 'True'), wordSemTrans('On-TheWord', 1, 'Post-NounPhraseModifyingFrame', 'on-Physical'(':NOUN', ':OBJECT'), 'Preposition', prepSemTrans, 'True'), wordSemTrans('On-TheWord', 0, 'VerbPhraseModifyingFrame', 'on-UnderspecifiedSurface'(':ACTION', ':OBJECT'), 'Preposition', prepSemTrans, 'True'), wordSemTrans('On-TheWord', 0, 'Post-NounPhraseModifyingFrame', 'on-UnderspecifiedSurface'(':NOUN', ':OBJECT'), 'Preposition', prepSemTrans, 'True'), wordSemTrans('On-TheWord', 0, 'TransitiveNPFrame', thereExists(':ACTION', holdsIn(':ACTION', 'on-Physical'(':SUBJECT', ':OBJECT'))), 'Preposition', denotation, 'True'), wordSemTrans('On-TheWord', 2, 'TransitiveNPFrame', thereExists(':ACTION', holdsIn(':ACTION', 'on-UnderspecifiedSurface'(':SUBJECT', ':OBJECT'))), 'Preposition', denotation, 'True')]). cached_query(wordSemTrans('On-TheWord', A, 'ParticleCompFrameFn'('IntransitiveParticleFrameType', B), C, D, E, F), []). cached_query(wordSemTrans('On-TheWord', A, B, C, 'Verb', D, E), []). cached_query(wordSemTrans('On-TheWord', A, 'ParticleCompFrameFn'('TransitiveParticleNPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('See-TheWord', A, 'PPCompFrameFn'('DitransitivePPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('See-TheWord', A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Verb', D, E), []). cached_query(compoundSemTrans('Shelf-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Shelf-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([shelf])), speechPartPreds(C, B)), [and(wordForms('Shelf-TheWord', singular, string([shelf])), speechPartPreds('CountNoun', singular)), and(wordForms('Shelf-TheWord', singular, string([shelf])), speechPartPreds('NLWordForm', singular)), and(wordForms('Shelf-TheWord', singular, string([shelf])), speechPartPreds('Noun', singular)), and(wordForms('Shelf-TheWord', singular, string([shelf])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('Shelf-TheWord', singular, string([shelf])), speechPartPreds('CommonNoun', singular)), and(wordForms('Shelf-TheWord', simpleNounStrings, string([shelf])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Shelf-TheWord', simpleNounStrings, string([shelf])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Shelf-TheWord', simpleNounStrings, string([shelf])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Shelf-TheWord', simpleNounStrings, string([shelf])), speechPartPreds('CommonNoun', simpleNounStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([shelf])]), [and(speechPartPreds('CountNoun', singular), [singular, 'Shelf-TheWord', string([shelf])]), and(speechPartPreds('NLWordForm', singular), [singular, 'Shelf-TheWord', string([shelf])]), and(speechPartPreds('Noun', singular), [singular, 'Shelf-TheWord', string([shelf])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'Shelf-TheWord', string([shelf])]), and(speechPartPreds('CommonNoun', singular), [singular, 'Shelf-TheWord', string([shelf])])]). cached_query(and(wordStrings(A, string([shelf])), partOfSpeech(A, B, string([shelf]))), []). cached_query(partOfSpeech(A, B, string([shelf])), []). cached_query('#$or'(nameSpelling(A, string([shelf])), commonNickname(A, string([shelf]))), []). cached_query(compoundSemTrans('On-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'On-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([on])), speechPartPreds(C, B)), [and(wordForms('On-TheWord', regularAdverb, string([on])), speechPartPreds('Adverb', regularAdverb)), and(wordForms('On-TheWord', regularAdverb, string([on])), speechPartPreds('WHAdverb', regularAdverb)), and(wordForms('On-TheWord', regularAdverb, string([on])), speechPartPreds('NLWordForm', regularAdverb)), and(wordForms('On-TheWord', adverbStrings, string([on])), speechPartPreds('Adverb', adverbStrings)), and(wordForms('On-TheWord', adverbStrings, string([on])), speechPartPreds('NLWordForm', adverbStrings)), and(wordForms('On-TheWord', prepositionStrings, string([on])), speechPartPreds('Preposition', prepositionStrings)), and(wordForms('On-TheWord', prepositionStrings, string([on])), speechPartPreds('NLWordForm', prepositionStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([on])]), [and(speechPartPreds('Adverb', regularAdverb), [regularAdverb, 'On-TheWord', string([on])]), and(speechPartPreds('WHAdverb', regularAdverb), [regularAdverb, 'On-TheWord', string([on])]), and(speechPartPreds('NLWordForm', regularAdverb), [regularAdverb, 'On-TheWord', string([on])]), and(speechPartPreds('Preposition', prepositionStrings), [prepositionStrings, 'On-TheWord', string([on])]), and(speechPartPreds('NLWordForm', prepositionStrings), [prepositionStrings, 'On-TheWord', string([on])])]). cached_query(and(wordStrings(A, string([on])), partOfSpeech(A, B, string([on]))), [and(wordStrings('On-TheWord', string([on])), partOfSpeech('On-TheWord', 'Preposition', string([on]))), and(wordStrings('On-TheWord', string([on])), partOfSpeech('On-TheWord', 'VerbParticle', string([on]))), and(wordStrings('On-TheWord', string([on])), partOfSpeech('On-TheWord', 'Preposition-Locative', string([on]))), and(wordStrings('On-TheWord', string([on])), partOfSpeech('On-TheWord', 'Preposition-Directional-Telic', string([on])))]). cached_query(partOfSpeech(A, B, string([on])), [partOfSpeech('On-TheWord', 'Preposition', string([on])), partOfSpeech('On-TheWord', 'VerbParticle', string([on])), partOfSpeech('On-TheWord', 'Preposition-Locative', string([on])), partOfSpeech('On-TheWord', 'Preposition-Directional-Telic', string([on]))]). cached_query('#$or'(nameSpelling(A, string([on])), commonNickname(A, string([on]))), []). cached_query(compoundSemTrans('Book-TheWord', A, B, C, D), [compoundSemTrans('Book-TheWord', 'TheList'(string('"about"'), string('"men"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'TextualMaterialAboutFn'('AdultMaleHuman')))), compoundSemTrans('Book-TheWord', 'TheList'(string('"about"'), string('"women"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'TextualMaterialAboutFn'('AdultFemaleHuman')))), compoundSemTrans('Book-TheWord', 'TheList'(string('"and"'), string('"manifestos"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'CollectionUnionFn'('TheSet'('Book-CW', 'Manifesto'))))), compoundSemTrans('Book-TheWord', 'TheList'(string('"or"'), string('"manifesto"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'CollectionUnionFn'('TheSet'('Book-CW', 'Manifesto'))))), compoundSemTrans('Book-TheWord', 'TheList'(string('"or"'), string('"manifestos"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'CollectionUnionFn'('TheSet'('Book-CW', 'Manifesto'))))), compoundSemTrans('Book-TheWord', 'TheList'(string('"for"'), string('"kids"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'ChildrensBook'))), compoundSemTrans('Book-TheWord', 'TheList'(string('"on"'), string('"tape"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'AudioBook-CW')))]). cached_query(multiWordSemTrans(A, 'Book-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([books])), speechPartPreds(C, B)), [and(wordForms('Book-TheWord', simpleNounStrings, string([books])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Book-TheWord', simpleNounStrings, string([books])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Book-TheWord', simpleNounStrings, string([books])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Book-TheWord', simpleNounStrings, string([books])), speechPartPreds('CommonNoun', simpleNounStrings)), and(wordForms('Book-TheWord', plural, string([books])), speechPartPreds('CountNoun', plural)), and(wordForms('Book-TheWord', plural, string([books])), speechPartPreds('CountNoun-Generic', plural)), and(wordForms('Book-TheWord', plural, string([books])), speechPartPreds('NLWordForm', plural)), and(wordForms('Book-TheWord', plural, string([books])), speechPartPreds('Noun', plural)), and(wordForms('Book-TheWord', plural, string([books])), speechPartPreds('CommonNoun', plural)), and(wordForms('Book-TheWord', 'thirdPersonSg-Present', string([books])), speechPartPreds('Verb', 'thirdPersonSg-Present')), and(wordForms('Book-TheWord', 'thirdPersonSg-Present', string([books])), speechPartPreds('NLWordForm', 'thirdPersonSg-Present')), and(wordForms('Book-TheWord', 'presentTense-Generic', string([books])), speechPartPreds('Verb', 'presentTense-Generic')), and(wordForms('Book-TheWord', 'presentTense-Generic', string([books])), speechPartPreds('NLWordForm', 'presentTense-Generic')), and(wordForms('Book-TheWord', tensed, string([books])), speechPartPreds('Verb', tensed)), and(wordForms('Book-TheWord', tensed, string([books])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Book-TheWord', 'simplePresent-Generic', string([books])), speechPartPreds('Verb', 'simplePresent-Generic')), and(wordForms('Book-TheWord', 'simplePresent-Generic', string([books])), speechPartPreds('NLWordForm', 'simplePresent-Generic')), and(wordForms('Book-TheWord', verbStrings, string([books])), speechPartPreds('Verb', verbStrings)), and(wordForms('Book-TheWord', verbStrings, string([books])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Book-TheWord', 'thirdPersonSg-Generic', string([books])), speechPartPreds('Verb', 'thirdPersonSg-Generic')), and(wordForms('Book-TheWord', 'thirdPersonSg-Generic', string([books])), speechPartPreds('NLWordForm', 'thirdPersonSg-Generic')), and(wordForms('Book-TheWord', 'singularVerb-Generic', string([books])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Book-TheWord', 'singularVerb-Generic', string([books])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Book-TheWord', 'simpleAspect-Generic', string([books])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Book-TheWord', 'simpleAspect-Generic', string([books])), speechPartPreds('NLWordForm', 'simpleAspect-Generic'))]). cached_query(and(speechPartPreds(A, B), [B, C, string([books])]), []). cached_query(and(wordStrings(A, string([books])), partOfSpeech(A, B, string([books]))), []). cached_query(partOfSpeech(A, B, string([books])), []). cached_query('#$or'(nameSpelling(A, string([books])), commonNickname(A, string([books]))), []). cached_query(compoundSemTrans('Two-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Two-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([two])), speechPartPreds(C, B)), [and(wordForms('Two-TheWord', singular, string([two])), speechPartPreds('CountNoun', singular)), and(wordForms('Two-TheWord', singular, string([two])), speechPartPreds('NLWordForm', singular)), and(wordForms('Two-TheWord', singular, string([two])), speechPartPreds('Noun', singular)), and(wordForms('Two-TheWord', singular, string([two])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('Two-TheWord', singular, string([two])), speechPartPreds('CommonNoun', singular)), and(wordForms('Two-TheWord', simpleNounStrings, string([two])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Two-TheWord', simpleNounStrings, string([two])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Two-TheWord', simpleNounStrings, string([two])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Two-TheWord', simpleNounStrings, string([two])), speechPartPreds('CommonNoun', simpleNounStrings)), and(wordForms('Two-TheWord', pronounStrings, string([two])), speechPartPreds('NLWordForm', pronounStrings)), and(wordForms('Two-TheWord', pronounStrings, string([two])), speechPartPreds('Pronoun-SubjectOrObject', pronounStrings)), and(wordForms('Two-TheWord', pronounStrings, string([two])), speechPartPreds('PossessivePronoun-Post', pronounStrings)), and(wordForms('Two-TheWord', pronounStrings, string([two])), speechPartPreds('PossessivePronoun', pronounStrings)), and(wordForms('Two-TheWord', pronounStrings, string([two])), speechPartPreds('ExpletivePronoun', pronounStrings)), and(wordForms('Two-TheWord', pronounStrings, string([two])), speechPartPreds('ReflexivePronoun', pronounStrings)), and(wordForms('Two-TheWord', pronounStrings, string([two])), speechPartPreds('ReciprocalPronoun', pronounStrings)), and(wordForms('Two-TheWord', pronounStrings, string([two])), speechPartPreds('SubjectPronoun', pronounStrings)), and(wordForms('Two-TheWord', pronounStrings, string([two])), speechPartPreds('IndefinitePronoun', pronounStrings)), and(wordForms('Two-TheWord', pronounStrings, string([two])), speechPartPreds('WHPronoun', pronounStrings)), and(wordForms('Two-TheWord', pronounStrings, string([two])), speechPartPreds('Pronoun', pronounStrings)), and(wordForms('Two-TheWord', pronounStrings, string([two])), speechPartPreds('Number-SP', pronounStrings)), and(wordForms('Two-TheWord', pronounStrings, string([two])), speechPartPreds('ObjectPronoun', pronounStrings)), and(wordForms('Two-TheWord', pronounStrings, string([two])), speechPartPreds('SingularPronoun', pronounStrings)), and(wordForms('Two-TheWord', pronounStrings, string([two])), speechPartPreds('PluralPronoun', pronounStrings)), and(wordForms('Two-TheWord', pronounStrings, string([two])), speechPartPreds('DualPronoun', pronounStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([two])]), [and(speechPartPreds('CountNoun', singular), [singular, 'Two-TheWord', string([two])]), and(speechPartPreds('NLWordForm', singular), [singular, 'Two-TheWord', string([two])]), and(speechPartPreds('Noun', singular), [singular, 'Two-TheWord', string([two])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'Two-TheWord', string([two])]), and(speechPartPreds('CommonNoun', singular), [singular, 'Two-TheWord', string([two])]), and(speechPartPreds('NLWordForm', determinerStrings), [determinerStrings, 'Two-TheWord', string([two])]), and(speechPartPreds('Determiner-Central', determinerStrings), [determinerStrings, 'Two-TheWord', string([two])]), and(speechPartPreds('Determiner-ClassC', determinerStrings), [determinerStrings, 'Two-TheWord', string([two])]), and(speechPartPreds('WHDeterminer', determinerStrings), [determinerStrings, 'Two-TheWord', string([two])]), and(speechPartPreds('Determiner-ClassA', determinerStrings), [determinerStrings, 'Two-TheWord', string([two])]), and(speechPartPreds('Postdeterminer', determinerStrings), [determinerStrings, 'Two-TheWord', string([two])]), and(speechPartPreds('Determiner', determinerStrings), [determinerStrings, 'Two-TheWord', string([two])]), and(speechPartPreds('Determiner-ClassB', determinerStrings), [determinerStrings, 'Two-TheWord', string([two])]), and(speechPartPreds('NLWordForm', pronounStrings), [pronounStrings, 'Two-TheWord', string([two])]), and(speechPartPreds('Pronoun-SubjectOrObject', pronounStrings), [pronounStrings, 'Two-TheWord', string([two])]), and(speechPartPreds('PossessivePronoun-Post', pronounStrings), [pronounStrings, 'Two-TheWord', string([two])]), and(speechPartPreds('PossessivePronoun', pronounStrings), [pronounStrings, 'Two-TheWord', string([two])]), and(speechPartPreds('ExpletivePronoun', pronounStrings), [pronounStrings, 'Two-TheWord', string([two])]), and(speechPartPreds('ReflexivePronoun', pronounStrings), [pronounStrings, 'Two-TheWord', string([two])]), and(speechPartPreds('ReciprocalPronoun', pronounStrings), [pronounStrings, 'Two-TheWord', string([two])]), and(speechPartPreds('SubjectPronoun', pronounStrings), [pronounStrings, 'Two-TheWord', string([two])]), and(speechPartPreds('IndefinitePronoun', pronounStrings), [pronounStrings, 'Two-TheWord', string([two])]), and(speechPartPreds('WHPronoun', pronounStrings), [pronounStrings, 'Two-TheWord', string([two])]), and(speechPartPreds('Pronoun', pronounStrings), [pronounStrings, 'Two-TheWord', string([two])]), and(speechPartPreds('Number-SP', pronounStrings), [pronounStrings, 'Two-TheWord', string([two])]), and(speechPartPreds('ObjectPronoun', pronounStrings), [pronounStrings, 'Two-TheWord', string([two])]), and(speechPartPreds('SingularPronoun', pronounStrings), [pronounStrings, 'Two-TheWord', string([two])]), and(speechPartPreds('PluralPronoun', pronounStrings), [pronounStrings, 'Two-TheWord', string([two])]), and(speechPartPreds('DualPronoun', pronounStrings), [pronounStrings, 'Two-TheWord', string([two])])]). cached_query(and(wordStrings(A, string([two])), partOfSpeech(A, B, string([two]))), [and(wordStrings('Two-TheWord', string([two])), partOfSpeech('Two-TheWord', 'Number-SP', string([two]))), and(wordStrings('Two-TheWord', string([two])), partOfSpeech('Two-TheWord', 'Pronoun', string([two])))]). cached_query(partOfSpeech(A, B, string([two])), [partOfSpeech('Two-TheWord', 'Number-SP', string([two])), partOfSpeech('Two-TheWord', 'Pronoun', string([two]))]). cached_query('#$or'(nameSpelling(A, string([two])), commonNickname(A, string([two]))), []). cached_query(wordSemTrans('The-TheWord', A, B, C, 'Preposition', D, E), []). cached_query(wordSemTrans('The-TheWord', A, 'ParticleCompFrameFn'('IntransitiveParticleFrameType', B), C, D, E, F), []). cached_query(wordSemTrans('The-TheWord', A, B, C, 'Verb', D, E), []). cached_query(wordSemTrans('The-TheWord', A, 'ParticleCompFrameFn'('TransitiveParticleNPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('Saw-TheWord', A, B, C, 'Preposition', D, E), []). cached_query(wordSemTrans('Saw-TheWord', A, 'ParticleCompFrameFn'('IntransitiveParticleFrameType', B), C, D, E, F), []). cached_query(wordSemTrans('Saw-TheWord', A, B, C, 'Verb', D, E), [wordSemTrans('Saw-TheWord', 0, 'TransitiveNPFrame', and(isa(':ACTION', 'SawingSomething'), objectOfStateChange(':ACTION', ':OBJECT'), doneBy(':ACTION', ':SUBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Saw-TheWord', 0, 'MiddleVoiceFrame', and(isa(':ACTION', 'SawingSomething'), objectOfStateChange(':ACTION', ':SUBJECT')), 'Verb', verbSemTrans, 'True')]). cached_query(wordSemTrans('Saw-TheWord', A, 'ParticleCompFrameFn'('TransitiveParticleNPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('Saw-TheWord', A, 'PPCompFrameFn'('DitransitivePPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('Saw-TheWord', A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Verb', D, E), []). cached_query(compoundSemTrans('Saw-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Saw-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([sawed])), speechPartPreds(C, B)), [and(wordForms('Saw-TheWord', 'perfective-Generic', string([sawed])), speechPartPreds('Verb', 'perfective-Generic')), and(wordForms('Saw-TheWord', 'perfective-Generic', string([sawed])), speechPartPreds('NLWordForm', 'perfective-Generic')), and(wordForms('Saw-TheWord', passiveParticiple, string([sawed])), speechPartPreds('Verb', passiveParticiple)), and(wordForms('Saw-TheWord', passiveParticiple, string([sawed])), speechPartPreds('Adjective-Ed', passiveParticiple)), and(wordForms('Saw-TheWord', passiveParticiple, string([sawed])), speechPartPreds('NLWordForm', passiveParticiple)), and(wordForms('Saw-TheWord', tensed, string([sawed])), speechPartPreds('Verb', tensed)), and(wordForms('Saw-TheWord', tensed, string([sawed])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Saw-TheWord', untensed, string([sawed])), speechPartPreds('Verb', untensed)), and(wordForms('Saw-TheWord', untensed, string([sawed])), speechPartPreds('NLWordForm', untensed)), and(wordForms('Saw-TheWord', verbStrings, string([sawed])), speechPartPreds('Verb', verbStrings)), and(wordForms('Saw-TheWord', verbStrings, string([sawed])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Saw-TheWord', 'thirdPersonSg-Generic', string([sawed])), speechPartPreds('Verb', 'thirdPersonSg-Generic')), and(wordForms('Saw-TheWord', 'thirdPersonSg-Generic', string([sawed])), speechPartPreds('NLWordForm', 'thirdPersonSg-Generic')), and(wordForms('Saw-TheWord', 'firstPersonSg-Generic', string([sawed])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('Saw-TheWord', 'firstPersonSg-Generic', string([sawed])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('Saw-TheWord', 'secondPersonSg-Generic', string([sawed])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('Saw-TheWord', 'secondPersonSg-Generic', string([sawed])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('Saw-TheWord', 'pluralVerb-Generic', string([sawed])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('Saw-TheWord', 'pluralVerb-Generic', string([sawed])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('Saw-TheWord', 'singularVerb-Generic', string([sawed])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Saw-TheWord', 'singularVerb-Generic', string([sawed])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Saw-TheWord', 'pastTense-Generic', string([sawed])), speechPartPreds('Verb', 'pastTense-Generic')), and(wordForms('Saw-TheWord', 'pastTense-Generic', string([sawed])), speechPartPreds('NLWordForm', 'pastTense-Generic')), and(wordForms('Saw-TheWord', 'firstPersonSg-Past', string([sawed])), speechPartPreds('Verb', 'firstPersonSg-Past')), and(wordForms('Saw-TheWord', 'firstPersonSg-Past', string([sawed])), speechPartPreds('NLWordForm', 'firstPersonSg-Past')), and(wordForms('Saw-TheWord', 'thirdPersonSg-Past', string([sawed])), speechPartPreds('Verb', 'thirdPersonSg-Past')), and(wordForms('Saw-TheWord', 'thirdPersonSg-Past', string([sawed])), speechPartPreds('NLWordForm', 'thirdPersonSg-Past')), and(wordForms('Saw-TheWord', 'pluralVerb-Past', string([sawed])), speechPartPreds('Verb', 'pluralVerb-Past')), and(wordForms('Saw-TheWord', 'pluralVerb-Past', string([sawed])), speechPartPreds('NLWordForm', 'pluralVerb-Past')), and(wordForms('Saw-TheWord', 'secondPersonSg-Past', string([sawed])), speechPartPreds('Verb', 'secondPersonSg-Past')), and(wordForms('Saw-TheWord', 'secondPersonSg-Past', string([sawed])), speechPartPreds('NLWordForm', 'secondPersonSg-Past')), and(wordForms('Saw-TheWord', 'simplePast-Generic', string([sawed])), speechPartPreds('Verb', 'simplePast-Generic')), and(wordForms('Saw-TheWord', 'simplePast-Generic', string([sawed])), speechPartPreds('NLWordForm', 'simplePast-Generic')), and(wordForms('Saw-TheWord', 'simpleAspect-Generic', string([sawed])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Saw-TheWord', 'simpleAspect-Generic', string([sawed])), speechPartPreds('NLWordForm', 'simpleAspect-Generic')), and(wordForms('Saw-TheWord', 'pastTense-Universal', string([sawed])), speechPartPreds('Verb', 'pastTense-Universal')), and(wordForms('Saw-TheWord', 'pastTense-Universal', string([sawed])), speechPartPreds('NLWordForm', 'pastTense-Universal')), and(wordForms('Saw-TheWord', perfect, string([sawed])), speechPartPreds('Verb', perfect)), and(wordForms('Saw-TheWord', perfect, string([sawed])), speechPartPreds('NLWordForm', perfect)), and(wordForms('Saw-TheWord', adjStrings, string([sawed])), speechPartPreds('Adjective-Gradable', adjStrings)), and(wordForms('Saw-TheWord', adjStrings, string([sawed])), speechPartPreds('Adjective', adjStrings)), and(wordForms('Saw-TheWord', adjStrings, string([sawed])), speechPartPreds('NLWordForm', adjStrings)), and(wordForms('Saw-TheWord', 'adjStrings-NonGraded', string([sawed])), speechPartPreds('Adjective-Gradable', 'adjStrings-NonGraded')), and(wordForms('Saw-TheWord', 'adjStrings-NonGraded', string([sawed])), speechPartPreds('NLWordForm', 'adjStrings-NonGraded')), and(wordForms('Saw-TheWord', 'adjStrings-NonGraded', string([sawed])), speechPartPreds('Adjective', 'adjStrings-NonGraded'))]). cached_query(and(speechPartPreds(A, B), [B, C, string([sawed])]), [and(speechPartPreds('NongradableAdjective', nonGradableAdjectiveForm), [nonGradableAdjectiveForm, 'Saw-TheWord', string([sawed])]), and(speechPartPreds('NLWordForm', nonGradableAdjectiveForm), [nonGradableAdjectiveForm, 'Saw-TheWord', string([sawed])]), and(speechPartPreds('Adjective-Gradable', nonGradableAdjectiveForm), [nonGradableAdjectiveForm, 'Saw-TheWord', string([sawed])]), and(speechPartPreds('Adjective', nonGradableAdjectiveForm), [nonGradableAdjectiveForm, 'Saw-TheWord', string([sawed])])]). cached_query(and(wordStrings(A, string([sawed])), partOfSpeech(A, B, string([sawed]))), []). cached_query(partOfSpeech(A, B, string([sawed])), []). cached_query('#$or'(nameSpelling(A, string([sawed])), commonNickname(A, string([sawed]))), []). cached_query(compoundSemTrans('NameFn'(string('"Wood"')), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'NameFn'(string('"Wood"')), B, C, D), []). cached_query(compoundSemTrans('Wood-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Wood-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([wood])), speechPartPreds(C, B)), [and(wordForms('Wood-TheWord', massNumber, string([wood])), speechPartPreds('MassNoun', massNumber)), and(wordForms('Wood-TheWord', massNumber, string([wood])), speechPartPreds('ProperMassNoun', massNumber)), and(wordForms('Wood-TheWord', massNumber, string([wood])), speechPartPreds('NLWordForm', massNumber)), and(wordForms('Wood-TheWord', massNumber, string([wood])), speechPartPreds('MassNoun-Generic', massNumber)), and(wordForms('Wood-TheWord', massNumber, string([wood])), speechPartPreds('Noun', massNumber)), and(wordForms('Wood-TheWord', massNumber, string([wood])), speechPartPreds('CommonNoun', massNumber)), and(wordForms('Wood-TheWord', singular, string([wood])), speechPartPreds('CountNoun', singular)), and(wordForms('Wood-TheWord', singular, string([wood])), speechPartPreds('NLWordForm', singular)), and(wordForms('Wood-TheWord', singular, string([wood])), speechPartPreds('Noun', singular)), and(wordForms('Wood-TheWord', singular, string([wood])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('Wood-TheWord', singular, string([wood])), speechPartPreds('CommonNoun', singular)), and(wordForms('Wood-TheWord', simpleNounStrings, string([wood])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Wood-TheWord', simpleNounStrings, string([wood])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Wood-TheWord', simpleNounStrings, string([wood])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Wood-TheWord', simpleNounStrings, string([wood])), speechPartPreds('CommonNoun', simpleNounStrings)), and(wordForms('Wood-TheWord', infinitive, string([wood])), speechPartPreds('Verb', infinitive)), and(wordForms('Wood-TheWord', infinitive, string([wood])), speechPartPreds('NLWordForm', infinitive)), and(wordForms('Wood-TheWord', 'firstPersonSg-Present', string([wood])), speechPartPreds('Verb', 'firstPersonSg-Present')), and(wordForms('Wood-TheWord', 'firstPersonSg-Present', string([wood])), speechPartPreds('NLWordForm', 'firstPersonSg-Present')), and(wordForms('Wood-TheWord', 'secondPersonSg-Present', string([wood])), speechPartPreds('Verb', 'secondPersonSg-Present')), and(wordForms('Wood-TheWord', 'secondPersonSg-Present', string([wood])), speechPartPreds('NLWordForm', 'secondPersonSg-Present')), and(wordForms('Wood-TheWord', 'nonThirdSg-Present', string([wood])), speechPartPreds('Verb', 'nonThirdSg-Present')), and(wordForms('Wood-TheWord', 'nonThirdSg-Present', string([wood])), speechPartPreds('NLWordForm', 'nonThirdSg-Present')), and(wordForms('Wood-TheWord', 'pluralVerb-Present', string([wood])), speechPartPreds('Verb', 'pluralVerb-Present')), and(wordForms('Wood-TheWord', 'pluralVerb-Present', string([wood])), speechPartPreds('NLWordForm', 'pluralVerb-Present')), and(wordForms('Wood-TheWord', 'presentTense-Generic', string([wood])), speechPartPreds('Verb', 'presentTense-Generic')), and(wordForms('Wood-TheWord', 'presentTense-Generic', string([wood])), speechPartPreds('NLWordForm', 'presentTense-Generic')), and(wordForms('Wood-TheWord', tensed, string([wood])), speechPartPreds('Verb', tensed)), and(wordForms('Wood-TheWord', tensed, string([wood])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Wood-TheWord', untensed, string([wood])), speechPartPreds('Verb', untensed)), and(wordForms('Wood-TheWord', untensed, string([wood])), speechPartPreds('NLWordForm', untensed)), and(wordForms('Wood-TheWord', 'simplePresent-Generic', string([wood])), speechPartPreds('Verb', 'simplePresent-Generic')), and(wordForms('Wood-TheWord', 'simplePresent-Generic', string([wood])), speechPartPreds('NLWordForm', 'simplePresent-Generic')), and(wordForms('Wood-TheWord', verbStrings, string([wood])), speechPartPreds('Verb', verbStrings)), and(wordForms('Wood-TheWord', verbStrings, string([wood])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Wood-TheWord', 'firstPersonSg-Generic', string([wood])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('Wood-TheWord', 'firstPersonSg-Generic', string([wood])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('Wood-TheWord', 'secondPersonSg-Generic', string([wood])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('Wood-TheWord', 'secondPersonSg-Generic', string([wood])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('Wood-TheWord', 'pluralVerb-Generic', string([wood])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('Wood-TheWord', 'pluralVerb-Generic', string([wood])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('Wood-TheWord', 'singularVerb-Generic', string([wood])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Wood-TheWord', 'singularVerb-Generic', string([wood])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Wood-TheWord', 'simpleAspect-Generic', string([wood])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Wood-TheWord', 'simpleAspect-Generic', string([wood])), speechPartPreds('NLWordForm', 'simpleAspect-Generic'))]). cached_query(and(speechPartPreds(A, B), [B, C, string([wood])]), [and(speechPartPreds('MassNoun', massNumber), [massNumber, 'Wood-TheWord', string([wood])]), and(speechPartPreds('ProperMassNoun', massNumber), [massNumber, 'Wood-TheWord', string([wood])]), and(speechPartPreds('NLWordForm', massNumber), [massNumber, 'Wood-TheWord', string([wood])]), and(speechPartPreds('MassNoun-Generic', massNumber), [massNumber, 'Wood-TheWord', string([wood])]), and(speechPartPreds('Noun', massNumber), [massNumber, 'Wood-TheWord', string([wood])]), and(speechPartPreds('CommonNoun', massNumber), [massNumber, 'Wood-TheWord', string([wood])]), and(speechPartPreds('CountNoun', singular), [singular, 'Wood-TheWord', string([wood])]), and(speechPartPreds('NLWordForm', singular), [singular, 'Wood-TheWord', string([wood])]), and(speechPartPreds('Noun', singular), [singular, 'Wood-TheWord', string([wood])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'Wood-TheWord', string([wood])]), and(speechPartPreds('CommonNoun', singular), [singular, 'Wood-TheWord', string([wood])]), and(speechPartPreds('Verb', infinitive), [infinitive, 'Wood-TheWord', string([wood])]), and(speechPartPreds('NLWordForm', infinitive), [infinitive, 'Wood-TheWord', string([wood])])]). cached_query(and(wordStrings(A, string([wood])), partOfSpeech(A, B, string([wood]))), []). cached_query(partOfSpeech(A, B, string([wood])), []). cached_query('#$or'(nameSpelling(A, string([wood])), commonNickname(A, string([wood]))), ['#$or'(nameSpelling('NameFn'(string('"Wood"')), string([wood])), commonNickname('NameFn'(string('"Wood"')), string([wood])))]). cached_query(and(wordForms(A, B, string([seen])), speechPartPreds(C, B)), [and(wordForms('See-TheWord', passiveParticiple, string([seen])), speechPartPreds('Verb', passiveParticiple)), and(wordForms('See-TheWord', passiveParticiple, string([seen])), speechPartPreds('Adjective-Ed', passiveParticiple)), and(wordForms('See-TheWord', passiveParticiple, string([seen])), speechPartPreds('NLWordForm', passiveParticiple)), and(wordForms('See-TheWord', untensed, string([seen])), speechPartPreds('Verb', untensed)), and(wordForms('See-TheWord', untensed, string([seen])), speechPartPreds('NLWordForm', untensed)), and(wordForms('See-TheWord', verbStrings, string([seen])), speechPartPreds('Verb', verbStrings)), and(wordForms('See-TheWord', verbStrings, string([seen])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('See-TheWord', perfect, string([seen])), speechPartPreds('Verb', perfect)), and(wordForms('See-TheWord', perfect, string([seen])), speechPartPreds('NLWordForm', perfect)), and(wordForms('See-TheWord', adjStrings, string([seen])), speechPartPreds('Adjective-Gradable', adjStrings)), and(wordForms('See-TheWord', adjStrings, string([seen])), speechPartPreds('Adjective', adjStrings)), and(wordForms('See-TheWord', adjStrings, string([seen])), speechPartPreds('NLWordForm', adjStrings)), and(wordForms('See-TheWord', 'adjStrings-NonGraded', string([seen])), speechPartPreds('Adjective-Gradable', 'adjStrings-NonGraded')), and(wordForms('See-TheWord', 'adjStrings-NonGraded', string([seen])), speechPartPreds('NLWordForm', 'adjStrings-NonGraded')), and(wordForms('See-TheWord', 'adjStrings-NonGraded', string([seen])), speechPartPreds('Adjective', 'adjStrings-NonGraded'))]). cached_query(and(speechPartPreds(A, B), [B, C, string([seen])]), [and(speechPartPreds('Verb', perfect), [perfect, 'See-TheWord', string([seen])]), and(speechPartPreds('NLWordForm', perfect), [perfect, 'See-TheWord', string([seen])]), and(speechPartPreds('NongradableAdjective', nonGradableAdjectiveForm), [nonGradableAdjectiveForm, 'See-TheWord', string([seen])]), and(speechPartPreds('NLWordForm', nonGradableAdjectiveForm), [nonGradableAdjectiveForm, 'See-TheWord', string([seen])]), and(speechPartPreds('Adjective-Gradable', nonGradableAdjectiveForm), [nonGradableAdjectiveForm, 'See-TheWord', string([seen])]), and(speechPartPreds('Adjective', nonGradableAdjectiveForm), [nonGradableAdjectiveForm, 'See-TheWord', string([seen])])]). cached_query(and(wordStrings(A, string([seen])), partOfSpeech(A, B, string([seen]))), []). cached_query(partOfSpeech(A, B, string([seen])), []). cached_query('#$or'(nameSpelling(A, string([seen])), commonNickname(A, string([seen]))), []). cached_query(wordSemTrans('See-TheWord', A, B, C, 'Preposition', D, E), []). cached_query(wordSemTrans('See-TheWord', A, 'ParticleCompFrameFn'('IntransitiveParticleFrameType', B), C, D, E, F), []). cached_query(wordSemTrans('See-TheWord', A, B, C, 'Verb', D, E), [wordSemTrans('See-TheWord', 1, 'TransitiveNPFrame', awareOf(':SUBJECT', ':OBJECT'), 'Verb', verbSemTrans, 'True'), wordSemTrans('See-TheWord', 1, 'TransitiveThatClauseFrame', awareOf(':SUBJECT', ':CLAUSE'), 'Verb', verbSemTrans, 'True'), wordSemTrans('See-TheWord', 1, 'TransitiveWhClauseFrame', awareOf(':SUBJECT', ':CLAUSE'), 'Verb', verbSemTrans, 'True'), wordSemTrans('See-TheWord', 0, 'TransitiveNPFrame', and(isa(':ACTION', 'VisualPerception'), performedBy(':ACTION', ':SUBJECT'), perceivedThings(':ACTION', ':OBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('See-TheWord', 5, 'TransitiveNPFrame', and(isa(':ACTION', 'VisitingSomeone'), performedBy(':ACTION', ':SUBJECT'), toLocation(':ACTION', ':OBJECT')), 'Verb', verbSemTrans, 'True')]). cached_query(wordSemTrans('See-TheWord', A, 'ParticleCompFrameFn'('TransitiveParticleNPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('I-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('I-TheWord', A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Adjective', D, E), []). cached_query(compoundSemTrans('You-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'You-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([you])), speechPartPreds(C, B)), [and(wordForms('You-TheWord', pronounStrings, string([you])), speechPartPreds('NLWordForm', pronounStrings)), and(wordForms('You-TheWord', pronounStrings, string([you])), speechPartPreds('Pronoun-SubjectOrObject', pronounStrings)), and(wordForms('You-TheWord', pronounStrings, string([you])), speechPartPreds('PossessivePronoun-Post', pronounStrings)), and(wordForms('You-TheWord', pronounStrings, string([you])), speechPartPreds('PossessivePronoun', pronounStrings)), and(wordForms('You-TheWord', pronounStrings, string([you])), speechPartPreds('ExpletivePronoun', pronounStrings)), and(wordForms('You-TheWord', pronounStrings, string([you])), speechPartPreds('ReflexivePronoun', pronounStrings)), and(wordForms('You-TheWord', pronounStrings, string([you])), speechPartPreds('ReciprocalPronoun', pronounStrings)), and(wordForms('You-TheWord', pronounStrings, string([you])), speechPartPreds('SubjectPronoun', pronounStrings)), and(wordForms('You-TheWord', pronounStrings, string([you])), speechPartPreds('IndefinitePronoun', pronounStrings)), and(wordForms('You-TheWord', pronounStrings, string([you])), speechPartPreds('WHPronoun', pronounStrings)), and(wordForms('You-TheWord', pronounStrings, string([you])), speechPartPreds('Pronoun', pronounStrings)), and(wordForms('You-TheWord', pronounStrings, string([you])), speechPartPreds('Number-SP', pronounStrings)), and(wordForms('You-TheWord', pronounStrings, string([you])), speechPartPreds('ObjectPronoun', pronounStrings)), and(wordForms('You-TheWord', pronounStrings, string([you])), speechPartPreds('SingularPronoun', pronounStrings)), and(wordForms('You-TheWord', pronounStrings, string([you])), speechPartPreds('PluralPronoun', pronounStrings)), and(wordForms('You-TheWord', pronounStrings, string([you])), speechPartPreds('DualPronoun', pronounStrings)), and(wordForms('You-TheWord', determinerStrings, string([you])), speechPartPreds('NLWordForm', determinerStrings)), and(wordForms('You-TheWord', determinerStrings, string([you])), speechPartPreds('Determiner-Central', determinerStrings)), and(wordForms('You-TheWord', determinerStrings, string([you])), speechPartPreds('Determiner-ClassC', determinerStrings)), and(wordForms('You-TheWord', determinerStrings, string([you])), speechPartPreds('WHDeterminer', determinerStrings)), and(wordForms('You-TheWord', determinerStrings, string([you])), speechPartPreds('Determiner-ClassA', determinerStrings)), and(wordForms('You-TheWord', determinerStrings, string([you])), speechPartPreds('Postdeterminer', determinerStrings)), and(wordForms('You-TheWord', determinerStrings, string([you])), speechPartPreds('Determiner', determinerStrings)), and(wordForms('You-TheWord', determinerStrings, string([you])), speechPartPreds('Determiner-ClassB', determinerStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([you])]), [and(speechPartPreds('NLWordForm', determinerStrings), [determinerStrings, 'You-TheWord', string([you])]), and(speechPartPreds('Determiner-Central', determinerStrings), [determinerStrings, 'You-TheWord', string([you])]), and(speechPartPreds('Determiner-ClassC', determinerStrings), [determinerStrings, 'You-TheWord', string([you])]), and(speechPartPreds('WHDeterminer', determinerStrings), [determinerStrings, 'You-TheWord', string([you])]), and(speechPartPreds('Determiner-ClassA', determinerStrings), [determinerStrings, 'You-TheWord', string([you])]), and(speechPartPreds('Postdeterminer', determinerStrings), [determinerStrings, 'You-TheWord', string([you])]), and(speechPartPreds('Determiner', determinerStrings), [determinerStrings, 'You-TheWord', string([you])]), and(speechPartPreds('Determiner-ClassB', determinerStrings), [determinerStrings, 'You-TheWord', string([you])]), and(speechPartPreds('NLWordForm', pronounStrings), [pronounStrings, 'You-TheWord', string([you])]), and(speechPartPreds('Pronoun-SubjectOrObject', pronounStrings), [pronounStrings, 'You-TheWord', string([you])]), and(speechPartPreds('PossessivePronoun-Post', pronounStrings), [pronounStrings, 'You-TheWord', string([you])]), and(speechPartPreds('PossessivePronoun', pronounStrings), [pronounStrings, 'You-TheWord', string([you])]), and(speechPartPreds('ExpletivePronoun', pronounStrings), [pronounStrings, 'You-TheWord', string([you])]), and(speechPartPreds('ReflexivePronoun', pronounStrings), [pronounStrings, 'You-TheWord', string([you])]), and(speechPartPreds('ReciprocalPronoun', pronounStrings), [pronounStrings, 'You-TheWord', string([you])]), and(speechPartPreds('SubjectPronoun', pronounStrings), [pronounStrings, 'You-TheWord', string([you])]), and(speechPartPreds('IndefinitePronoun', pronounStrings), [pronounStrings, 'You-TheWord', string([you])]), and(speechPartPreds('WHPronoun', pronounStrings), [pronounStrings, 'You-TheWord', string([you])]), and(speechPartPreds('Pronoun', pronounStrings), [pronounStrings, 'You-TheWord', string([you])]), and(speechPartPreds('Number-SP', pronounStrings), [pronounStrings, 'You-TheWord', string([you])]), and(speechPartPreds('ObjectPronoun', pronounStrings), [pronounStrings, 'You-TheWord', string([you])]), and(speechPartPreds('SingularPronoun', pronounStrings), [pronounStrings, 'You-TheWord', string([you])]), and(speechPartPreds('PluralPronoun', pronounStrings), [pronounStrings, 'You-TheWord', string([you])]), and(speechPartPreds('DualPronoun', pronounStrings), [pronounStrings, 'You-TheWord', string([you])])]). cached_query(and(wordStrings(A, string([you])), partOfSpeech(A, B, string([you]))), [and(wordStrings('You-TheWord', string([you])), partOfSpeech('You-TheWord', 'Pronoun', string([you]))), and(wordStrings('You-TheWord', string([you])), partOfSpeech('You-TheWord', 'SubjectPronoun', string([you]))), and(wordStrings('You-TheWord', string([you])), partOfSpeech('You-TheWord', 'ObjectPronoun', string([you]))), and(wordStrings('You-TheWord', string([you])), partOfSpeech('You-TheWord', 'Determiner-ClassB', string([you]))), and(wordStrings('You-TheWord', string([you])), partOfSpeech('You-TheWord', 'PluralPronoun', string([you]))), and(wordStrings('You-TheWord', string([you])), partOfSpeech('You-TheWord', 'SingularPronoun', string([you])))]). cached_query(partOfSpeech(A, B, string([you])), [partOfSpeech('You-TheWord', 'SubjectPronoun', string([you])), partOfSpeech('You-TheWord', 'ObjectPronoun', string([you])), partOfSpeech('You-TheWord', 'Determiner-ClassB', string([you])), partOfSpeech('You-TheWord', 'PluralPronoun', string([you])), partOfSpeech('You-TheWord', 'Pronoun', string([you])), partOfSpeech('You-TheWord', 'SingularPronoun', string([you]))]). cached_query('#$or'(nameSpelling(A, string([you])), commonNickname(A, string([you]))), []). cached_query(compoundSemTrans('See-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'See-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([see])), speechPartPreds(C, B)), [and(wordForms('See-TheWord', infinitive, string([see])), speechPartPreds('Verb', infinitive)), and(wordForms('See-TheWord', infinitive, string([see])), speechPartPreds('NLWordForm', infinitive)), and(wordForms('See-TheWord', 'firstPersonSg-Present', string([see])), speechPartPreds('Verb', 'firstPersonSg-Present')), and(wordForms('See-TheWord', 'firstPersonSg-Present', string([see])), speechPartPreds('NLWordForm', 'firstPersonSg-Present')), and(wordForms('See-TheWord', 'secondPersonSg-Present', string([see])), speechPartPreds('Verb', 'secondPersonSg-Present')), and(wordForms('See-TheWord', 'secondPersonSg-Present', string([see])), speechPartPreds('NLWordForm', 'secondPersonSg-Present')), and(wordForms('See-TheWord', 'nonThirdSg-Present', string([see])), speechPartPreds('Verb', 'nonThirdSg-Present')), and(wordForms('See-TheWord', 'nonThirdSg-Present', string([see])), speechPartPreds('NLWordForm', 'nonThirdSg-Present')), and(wordForms('See-TheWord', 'pluralVerb-Present', string([see])), speechPartPreds('Verb', 'pluralVerb-Present')), and(wordForms('See-TheWord', 'pluralVerb-Present', string([see])), speechPartPreds('NLWordForm', 'pluralVerb-Present')), and(wordForms('See-TheWord', 'presentTense-Generic', string([see])), speechPartPreds('Verb', 'presentTense-Generic')), and(wordForms('See-TheWord', 'presentTense-Generic', string([see])), speechPartPreds('NLWordForm', 'presentTense-Generic')), and(wordForms('See-TheWord', tensed, string([see])), speechPartPreds('Verb', tensed)), and(wordForms('See-TheWord', tensed, string([see])), speechPartPreds('NLWordForm', tensed)), and(wordForms('See-TheWord', untensed, string([see])), speechPartPreds('Verb', untensed)), and(wordForms('See-TheWord', untensed, string([see])), speechPartPreds('NLWordForm', untensed)), and(wordForms('See-TheWord', 'simplePresent-Generic', string([see])), speechPartPreds('Verb', 'simplePresent-Generic')), and(wordForms('See-TheWord', 'simplePresent-Generic', string([see])), speechPartPreds('NLWordForm', 'simplePresent-Generic')), and(wordForms('See-TheWord', verbStrings, string([see])), speechPartPreds('Verb', verbStrings)), and(wordForms('See-TheWord', verbStrings, string([see])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('See-TheWord', 'firstPersonSg-Generic', string([see])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('See-TheWord', 'firstPersonSg-Generic', string([see])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('See-TheWord', 'secondPersonSg-Generic', string([see])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('See-TheWord', 'secondPersonSg-Generic', string([see])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('See-TheWord', 'pluralVerb-Generic', string([see])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('See-TheWord', 'pluralVerb-Generic', string([see])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('See-TheWord', 'singularVerb-Generic', string([see])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('See-TheWord', 'singularVerb-Generic', string([see])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('See-TheWord', 'simpleAspect-Generic', string([see])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('See-TheWord', 'simpleAspect-Generic', string([see])), speechPartPreds('NLWordForm', 'simpleAspect-Generic'))]). cached_query(and(speechPartPreds(A, B), [B, C, string([see])]), [and(speechPartPreds('Verb', infinitive), [infinitive, 'See-TheWord', string([see])]), and(speechPartPreds('NLWordForm', infinitive), [infinitive, 'See-TheWord', string([see])])]). cached_query(and(wordStrings(A, string([see])), partOfSpeech(A, B, string([see]))), []). cached_query(partOfSpeech(A, B, string([see])), []). cached_query('#$or'(nameSpelling(A, string([see])), commonNickname(A, string([see]))), []). cached_query(compoundSemTrans('I-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'I-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string(['I'])), speechPartPreds(C, B)), [and(wordForms('I-TheWord', pronounStrings, string(['I'])), speechPartPreds('NLWordForm', pronounStrings)), and(wordForms('I-TheWord', pronounStrings, string(['I'])), speechPartPreds('Pronoun-SubjectOrObject', pronounStrings)), and(wordForms('I-TheWord', pronounStrings, string(['I'])), speechPartPreds('PossessivePronoun-Post', pronounStrings)), and(wordForms('I-TheWord', pronounStrings, string(['I'])), speechPartPreds('PossessivePronoun', pronounStrings)), and(wordForms('I-TheWord', pronounStrings, string(['I'])), speechPartPreds('ExpletivePronoun', pronounStrings)), and(wordForms('I-TheWord', pronounStrings, string(['I'])), speechPartPreds('ReflexivePronoun', pronounStrings)), and(wordForms('I-TheWord', pronounStrings, string(['I'])), speechPartPreds('ReciprocalPronoun', pronounStrings)), and(wordForms('I-TheWord', pronounStrings, string(['I'])), speechPartPreds('SubjectPronoun', pronounStrings)), and(wordForms('I-TheWord', pronounStrings, string(['I'])), speechPartPreds('IndefinitePronoun', pronounStrings)), and(wordForms('I-TheWord', pronounStrings, string(['I'])), speechPartPreds('WHPronoun', pronounStrings)), and(wordForms('I-TheWord', pronounStrings, string(['I'])), speechPartPreds('Pronoun', pronounStrings)), and(wordForms('I-TheWord', pronounStrings, string(['I'])), speechPartPreds('Number-SP', pronounStrings)), and(wordForms('I-TheWord', pronounStrings, string(['I'])), speechPartPreds('ObjectPronoun', pronounStrings)), and(wordForms('I-TheWord', pronounStrings, string(['I'])), speechPartPreds('SingularPronoun', pronounStrings)), and(wordForms('I-TheWord', pronounStrings, string(['I'])), speechPartPreds('PluralPronoun', pronounStrings)), and(wordForms('I-TheWord', pronounStrings, string(['I'])), speechPartPreds('DualPronoun', pronounStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string(['I'])]), []). cached_query(and(wordStrings(A, string(['I'])), partOfSpeech(A, B, string(['I']))), [and(wordStrings('I-TheWord', string(['I'])), partOfSpeech('I-TheWord', 'SubjectPronoun', string(['I']))), and(wordStrings('I-TheWord', string(['I'])), partOfSpeech('I-TheWord', 'SingularPronoun', string(['I']))), and(wordStrings('I-TheWord', string(['I'])), partOfSpeech('I-TheWord', 'Pronoun', string(['I'])))]). cached_query(partOfSpeech(A, B, string(['I'])), [partOfSpeech('I-TheWord', 'SubjectPronoun', string(['I'])), partOfSpeech('I-TheWord', 'Pronoun', string(['I'])), partOfSpeech('I-TheWord', 'SingularPronoun', string(['I']))]). cached_query('#$or'(nameSpelling(A, string(['I'])), commonNickname(A, string(['I']))), []). cached_query(wordSemTrans('Fall-TheWord', A, B, C, 'Preposition', D, E), []). cached_query(wordSemTrans('Fall-TheWord', A, 'ParticleCompFrameFn'('IntransitiveParticleFrameType', B), C, D, E, F), []). cached_query(wordSemTrans('Fall-TheWord', A, B, C, 'Verb', D, E), [wordSemTrans('Fall-TheWord', 0, 'IntransitiveVerbFrame', and(isa(':ACTION', 'FallingEvent'), primaryObjectMoving(':ACTION', ':SUBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fall-TheWord', 1, 'IntransitiveVerbFrame', and(isa(':ACTION', 'DecreaseEvent'), objectActedOn(':ACTION', ':SUBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fall-TheWord', 789, 'PPCompFrameFn'('TransitivePPFrameType', 'To-TheWord'), and(conceptuallyRelated(':ACTION', ':OBLIQUE-OBJECT'), isa(':ACTION', 'Falling-IntrinsicStateChangeEvent'), objectActedOn(':ACTION', ':SUBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fall-TheWord', 2, 'IntransitiveVerbFrame', isa(':ACTION', 'DecreaseOnSlotFn'(':SUBJECT')), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fall-TheWord', 2, 'TransitiveNPFrame', and(quantityChangeInterval(':ACTION', ':OBJECT'), isa(':ACTION', 'DecreaseOnSlotFn'(':SUBJECT'))), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fall-TheWord', 2, 'TransitiveNPFrame', and(objectChangingValue(':ACTION', ':SUBJECT'), quantityChangeInterval(':ACTION', ':OBJECT'), isa(':ACTION', 'DecreaseOnSlotFn'(basicPrice))), 'Verb', verbSemTrans, 'True'), wordSemTrans('Fall-TheWord', 789, 'PPCompFrameFn'('TransitivePPFrameType', 'To-TheWord'), and(conceptuallyRelated(':ACTION', ':OBLIQUE-OBJECT'), isa(':ACTION', 'DecreaseEvent'), objectActedOn(':ACTION', ':SUBJECT')), 'Verb', verbSemTrans, 'True')]). cached_query(wordSemTrans('Fall-TheWord', A, 'ParticleCompFrameFn'('TransitiveParticleNPFrameType', B), C, 'Verb', D, E), []). cached_query(wordSemTrans('Last-TheWord', A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('Last-TheWord', A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Adjective', D, E), []). cached_query(wordSemTrans('WordFn'(string(['Oil'])), A, B, C, 'Adjective', D, E), []). cached_query(wordSemTrans('WordFn'(string(['Oil'])), A, 'PPCompFrameFn'('TransitivePPFrameType', B), C, 'Adjective', D, E), []). cached_query(compoundSemTrans('Revenue-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Revenue-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([revenues])), speechPartPreds(C, B)), [and(wordForms('Revenue-TheWord', plural, string([revenues])), speechPartPreds('CountNoun', plural)), and(wordForms('Revenue-TheWord', plural, string([revenues])), speechPartPreds('CountNoun-Generic', plural)), and(wordForms('Revenue-TheWord', plural, string([revenues])), speechPartPreds('NLWordForm', plural)), and(wordForms('Revenue-TheWord', plural, string([revenues])), speechPartPreds('Noun', plural)), and(wordForms('Revenue-TheWord', plural, string([revenues])), speechPartPreds('CommonNoun', plural)), and(wordForms('Revenue-TheWord', simpleNounStrings, string([revenues])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Revenue-TheWord', simpleNounStrings, string([revenues])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Revenue-TheWord', simpleNounStrings, string([revenues])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Revenue-TheWord', simpleNounStrings, string([revenues])), speechPartPreds('CommonNoun', simpleNounStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([revenues])]), []). cached_query(and(wordStrings(A, string([revenues])), partOfSpeech(A, B, string([revenues]))), []). cached_query(partOfSpeech(A, B, string([revenues])), []). cached_query('#$or'(nameSpelling(A, string([revenues])), commonNickname(A, string([revenues]))), []). cached_query(compoundSemTrans('Field-TheWord', A, B, C, D), [compoundSemTrans('Field-TheWord', 'TheList'(string('"of"'), string('"study"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'FieldOfStudy'))), compoundSemTrans('Field-TheWord', 'TheList'(string('"of"'), string('"fire"')), 'CountNoun', 'RegularNounFrame', 'TheOneOf'(':NOUN', isa(':NOUN', 'FieldOfFire')))]). cached_query(multiWordSemTrans(A, 'Field-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([field])), speechPartPreds(C, B)), [and(wordForms('Field-TheWord', singular, string([field])), speechPartPreds('CountNoun', singular)), and(wordForms('Field-TheWord', singular, string([field])), speechPartPreds('NLWordForm', singular)), and(wordForms('Field-TheWord', singular, string([field])), speechPartPreds('Noun', singular)), and(wordForms('Field-TheWord', singular, string([field])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('Field-TheWord', singular, string([field])), speechPartPreds('CommonNoun', singular)), and(wordForms('Field-TheWord', simpleNounStrings, string([field])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Field-TheWord', simpleNounStrings, string([field])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Field-TheWord', simpleNounStrings, string([field])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Field-TheWord', simpleNounStrings, string([field])), speechPartPreds('CommonNoun', simpleNounStrings)), and(wordForms('Field-TheWord', infinitive, string([field])), speechPartPreds('Verb', infinitive)), and(wordForms('Field-TheWord', infinitive, string([field])), speechPartPreds('NLWordForm', infinitive)), and(wordForms('Field-TheWord', 'firstPersonSg-Present', string([field])), speechPartPreds('Verb', 'firstPersonSg-Present')), and(wordForms('Field-TheWord', 'firstPersonSg-Present', string([field])), speechPartPreds('NLWordForm', 'firstPersonSg-Present')), and(wordForms('Field-TheWord', 'secondPersonSg-Present', string([field])), speechPartPreds('Verb', 'secondPersonSg-Present')), and(wordForms('Field-TheWord', 'secondPersonSg-Present', string([field])), speechPartPreds('NLWordForm', 'secondPersonSg-Present')), and(wordForms('Field-TheWord', 'nonThirdSg-Present', string([field])), speechPartPreds('Verb', 'nonThirdSg-Present')), and(wordForms('Field-TheWord', 'nonThirdSg-Present', string([field])), speechPartPreds('NLWordForm', 'nonThirdSg-Present')), and(wordForms('Field-TheWord', 'pluralVerb-Present', string([field])), speechPartPreds('Verb', 'pluralVerb-Present')), and(wordForms('Field-TheWord', 'pluralVerb-Present', string([field])), speechPartPreds('NLWordForm', 'pluralVerb-Present')), and(wordForms('Field-TheWord', 'presentTense-Generic', string([field])), speechPartPreds('Verb', 'presentTense-Generic')), and(wordForms('Field-TheWord', 'presentTense-Generic', string([field])), speechPartPreds('NLWordForm', 'presentTense-Generic')), and(wordForms('Field-TheWord', tensed, string([field])), speechPartPreds('Verb', tensed)), and(wordForms('Field-TheWord', tensed, string([field])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Field-TheWord', untensed, string([field])), speechPartPreds('Verb', untensed)), and(wordForms('Field-TheWord', untensed, string([field])), speechPartPreds('NLWordForm', untensed)), and(wordForms('Field-TheWord', 'simplePresent-Generic', string([field])), speechPartPreds('Verb', 'simplePresent-Generic')), and(wordForms('Field-TheWord', 'simplePresent-Generic', string([field])), speechPartPreds('NLWordForm', 'simplePresent-Generic')), and(wordForms('Field-TheWord', verbStrings, string([field])), speechPartPreds('Verb', verbStrings)), and(wordForms('Field-TheWord', verbStrings, string([field])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Field-TheWord', 'firstPersonSg-Generic', string([field])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('Field-TheWord', 'firstPersonSg-Generic', string([field])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('Field-TheWord', 'secondPersonSg-Generic', string([field])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('Field-TheWord', 'secondPersonSg-Generic', string([field])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('Field-TheWord', 'pluralVerb-Generic', string([field])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('Field-TheWord', 'pluralVerb-Generic', string([field])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('Field-TheWord', 'singularVerb-Generic', string([field])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Field-TheWord', 'singularVerb-Generic', string([field])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Field-TheWord', 'simpleAspect-Generic', string([field])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Field-TheWord', 'simpleAspect-Generic', string([field])), speechPartPreds('NLWordForm', 'simpleAspect-Generic')), and(wordForms('Field-TheWord', massNumber, string([field])), speechPartPreds('MassNoun', massNumber)), and(wordForms('Field-TheWord', massNumber, string([field])), speechPartPreds('ProperMassNoun', massNumber)), and(wordForms('Field-TheWord', massNumber, string([field])), speechPartPreds('NLWordForm', massNumber)), and(wordForms('Field-TheWord', massNumber, string([field])), speechPartPreds('MassNoun-Generic', massNumber)), and(wordForms('Field-TheWord', massNumber, string([field])), speechPartPreds('Noun', massNumber)), and(wordForms('Field-TheWord', massNumber, string([field])), speechPartPreds('CommonNoun', massNumber))]). cached_query(and(speechPartPreds(A, B), [B, C, string([field])]), [and(speechPartPreds('Verb', infinitive), [infinitive, 'Field-TheWord', string([field])]), and(speechPartPreds('NLWordForm', infinitive), [infinitive, 'Field-TheWord', string([field])]), and(speechPartPreds('CountNoun', singular), [singular, 'Field-TheWord', string([field])]), and(speechPartPreds('NLWordForm', singular), [singular, 'Field-TheWord', string([field])]), and(speechPartPreds('Noun', singular), [singular, 'Field-TheWord', string([field])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'Field-TheWord', string([field])]), and(speechPartPreds('CommonNoun', singular), [singular, 'Field-TheWord', string([field])]), and(speechPartPreds('MassNoun', massNumber), [massNumber, 'Field-TheWord', string([field])]), and(speechPartPreds('ProperMassNoun', massNumber), [massNumber, 'Field-TheWord', string([field])]), and(speechPartPreds('NLWordForm', massNumber), [massNumber, 'Field-TheWord', string([field])]), and(speechPartPreds('MassNoun-Generic', massNumber), [massNumber, 'Field-TheWord', string([field])]), and(speechPartPreds('Noun', massNumber), [massNumber, 'Field-TheWord', string([field])]), and(speechPartPreds('CommonNoun', massNumber), [massNumber, 'Field-TheWord', string([field])]), and(speechPartPreds('NLWordForm', baseForm), [baseForm, 'Field-TheWord', string([field])])]). cached_query(and(wordStrings(A, string([field])), partOfSpeech(A, B, string([field]))), []). cached_query(partOfSpeech(A, B, string([field])), []). cached_query('#$or'(nameSpelling(A, string([field])), commonNickname(A, string([field]))), []). cached_query(compoundSemTrans('WordFn'(string(['Oil'])), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'WordFn'(string(['Oil'])), B, C, D), []). cached_query(and(wordForms(A, B, string(['Oil'])), speechPartPreds(C, B)), []). cached_query(and(speechPartPreds(A, B), [B, C, string(['Oil'])]), []). cached_query(and(wordStrings(A, string(['Oil'])), partOfSpeech(A, B, string(['Oil']))), []). cached_query(partOfSpeech(A, B, string(['Oil'])), []). cached_query('#$or'(nameSpelling(A, string(['Oil'])), commonNickname(A, string(['Oil']))), []). cached_query(compoundSemTrans('Year-TheWord', A, B, C, D), []). cached_query(and(wordForms(A, B, string([year])), speechPartPreds(C, B)), [and(wordForms('Year-TheWord', singular, string([year])), speechPartPreds('CountNoun', singular)), and(wordForms('Year-TheWord', singular, string([year])), speechPartPreds('NLWordForm', singular)), and(wordForms('Year-TheWord', singular, string([year])), speechPartPreds('Noun', singular)), and(wordForms('Year-TheWord', singular, string([year])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('Year-TheWord', singular, string([year])), speechPartPreds('CommonNoun', singular)), and(wordForms('Year-TheWord', simpleNounStrings, string([year])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Year-TheWord', simpleNounStrings, string([year])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Year-TheWord', simpleNounStrings, string([year])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Year-TheWord', simpleNounStrings, string([year])), speechPartPreds('CommonNoun', simpleNounStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([year])]), [and(speechPartPreds('CountNoun', singular), [singular, 'Year-TheWord', string([year])]), and(speechPartPreds('NLWordForm', singular), [singular, 'Year-TheWord', string([year])]), and(speechPartPreds('Noun', singular), [singular, 'Year-TheWord', string([year])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'Year-TheWord', string([year])]), and(speechPartPreds('CommonNoun', singular), [singular, 'Year-TheWord', string([year])])]). cached_query(and(wordStrings(A, string([year])), partOfSpeech(A, B, string([year]))), []). cached_query(partOfSpeech(A, B, string([year])), []). cached_query('#$or'(nameSpelling(A, string([year])), commonNickname(A, string([year]))), []). cached_query(compoundSemTrans('Last-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Last-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([last])), speechPartPreds(C, B)), [and(wordForms('Last-TheWord', singular, string([last])), speechPartPreds('CountNoun', singular)), and(wordForms('Last-TheWord', singular, string([last])), speechPartPreds('NLWordForm', singular)), and(wordForms('Last-TheWord', singular, string([last])), speechPartPreds('Noun', singular)), and(wordForms('Last-TheWord', singular, string([last])), speechPartPreds('CountNoun-Generic', singular)), and(wordForms('Last-TheWord', singular, string([last])), speechPartPreds('CommonNoun', singular)), and(wordForms('Last-TheWord', simpleNounStrings, string([last])), speechPartPreds('CountNoun', simpleNounStrings)), and(wordForms('Last-TheWord', simpleNounStrings, string([last])), speechPartPreds('NLWordForm', simpleNounStrings)), and(wordForms('Last-TheWord', simpleNounStrings, string([last])), speechPartPreds('Noun', simpleNounStrings)), and(wordForms('Last-TheWord', simpleNounStrings, string([last])), speechPartPreds('CommonNoun', simpleNounStrings)), and(wordForms('Last-TheWord', infinitive, string([last])), speechPartPreds('Verb', infinitive)), and(wordForms('Last-TheWord', infinitive, string([last])), speechPartPreds('NLWordForm', infinitive)), and(wordForms('Last-TheWord', 'firstPersonSg-Present', string([last])), speechPartPreds('Verb', 'firstPersonSg-Present')), and(wordForms('Last-TheWord', 'firstPersonSg-Present', string([last])), speechPartPreds('NLWordForm', 'firstPersonSg-Present')), and(wordForms('Last-TheWord', 'secondPersonSg-Present', string([last])), speechPartPreds('Verb', 'secondPersonSg-Present')), and(wordForms('Last-TheWord', 'secondPersonSg-Present', string([last])), speechPartPreds('NLWordForm', 'secondPersonSg-Present')), and(wordForms('Last-TheWord', 'nonThirdSg-Present', string([last])), speechPartPreds('Verb', 'nonThirdSg-Present')), and(wordForms('Last-TheWord', 'nonThirdSg-Present', string([last])), speechPartPreds('NLWordForm', 'nonThirdSg-Present')), and(wordForms('Last-TheWord', 'pluralVerb-Present', string([last])), speechPartPreds('Verb', 'pluralVerb-Present')), and(wordForms('Last-TheWord', 'pluralVerb-Present', string([last])), speechPartPreds('NLWordForm', 'pluralVerb-Present')), and(wordForms('Last-TheWord', 'presentTense-Generic', string([last])), speechPartPreds('Verb', 'presentTense-Generic')), and(wordForms('Last-TheWord', 'presentTense-Generic', string([last])), speechPartPreds('NLWordForm', 'presentTense-Generic')), and(wordForms('Last-TheWord', tensed, string([last])), speechPartPreds('Verb', tensed)), and(wordForms('Last-TheWord', tensed, string([last])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Last-TheWord', untensed, string([last])), speechPartPreds('Verb', untensed)), and(wordForms('Last-TheWord', untensed, string([last])), speechPartPreds('NLWordForm', untensed)), and(wordForms('Last-TheWord', 'simplePresent-Generic', string([last])), speechPartPreds('Verb', 'simplePresent-Generic')), and(wordForms('Last-TheWord', 'simplePresent-Generic', string([last])), speechPartPreds('NLWordForm', 'simplePresent-Generic')), and(wordForms('Last-TheWord', verbStrings, string([last])), speechPartPreds('Verb', verbStrings)), and(wordForms('Last-TheWord', verbStrings, string([last])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Last-TheWord', 'firstPersonSg-Generic', string([last])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('Last-TheWord', 'firstPersonSg-Generic', string([last])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('Last-TheWord', 'secondPersonSg-Generic', string([last])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('Last-TheWord', 'secondPersonSg-Generic', string([last])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('Last-TheWord', 'pluralVerb-Generic', string([last])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('Last-TheWord', 'pluralVerb-Generic', string([last])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('Last-TheWord', 'singularVerb-Generic', string([last])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Last-TheWord', 'singularVerb-Generic', string([last])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Last-TheWord', 'simpleAspect-Generic', string([last])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Last-TheWord', 'simpleAspect-Generic', string([last])), speechPartPreds('NLWordForm', 'simpleAspect-Generic')), and(wordForms('Last-TheWord', regularDegree, string([last])), speechPartPreds('Adjective-Gradable', regularDegree)), and(wordForms('Last-TheWord', regularDegree, string([last])), speechPartPreds('NLWordForm', regularDegree)), and(wordForms('Last-TheWord', regularDegree, string([last])), speechPartPreds('Adjective', regularDegree)), and(wordForms('Last-TheWord', adjStrings, string([last])), speechPartPreds('Adjective-Gradable', adjStrings)), and(wordForms('Last-TheWord', adjStrings, string([last])), speechPartPreds('Adjective', adjStrings)), and(wordForms('Last-TheWord', adjStrings, string([last])), speechPartPreds('NLWordForm', adjStrings)), and(wordForms('Last-TheWord', 'adjStrings-NonGraded', string([last])), speechPartPreds('Adjective-Gradable', 'adjStrings-NonGraded')), and(wordForms('Last-TheWord', 'adjStrings-NonGraded', string([last])), speechPartPreds('NLWordForm', 'adjStrings-NonGraded')), and(wordForms('Last-TheWord', 'adjStrings-NonGraded', string([last])), speechPartPreds('Adjective', 'adjStrings-NonGraded')), and(wordForms('Last-TheWord', superlativeDegree, string([last])), speechPartPreds('Adjective-Gradable', superlativeDegree)), and(wordForms('Last-TheWord', superlativeDegree, string([last])), speechPartPreds('NLWordForm', superlativeDegree)), and(wordForms('Last-TheWord', superlativeDegree, string([last])), speechPartPreds('Adjective', superlativeDegree)), and(wordForms('Last-TheWord', regularAdverb, string([last])), speechPartPreds('Adverb', regularAdverb)), and(wordForms('Last-TheWord', regularAdverb, string([last])), speechPartPreds('WHAdverb', regularAdverb)), and(wordForms('Last-TheWord', regularAdverb, string([last])), speechPartPreds('NLWordForm', regularAdverb)), and(wordForms('Last-TheWord', adverbStrings, string([last])), speechPartPreds('Adverb', adverbStrings)), and(wordForms('Last-TheWord', adverbStrings, string([last])), speechPartPreds('NLWordForm', adverbStrings))]). cached_query(and(speechPartPreds(A, B), [B, C, string([last])]), [and(speechPartPreds('CountNoun', singular), [singular, 'Last-TheWord', string([last])]), and(speechPartPreds('NLWordForm', singular), [singular, 'Last-TheWord', string([last])]), and(speechPartPreds('Noun', singular), [singular, 'Last-TheWord', string([last])]), and(speechPartPreds('CountNoun-Generic', singular), [singular, 'Last-TheWord', string([last])]), and(speechPartPreds('CommonNoun', singular), [singular, 'Last-TheWord', string([last])]), and(speechPartPreds('Verb', infinitive), [infinitive, 'Last-TheWord', string([last])]), and(speechPartPreds('NLWordForm', infinitive), [infinitive, 'Last-TheWord', string([last])]), and(speechPartPreds('Adverb', regularAdverb), [regularAdverb, 'Last-TheWord', string([last])]), and(speechPartPreds('WHAdverb', regularAdverb), [regularAdverb, 'Last-TheWord', string([last])]), and(speechPartPreds('NLWordForm', regularAdverb), [regularAdverb, 'Last-TheWord', string([last])]), and(speechPartPreds('Adjective-Gradable', regularDegree), [regularDegree, 'Last-TheWord', string([last])]), and(speechPartPreds('NLWordForm', regularDegree), [regularDegree, 'Last-TheWord', string([last])]), and(speechPartPreds('Adjective', regularDegree), [regularDegree, 'Last-TheWord', string([last])]), and(speechPartPreds('Adjective-Gradable', superlativeDegree), [superlativeDegree, 'Last-TheWord', string([last])]), and(speechPartPreds('NLWordForm', superlativeDegree), [superlativeDegree, 'Last-TheWord', string([last])]), and(speechPartPreds('Adjective', superlativeDegree), [superlativeDegree, 'Last-TheWord', string([last])]), and(speechPartPreds('NLWordForm', preferredBaseForm), [preferredBaseForm, 'Last-TheWord', string([last])])]). cached_query(and(wordStrings(A, string([last])), partOfSpeech(A, B, string([last]))), []). cached_query(partOfSpeech(A, B, string([last])), []). cached_query('#$or'(nameSpelling(A, string([last])), commonNickname(A, string([last]))), []). cached_query(compoundSemTrans('Fell-TheWord', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'Fell-TheWord', B, C, D), []). cached_query(compoundSemTrans('Fall-TheWord', A, B, C, D), [compoundSemTrans('Fall-TheWord', 'TheList'(string('"down"')), 'Verb', 'IntransitiveVerbFrame', and(isa(':ACTION', 'FallingDown'), bodilyActedOn(':ACTION', ':SUBJECT'))), compoundSemTrans('Fall-TheWord', 'TheList'(string('"apart"')), 'Verb', 'IntransitiveVerbFrame', and(isa(':ACTION', 'DegenerationEvent'), objectOfStateChange(':ACTION', ':SUBJECT'))), compoundSemTrans('Fall-TheWord', 'TheList'(string('"asleep"')), 'Verb', 'IntransitiveVerbFrame', and(isa(':ACTION', 'GoingToSleep'), doneBy(':ACTION', ':SUBJECT')))]). cached_query(multiWordSemTrans(A, 'Fall-TheWord', B, C, D), []). cached_query(and(wordForms(A, B, string([fell])), speechPartPreds(C, B)), [and(wordForms('Fell-TheWord', infinitive, string([fell])), speechPartPreds('Verb', infinitive)), and(wordForms('Fell-TheWord', infinitive, string([fell])), speechPartPreds('NLWordForm', infinitive)), and(wordForms('Fell-TheWord', 'firstPersonSg-Present', string([fell])), speechPartPreds('Verb', 'firstPersonSg-Present')), and(wordForms('Fell-TheWord', 'firstPersonSg-Present', string([fell])), speechPartPreds('NLWordForm', 'firstPersonSg-Present')), and(wordForms('Fell-TheWord', 'secondPersonSg-Present', string([fell])), speechPartPreds('Verb', 'secondPersonSg-Present')), and(wordForms('Fell-TheWord', 'secondPersonSg-Present', string([fell])), speechPartPreds('NLWordForm', 'secondPersonSg-Present')), and(wordForms('Fell-TheWord', 'nonThirdSg-Present', string([fell])), speechPartPreds('Verb', 'nonThirdSg-Present')), and(wordForms('Fell-TheWord', 'nonThirdSg-Present', string([fell])), speechPartPreds('NLWordForm', 'nonThirdSg-Present')), and(wordForms('Fell-TheWord', 'pluralVerb-Present', string([fell])), speechPartPreds('Verb', 'pluralVerb-Present')), and(wordForms('Fell-TheWord', 'pluralVerb-Present', string([fell])), speechPartPreds('NLWordForm', 'pluralVerb-Present')), and(wordForms('Fell-TheWord', 'presentTense-Generic', string([fell])), speechPartPreds('Verb', 'presentTense-Generic')), and(wordForms('Fell-TheWord', 'presentTense-Generic', string([fell])), speechPartPreds('NLWordForm', 'presentTense-Generic')), and(wordForms('Fell-TheWord', tensed, string([fell])), speechPartPreds('Verb', tensed)), and(wordForms('Fell-TheWord', tensed, string([fell])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Fell-TheWord', untensed, string([fell])), speechPartPreds('Verb', untensed)), and(wordForms('Fell-TheWord', untensed, string([fell])), speechPartPreds('NLWordForm', untensed)), and(wordForms('Fell-TheWord', 'simplePresent-Generic', string([fell])), speechPartPreds('Verb', 'simplePresent-Generic')), and(wordForms('Fell-TheWord', 'simplePresent-Generic', string([fell])), speechPartPreds('NLWordForm', 'simplePresent-Generic')), and(wordForms('Fell-TheWord', verbStrings, string([fell])), speechPartPreds('Verb', verbStrings)), and(wordForms('Fell-TheWord', verbStrings, string([fell])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Fell-TheWord', 'firstPersonSg-Generic', string([fell])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('Fell-TheWord', 'firstPersonSg-Generic', string([fell])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('Fell-TheWord', 'secondPersonSg-Generic', string([fell])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('Fell-TheWord', 'secondPersonSg-Generic', string([fell])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('Fell-TheWord', 'pluralVerb-Generic', string([fell])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('Fell-TheWord', 'pluralVerb-Generic', string([fell])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('Fell-TheWord', 'singularVerb-Generic', string([fell])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Fell-TheWord', 'singularVerb-Generic', string([fell])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Fell-TheWord', 'simpleAspect-Generic', string([fell])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Fell-TheWord', 'simpleAspect-Generic', string([fell])), speechPartPreds('NLWordForm', 'simpleAspect-Generic')), and(wordForms('Fall-TheWord', 'perfective-Generic', string([fell])), speechPartPreds('Verb', 'perfective-Generic')), and(wordForms('Fall-TheWord', 'perfective-Generic', string([fell])), speechPartPreds('NLWordForm', 'perfective-Generic')), and(wordForms('Fall-TheWord', tensed, string([fell])), speechPartPreds('NLWordForm', tensed)), and(wordForms('Fall-TheWord', tensed, string([fell])), speechPartPreds('Verb', tensed)), and(wordForms('Fall-TheWord', verbStrings, string([fell])), speechPartPreds('NLWordForm', verbStrings)), and(wordForms('Fall-TheWord', verbStrings, string([fell])), speechPartPreds('Verb', verbStrings)), and(wordForms('Fall-TheWord', 'thirdPersonSg-Generic', string([fell])), speechPartPreds('Verb', 'thirdPersonSg-Generic')), and(wordForms('Fall-TheWord', 'thirdPersonSg-Generic', string([fell])), speechPartPreds('NLWordForm', 'thirdPersonSg-Generic')), and(wordForms('Fall-TheWord', 'firstPersonSg-Generic', string([fell])), speechPartPreds('NLWordForm', 'firstPersonSg-Generic')), and(wordForms('Fall-TheWord', 'firstPersonSg-Generic', string([fell])), speechPartPreds('Verb', 'firstPersonSg-Generic')), and(wordForms('Fall-TheWord', 'secondPersonSg-Generic', string([fell])), speechPartPreds('NLWordForm', 'secondPersonSg-Generic')), and(wordForms('Fall-TheWord', 'secondPersonSg-Generic', string([fell])), speechPartPreds('Verb', 'secondPersonSg-Generic')), and(wordForms('Fall-TheWord', 'pluralVerb-Generic', string([fell])), speechPartPreds('NLWordForm', 'pluralVerb-Generic')), and(wordForms('Fall-TheWord', 'pluralVerb-Generic', string([fell])), speechPartPreds('Verb', 'pluralVerb-Generic')), and(wordForms('Fall-TheWord', 'singularVerb-Generic', string([fell])), speechPartPreds('NLWordForm', 'singularVerb-Generic')), and(wordForms('Fall-TheWord', 'singularVerb-Generic', string([fell])), speechPartPreds('Verb', 'singularVerb-Generic')), and(wordForms('Fall-TheWord', 'pastTense-Generic', string([fell])), speechPartPreds('Verb', 'pastTense-Generic')), and(wordForms('Fall-TheWord', 'pastTense-Generic', string([fell])), speechPartPreds('NLWordForm', 'pastTense-Generic')), and(wordForms('Fall-TheWord', 'firstPersonSg-Past', string([fell])), speechPartPreds('Verb', 'firstPersonSg-Past')), and(wordForms('Fall-TheWord', 'firstPersonSg-Past', string([fell])), speechPartPreds('NLWordForm', 'firstPersonSg-Past')), and(wordForms('Fall-TheWord', 'thirdPersonSg-Past', string([fell])), speechPartPreds('Verb', 'thirdPersonSg-Past')), and(wordForms('Fall-TheWord', 'thirdPersonSg-Past', string([fell])), speechPartPreds('NLWordForm', 'thirdPersonSg-Past')), and(wordForms('Fall-TheWord', 'pluralVerb-Past', string([fell])), speechPartPreds('Verb', 'pluralVerb-Past')), and(wordForms('Fall-TheWord', 'pluralVerb-Past', string([fell])), speechPartPreds('NLWordForm', 'pluralVerb-Past')), and(wordForms('Fall-TheWord', 'secondPersonSg-Past', string([fell])), speechPartPreds('Verb', 'secondPersonSg-Past')), and(wordForms('Fall-TheWord', 'secondPersonSg-Past', string([fell])), speechPartPreds('NLWordForm', 'secondPersonSg-Past')), and(wordForms('Fall-TheWord', 'simplePast-Generic', string([fell])), speechPartPreds('Verb', 'simplePast-Generic')), and(wordForms('Fall-TheWord', 'simplePast-Generic', string([fell])), speechPartPreds('NLWordForm', 'simplePast-Generic')), and(wordForms('Fall-TheWord', 'simpleAspect-Generic', string([fell])), speechPartPreds('NLWordForm', 'simpleAspect-Generic')), and(wordForms('Fall-TheWord', 'simpleAspect-Generic', string([fell])), speechPartPreds('Verb', 'simpleAspect-Generic')), and(wordForms('Fall-TheWord', 'pastTense-Universal', string([fell])), speechPartPreds('Verb', 'pastTense-Universal')), and(wordForms('Fall-TheWord', 'pastTense-Universal', string([fell])), speechPartPreds('NLWordForm', 'pastTense-Universal'))]). cached_query(and(speechPartPreds(A, B), [B, C, string([fell])]), [and(speechPartPreds('Verb', 'pastTense-Universal'), ['pastTense-Universal', 'Fall-TheWord', string([fell])]), and(speechPartPreds('NLWordForm', 'pastTense-Universal'), ['pastTense-Universal', 'Fall-TheWord', string([fell])]), and(speechPartPreds('Verb', infinitive), [infinitive, 'Fell-TheWord', string([fell])]), and(speechPartPreds('NLWordForm', infinitive), [infinitive, 'Fell-TheWord', string([fell])])]). cached_query(and(wordStrings(A, string([fell])), partOfSpeech(A, B, string([fell]))), []). cached_query(partOfSpeech(A, B, string([fell])), []). cached_query('#$or'(nameSpelling(A, string([fell])), commonNickname(A, string([fell]))), []). cached_query(compoundSemTrans('WordWithSpeechPartPredAndStringFn'(nameSpelling, string('"George"')), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'WordWithSpeechPartPredAndStringFn'(nameSpelling, string('"George"')), B, C, D), []). cached_query(compoundSemTrans('NameFn'(string('"George"')), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'NameFn'(string('"George"')), B, C, D), []). cached_query(compoundSemTrans('HumanMaleGivenNameFn'(string('"George"')), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'HumanMaleGivenNameFn'(string('"George"')), B, C, D), []). cached_query(compoundSemTrans('HumanGivenNameFn'(string('"George"')), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'HumanGivenNameFn'(string('"George"')), B, C, D), []). cached_query(compoundSemTrans('HumanGender-NeutralGivenNameFn'(string('"George"')), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'HumanGender-NeutralGivenNameFn'(string('"George"')), B, C, D), []). cached_query(compoundSemTrans('HumanFemaleGivenNameFn'(string('"George"')), A, B, C, D), []). cached_query(multiWordSemTrans(A, 'HumanFemaleGivenNameFn'(string('"George"')), B, C, D), []). cached_query(compoundSemTrans('George-TheName', A, B, C, D), []). cached_query(multiWordSemTrans(A, 'George-TheName', B, C, D), []). cached_query(and(wordForms(A, B, string(['George'])), speechPartPreds(C, B)), [and(wordForms('NameFn'(string('"George"')), properNounStrings, string(['George'])), speechPartPreds('ProperNoun', properNounStrings)), and(wordForms('NameFn'(string('"George"')), properNounStrings, string(['George'])), speechPartPreds('NLWordForm', properNounStrings)), and(wordForms('NameFn'(string('"George"')), properNounStrings, string(['George'])), speechPartPreds('Noun', properNounStrings)), and(wordForms('NameFn'(string('"George"')), nameSpelling, string(['George'])), speechPartPreds('ProperNoun', nameSpelling)), and(wordForms('NameFn'(string('"George"')), nameSpelling, string(['George'])), speechPartPreds('NLWordForm', nameSpelling)), and(wordForms('NameFn'(string('"George"')), nameSpelling, string(['George'])), speechPartPreds('Noun', nameSpelling)), and(wordForms('George-TheName', properNounStrings, string(['George'])), speechPartPreds('Noun', properNounStrings)), and(wordForms('George-TheName', properNounStrings, string(['George'])), speechPartPreds('NLWordForm', properNounStrings)), and(wordForms('George-TheName', properNounStrings, string(['George'])), speechPartPreds('ProperNoun', properNounStrings)), and(wordForms('George-TheName', nameSpelling, string(['George'])), speechPartPreds('Noun', nameSpelling)), and(wordForms('George-TheName', nameSpelling, string(['George'])), speechPartPreds('NLWordForm', nameSpelling)), and(wordForms('George-TheName', nameSpelling, string(['George'])), speechPartPreds('ProperNoun', nameSpelling)), and(wordForms('HumanGivenNameFn'(string('"George"')), properNounStrings, string(['George'])), speechPartPreds('Noun', properNounStrings)), and(wordForms('HumanGivenNameFn'(string('"George"')), properNounStrings, string(['George'])), speechPartPreds('NLWordForm', properNounStrings)), and(wordForms('HumanGivenNameFn'(string('"George"')), properNounStrings, string(['George'])), speechPartPreds('ProperNoun', properNounStrings)), and(wordForms('HumanGivenNameFn'(string('"George"')), nameSpelling, string(['George'])), speechPartPreds('Noun', nameSpelling)), and(wordForms('HumanGivenNameFn'(string('"George"')), nameSpelling, string(['George'])), speechPartPreds('NLWordForm', nameSpelling)), and(wordForms('HumanGivenNameFn'(string('"George"')), nameSpelling, string(['George'])), speechPartPreds('ProperNoun', nameSpelling)), and(wordForms('HumanFemaleGivenNameFn'(string('"George"')), properNounStrings, string(['George'])), speechPartPreds('Noun', properNounStrings)), and(wordForms('HumanFemaleGivenNameFn'(string('"George"')), properNounStrings, string(['George'])), speechPartPreds('NLWordForm', properNounStrings)), and(wordForms('HumanFemaleGivenNameFn'(string('"George"')), properNounStrings, string(['George'])), speechPartPreds('ProperNoun', properNounStrings)), and(wordForms('HumanFemaleGivenNameFn'(string('"George"')), nameSpelling, string(['George'])), speechPartPreds('Noun', nameSpelling)), and(wordForms('HumanFemaleGivenNameFn'(string('"George"')), nameSpelling, string(['George'])), speechPartPreds('NLWordForm', nameSpelling)), and(wordForms('HumanFemaleGivenNameFn'(string('"George"')), nameSpelling, string(['George'])), speechPartPreds('ProperNoun', nameSpelling)), and(wordForms('HumanMaleGivenNameFn'(string('"George"')), properNounStrings, string(['George'])), speechPartPreds('Noun', properNounStrings)), and(wordForms('HumanMaleGivenNameFn'(string('"George"')), properNounStrings, string(['George'])), speechPartPreds('NLWordForm', properNounStrings)), and(wordForms('HumanMaleGivenNameFn'(string('"George"')), properNounStrings, string(['George'])), speechPartPreds('ProperNoun', properNounStrings)), and(wordForms('HumanMaleGivenNameFn'(string('"George"')), nameSpelling, string(['George'])), speechPartPreds('Noun', nameSpelling)), and(wordForms('HumanMaleGivenNameFn'(string('"George"')), nameSpelling, string(['George'])), speechPartPreds('NLWordForm', nameSpelling)), and(wordForms('HumanMaleGivenNameFn'(string('"George"')), nameSpelling, string(['George'])), speechPartPreds('ProperNoun', nameSpelling)), and(wordForms('HumanGender-NeutralGivenNameFn'(string('"George"')), properNounStrings, string(['George'])), speechPartPreds('Noun', properNounStrings)), and(wordForms('HumanGender-NeutralGivenNameFn'(string('"George"')), properNounStrings, string(['George'])), speechPartPreds('NLWordForm', properNounStrings)), and(wordForms('HumanGender-NeutralGivenNameFn'(string('"George"')), properNounStrings, string(['George'])), speechPartPreds('ProperNoun', properNounStrings)), and(wordForms('HumanGender-NeutralGivenNameFn'(string('"George"')), nameSpelling, string(['George'])), speechPartPreds('Noun', nameSpelling)), and(wordForms('HumanGender-NeutralGivenNameFn'(string('"George"')), nameSpelling, string(['George'])), speechPartPreds('NLWordForm', nameSpelling)), and(wordForms('HumanGender-NeutralGivenNameFn'(string('"George"')), nameSpelling, string(['George'])), speechPartPreds('ProperNoun', nameSpelling)), and(wordForms('WordWithSpeechPartPredAndStringFn'(nameSpelling, string('"George"')), properNounStrings, string(['George'])), speechPartPreds('Noun', properNounStrings)), and(wordForms('WordWithSpeechPartPredAndStringFn'(nameSpelling, string('"George"')), properNounStrings, string(['George'])), speechPartPreds('NLWordForm', properNounStrings)), and(wordForms('WordWithSpeechPartPredAndStringFn'(nameSpelling, string('"George"')), properNounStrings, string(['George'])), speechPartPreds('ProperNoun', properNounStrings)), and(wordForms('WordWithSpeechPartPredAndStringFn'(nameSpelling, string('"George"')), nameSpelling, string(['George'])), speechPartPreds('Noun', nameSpelling)), and(wordForms('WordWithSpeechPartPredAndStringFn'(nameSpelling, string('"George"')), nameSpelling, string(['George'])), speechPartPreds('NLWordForm', nameSpelling)), and(wordForms('WordWithSpeechPartPredAndStringFn'(nameSpelling, string('"George"')), nameSpelling, string(['George'])), speechPartPreds('ProperNoun', nameSpelling))]). cached_query(and(speechPartPreds(A, B), [B, C, string(['George'])]), [and(speechPartPreds('ProperNoun', nameSpelling), [nameSpelling, 'George-TheName', string(['George'])]), and(speechPartPreds('NLWordForm', nameSpelling), [nameSpelling, 'George-TheName', string(['George'])]), and(speechPartPreds('Noun', nameSpelling), [nameSpelling, 'George-TheName', string(['George'])]), and(speechPartPreds('Noun', nameSpelling), [nameSpelling, 'NameFn'(string('"George"')), string(['George'])]), and(speechPartPreds('NLWordForm', nameSpelling), [nameSpelling, 'NameFn'(string('"George"')), string(['George'])]), and(speechPartPreds('ProperNoun', nameSpelling), [nameSpelling, 'NameFn'(string('"George"')), string(['George'])]), and(speechPartPreds('ProperNoun', nameSpelling), [nameSpelling, 'HumanGivenNameFn'(string('"George"')), string(['George'])]), and(speechPartPreds('NLWordForm', nameSpelling), [nameSpelling, 'HumanGivenNameFn'(string('"George"')), string(['George'])]), and(speechPartPreds('Noun', nameSpelling), [nameSpelling, 'HumanGivenNameFn'(string('"George"')), string(['George'])]), and(speechPartPreds('ProperNoun', nameSpelling), [nameSpelling, 'HumanFemaleGivenNameFn'(string('"George"')), string(['George'])]), and(speechPartPreds('NLWordForm', nameSpelling), [nameSpelling, 'HumanFemaleGivenNameFn'(string('"George"')), string(['George'])]), and(speechPartPreds('Noun', nameSpelling), [nameSpelling, 'HumanFemaleGivenNameFn'(string('"George"')), string(['George'])]), and(speechPartPreds('ProperNoun', nameSpelling), [nameSpelling, 'HumanMaleGivenNameFn'(string('"George"')), string(['George'])]), and(speechPartPreds('NLWordForm', nameSpelling), [nameSpelling, 'HumanMaleGivenNameFn'(string('"George"')), string(['George'])]), and(speechPartPreds('Noun', nameSpelling), [nameSpelling, 'HumanMaleGivenNameFn'(string('"George"')), string(['George'])]), and(speechPartPreds('ProperNoun', nameSpelling), [nameSpelling, 'HumanGender-NeutralGivenNameFn'(string('"George"')), string(['George'])]), and(speechPartPreds('NLWordForm', nameSpelling), [nameSpelling, 'HumanGender-NeutralGivenNameFn'(string('"George"')), string(['George'])]), and(speechPartPreds('Noun', nameSpelling), [nameSpelling, 'HumanGender-NeutralGivenNameFn'(string('"George"')), string(['George'])]), and(speechPartPreds('ProperNoun', nameSpelling), [nameSpelling, 'WordWithSpeechPartPredAndStringFn'(nameSpelling, string('"George"')), string(['George'])]), and(speechPartPreds('NLWordForm', nameSpelling), [nameSpelling, 'WordWithSpeechPartPredAndStringFn'(nameSpelling, string('"George"')), string(['George'])]), and(speechPartPreds('Noun', nameSpelling), [nameSpelling, 'WordWithSpeechPartPredAndStringFn'(nameSpelling, string('"George"')), string(['George'])])]). cached_query(and(wordStrings(A, string(['George'])), partOfSpeech(A, B, string(['George']))), []). cached_query(partOfSpeech(A, B, string(['George'])), []). cached_query('#$or'(nameSpelling(A, string(['George'])), commonNickname(A, string(['George']))), ['#$or'(nameSpelling('NameFn'(string('"George"')), string(['George'])), commonNickname('NameFn'(string('"George"')), string(['George']))), '#$or'(nameSpelling('George-TheName', string(['George'])), commonNickname('George-TheName', string(['George'])))]). cached_query([arity, ['USDollarFn', 1987], _], []). cached_query(isa('MillenniaDuration', 'LexicalWord'), []). cached_query([arity, 'MillenniaDuration', _], []). cached_query([arity, ['DefiningTimeUnitForCalendarCoveringTypeFn', 'CalendarMillennium'], _], []). cached_query([arity, 'SecondsDuration', _], []). cached_query([arity, ['DefiningTimeUnitForCalendarCoveringTypeFn', 'CalendarSecond'], _], []). cached_query([arity, 'MinutesDuration', _], []). cached_query([arity, ['DefiningTimeUnitForCalendarCoveringTypeFn', 'CalendarMinute'], _], []). cached_query(isa('HoursDuration', 'LexicalWord'), []). cached_query([arity, 'HoursDuration', _], []). cached_query([arity, ['DefiningTimeUnitForCalendarCoveringTypeFn', 'CalendarHour'], _], []). cached_query(isa('DaysDuration', 'LexicalWord'), []). cached_query([arity, 'DaysDuration', _], []). cached_query([arityMin, ['DefiningTimeUnitForCalendarCoveringTypeFn', 'CalendarDay'], _], [[arityMin, ['DefiningTimeUnitForCalendarCoveringTypeFn', 'CalendarDay'], 1]]). cached_query([arity, ['DefiningTimeUnitForCalendarCoveringTypeFn', 'CalendarDay'], _], []). cached_query(isa('WeeksDuration', 'LexicalWord'), []). cached_query([arity, 'WeeksDuration', _], []). cached_query([arity, ['DefiningTimeUnitForCalendarCoveringTypeFn', 'CalendarWeek'], _], []). cached_query(isa('MonthsDuration', 'LexicalWord'), []). cached_query([arity, 'MonthsDuration', _], []). cached_query([arity, ['DefiningTimeUnitForCalendarCoveringTypeFn', 'CalendarMonth'], _], []). cached_query(isa('QuartersDuration', 'LexicalWord'), []). cached_query([arity, 'QuartersDuration', _], []). cached_query([arity, ['DefiningTimeUnitForCalendarCoveringTypeFn', 'CalendarQuarter'], _], []). cached_query(isa('YearsDuration', 'LexicalWord'), []). cached_query([arity, 'YearsDuration', _], []). cached_query([arityMin, ['DefiningTimeUnitForCalendarCoveringTypeFn', 'CalendarYear'], _], [[arityMin, ['DefiningTimeUnitForCalendarCoveringTypeFn', 'CalendarYear'], 1]]). cached_query([arity, ['DefiningTimeUnitForCalendarCoveringTypeFn', 'CalendarYear'], _], []). cached_query(isa('DecadesDuration', 'LexicalWord'), []). cached_query([arity, 'DecadesDuration', _], []). cached_query([arityMin, ['DefiningTimeUnitForCalendarCoveringTypeFn', 'CalendarDecade'], _], [[arityMin, ['DefiningTimeUnitForCalendarCoveringTypeFn', 'CalendarDecade'], 1]]). cached_query([arity, ['DefiningTimeUnitForCalendarCoveringTypeFn', 'CalendarDecade'], _], []). cached_query(isa('CenturiesDuration', 'LexicalWord'), []). cached_query([arity, 'CenturiesDuration', _], []). cached_query(isa('DefiningTimeUnitForCalendarCoveringTypeFn', 'NLFunction'), []). cached_query(isa('DefiningTimeUnitForCalendarCoveringTypeFn', 'LexicalWord'), []). cached_query(genls('DefiningTimeUnitForCalendarCoveringTypeFn', 'ParsingTemplateCategory'), []). cached_query([arityMin, ['DefiningTimeUnitForCalendarCoveringTypeFn', 'CalendarCentury'], _], [[arityMin, ['DefiningTimeUnitForCalendarCoveringTypeFn', 'CalendarCentury'], 1]]). cached_query([arity, ['DefiningTimeUnitForCalendarCoveringTypeFn', 'CalendarCentury'], _], []). cached_query(isa('ThePrototypicalUnitOfTime', 'LexicalWord'), []). cached_query([arityMin, 'ThePrototypicalUnitOfTime', _], [[arityMin, 'ThePrototypicalUnitOfTime', 1]]). cached_query([arity, 'ThePrototypicalUnitOfTime', _], []). cached_query(isa('TimePointsDuration', 'LexicalWord'), []). cached_query([arity, 'TimePointsDuration', _], []). cached_query(isa('SeasonsDuration', 'LexicalWord'), []). cached_query([arity, 'SeasonsDuration', _], []). cached_query(isa('FortnightsDuration', 'LexicalWord'), []). cached_query([arity, 'FortnightsDuration', _], []). cached_query(isa('BritishThermalUnit', 'LexicalWord'), []). cached_query([arity, 'BritishThermalUnit', _], []). cached_query(isa('TimesPerYearPerThousandPersons', 'LexicalWord'), []). cached_query([arity, 'TimesPerYearPerThousandPersons', _], []). cached_query(isa('PartsPerMillion', 'LexicalWord'), []). cached_query([arity, 'PartsPerMillion', _], []). cached_query(isa('PartsPerBillion', 'LexicalWord'), []). cached_query([arity, 'PartsPerBillion', _], []). cached_query(isa('Cubit', 'LexicalWord'), []). cached_query([arity, 'Cubit', _], []). cached_query(isa('Peta', 'NLFunction'), []). cached_query(isa('Peta', 'LexicalWord'), []). cached_query(genls('Peta', 'ParsingTemplateCategory'), []). cached_query([arity, ['Peta', 'BritishThermalUnit'], _], []). cached_query([arity, ['Mega', 'CubicFoot'], _], []). cached_query([arity, ['Kilo', 'ShortTon'], _], []). cached_query([arity, ['Mega', 'BritishThermalUnit'], _], []). cached_query(isa('Kilo', 'NLFunction'), []). cached_query(isa('Kilo', 'LexicalWord'), []). cached_query(genls('Kilo', 'ParsingTemplateCategory'), []). cached_query([arity, ['Kilo', 'BritishThermalUnit'], _], []). cached_query(isa('Mega', 'NLFunction'), []). cached_query(isa('Mega', 'LexicalWord'), []). cached_query(genls('Mega', 'ParsingTemplateCategory'), []). cached_query([arity, ['Mega', 'Mile'], _], []). cached_query([arity, ['Giga', 'BritishThermalUnit'], _], []). cached_query(isa('ElectronVolt', 'LexicalWord'), []). cached_query([arity, 'ElectronVolt', _], []). cached_query(isa('Giga', 'NLFunction'), []). cached_query(isa('Giga', 'LexicalWord'), []). cached_query(genls('Giga', 'ParsingTemplateCategory'), []). cached_query([arity, ['Giga', 'KilowattHour'], _], []). cached_query(isa('Baud', 'LexicalWord'), []). cached_query([arity, 'Baud', _], []). cached_query(isa('Nano', 'NLFunction'), []). cached_query(isa('Nano', 'LexicalWord'), []). cached_query(genls('Nano', 'ParsingTemplateCategory'), []). cached_query([arity, ['Nano', 'Gram'], _], []). cached_query(isa('ThePrototypicalUnitOfMeasureWithPrefix', 'LexicalWord'), []). cached_query([arityMin, 'ThePrototypicalUnitOfMeasureWithPrefix', _], [[arityMin, 'ThePrototypicalUnitOfMeasureWithPrefix', 1]]). cached_query([arity, 'ThePrototypicalUnitOfMeasureWithPrefix', _], []). cached_query(isa('ThePrototypicalUnitOfMeasureNoPrefix', 'LexicalWord'), []). cached_query([arityMin, 'ThePrototypicalUnitOfMeasureNoPrefix', _], [[arityMin, 'ThePrototypicalUnitOfMeasureNoPrefix', 1]]). cached_query([arity, 'ThePrototypicalUnitOfMeasureNoPrefix', _], []). cached_query([arityMin, ['UnitOfCountFn', 'Slave'], _], [[arityMin, ['UnitOfCountFn', 'Slave'], 1]]). cached_query([arity, ['UnitOfCountFn', 'Slave'], _], []). cached_query(isa('Slave', 'LexicalWord'), []). cached_query([expansion, 'CollectionDifferenceFn', _], []). cached_query(isa('CollectionDifferenceFn', 'NLFunction'), [isa('CollectionDifferenceFn', 'NLFunction')]). cached_query([arityMin, ['UnitOfCountFn', ['CollectionDifferenceFn', 'Person', 'Slave']], _], [[arityMin, ['UnitOfCountFn', ['CollectionDifferenceFn', 'Person', 'Slave']], 1]]). cached_query([arity, ['UnitOfCountFn', ['CollectionDifferenceFn', 'Person', 'Slave']], _], []). cached_query(isa('Any-NLAttr', 'LexicalWord'), []). cached_query([arity, 'behaviorIncapable-CapabilityCompromised-WithRoot', _], [[arity, 'behaviorIncapable-CapabilityCompromised-WithRoot', 'RelationAllExistsFn'('behaviorIncapable-CapabilityCompromised-WithRoot', arity, 'Predicate', 'PositiveInteger')], [arity, 'behaviorIncapable-CapabilityCompromised-WithRoot', 4]]). cached_query([arity, objectRequiresNCapabilitiesOfTypeToSupportRoleInType, _], [[arity, objectRequiresNCapabilitiesOfTypeToSupportRoleInType, 'RelationAllExistsFn'(objectRequiresNCapabilitiesOfTypeToSupportRoleInType, arity, 'Predicate', 'PositiveInteger')], [arity, objectRequiresNCapabilitiesOfTypeToSupportRoleInType, 5]]). cached_query([arity, uniquelyBehaviorCapable, _], [[arity, uniquelyBehaviorCapable, 'RelationAllExistsFn'(uniquelyBehaviorCapable, arity, 'Predicate', 'PositiveInteger')], [arity, uniquelyBehaviorCapable, 3]]). cached_query([arity, 'behaviorIncapable-CapabilityCompromised', _], [[arity, 'behaviorIncapable-CapabilityCompromised', 'RelationAllExistsFn'('behaviorIncapable-CapabilityCompromised', arity, 'Predicate', 'PositiveInteger')], [arity, 'behaviorIncapable-CapabilityCompromised', 3]]). cached_query(isa('Person', 'LexicalWord'), []). cached_query(isa('TransportationDevice-Vehicle', 'LexicalWord'), []). cached_query([arity, ['UnitOfCountFn', 'TransportationDevice-Vehicle'], _], []). cached_query(isa('HomoSapiens', 'LexicalWord'), []). cached_query([arity, ['UnitOfCountFn', 'HomoSapiens'], _], []). cached_query(isa('WaveCycle', 'LexicalWord'), []). cached_query([arityMin, ['UnitOfCountFn', 'WaveCycle'], _], [[arityMin, ['UnitOfCountFn', 'WaveCycle'], 1]]). cached_query([arity, ['UnitOfCountFn', 'WaveCycle'], _], []). cached_query(isa('MachineCodeInstruction', 'LexicalWord'), []). cached_query([arityMin, ['UnitOfCountFn', 'MachineCodeInstruction'], _], [[arityMin, ['UnitOfCountFn', 'MachineCodeInstruction'], 1]]). cached_query([arity, ['UnitOfCountFn', 'MachineCodeInstruction'], _], []). cached_query(isa('SolidTangibleArtifact', 'LexicalWord'), []). cached_query([arityMin, ['UnitOfCountFn', 'SolidTangibleArtifact'], _], [[arityMin, ['UnitOfCountFn', 'SolidTangibleArtifact'], 1]]). cached_query([arity, ['UnitOfCountFn', 'SolidTangibleArtifact'], _], []). cached_query(isa('Stock', 'LexicalWord'), []). cached_query([arityMin, ['UnitOfCountFn', 'Stock'], _], [[arityMin, ['UnitOfCountFn', 'Stock'], 1]]). cached_query([arity, ['UnitOfCountFn', 'Stock'], _], []). cached_query([arity, different, _], [[arity, different, 'RelationAllExistsFn'(different, arity, 'Predicate', 'PositiveInteger')]]). cached_query([arity, cCFMedicationWhen, _], [[arity, cCFMedicationWhen, 'RelationAllExistsFn'(cCFMedicationWhen, arity, 'Predicate', 'PositiveInteger')], [arity, cCFMedicationWhen, 2]]). cached_query([arity, departmentalTypeTaskType, _], [[arity, departmentalTypeTaskType, 'RelationAllExistsFn'(departmentalTypeTaskType, arity, 'Predicate', 'PositiveInteger')], [arity, departmentalTypeTaskType, 3]]). cached_query([arity, typicallyRelnTo, _], [[arity, typicallyRelnTo, 'RelationAllExistsFn'(typicallyRelnTo, arity, 'Predicate', 'PositiveInteger')], [arity, typicallyRelnTo, 3]]). cached_query([arity, famousFor, _], [[arity, famousFor, 'RelationAllExistsFn'(famousFor, arity, 'Predicate', 'PositiveInteger')], [arity, famousFor, 3]]). cached_query([arity, homepage, _], [[arity, homepage, 'RelationAllExistsFn'(homepage, arity, 'Predicate', 'PositiveInteger')], [arity, homepage, 2]]). cached_query([arity, trafficabilityOfTerrainForUnit, _], [[arity, trafficabilityOfTerrainForUnit, 'RelationAllExistsFn'(trafficabilityOfTerrainForUnit, arity, 'Predicate', 'PositiveInteger')], [arity, trafficabilityOfTerrainForUnit, 3]]). cached_query([arity, presentsCWWhen, _], [[arity, presentsCWWhen, 'RelationAllExistsFn'(presentsCWWhen, arity, 'Predicate', 'PositiveInteger')], [arity, presentsCWWhen, 3]]). cached_query(genls('GovernmentFn', 'ParsingTemplateCategory'), []). cached_query(isa(hasMembers, 'LexicalWord'), []). cached_query([arity, pairwisePropertyOfCollection, _], [[arity, pairwisePropertyOfCollection, 'RelationAllExistsFn'(pairwisePropertyOfCollection, arity, 'Predicate', 'PositiveInteger')], [arity, pairwisePropertyOfCollection, 3]]). cached_query([arity, outOfOffice, _], [[arity, outOfOffice, 'RelationAllExistsFn'(outOfOffice, arity, 'Predicate', 'PositiveInteger')], [arity, outOfOffice, 2]]). cached_query([arity, corpShare52WeekRange, _], [[arity, corpShare52WeekRange, 'RelationAllExistsFn'(corpShare52WeekRange, arity, 'Predicate', 'PositiveInteger')], [arity, corpShare52WeekRange, 2]]). cached_query([arity, 'IndexicalCloneFn', _], [[arity, 'IndexicalCloneFn', 1]]). cached_query([arity, coParticipatingAgentsInEvent, _], [[arity, coParticipatingAgentsInEvent, 'RelationAllExistsFn'(coParticipatingAgentsInEvent, arity, 'Predicate', 'PositiveInteger')], [arity, coParticipatingAgentsInEvent, 5]]). cached_query([arity, sksiLaterThan, _], [[arity, sksiLaterThan, 'RelationAllExistsFn'(sksiLaterThan, arity, 'Predicate', 'PositiveInteger')], [arity, sksiLaterThan, 2]]). cached_query([arity, vascularProcedureName, _], [[arity, vascularProcedureName, 'RelationAllExistsFn'(vascularProcedureName, arity, 'Predicate', 'PositiveInteger')], [arity, vascularProcedureName, 2]]). cached_query([arity, cCFVascularProcedureName, _], [[arity, cCFVascularProcedureName, 'RelationAllExistsFn'(cCFVascularProcedureName, arity, 'Predicate', 'PositiveInteger')], [arity, cCFVascularProcedureName, 2]]). cached_query([arity, cCFObjectPlaced, _], [[arity, cCFObjectPlaced, 'RelationAllExistsFn'(cCFObjectPlaced, arity, 'Predicate', 'PositiveInteger')], [arity, cCFObjectPlaced, 2]]). cached_query([arity, cCFCardiacValveProsthesisModelNumber, _], [[arity, cCFCardiacValveProsthesisModelNumber, 'RelationAllExistsFn'(cCFCardiacValveProsthesisModelNumber, arity, 'Predicate', 'PositiveInteger')], [arity, cCFCardiacValveProsthesisModelNumber, 2]]). cached_query([arity, descriptionAscribesRelnToIns, _], [[arity, descriptionAscribesRelnToIns, 'RelationAllExistsFn'(descriptionAscribesRelnToIns, arity, 'Predicate', 'PositiveInteger')], [arity, descriptionAscribesRelnToIns, 3]]). cached_query([arity, agreementAuthorizationIsaCondition, _], [[arity, agreementAuthorizationIsaCondition, 'RelationAllExistsFn'(agreementAuthorizationIsaCondition, arity, 'Predicate', 'PositiveInteger')], [arity, agreementAuthorizationIsaCondition, 3]]). cached_query([arity, 'ManagingOrgOfRegionFn', _], [[arity, 'ManagingOrgOfRegionFn', 1]]). cached_query([arity, agreementAuthorizationCondition, _], [[arity, agreementAuthorizationCondition, 'RelationAllExistsFn'(agreementAuthorizationCondition, arity, 'Predicate', 'PositiveInteger')], [arity, agreementAuthorizationCondition, 3]]). cached_query([arity, cCFAddressLocality, _], [[arity, cCFAddressLocality, 'RelationAllExistsFn'(cCFAddressLocality, arity, 'Predicate', 'PositiveInteger')], [arity, cCFAddressLocality, 2]]). cached_query([arity, cCFCardiacValveDiagnosis, _], [[arity, cCFCardiacValveDiagnosis, 'RelationAllExistsFn'(cCFCardiacValveDiagnosis, arity, 'Predicate', 'PositiveInteger')], [arity, cCFCardiacValveDiagnosis, 2]]). cached_query([arity, collectivePropertyOfCollection, _], [[arity, collectivePropertyOfCollection, 'RelationAllExistsFn'(collectivePropertyOfCollection, arity, 'Predicate', 'PositiveInteger')], [arity, collectivePropertyOfCollection, 3]]). cached_query([arity, specifiedPropertyOfCollectionMember, _], [[arity, specifiedPropertyOfCollectionMember, 'RelationAllExistsFn'(specifiedPropertyOfCollectionMember, arity, 'Predicate', 'PositiveInteger')], [arity, specifiedPropertyOfCollectionMember, 3]]). cached_query([arity, ['ProductionRateOfByFn', 'Petroleum-CrudeOil'], _], [[arity, ['ProductionRateOfByFn', 'Petroleum-CrudeOil'], 1]]). cached_query([arity, 'IncreaseInValueReturnedByFn', _], [[arity, 'IncreaseInValueReturnedByFn', 2]]). cached_query([arity, 'DecreaseInValueReturnedByFn', _], [[arity, 'DecreaseInValueReturnedByFn', 2]]). cached_query([arity, ['ExportRateOfByFn', 'Petroleum-CrudeOil'], _], [[arity, ['ExportRateOfByFn', 'Petroleum-CrudeOil'], 1]]). cached_query([arity, ['DemandRateForByFn', 'Petroleum-CrudeOil'], _], [[arity, ['DemandRateForByFn', 'Petroleum-CrudeOil'], 1]]). cached_query([arity, ['PriceOfInRegionFn', 'Petroleum-CrudeOil'], _], [[arity, ['PriceOfInRegionFn', 'Petroleum-CrudeOil'], 1]]). cached_query(isa('Petroleum-CrudeOil', 'LexicalWord'), []). cached_query([arity, ['SupplyRateOfToFn', 'Petroleum-CrudeOil'], _], [[arity, ['SupplyRateOfToFn', 'Petroleum-CrudeOil'], 1]]). cached_query([arity, keyStatsForMemberCorporation, _], [[arity, keyStatsForMemberCorporation, 'RelationAllExistsFn'(keyStatsForMemberCorporation, arity, 'Predicate', 'PositiveInteger')], [arity, keyStatsForMemberCorporation, 4]]). cached_query(genls('NLDisjunctionFn', 'ParsingTemplateCategory'), []). cached_query(isa('Dollar-UnitedStates', 'NLFunction'), []). cached_query(isa('Dollar-UnitedStates', 'LexicalWord'), []). cached_query(genls('Dollar-UnitedStates', 'ParsingTemplateCategory'), []). cached_query([arity, 'Dollar-UnitedStates', _], []). cached_query([arity, 'PerformerOfFn', _], [[arity, 'PerformerOfFn', 1]]). cached_query([arity, hasReasonForRoleInSitTypeWithRelationTo, _], [[arity, hasReasonForRoleInSitTypeWithRelationTo, 'RelationAllExistsFn'(hasReasonForRoleInSitTypeWithRelationTo, arity, 'Predicate', 'PositiveInteger')], [arity, hasReasonForRoleInSitTypeWithRelationTo, 5]]). cached_query([arity, totalRoledTypeInType, _], [[arity, totalRoledTypeInType, 'RelationAllExistsFn'(totalRoledTypeInType, arity, 'Predicate', 'PositiveInteger')], [arity, totalRoledTypeInType, 4]]). cached_query([arity, ratioOfSetToDifferentiatedSet, _], [[arity, ratioOfSetToDifferentiatedSet, 'RelationAllExistsFn'(ratioOfSetToDifferentiatedSet, arity, 'Predicate', 'PositiveInteger')], [arity, ratioOfSetToDifferentiatedSet, 4]]). cached_query(isa('NoTaste', 'LexicalWord'), []). cached_query(isa('Book-CW', 'LexicalWord'), []). cached_query(isa('Movie-CW', 'LexicalWord'), []). cached_query([arity, derivedConceptualWork, _], [[arity, derivedConceptualWork, 'RelationAllExistsFn'(derivedConceptualWork, arity, 'Predicate', 'PositiveInteger')], [arity, derivedConceptualWork, 2]]). cached_query([arity, angleBetweenPoints, _], [[arity, angleBetweenPoints, 'RelationAllExistsFn'(angleBetweenPoints, arity, 'Predicate', 'PositiveInteger')], [arity, angleBetweenPoints, 4]]). cached_query([arity, ratioOfCollectionToDifferentiatedCollection, _], [[arity, ratioOfCollectionToDifferentiatedCollection, 'RelationAllExistsFn'(ratioOfCollectionToDifferentiatedCollection, arity, 'Predicate', 'PositiveInteger')], [arity, ratioOfCollectionToDifferentiatedCollection, 4]]). cached_query([expansion, 'TermParaphraseFn-NPAndNP', _], [[expansion, 'TermParaphraseFn-NPAndNP', 'PhraseFormFn'('NounPhrase', 'PhraseFormFn'(plural, 'ConcatenatePhrasesFn'(':ARG1', 'BestNLPhraseOfStringFn'(string('"and"')), ':ARG2')))]]). cached_query(isa('TermParaphraseFn-NPAndNP', 'NLFunction'), [isa('TermParaphraseFn-NPAndNP', 'NLFunction')]). cached_query([arity, temporallyBetween, _], [[arity, temporallyBetween, 'RelationAllExistsFn'(temporallyBetween, arity, 'Predicate', 'PositiveInteger')], [arity, temporallyBetween, 3]]). cached_query([expansion, 'TermParaphraseFn-TemporalLocation-Date', _], [[expansion, 'TermParaphraseFn-TemporalLocation-Date', 'ConditionalPhraseFn'(longerDurationThan('DaysDuration'(1), 'DurationFn'(':ARG1')), 'BestPPFn'('At-TheWord', 'TermParaphraseFn'(':ARG1')), 'ConditionalPhraseFn'(longerDurationThan('DurationFn'(':ARG1'), 'DaysDuration'(1)), 'BestPPFn'('In-TheWord', 'TermParaphraseFn'(':ARG1')), 'BestPPFn'('On-TheWord', 'TermParaphraseFn'(':ARG1'))))]]). cached_query(isa('TermParaphraseFn-TemporalLocation-Date', 'NLFunction'), [isa('TermParaphraseFn-TemporalLocation-Date', 'NLFunction')]). cached_query(isa('TermParaphraseFn-TemporalLocation-Date', 'LexicalWord'), []). cached_query(genls('TermParaphraseFn-TemporalLocation-Date', 'ParsingTemplateCategory'), []). cached_query([expansion, 'NLSimpleBinaryConjunctionFn', _], [[expansion, 'NLSimpleBinaryConjunctionFn', 'ConcatenatePhrasesFn'(':ARG1', 'BestNLPhraseOfStringFn'(string('"and"')), ':ARG2')]]). cached_query([expansion, 'BestMathFormulaOperandFn', _], [[expansion, 'BestMathFormulaOperandFn', 'ConditionalPhraseFn'(quotedIsa(':ARG1', 'CycLNonAtomicTerm'), 'ConcatenatePhrasesFn-NoSpaces'('BestSymbolPhraseFn'('OpenParen-TheSymbol'), 'TermParaphraseFn'(':ARG1'), 'BestSymbolPhraseFn'('CloseParen-TheSymbol')), 'TermParaphraseFn'(':ARG1'))]]). cached_query([expansion, 'TensedPhraseFn', _], [[expansion, 'TensedPhraseFn', 'ConditionalPhraseFn'(startsAfterEndingOf('Today-Indexical', ':ARG1'), 'PhraseFormFn'('pastTense-Generic', ':ARG2'), 'ConditionalPhraseFn'(startsAfterEndingOf(':ARG1', 'Today-Indexical'), 'PhraseFormFn'('futureTense-Generic', ':ARG2'), 'PhraseFormFn'('presentTense-Generic', ':ARG2')))]]). cached_query([expansion, 'NbarWithPluralHeadFn', _], [[expansion, 'NbarWithPluralHeadFn', 'ConcatenatePhrasesFn'('HeadWordOfPhraseFn'('BestNLWordFormOfLexemeFn-Constrained'('plural-Generic', ':ARG1')), ':ARG2')]]). cached_query([expansion, 'BestNLWordFormOfLexemeFn-Constrained', _], [[expansion, 'BestNLWordFormOfLexemeFn-Constrained', 'PhraseFormFn'(':ARG1', 'BestNLWordFormOfLexemeFn'(':ARG2'))]]). cached_query([expansion, 'BasicTransitiveSentenceFn', _], [[expansion, 'BasicTransitiveSentenceFn', 'PhraseFormFn'('NLSentence', 'ConcatenatePhrasesFn'('PhraseFormFn'('NounPhrase', ':ARG1'), 'BestHeadVerbForInitialSubjectFn'(':ARG2'), 'PhraseFormFn'('NounPhrase', ':ARG3')))]]). cached_query([expansion, 'TermParaphraseFn-PP', _], [[expansion, 'TermParaphraseFn-PP', 'PhraseFormFn'('PrepositionalPhrase', 'ConcatenatePhrasesFn'('HeadWordOfPhraseFn'('BestNLWordFormOfLexemeFn-Constrained'(prepositionStrings, ':ARG1')), 'PhraseFormFn'('NounPhrase', 'TermParaphraseFn'(':ARG2'))))]]). cached_query([expansion, 'NbarHeadedByNounFormFn', _], [[expansion, 'NbarHeadedByNounFormFn', 'ConcatenatePhrasesFn'('HeadWordOfPhraseFn'('BestNLWordFormOfLexemeFn-Constrained'(':ARG2', ':ARG1')), ':ARG3')]]). cached_query([expansion, 'Postmodifier_EdFormFn', _], [[expansion, 'Postmodifier_EdFormFn', 'ConcatenatePhrasesFn'('BestNLWordFormOfLexemeFn-Constrained'(passiveParticiple, ':ARG1'), 'BestNLWordFormOfLexemeFn-Constrained'('Preposition', ':ARG2'), ':ARG3')]]). cached_query([expansion, 'IndefiniteNbarPPFn', _], [[expansion, 'IndefiniteNbarPPFn', 'BestDetNbarFn-Indefinite'('ConcatenatePhrasesFn'('HeadWordOfPhraseFn'(':ARG1'), 'BestNLPhraseOfStringFn'(':ARG2'), 'PhraseFormFn'('NounPhrase', ':ARG3')))]]). cached_query([expansion, 'DefiniteNbarPPFn', _], [[expansion, 'DefiniteNbarPPFn', 'BestDetNbarFn-Definite'('ConcatenatePhrasesFn'('HeadWordOfPhraseFn'(':ARG1'), 'BestNLPhraseOfStringFn'(':ARG2'), 'PhraseFormFn'('NounPhrase', ':ARG3')))]]). cached_query([expansion, 'GenValueParaphraseFn', _], [[expansion, 'GenValueParaphraseFn', 'PhraseFormFn'(regularDegree, 'ConcatenatePhrasesFn'('BestNLPhraseOfStringFn'(':ARG1'), 'BestNLPhraseOfStringFn'(string('"for"')), 'BestDetNbarFn'('TermParaphraseFn'('Indefinite-NLAttr'), 'PhraseFormFn'('nonPlural-Generic', 'TermParaphraseFn'(':ARG2')))))]]). cached_query([expansion, 'IndefiniteNounPPFn', _], [[expansion, 'IndefiniteNounPPFn', 'BestDetNbarFn'('TermParaphraseFn'('Indefinite-NLAttr'), 'ConcatenatePhrasesFn'('HeadWordOfPhraseFn'('BestNLWordFormOfLexemeFn-Constrained'('CountNoun', ':ARG1')), 'BestNLPhraseOfStringFn'(':ARG2'), 'PhraseFormFn'('NounPhrase', ':ARG3')))]]). cached_query(['queryTemplate-Test', _, _, _, _, _], []). cached_query(['assertTemplate-Test', _, _, _, _, _], []). cached_query(isa('TermParaphraseFn-TemporalLocation', 'NLFunction'), [isa('TermParaphraseFn-TemporalLocation', 'NLFunction')]). cached_query(isa('TermParaphraseFn-TemporalLocation', 'LexicalWord'), []). cached_query(genls('TermParaphraseFn-TemporalLocation', 'ParsingTemplateCategory'), []). cached_query(isa('NLSimpleBinaryConjunctionFn', 'NLFunction'), [isa('NLSimpleBinaryConjunctionFn', 'NLFunction')]). cached_query([arity, attendees, _], [[arity, attendees, 2], [arity, attendees, 'RelationAllExistsFn'(attendees, arity, 'Predicate', 'PositiveInteger')]]). cached_query([arity, intentionalMentalSituationRelation, _], [[arity, intentionalMentalSituationRelation, 2], [arity, intentionalMentalSituationRelation, 'RelationAllExistsFn'(intentionalMentalSituationRelation, arity, 'Predicate', 'PositiveInteger')]]). cached_query([arity, annualFee, _], [[arity, annualFee, 2], [arity, annualFee, 'RelationAllExistsFn'(annualFee, arity, 'Predicate', 'PositiveInteger')]]). cached_query(isa('MusicalPerformance', 'LexicalWord'), []). cached_query(isa('BestMathFormulaOperandFn', 'NLFunction'), [isa('BestMathFormulaOperandFn', 'NLFunction')]). cached_query(isa('BestMathFormulaOperandFn', 'LexicalWord'), []). cached_query(genls('BestMathFormulaOperandFn', 'ParsingTemplateCategory'), []). cached_query([arity, 'lunchGroupOfTheDayMember-Cycorp', _], [[arity, 'lunchGroupOfTheDayMember-Cycorp', 2], [arity, 'lunchGroupOfTheDayMember-Cycorp', 'RelationAllExistsFn'('lunchGroupOfTheDayMember-Cycorp', arity, 'Predicate', 'PositiveInteger')]]). cached_query([arity, orientationToObject, _], [[arity, orientationToObject, 3], [arity, orientationToObject, 'RelationAllExistsFn'(orientationToObject, arity, 'Predicate', 'PositiveInteger')]]). cached_query([arity, specifiedSubsetOf, _], [[arity, specifiedSubsetOf, 2], [arity, specifiedSubsetOf, 'RelationAllExistsFn'(specifiedSubsetOf, arity, 'Predicate', 'PositiveInteger')]]). cached_query(isa('TensedPhraseFn', 'NLFunction'), [isa('TensedPhraseFn', 'NLFunction')]). cached_query([expansion, 'CurrentListItemFn', _], []). cached_query(isa('CurrentListItemFn', 'NLFunction'), [isa('CurrentListItemFn', 'NLFunction')]). cached_query([expansion, 'BestListParaphraseWithSeparatorAndCoefficientsFn-Constrained', _], [[expansion, 'BestListParaphraseWithSeparatorAndCoefficientsFn-Constrained', 'ConcatenatePhrasesFn'('ConcatenatePhrasesFn'('ConditionalPhraseFn'(not(equals(1, 'CurrentListItemFn'(':ARG3', 0))), 'TermParaphraseFn'('CurrentListItemFn'(':ARG3', 0))), 'TermParaphraseFn-Constrained'(':ARG1', 'FormulaArgFn'(1, ':ARG2'))), 'RepeatForSubsequentArgsFn'('FormulaArgFn'(2, ':ARG2'), 'ConcatenatePhrasesFn'('BestSymbolPhraseFn'(':ARG4'), 'ConcatenatePhrasesFn'('ConditionalPhraseFn'(not(equals(1, 'CurrentListItemFn'(':ARG3', 1))), 'TermParaphraseFn'('CurrentListItemFn'(':ARG3', 1))), 'TermParaphraseFn-Constrained'(':ARG1', 'FormulaArgFn'(2, ':ARG2'))))))], [expansion, 'BestListParaphraseWithSeparatorAndCoefficientsFn-Constrained', 'ConcatenatePhrasesFn'('BestCoefficientItemPhraseFn-Constrained'(':ARG1', 'CurrentListItemFn'(':ARG3', 0), 'FormulaArgFn'(1, ':ARG2')), 'RepeatForSubsequentArgsFn'('FormulaArgFn'(2, ':ARG2'), 'ConcatenatePhrasesFn'('BestSymbolPhraseFn'(':ARG4'), 'BestCoefficientItemPhraseFn-Constrained'(':ARG1', 'CurrentListItemFn'(':ARG3', 1), 'FormulaArgFn'(2, ':ARG2')))))]]). cached_query(isa('BestListParaphraseWithSeparatorAndCoefficientsFn-Constrained', 'NLFunction'), [isa('BestListParaphraseWithSeparatorAndCoefficientsFn-Constrained', 'NLFunction')]). cached_query([arity, attendanceStatus, _], [[arity, attendanceStatus, 3], [arity, attendanceStatus, 'RelationAllExistsFn'(attendanceStatus, arity, 'Predicate', 'PositiveInteger')]]). cached_query(isa('City', 'LexicalWord'), []). cached_query(isa('NbarWithPluralHeadFn', 'NLFunction'), [isa('NbarWithPluralHeadFn', 'NLFunction')]). cached_query(isa('BasicTransitiveSentenceFn', 'NLFunction'), [isa('BasicTransitiveSentenceFn', 'NLFunction')]). cached_query([arity, relationInstanceMost, _], [[arity, relationInstanceMost, 3], [arity, relationInstanceMost, 'RelationAllExistsFn'(relationInstanceMost, arity, 'Predicate', 'PositiveInteger')]]). cached_query(isa('Most-NLAttr', 'LexicalWord'), []). cached_query([arity, 'IndexicalReferentFn-EvaluateAtEL-Placeholder', _], [[arity, 'IndexicalReferentFn-EvaluateAtEL-Placeholder', 1]]). cached_query([arity, quantityConstraint, _], [[arity, quantityConstraint, 4], [arity, quantityConstraint, 'RelationAllExistsFn'(quantityConstraint, arity, 'Predicate', 'PositiveInteger')]]). cached_query(isa('TermParaphraseFn-PP', 'NLFunction'), [isa('TermParaphraseFn-PP', 'NLFunction')]). cached_query([arity, participantStatus, _], [[arity, participantStatus, 3], [arity, participantStatus, 'RelationAllExistsFn'(participantStatus, arity, 'Predicate', 'PositiveInteger')]]). cached_query(isa('Tomorrow-Indexical', 'LexicalWord'), []). cached_query([arity, 'EveningFn', _], [[arity, 'EveningFn', 1]]). cached_query([expansion, 'BestCoefficientItemPhraseFn-Constrained', _], [[expansion, 'BestCoefficientItemPhraseFn-Constrained', 'ConcatenatePhrasesFn'('ConditionalPhraseFn'(not(equals(':ARG2', 1)), 'TermParaphraseFn'(':ARG2')), 'TermParaphraseFn-Constrained'(':ARG1', ':ARG3'))]]). cached_query(isa('BestCoefficientItemPhraseFn-Constrained', 'NLFunction'), [isa('BestCoefficientItemPhraseFn-Constrained', 'NLFunction')]). cached_query([expansion, 'BestSetParaphraseWithSeparatorAndCoefficientsFn-Constrained', _], [[expansion, 'BestSetParaphraseWithSeparatorAndCoefficientsFn-Constrained', 'ConcatenatePhrasesFn'('BestCoefficientItemPhraseFn-Constrained'(':ARG1', 'FormulaArgFn'(2, 'FormulaArgFn'(1, ':ARG2')), 'FormulaArgFn'(1, 'FormulaArgFn'(1, ':ARG2'))), 'RepeatForSubsequentArgsFn'('FormulaArgFn'(2, ':ARG2'), 'ConcatenatePhrasesFn'('BestSymbolPhraseFn'(':ARG3'), 'BestCoefficientItemPhraseFn-Constrained'(':ARG1', 'FormulaArgFn'(2, 'FormulaArgFn'(2, ':ARG2')), 'FormulaArgFn'(1, 'FormulaArgFn'(2, ':ARG2'))))))]]). cached_query(isa('BestSetParaphraseWithSeparatorAndCoefficientsFn-Constrained', 'NLFunction'), [isa('BestSetParaphraseWithSeparatorAndCoefficientsFn-Constrained', 'NLFunction')]). cached_query(isa('YearBCE-JulianFn', 'NLFunction'), []). cached_query(isa('YearBCE-JulianFn', 'LexicalWord'), []). cached_query(genls('YearBCE-JulianFn', 'ParsingTemplateCategory'), []). cached_query(isa('?FIRST', 'LexicalWord'), []). cached_query([arity, totalSubstancesInMixture, _], [[arity, totalSubstancesInMixture, 2], [arity, totalSubstancesInMixture, 'RelationAllExistsFn'(totalSubstancesInMixture, arity, 'Predicate', 'PositiveInteger')]]). cached_query(isa('TensedPhraseFn-DefaultPast', 'NLFunction'), [isa('TensedPhraseFn-DefaultPast', 'NLFunction')]). cached_query([arity, molarityOfChemicalObjectInSample, _], [[arity, molarityOfChemicalObjectInSample, 3], [arity, molarityOfChemicalObjectInSample, 'RelationAllExistsFn'(molarityOfChemicalObjectInSample, arity, 'Predicate', 'PositiveInteger')]]). cached_query([arity, 'FieldAppliedToFn', _], [[arity, 'FieldAppliedToFn', 2]]). cached_query(isa('NbarHeadedByNounFormFn', 'NLFunction'), [isa('NbarHeadedByNounFormFn', 'NLFunction')]). cached_query([expansion, 'BestListParaphraseWithSeparatorFn-Constrained', _], [[expansion, 'BestListParaphraseWithSeparatorFn-Constrained', 'ConcatenatePhrasesFn'('TermParaphraseFn-Constrained'(':ARG1', 'FormulaArgFn'(1, ':ARG2')), 'RepeatForSubsequentArgsFn'('FormulaArgFn'(2, ':ARG2'), 'ConcatenatePhrasesFn'('BestSymbolPhraseFn'(':ARG3'), 'TermParaphraseFn-Constrained'(':ARG1', 'FormulaArgFn'(2, ':ARG2')))))]]). cached_query(isa('BestListParaphraseWithSeparatorFn-Constrained', 'NLFunction'), [isa('BestListParaphraseWithSeparatorFn-Constrained', 'NLFunction')]). cached_query(isa('Postmodifier_EdFormFn', 'NLFunction'), [isa('Postmodifier_EdFormFn', 'NLFunction')]). cached_query([arity, 'SubcollectionOfDuringTypeFn', _], [[arity, 'SubcollectionOfDuringTypeFn', 2]]). cached_query([arity, doesTypeEvery, _], [[arity, doesTypeEvery, 3], [arity, doesTypeEvery, 'RelationAllExistsFn'(doesTypeEvery, arity, 'Predicate', 'PositiveInteger')]]). cached_query(isa('IndefiniteNbarPPFn', 'NLFunction'), [isa('IndefiniteNbarPPFn', 'NLFunction')]). cached_query(isa('DefiniteNbarPPFn', 'NLFunction'), [isa('DefiniteNbarPPFn', 'NLFunction')]). cached_query([arity, totalSolutesInAqueousSolution, _], [[arity, totalSolutesInAqueousSolution, 2], [arity, totalSolutesInAqueousSolution, 'RelationAllExistsFn'(totalSolutesInAqueousSolution, arity, 'Predicate', 'PositiveInteger')]]). cached_query([arityMin, 'SpeedOfLight', _], []). cached_query([arity, 'SpeedOfLight', _], []). cached_query([arity, 'ElectronicCharge', _], []). cached_query(isa('TerseParaphraseFn', 'LexicalWord'), []). cached_query(genls('TerseParaphraseFn', 'ParsingTemplateCategory'), []). cached_query(isa('Deceased', 'LexicalWord'), []). cached_query(genls('NLConjunctionFn', 'ParsingTemplateCategory'), []). cached_query([arityMin, 'TheList', _], []). cached_query([arity, 'TheList', _], []). cached_query([arity, predicateArgIsaSummary, _], [[arity, predicateArgIsaSummary, 'RelationAllExistsFn'(predicateArgIsaSummary, arity, 'Predicate', 'PositiveInteger')]]). cached_query([arity, wantsToRelnA, _], [[arity, wantsToRelnA, 3], [arity, wantsToRelnA, 'RelationAllExistsFn'(wantsToRelnA, arity, 'Predicate', 'PositiveInteger')]]). cached_query(isa('TermParaphraseFn-NP', 'NLFunction'), [isa('TermParaphraseFn-NP', 'NLFunction')]). cached_query(isa('TermParaphraseFn-NP', 'LexicalWord'), []). cached_query(genls('TermParaphraseFn-NP', 'ParsingTemplateCategory'), []). cached_query(isa('GenValueParaphraseFn', 'NLFunction'), [isa('GenValueParaphraseFn', 'NLFunction')]). cached_query(isa('Some-NLAttr', 'LexicalWord'), []). cached_query([arity, launchesProjectile, _], [[arity, launchesProjectile, 2], [arity, launchesProjectile, 'RelationAllExistsFn'(launchesProjectile, arity, 'Predicate', 'PositiveInteger')]]). cached_query(genls('SpecsFn', 'ParsingTemplateCategory'), []). cached_query(isa('GroupOfCardinalityFn', 'NLFunction'), []). cached_query([arity, levelOfPresenceIn, _], [[arity, levelOfPresenceIn, 'RelationAllExistsFn'(levelOfPresenceIn, arity, 'Predicate', 'PositiveInteger')], [arity, levelOfPresenceIn, 3]]). cached_query([arity, consultants, _], [[arity, consultants, 'RelationAllExistsFn'(consultants, arity, 'Predicate', 'PositiveInteger')], [arity, consultants, 2]]). cached_query([arity, allowedAudience, _], [[arity, allowedAudience, 'RelationAllExistsFn'(allowedAudience, arity, 'Predicate', 'PositiveInteger')], [arity, allowedAudience, 2]]). cached_query([arity, stringLength, _], [[arity, stringLength, 'RelationAllExistsFn'(stringLength, arity, 'Predicate', 'PositiveInteger')], [arity, stringLength, 2]]). cached_query(isa('BestNLWordFormOfLexemeFn-Constrained', 'NLFunction'), [isa('BestNLWordFormOfLexemeFn-Constrained', 'NLFunction')]). cached_query(isa('Indefinite-NLAttr', 'LexicalWord'), []). cached_query(isa('IndefiniteNounPPFn', 'NLFunction'), [isa('IndefiniteNounPPFn', 'NLFunction')]). cached_query(isa('Many-NLAttr', 'LexicalWord'), []). cached_query(isa('Every-NLAttr', 'LexicalWord'), []). cached_query(isa('No-NLAttr', 'LexicalWord'), []). cached_query([arity, dataForValveEtiologyInProcedure, _], [[arity, dataForValveEtiologyInProcedure, 'RelationAllExistsFn'(dataForValveEtiologyInProcedure, arity, 'Predicate', 'PositiveInteger')], [arity, dataForValveEtiologyInProcedure, 3]]). cached_query([arity, 'URIFn', _], [[arity, 'URIFn', 1]]). cached_query([arity, normativeSpecificationDescribesRelnToIns, _], [[arity, normativeSpecificationDescribesRelnToIns, 'RelationAllExistsFn'(normativeSpecificationDescribesRelnToIns, arity, 'Predicate', 'PositiveInteger')], [arity, normativeSpecificationDescribesRelnToIns, 3]]). cached_query(isa('Plan', 'LexicalWord'), []). cached_query([arity, entitlementRolePlayerConstraints, _], [[arity, entitlementRolePlayerConstraints, 'RelationAllExistsFn'(entitlementRolePlayerConstraints, arity, 'Predicate', 'PositiveInteger')], [arity, entitlementRolePlayerConstraints, 4]]). cached_query(isa('Embassy-TheMission', 'LexicalWord'), []). cached_query(isa('EmbassyBuilding', 'LexicalWord'), []). cached_query(isa('PreciseParaphraseFn', 'LexicalWord'), []). cached_query(genls('PreciseParaphraseFn', 'ParsingTemplateCategory'), []). cached_query(isa('Collection', 'LexicalWord'), []). cached_query(['commandTemplate-Reln', _, _, _, _], [['commandTemplate-Reln', 'ImperativeTemplate', 'ImperativeTemplate', 'NLPatternList'('NLPattern-Exact'(string('"please"')), 'NLPattern-Template'('ImperativeTemplate', ':COMMAND')), 'Simply'(':COMMAND')], ['commandTemplate-Reln', 'ImperativeTemplate', 'ImperativeTemplate', 'NLPatternList'('RequireOne'('WordSequence'(string('"can"'), string('"you"')), 'WordSequence'(string('"could"'), string('"you"')), 'WordSequence'(string('"will"'), string('"you"')), 'WordSequence'(string('"can"'), string('"you"')), 'WordSequence'(string('"would"'), string('"you"'))), 'NLPattern-Template'('ImperativeTemplate', ':COMMAND')), 'Simply'(':COMMAND')], ['commandTemplate-Reln', 'ImperativeTemplate', 'ImperativeTemplate', 'NLPatternList'('NLPattern-Template'('ImperativeTemplate', ':COMMAND'), 'TemplatePeriodMarker'), 'Simply'(':COMMAND')], ['commandTemplate-Reln', 'ImperativeTemplate', 'CycSolutionFinder', 'NLPatternList'('OptionalOne'('WordSequence'(string('"I"'), string('"would"'), string('"like"'), string('"to"')), 'WordSequence'(string('"I"'), string('"want"'), string('"to"')), 'WordSequence'(string('"I"'), string('"am"'), string('"ready"'), string('"to"')), 'WordSequence'(string('"I"'), string('"need"'), string('"to"')), 'WordSequence'(string('"I"'), string('"need"')), string('"please"')), 'RequireOne'(string('"ask"'), string('"make"'), string('"create"'), string('"enter"'), string('"construct"')), 'NLPattern-Exact'(string('"a"')), 'RequireOne'(string('"query"'), string('"question"'))), 'NLRequestFn'('StartTool-NLRequest', 'CycSolutionFinder', [])], ['commandTemplate-Reln', 'ImperativeTemplate', 'CycSolutionFinder', 'NLPatternList'('RequireOne'('WordSequence'(string('"can"'), string('"I"')), 'WordSequence'(string('"may"'), string('"I"')), 'WordSequence'(string('"could"'), string('"you"')), 'WordSequence'(string('"can"'), string('"you"')), 'WordSequence'(string('"will"'), string('"you"'))), 'OptionalOne'(string('"please"')), 'RequireOne'(string('"ask"'), string('"make"'), string('"create"'), string('"enter"'), string('"construct"')), 'NLPattern-Exact'(string('"a"')), 'RequireOne'(string('"query"'), string('"question"')), 'OptionalOne'('TemplateQuestionMarkMarker')), 'NLRequestFn'('StartTool-NLRequest', 'CycSolutionFinder', [])], ['commandTemplate-Reln', 'ImperativeTemplate', 'CycSalientDescriptor', 'NLPatternList'('NLPattern-Exact'(string('"ask"'), string('"me"'), string('"about"')), 'NLPattern-Template'('NPTemplate', ':CONCEPT'), 'OptionalOne'('TemplatePeriodMarker')), 'NLRequestFn'('StartTool-NLRequest', 'CycSalientDescriptor', ':CONCEPT')], ['commandTemplate-Reln', 'ImperativeTemplate', 'CycSalientDescriptor', 'NLPatternList'('OptionalOne'('WordSequence'(string('"I"'), string('"want"'), string('"to"')), 'WordSequence'(string('"I"'), string('"am"'), string('"ready"'), string('"to"'))), 'NLPattern-Exact'(string('"refine"')), 'OptionalOne'(string('"a"'), string('"an"')), 'OptionalOne'(string('"new"')), 'RequireOne'(string('"term"'), string('"thing"'), string('"idea"'), string('"concept"'), string('"constant"')), 'OptionalOne'('TemplatePeriodMarker')), 'NLRequestFn'('StartTool-NLRequest', 'CycSalientDescriptor', [])], ['commandTemplate-Reln', 'ImperativeTemplate', 'CycSalientDescriptor', 'NLPatternList'('OptionalOne'('WordSequence'(string('"I"'), string('"want"'), string('"to"')), 'WordSequence'(string('"I"'), string('"need"'), string('"to"')), 'WordSequence'(string('"I"'), string('"am"'), string('"ready"'), string('"to"')), 'WordSequence'(string('"I"'), string('"would"'), string('"like"'), string('"to"')), 'WordSequence'(string('"may"'), string('"I"')), 'WordSequence'(string('"can"'), string('"I"'))), 'NLPattern-Exact'(string('"refine"')), 'NLPattern-Template'('NPTemplate', ':CONCEPT'), 'OptionalOne'('TemplatePeriodMarker')), 'NLRequestFn'('StartTool-NLRequest', 'CycSalientDescriptor', ':CONCEPT')], ['commandTemplate-Reln', 'ImperativeTemplate', 'CycLexicalKnowledgeReviewer', 'NLPatternList'('RequireOne'(string('"show"'), string('"tell"')), 'OptionalOne'(string('"me"')), 'NLPattern-Exact'(string('"the"')), 'OptionalOne'(string('"new"')), 'RequireOne'(string('"lexical"')), 'RequireOne'(string('"information"'), string('"knowledge"')), 'OptionalOne'(string('"which"'), string('"that"')), 'RequireOne'('WordSequence'(string('"has"'), string('"been"')), string('"I\'ve"'), 'WordSequence'(string('"I"'), string('"have"'))), 'NLPattern-Exact'(string('"entered"')), 'OptionalOne'('WordSequence'(string('"so"'), string('"far"')), 'WordSequence'(string('"thus"'), string('"far"')), string('"already"'))), 'NLRequestFn'('StartTool-NLRequest', 'CycLexicalKnowledgeReviewer', [])], ['commandTemplate-Reln', 'ImperativeTemplate', 'CycLexicalKnowledgeReviewer', 'NLPatternList'('RequireOne'(string('"review"')), 'RequireOne'(string('"lexical"')), 'RequireOne'(string('"information"'), string('"knowledge"'))), 'NLRequestFn'('StartTool-NLRequest', 'CycLexicalKnowledgeReviewer', [])], ['commandTemplate-Reln', 'QuestionTemplate', 'CycLexicalKnowledgeReviewer', 'NLPatternList'('NLPattern-Exact'(string('"what"')), 'OptionalOne'(string('"new"')), 'RequireOne'(string('"lexical"')), 'RequireOne'(string('"information"'), string('"knowledge"')), 'NLPattern-Exact'(string('"do"'), string('"you"')), 'RequireOne'(string('"have"'), string('"know"')), 'OptionalOne'('TemplateQuestionMarkMarker')), 'NLRequestFn'('StartTool-NLRequest', 'CycLexicalKnowledgeReviewer', [])], ['commandTemplate-Reln', 'QuestionTemplate', 'CycLexicalKnowledgeReviewer', 'NLPatternList'('NLPattern-Exact'(string('"what"')), 'RequireOne'(string('"lexical"')), 'OptionalOne'(string('"information"'), string('"knowledge"')), 'NLPattern-Exact'(string('"have"'), string('"you"')), 'RequireOne'(string('"learned"'), 'WordSequence'(string('"been"'), string('"taught"'))), 'OptionalOne'('TemplateQuestionMarkMarker')), 'NLRequestFn'('StartTool-NLRequest', 'CycLexicalKnowledgeReviewer', [])], ['commandTemplate-Reln', 'QuestionTemplate', 'CycKnowledgeReviewer', 'NLPatternList'('NLPattern-Exact'(string('"what"')), 'OptionalOne'(string('"information"'), string('"knowledge"')), 'NLPattern-Exact'(string('"have"'), string('"you"')), 'RequireOne'(string('"learned"'), 'WordSequence'(string('"been"'), string('"taught"'))), 'OptionalOne'('TemplateQuestionMarkMarker')), 'NLRequestFn'('StartTool-NLRequest', 'CycKnowledgeReviewer', [])], ['commandTemplate-Reln', 'QuestionTemplate', 'CycKnowledgeReviewer', 'NLPatternList'('NLPattern-Exact'(string('"what"')), 'OptionalOne'(string('"new"')), 'RequireOne'(string('"information"'), string('"knowledge"')), 'NLPattern-Exact'(string('"do"'), string('"you"')), 'RequireOne'(string('"have"'), string('"know"')), 'OptionalOne'('TemplateQuestionMarkMarker')), 'NLRequestFn'('StartTool-NLRequest', 'CycKnowledgeReviewer', [])], ['commandTemplate-Reln', 'ImperativeTemplate', 'CycKnowledgeReviewer', 'NLPatternList'('RequireOne'(string('"show"'), string('"tell"')), 'OptionalOne'(string('"me"')), 'NLPattern-Exact'(string('"the"')), 'OptionalOne'(string('"new"')), 'RequireOne'(string('"information"'), string('"knowledge"')), 'OptionalOne'(string('"which"'), string('"that"')), 'RequireOne'('WordSequence'(string('"has"'), string('"been"')), string('"I\'ve"'), 'WordSequence'(string('"I"'), string('"have"'))), 'NLPattern-Exact'(string('"entered"')), 'OptionalOne'('WordSequence'(string('"so"'), string('"far"')), 'WordSequence'(string('"thus"'), string('"far"')), string('"already"'))), 'NLRequestFn'('StartTool-NLRequest', 'CycKnowledgeReviewer', [])], ['commandTemplate-Reln', 'ImperativeTemplate', 'CycKnowledgeReviewer', 'NLPatternList'('RequireOne'(string('"review"')), 'RequireOne'(string('"information"'), string('"knowledge"'))), 'NLRequestFn'('StartTool-NLRequest', 'CycKnowledgeReviewer', [])], ['commandTemplate-Reln', 'ImperativeTemplate', 'CycCommonQueriesTool', 'NLPatternList'('NLPattern-Exact'(string('"I"')), 'RequireOne'(string('"want"'), 'WordSequence'(string('"would"'), string('"like"'))), 'NLPattern-Exact'(string('"to"'), string('"ask"')), 'RequireOne'(string('"something"'), 'WordSequence'(string('"a"'), string('"question"'))), 'RequireOne'(string('"about"'), 'WordSequence'(string('"on"'), string('"the"'), string('"topic"'), string('"of"')), 'WordSequence'(string('"on"'), string('"the"'), string('"subject"'), string('"of"'))), 'NLPattern-Template'('NPTemplate', ':TOPIC')), 'NLRequestFn'('StartTool-NLRequest', 'CycCommonQueriesTool', ':TOPIC')], ['commandTemplate-Reln', 'STemplate', 'CycLexificationWizard', 'NLPatternList'('OptionalOne'('TemplateDoubleQuoteMarker', 'TemplateSingleQuoteMarker'), 'NLPattern-Template'('StringTemplate', ':NAME'), 'OptionalOne'('TemplateDoubleQuoteMarker', 'TemplateSingleQuoteMarker'), 'NLPattern-Exact'(string('"is"')), 'RequireOne'(string('"a"'), string('"the"'), string('"one"'), 'WordSequence'(string('"a"'), string('"different"')), 'WordSequence'(string('"the"'), string('"other"')), 'WordSequence'(string('"an"'), string('"alternate"')), string('"another"')), 'RequireOne'(string('"name"'), string('"word"')), 'RequireOne'(string('"of"'), string('"for"')), 'OptionalOne'('TemplateDoubleQuoteMarker', 'TemplateSingleQuoteMarker'), 'NLPattern-Template'('NBarTemplate', ':TERM'), 'OptionalOne'('TemplateDoubleQuoteMarker', 'TemplateSingleQuoteMarker')), 'NLRequestFn'('StartTool-NLRequest', 'CycLexificationWizard', ':TERM')], ['commandTemplate-Reln', 'STemplate', 'CycLexificationWizard', 'NLPatternList'('OptionalOne'('TemplateDoubleQuoteMarker', 'TemplateSingleQuoteMarker'), 'NLPattern-Template'('NBarTemplate', ':TERM'), 'OptionalOne'('TemplateDoubleQuoteMarker', 'TemplateSingleQuoteMarker'), 'NLPattern-Exact'(string('"is"')), 'OptionalOne'(string('"also"')), 'RequireOne'(string('"named"'), string('"called"')), 'OptionalOne'('TemplateDoubleQuoteMarker', 'TemplateSingleQuoteMarker'), 'NLPattern-Template'('StringTemplate', ':NAME'), 'OptionalOne'('TemplateDoubleQuoteMarker', 'TemplateSingleQuoteMarker')), 'NLRequestFn'('StartTool-NLRequest', 'CycLexificationWizard', ':TERM')], ['commandTemplate-Reln', 'STemplate', 'CycLexificationWizard', 'NLPatternList'('RequireOne'(string('"a"'), string('"the"'), string('"one"'), string('"another"'), 'WordSequence'(string('"the"'), string('"other"')), 'WordSequence'(string('"a"'), string('"different"')), 'WordSequence'(string('"an"'), string('"alternate"'))), 'RequireOne'(string('"word"'), string('"name"')), 'RequireOne'(string('"for"'), string('"of"')), 'NLPattern-Template'('NBarTemplate', ':TERM'), 'NLPattern-Exact'(string('"is"')), 'NLPattern-Template'('StringTemplate', ':NAME')), 'NLRequestFn'('StartTool-NLRequest', 'CycLexificationWizard', ':TERM')], ['commandTemplate-Reln', 'ImperativeTemplate', 'CycLexificationWizard', 'NLPatternList'('OptionalOne'('WordSequence'(string('"I"'), string('"would"'), string('"like"'), string('"to"')), 'WordSequence'(string('"I"'), string('"want"'), string('"to"')), 'WordSequence'(string('"I"'), string('"am"'), string('"ready"'), string('"to"'))), 'NLPattern-Exact'(string('"lexify"')), 'NLPattern-Template'('NPTemplate', ':TERM')), 'NLRequestFn'('StartTool-NLRequest', 'CycLexificationWizard', ':TERM')], ['commandTemplate-Reln', 'ImperativeTemplate', 'CycLexificationWizard', 'NLPatternList'('OptionalOne'('WordSequence'(string('"I"'), string('"would"'), string('"like"'), string('"to"')), 'WordSequence'(string('"I"'), string('"want"'), string('"to"')), 'WordSequence'(string('"I"'), string('"am"'), string('"ready"'), string('"to"'))), 'NLPattern-Exact'(string('"lexify"')), 'OptionalOne'(string('"a"'), string('"an"'), string('"some"'), string('"the"')), 'OptionalOne'(string('"new"')), 'RequireOne'(string('"word"'), string('"phrase"'), string('"something"'), string('"term"'), string('"constant"'), string('"concept"'), string('"predicate"'), string('"relation"'), string('"function"'), string('"attribute"'), string('"individual"'))), 'NLRequestFn'('StartTool-NLRequest', 'CycLexificationWizard', [])], ['commandTemplate-Reln', 'ImperativeTemplate', 'CycProcessDescriptor', 'NLPatternList'('OptionalOne'('WordSequence'(string('"I"'), string('"would"'), string('"like"'), string('"to"'), string('"process"')), 'WordSequence'(string('"I"'), string('"want"'), string('"to"')), 'WordSequence'(string('"I"'), string('"am"'), string('"ready"'), string('"to"'))), 'RequireOne'(string('"define"'), string('"make"'), string('"create"'), string('"enter"'), string('"describe"'), string('"start"'), string('"begin"'), 'WordSequence'(string('"tell"'), string('"you"'), string('"about"'))), 'OptionalOne'(string('"a"')), 'OptionalOne'(string('"new"')), 'NLPattern-Exact'(string('"process"'))), 'NLRequestFn'('StartTool-NLRequest', 'CycProcessDescriptor', [])], ['commandTemplate-Reln', 'ImperativeTemplate', 'CycProcessDescriptor', 'NLPatternList'('OptionalOne'('WordSequence'(string('"I"'), string('"would"'), string('"like"'), string('"to"')), 'WordSequence'(string('"I"'), string('"want"'), string('"to"')), 'WordSequence'(string('"I"'), string('"am"'), string('"ready"'), string('"to"'))), 'RequireOne'(string('"define"'), string('"make"'), string('"create"'), string('"enter"'), string('"describe"'), string('"start"'), string('"begin"'), 'WordSequence'(string('"tell you about"'))), 'NLPattern-Exact'(string('"the"'), string('"process"')), 'NLPattern-Template'('NPTemplate', ':PROCESS')), 'NLRequestFn'('StartTool-NLRequest', 'CycProcessDescriptor', ':PROCESS')], ['commandTemplate-Reln', 'ImperativeTemplate', 'CycProcessDescriptor', 'NLPatternList'('OptionalOne'('WordSequence'(string('"I"'), string('"would"'), string('"like"'), string('"to"')), 'WordSequence'(string('"I"'), string('"want"'), string('"to"')), 'WordSequence'(string('"I"'), string('"am"'), string('"ready"'), string('"to"'))), 'RequireOne'(string('"define"'), string('"make"'), string('"create"'), string('"enter"'), string('"describe"'), string('"start"'), string('"begin"'), 'WordSequence'(string('"tell you about"'))), 'NLPattern-Exact'(string('"the"')), 'NLPattern-Template'('NPTemplate', ':PROCESS'), 'NLPattern-Exact'(string('"process"'))), 'NLRequestFn'('StartTool-NLRequest', 'CycProcessDescriptor', ':PROCESS')], ['commandTemplate-Reln', 'ImperativeTemplate', 'CycConceptCreator', 'NLPatternList'('NLPattern-Exact'(string('"Here"'), string('"is"'), string('"a"'), string('"new"')), 'RequireOne'(string('"meaning"'), string('"sense"')), 'RequireOne'(string('"of"'), string('"for"')), 'NLPattern-Template'('NPTemplate', ':NEW'), 'OptionalOne'('TemplatePeriodMarker')), 'NLRequestFn'('StartTool-NLRequest', 'CycConceptCreator', ':NEW')], ['commandTemplate-Reln', 'ImperativeTemplate', 'CycConceptCreator', 'NLPatternList'('OptionalOne'('WordSequence'(string('"I"'), string('"want"'), string('"to"')), 'WordSequence'(string('"I"'), string('"need"'), string('"to"')), 'WordSequence'(string('"I"'), string('"am"'), string('"ready"'), string('"to"')), 'WordSequence'(string('"I"'), string('"would"'), string('"like"'), string('"to"'))), 'RequireOne'(string('"define"'), string('"make"'), string('"create"'), string('"enter"'), 'WordSequence'(string('"tell"'), string('"you"'), string('"about"')), 'WordSequence'(string('"teach"'), string('"you"'), string('"about"')), 'WordSequence'(string('"talk"'), string('"about"')), 'WordSequence'(string('"talk"'), string('"to"'), string('"you"'), string('"about"'))), 'OptionalOne'('WordSequence'(string('"a"'), string('"new"'), string('"sense"'), string('"of"')), 'WordSequence'(string('"a"'), string('"new"'), string('"meaning"'), string('"of"')), 'WordSequence'(string('"a"'), string('"new"'), string('"meaning"'), string('"for"'))), 'NLPattern-Template'('NPTemplate', ':NEW'), 'OptionalOne'('TemplatePeriodMarker')), 'NLRequestFn'('StartTool-NLRequest', 'CycConceptCreator', ':NEW')], ['commandTemplate-Reln', 'ImperativeTemplate', 'CycScenarioDescriber', 'NLPatternList'('OptionalOne'('WordSequence'(string('"I"'), string('"would"'), string('"like"'), string('"to"')), 'WordSequence'(string('"I"'), string('"want"'), string('"to"')), 'WordSequence'(string('"I"'), string('"am"'), string('"ready"'), string('"to"'))), 'RequireOne'(string('"define"'), string('"make"'), string('"construct"'), string('"create"'), string('"enter"'), string('"describe"'), string('"start"'), string('"begin"'), 'WordSequence'(string('"tell you about"'))), 'OptionalOne'(string('"a"')), 'OptionalOne'(string('"new"')), 'RequireOne'(string('"situation"'), string('"scenario"'))), 'NLRequestFn'('StartTool-NLRequest', 'CycScenarioDescriber', [])], ['commandTemplate-Reln', 'ImperativeTemplate', 'CycConceptCreator', 'NLPatternList'('OptionalOne'('WordSequence'(string('"I"'), string('"want"'), string('"to"')), 'WordSequence'(string('"I"'), string('"need"'), string('"to"')), 'WordSequence'(string('"I"'), string('"would"'), string('"like"'), string('"to"')), 'WordSequence'(string('"I"'), string('"am"'), string('"ready"'), string('"to"'))), 'RequireOne'(string('"define"'), string('"make"'), string('"create"'), string('"enter"'), string('"describe"'), 'WordSequence'(string('"tell"'), string('"you"'), string('"about"')), 'WordSequence'(string('"teach"'), string('"you"'), string('"about"')), 'WordSequence'(string('"talk"'), string('"to"'), string('"you"'), string('"about"')), 'WordSequence'(string('"talk"'), string('"about"'))), 'OptionalOne'(string('"a"'), string('"an"')), 'OptionalOne'(string('"new"')), 'RequireOne'(string('"term"'), string('"thing"'), string('"idea"'), string('"concept"'), string('"constant"')), 'OptionalOne'('TemplatePeriodMarker')), 'NLRequestFn'('StartTool-NLRequest', 'CycConceptCreator', [])], ['commandTemplate-Reln', 'ImperativeTemplate', 'CycRelationshipSuggestor', 'NLPatternList'('OptionalOne'('WordSequence'(string('"I"'), string('"would"'), string('"like"'), string('"to"')), 'WordSequence'(string('"I"'), string('"want"'), string('"to"')), 'WordSequence'(string('"I"'), string('"am"'), string('"ready"'), string('"to"')), 'WordSequence'(string('"I"'), string('"need"'), string('"to"')), 'WordSequence'(string('"I"'), string('"need"')), string('"please"')), 'RequireOne'(string('"find"'), string('"suggest"'), string('"give"'), 'WordSequence'(string('"look for"'))), 'NLPattern-Exact'(string('"a"')), 'RequireOne'(string('"relation"'), string('"relationship"'), string('"predicate"'))), 'NLRequestFn'('StartTool-NLRequest', 'CycRelationshipSuggestor', [])], ['commandTemplate-Reln', 'ImperativeTemplate', 'CycRelationshipSuggestor', 'NLPatternList'('RequireOne'(string('"find"'), string('"suggest"'), string('"give"'), 'WordSequence'(string('"look for"'))), 'NLPattern-Exact'(string('"a"')), 'RequireOne'(string('"relation"'), string('"relationship"'), string('"predicate"')), 'RequireOne'('WordSequence'(string('"that"'), string('"relates"')), 'WordSequence'(string('"to"'), string('"relate"')), 'WordSequence'(string('"for"'), string('"relating"')), string('"between"')), 'NLPattern-Template'('NPTemplate', ':CON1'), 'RequireOne'(string('"and"'), string('"to"')), 'NLPattern-Template'('NPTemplate', ':CON2')), 'NLRequestFn'('StartTool-NLRequest', 'CycRelationshipSuggestor', ':CON1'(':CON2'))], ['commandTemplate-Reln', 'ImperativeTemplate', 'CycRuleConstructor', 'NLPatternList'('OptionalOne'('WordSequence'(string('"I"'), string('"would"'), string('"like"'), string('"to"')), 'WordSequence'(string('"I"'), string('"want"'), string('"to"')), 'WordSequence'(string('"I"'), string('"am"'), string('"ready"'), string('"to"')), 'WordSequence'(string('"I"'), string('"need"'), string('"to"')), string('"please"')), 'RequireOne'('WordSequence'(string('"tell"'), string('"you"')), string('"define"'), string('"make"'), string('"create"'), string('"enter"'), string('"describe"')), 'NLPattern-Exact'(string('"a"')), 'OptionalOne'(string('"new"')), 'NLPattern-Exact'(string('"rule"'))), 'NLRequestFn'('StartTool-NLRequest', 'CycRuleConstructor', [])], ['commandTemplate-Reln', 'QuestionTemplate', 'CycRuleConstructor', 'NLPatternList'('RequireOne'('WordSequence'(string('"can"'), string('"I"')), 'WordSequence'(string('"may"'), string('"I"'))), 'OptionalOne'(string('"please"')), 'RequireOne'('WordSequence'(string('"tell"'), string('"you"')), string('"define"'), string('"make"'), string('"create"'), string('"enter"'), string('"describe"')), 'NLPattern-Exact'(string('"a"')), 'OptionalOne'(string('"new"')), 'NLPattern-Exact'(string('"rule"')), 'OptionalOne'('TemplateQuestionMarkMarker')), 'NLRequestFn'('StartTool-NLRequest', 'CycRuleConstructor', [])], ['commandTemplate-Reln', 'STemplate', 'CycRuleConstructor', 'NLPatternList'('NLPattern-Exact'(string('"if"')), 'NLPattern-Template'('StringTemplate', ':STRING1'), 'OptionalOne'('TemplateCommaMarker'), 'NLPattern-Exact'(string('"then"')), 'NLPattern-Template'('StringTemplate', ':STRING2')), 'NLRequestFn'('StartTool-NLRequest', 'CycRuleConstructor', ':STRING1'(':STRING2'))], ['commandTemplate-Reln', 'ImperativeTemplate', 'CycRuleConstructor', 'NLPatternList'('OptionalOne'('WordSequence'(string('"I"'), string('"would"'), string('"like"'), string('"to"')), 'WordSequence'(string('"I"'), string('"want"'), string('"to"')), 'WordSequence'(string('"I"'), string('"am"'), string('"ready"'), string('"to"'))), 'RequireOne'(string('"define"'), string('"make"'), string('"create"'), string('"enter"'), string('"describe"')), 'NLPattern-Exact'(string('"a"'), string('"rule"')), 'RequireOne'(string('"with"'), string('"using"'), string('"from"'), string('"for"'), 'WordSequence'(string('"based"'), string('"upon"')), 'WordSequence'(string('"derived"'), string('"from"'))), 'RequireOne'(string('"this"'), 'WordSequence'(string('"the"'), string('"following"')), string('"the"')), 'NLPattern-Exact'(string('"antecedent"')), 'OptionalOne'('TemplateCommaMarker', 'TemplateColonMarker'), 'NLPattern-Template'('StringTemplate', ':STRING1'), 'OptionalOne'('TemplateCommaMarker'), 'NLPattern-Exact'(string('"and"')), 'OptionalOne'(string('"this"'), 'WordSequence'(string('"the"'), string('"following"')), string('"the"')), 'NLPattern-Exact'(string('"consequent"')), 'OptionalOne'('TemplateCommaMarker', 'TemplateColonMarker'), 'NLPattern-Template'('StringTemplate', ':STRING2')), 'NLRequestFn'('StartTool-NLRequest', 'CycRuleConstructor', ':STRING1'(':STRING2'))], ['commandTemplate-Reln', 'ImperativeTemplate', 'QueryConstructor', 'NLPatternList'('RequireOne'('WordSequence'(string('"can"'), string('"I"')), 'WordSequence'(string('"may"'), string('"I"')), 'WordSequence'(string('"could"'), string('"you"')), 'WordSequence'(string('"can"'), string('"you"')), 'WordSequence'(string('"will"'), string('"you"'))), 'OptionalOne'(string('"please"')), 'RequireOne'(string('"ask"'), string('"make"'), string('"create"'), string('"enter"'), string('"construct"')), 'NLPattern-Exact'(string('"a"')), 'RequireOne'(string('"query"'), string('"question"')), 'OptionalOne'('TemplateQuestionMarkMarker')), 'NLRequestFn'('StartTool-NLRequest', 'QueryConstructor', [])], ['commandTemplate-Reln', 'QuestionTemplate', 'CycRelationshipSuggestor', 'NLPatternList'('RequireOne'('WordSequence'(string('"could"'), string('"you"')), 'WordSequence'(string('"can"'), string('"you"')), 'WordSequence'(string('"will"'), string('"you"'))), 'OptionalOne'(string('"please"')), 'RequireOne'(string('"find"'), string('"suggest"'), string('"give"'), 'WordSequence'(string('"look for"'))), 'NLPattern-Exact'(string('"a"')), 'RequireOne'(string('"relation"'), string('"relationship"'), string('"predicate"')), 'OptionalOne'('TemplateQuestionMarkMarker')), 'NLRequestFn'('StartTool-NLRequest', 'CycRelationshipSuggestor', [])], ['commandTemplate-Reln', 'QuestionTemplate', 'CycRelationshipSuggestor', 'NLPatternList'('RequireOne'('WordSequence'(string('"can"'), string('"you"'), string('"suggest"'), string('"a"')), 'WordSequence'(string('"can"'), string('"you"'), string('"give"'), string('"a"')), 'WordSequence'(string('"is"'), string('"there"'), string('"a"')), string('"what"')), 'RequireOne'(string('"predicate"'), string('"relation"')), 'OptionalOne'(string('"that"'), string('"which"')), 'RequireOne'('WordSequence'(string('"can"'), string('"be"'), string('"used"'), string('"to"'), string('"relate"')), 'WordSequence'(string('"can"'), string('"relate"')), string('"relates"'), string('"between"')), 'NLPattern-Template'('NPTemplate', ':CON1'), 'RequireOne'(string('"and"'), string('"to"')), 'NLPattern-Template'('NPTemplate', ':CON2'), 'OptionalOne'('TemplateQuestionMarkMarker')), 'NLRequestFn'('StartTool-NLRequest', 'CycRelationshipSuggestor', ':CON1'(':CON2'))], ['commandTemplate-Reln', 'ImperativeTemplate', 'CycComparatorContrastor', 'NLPatternList'('OptionalOne'('WordSequence'(string('"I"'), string('"would"'), string('"like"'), string('"to"')), 'WordSequence'(string('"I"'), string('"want"'), string('"to"')), 'WordSequence'(string('"I"'), string('"am"'), string('"ready"'), string('"to"')), 'WordSequence'(string('"I"'), string('"need"'), string('"to"')), string('"please"')), 'RequireOne'(string('"compare"'), string('"contrast"')), 'OptionalOne'(string('"and"')), 'OptionalOne'(string('"compare"'), string('"contrast"')), 'RequireOne'(string('"some"'), string('"two"')), 'RequireOne'(string('"concepts"'), string('"constants"'), string('"terms"'))), 'NLRequestFn'('StartTool-NLRequest', 'CycComparatorContrastor', [])], ['commandTemplate-Reln', 'QuestionTemplate', 'CycComparatorContrastor', 'NLPatternList'('RequireOne'('WordSequence'(string('"may"'), string('"I"')), 'WordSequence'(string('"can"'), string('"I"')), 'WordSequence'(string('"could"'), string('"you"')), 'WordSequence'(string('"can"'), string('"you"')), 'WordSequence'(string('"will"'), string('"you"'))), 'OptionalOne'(string('"please"')), 'RequireOne'(string('"compare"'), string('"contrast"')), 'OptionalOne'(string('"and"')), 'OptionalOne'(string('"compare"'), string('"contrast"')), 'RequireOne'(string('"some"'), string('"two"')), 'RequireOne'(string('"concepts"'), string('"constants"'), string('"terms"')), 'OptionalOne'('TemplateQuestionMarkMarker')), 'NLRequestFn'('StartTool-NLRequest', 'CycComparatorContrastor', [])], ['commandTemplate-Reln', 'ImperativeTemplate', 'CycComparatorContrastor', 'NLPatternList'('OptionalOne'('WordSequence'(string('"I"'), string('"would"'), string('"like"'), string('"to"')), 'WordSequence'(string('"I"'), string('"want"'), string('"to"')), 'WordSequence'(string('"I"'), string('"am"'), string('"ready"'), string('"to"')), 'WordSequence'(string('"I"'), string('"need"'), string('"to"')), 'WordSequence'(string('"could"'), string('"you"')), 'WordSequence'(string('"can"'), string('"you"')), 'WordSequence'(string('"will"'), string('"you"')), string('"please"')), 'RequireOne'(string('"compare"'), string('"contrast"')), 'OptionalOne'(string('"and"')), 'OptionalOne'(string('"compare"'), string('"contrast"')), 'RequireOne'(string('"some"'), string('"two"')), 'RequireOne'(string('"concepts"'), string('"constants"'), string('"terms"'))), 'NLRequestFn'('StartTool-NLRequest', 'CycComparatorContrastor', [])], ['commandTemplate-Reln', 'ImperativeTemplate', 'CycComparatorContrastor', 'NLPatternList'('OptionalSome'(string('"I"'), string('"would"'), string('"like"'), string('"want"'), string('"to"'), string('"am"'), string('"ready"'), string('"for"'), string('"need"'), string('"you"'), string('"please"')), 'RequireOne'(string('"compare"'), string('"contrast"')), 'OptionalOne'(string('"and"')), 'OptionalOne'(string('"compare"'), string('"contrast"')), 'NLPattern-Template'('NPTemplate', ':COMPARE'), 'RequireOne'(string('"to"'), string('"with"'), string('"and"')), 'NLPattern-Template'('NPTemplate', ':CONTRAST')), 'NLRequestFn'('StartTool-NLRequest', 'CycComparatorContrastor', ':COMPARE'(':CONTRAST'))], ['commandTemplate-Reln', 'QuestionTemplate', 'CycComparatorContrastor', 'NLPatternList'('RequireOne'('WordSequence'(string('"could"'), string('"you"')), 'WordSequence'(string('"can"'), string('"you"')), 'WordSequence'(string('"will"'), string('"you"'))), 'OptionalOne'(string('"please"')), 'RequireOne'(string('"compare"'), string('"contrast"')), 'OptionalOne'(string('"and"')), 'OptionalOne'(string('"compare"'), string('"contrast"')), 'NLPattern-Template'('NPTemplate', ':COMPARE'), 'RequireOne'(string('"to"'), string('"with"'), string('"and"')), 'NLPattern-Template'('NPTemplate', ':CONTRAST'), 'OptionalOne'('TemplateQuestionMarkMarker')), 'NLRequestFn'('StartTool-NLRequest', 'CycComparatorContrastor', ':COMPARE'(':CONTRAST'))], ['commandTemplate-Reln', 'VPTemplate', 'CycAnalogyTool', 'NLPatternList'('OptionalOne'('WordSequence'(string('"I"'), string('"would"'), string('"like"'), string('"to"')), 'WordSequence'(string('"I"'), string('"want"'), string('"to"')), 'WordSequence'(string('"I"'), string('"am"'), string('"ready"'), string('"to"')), 'WordSequence'(string('"I"'), string('"need"'), string('"to"')), 'WordSequence'(string('"could"'), string('"you"')), 'WordSequence'(string('"can"'), string('"you"')), 'WordSequence'(string('"will"'), string('"you"')), string('"please"')), 'RequireOne'(string('"derive"'), string('"define"'), string('"state"')), 'OptionalOne'(string('"possible"')), 'RequireOne'(string('"knowledge"'), string('"information"'), string('"analogy"')), 'NLPattern-Exact'(string('"for"')), 'RequireOne'(string('"an"'), string('"a"')), 'OptionalOne'(string('"underspecified"'), string('"under-specified"'), 'WordSequence'(string('"under"'), string('"specified"'))), 'RequireOne'(string('"concept"'), string('"constant"'))), 'NLRequestFn'('StartTool-NLRequest', 'CycAnalogyTool', [])], ['commandTemplate-Reln', 'ImperativeTemplate', 'CycAnalogyTool', 'NLPatternList'('OptionalOne'('WordSequence'(string('"I"'), string('"would"'), string('"like"'), string('"to"')), 'WordSequence'(string('"I"'), string('"want"'), string('"to"')), 'WordSequence'(string('"I"'), string('"am"'), string('"ready"'), string('"to"')), 'WordSequence'(string('"I"'), string('"need"'), string('"to"')), string('"please"')), 'RequireOne'(string('"derive"'), string('"define"'), string('"state"')), 'OptionalOne'(string('"possible"')), 'RequireOne'(string('"knowledge"'), string('"information"'), string('"analogy"')), 'NLPattern-Exact'(string('"for"')), 'RequireOne'(string('"an"'), string('"a"')), 'OptionalOne'(string('"underspecified"'), string('"under-specified"'), 'WordSequence'(string('"under"'), string('"specified"'))), 'RequireOne'(string('"concept"'), string('"constant"'))), 'NLRequestFn'('StartTool-NLRequest', 'CycAnalogyTool', [])], ['commandTemplate-Reln', 'QuestionTemplate', 'CycAnalogyTool', 'NLPatternList'('RequireOne'('WordSequence'(string('"could"'), string('"you"')), 'WordSequence'(string('"can"'), string('"you"')), 'WordSequence'(string('"will"'), string('"you"'))), 'OptionalOne'(string('"please"')), 'RequireOne'(string('"derive"'), string('"define"'), string('"state"')), 'OptionalOne'(string('"possible"')), 'RequireOne'(string('"knowledge"'), string('"information"'), string('"analogy"')), 'NLPattern-Exact'(string('"for"')), 'RequireOne'(string('"an"'), string('"a"')), 'OptionalOne'(string('"underspecified"'), string('"under-specified"'), 'WordSequence'(string('"under"'), string('"specified"'))), 'RequireOne'(string('"concept"'), string('"constant"')), 'OptionalOne'('TemplateQuestionMarkMarker')), 'NLRequestFn'('StartTool-NLRequest', 'CycAnalogyTool', [])], ['commandTemplate-Reln', 'ImperativeTemplate', 'StopTool-NLRequest', 'NLPatternList'('OptionalOne'('WordSequence'(string('"I"'), string('"want"'), string('"to"')), 'WordSequence'(string('"I"'), string('"would"'), string('"like"'), string('"to"')), 'WordSequence'(string('"I"'), string('"am"'), string('"ready"'), string('"to"'))), 'RequireOne'(string('"stop"'), string('"end"')), 'OptionalOne'(string('"using"'), 'WordSequence'(string('"working"'), string('"with"')), 'WordSequence'(string('"entering"'), string('"knowledge"'), string('"with"'))), 'NLPattern-Template'('NPTemplate', ':RKFTOOL')), 'NLRequestFn'('StopTool-NLRequest', ':RKFTOOL', [])], ['commandTemplate-Reln', 'ImperativeTemplate', 'CycConceptSummarizer', 'NLPatternList'('OptionalSome'(string('"briefly"'), string('"quickly"'), string('"completely"'), string('"thoroughly"')), 'RequireOne'(string('"give"'), string('"present"'), string('"provide"')), 'OptionalSome'(string('"me"'), string('"with"'), string('"any"'), string('"all"'), string('"whatever"'), string('"the"'), string('"a"'), string('"some"')), 'RequireOne'(string('"information"'), string('"knowledge"'), string('"summary"'), string('"description"')), 'RequireOne'(string('"on"'), string('"about"'), string('"concerning"'), string('"of"'), string('"regarding"'), 'WordSequence'(string('"on"'), string('"the"'), string('"subject"'), string('"of"')), 'WordSequence'(string('"on"'), string('"the"'), string('"topic"'), string('"of"'))), 'NLPattern-Template'('NPTemplate', ':SUBJECT'), 'OptionalSome'(string('"for"'), string('"with"'), string('"me"'), string('"us"'), string('"please"'), string('"briefly"'), string('"quickly"'), string('"completely"'), string('"thoroughly"'))), 'NLRequestFn'('StartTool-NLRequest', 'CycConceptSummarizer', ':SUBJECT')], ['commandTemplate-Reln', 'ImperativeTemplate', 'StartTool-NLRequest', 'NLPatternList'('OptionalOne'('WordSequence'(string('"I"'), string('"want"'), string('"to"')), 'WordSequence'(string('"I"'), string('"would"'), string('"like"'), string('"to"')), 'WordSequence'(string('"I"'), string('"am"'), string('"ready"'), string('"to"'))), 'RequireOne'(string('"begin"'), string('"start"'), string('"use"')), 'OptionalOne'(string('"using"'), string('"up"'), 'WordSequence'(string('"working"'), string('"with"')), 'WordSequence'(string('"entering"'), string('"knowledge"'), string('"with"'))), 'NLPattern-Template'('NPTemplate', ':RKFTOOL')), 'NLRequestFn'('StartTool-NLRequest', ':RKFTOOL', [])], ['commandTemplate-Reln', 'ImperativeTemplate', 'StartTool-NLRequest', 'NLPatternList'('OptionalOne'('WordSequence'(string('"I"'), string('"want"'), string('"to"')), 'WordSequence'(string('"I"'), string('"would"'), string('"like"'), string('"to"')), 'WordSequence'(string('"I"'), string('"am"'), string('"ready"'), string('"to"'))), 'RequireOne'(string('"begin"'), string('"start"'), string('"use"')), 'OptionalOne'(string('"using"'), string('"up"'), 'WordSequence'(string('"working"'), string('"with"')), 'WordSequence'(string('"entering"'), string('"knowledge"'), string('"with"'))), 'NLPattern-Template'('NPTemplate', ':RKFTOOL'), 'NLPattern-Exact'(string('"on"')), 'NLPattern-Template'('NPTemplate', ':ARG')), 'NLRequestFn'('StartTool-NLRequest', ':RKFTOOL', ':ARG')], ['commandTemplate-Reln', 'ImperativeTemplate', 'ExplainAnswerTool', 'NLPatternList'('NLPattern-Exact'(string('"explain"')), 'NLPattern-Template'('NumberTemplate', ':NUM'), 'OptionalOne'('TemplateCloseParenMarker', 'TemplateColonMarker', 'TemplateSemiColonMarker', 'TemplatePeriodMarker')), 'NLRequestFn'('StartTool-NLRequest', 'ExplainAnswerTool', ':NUM')], ['commandTemplate-Reln', 'ImperativeTemplate', 'ExplainAnswerTool', 'NLPatternList'('NLPattern-Exact'(string('"explain"')), 'OptionalOne'('TemplatePeriodMarker')), 'NLRequestFn'('StartTool-NLRequest', 'ExplainAnswerTool', [])], ['commandTemplate-Reln', 'QuestionTemplate', 'CycConceptSummarizer', 'NLPatternList'('NLPattern-Exact'(string('"do"'), string('"you"'), string('"know"')), 'RequireOne'(string('"anything"'), string('"somthing"')), 'NLPattern-Exact'(string('"about"')), 'NLPattern-Template'('NPTemplate', ':SUBJECT'), 'OptionalOne'('TemplateQuestionMarkMarker')), 'NLRequestFn'('StartTool-NLRequest', 'CycConceptSummarizer', ':SUBJECT')], ['commandTemplate-Reln', 'QuestionTemplate', 'CycConceptSummarizer', 'NLPatternList'('RequireOne'('WordSequence'(string('"can"'), string('"you"')), 'WordSequence'(string('"will"'), string('"you"'))), 'OptionalSome'(string('"briefly"'), string('"quickly"'), string('"completely"'), string('"thoroughly"')), 'RequireOne'(string('"describe"'), string('"summarize"'), string('"discuss"'), string('"explain"'), string('"tell"'), string('"talk"')), 'OptionalSome'(string('"me"'), string('"about"'), string('"all"'), string('"everything"'), string('"anything"'), string('"know"'), string('"known"'), string('"you"'), string('"facts"'), string('"knowledge"'), string('"information"')), 'NLPattern-Template'('NPTemplate', ':SUBJECT'), 'OptionalOne'('TemplateQuestionMarkMarker')), 'NLRequestFn'('StartTool-NLRequest', 'CycConceptSummarizer', ':SUBJECT')], ['commandTemplate-Reln', 'QuestionTemplate', 'CycConceptSummarizer', 'NLPatternList'('RequireOne'('WordSequence'(string('"can"'), string('"you"'), string('"tell"'), string('"me"')), 'WordSequence'(string('"can"'), string('"you"'), string('"say"')), 'WordSequence'(string('"do"'), string('"you"'), string('"know"'))), 'RequireOne'(string('"what"'), string('"who"')), 'NLPattern-Template'('NPTemplate', ':SUBJECT'), 'NLPattern-Word'('Be-TheWord', 'Verb'), 'OptionalOne'('TemplateQuestionMarkMarker')), 'NLRequestFn'('StartTool-NLRequest', 'CycConceptSummarizer', ':SUBJECT')], ['commandTemplate-Reln', 'ImperativeTemplate', 'CycConceptSummarizer', 'NLPatternList'('OptionalSome'(string('"briefly"'), string('"quickly"'), string('"completely"'), string('"thoroughly"')), 'RequireOne'(string('"describe"'), string('"summarize"'), string('"discuss"'), string('"explain"'), 'WordSequence'(string('"talk"'), string('"about"')), 'WordSequence'(string('"tell"'), string('"me"'), string('"about"')), 'WordSequence'(string('"tell"'), string('"me"'), string('"what"'), string('"you"'), string('"know"'), string('"about"')), 'WordSequence'(string('"tell"'), string('"me"'), string('"all"'), string('"about"')), 'WordSequence'(string('"tell"'), string('"me"'), string('"all"'), string('"you"'), string('"know"'), string('"about"')), 'WordSequence'(string('"tell"'), string('"me"'), string('"everything"'), string('"about"')), 'WordSequence'(string('"tell"'), string('"me"'), string('"everything"'), string('"you"'), string('"know"'), string('"about"')), 'WordSequence'(string('"tell"'), string('"me"'), string('"everything"'), string('"known"'), string('"about"')), 'WordSequence'(string('"tell"'), string('"me"'), string('"all"'), string('"known"'), string('"about"')), 'WordSequence'(string('"tell"'), string('"me"'), string('"all"'), 'NLPattern-Word'('Inform-TheWord', 'MassNoun'), string('"known"'), string('"about"'))), 'NLPattern-Template'('NPTemplate', ':SUBJECT'), 'OptionalSome'(string('"for"'), string('"with"'), string('"me"'), string('"us"'), string('"please"'), string('"briefly"'), string('"quickly"'), string('"completely"'), string('"thoroughly"'))), 'NLRequestFn'('StartTool-NLRequest', 'CycConceptSummarizer', ':SUBJECT')], ['commandTemplate-Reln', 'QuestionTemplate', 'CycComparatorContrastor', 'NLPatternList'('NLPattern-Exact'(string('"what"')), 'NLPattern-Word'('Be-TheWord', 'BeAux'), 'NLPattern-Exact'(string('"the"')), 'NLPattern-Word'('Differ-TheWord', 'CountNoun'), 'NLPattern-Exact'(string('"between"')), 'NLPattern-Template'('NPTemplate', ':NP1'), 'NLPattern-Exact'(string('"and"')), 'NLPattern-Template'('NPTemplate', ':NP2'), 'OptionalOne'('TemplateQuestionMarkMarker')), 'NLRequestFn'('StartTool-NLRequest', 'CycComparatorContrastor', ':NP1'(':NP2'))], ['commandTemplate-Reln', 'ImperativeTemplate', 'QueryConstructor', 'NLPatternList'('RequireOne'('WordSequence'(string('"based"'), string('"upon"')), string('"given"'), string('"from"'), 'WordSequence'(string('"derived"'), string('"from"'))), 'OptionalOne'(string('"this"'), string('"these"'), 'WordSequence'(string('"the"'), string('"following"'))), 'OptionalSome'('NLPattern-Word'('Fact-TheWord', 'CountNoun'), 'NLPattern-Word'('Concept-TheWord', 'CountNoun'), 'NLPattern-Word'('Statement-TheWord', 'CountNoun'), 'NLPattern-Word'('Relation-TheWord', 'CountNoun'), 'NLPattern-Word'('Predicate-TheWord', 'CountNoun'), 'NLPattern-Word'('Function-TheWord', 'CountNoun'), 'NLPattern-Word'('Formula-TheWord', 'CountNoun'), 'NLPattern-Word'('Variable-TheWord', 'CountNoun'), 'NLPattern-Word'('Assert-TheWord', 'CountNoun'), 'TemplateCommaMarker', 'TemplateColonMarker', string('"and"')), 'NLPattern-Template'('StringTemplate', ':STRING'), 'OptionalOne'('TemplateCommaMarker'), 'OptionalOne'('WordSequence'(string('"I"'), string('"would"'), string('"like"'), string('"to"')), 'WordSequence'(string('"I"'), string('"want"'), string('"to"')), 'WordSequence'(string('"I"'), string('"am"'), string('"ready"'), string('"to"'))), 'RequireOne'(string('"ask"'), string('"make"'), string('"create"'), string('"enter"'), string('"construct"')), 'NLPattern-Exact'(string('"a"')), 'RequireOne'(string('"query"'), string('"question"'))), 'NLRequestFn'('StartTool-NLRequest', 'QueryConstructor', ':STRING')], ['commandTemplate-Reln', 'ImperativeTemplate', 'QueryConstructor', 'NLPatternList'('OptionalOne'('WordSequence'(string('"I"'), string('"would"'), string('"like"'), string('"to"')), 'WordSequence'(string('"I"'), string('"want"'), string('"to"')), 'WordSequence'(string('"I"'), string('"am"'), string('"ready"'), string('"to"'))), 'RequireOne'(string('"ask"'), string('"make"'), string('"create"'), string('"enter"'), string('"construct"')), 'NLPattern-Exact'(string('"a"')), 'RequireOne'(string('"query"'), string('"question"')), 'RequireOne'('WordSequence'(string('"based"'), string('"upon"')), string('"given"'), string('"from"'), 'WordSequence'(string('"derived"'), string('"from"'))), 'OptionalOne'(string('"this"'), string('"these"'), 'WordSequence'(string('"the"'), string('"following"'))), 'OptionalSome'('NLPattern-Word'('Fact-TheWord', 'CountNoun'), 'NLPattern-Word'('Concept-TheWord', 'CountNoun'), 'NLPattern-Word'('Statement-TheWord', 'CountNoun'), 'NLPattern-Word'('Relation-TheWord', 'CountNoun'), 'NLPattern-Word'('Predicate-TheWord', 'CountNoun'), 'NLPattern-Word'('Function-TheWord', 'CountNoun'), 'NLPattern-Word'('Formula-TheWord', 'CountNoun'), 'NLPattern-Word'('Variable-TheWord', 'CountNoun'), 'NLPattern-Word'('Assert-TheWord', 'CountNoun'), 'TemplateCommaMarker', 'TemplateColonMarker', string('"and"')), 'NLPattern-Template'('StringTemplate', ':STRING')), 'NLRequestFn'('StartTool-NLRequest', 'QueryConstructor', ':STRING')], ['commandTemplate-Reln', 'QuestionTemplate', 'CycConceptSummarizer', 'NLPatternList'('NLPattern-Exact'(string('"what"')), 'OptionalOne'(string('"information"'), string('"knowledge"')), 'RequireOne'('NLPattern-Word'('Be-TheWord', 'BeAux'), 'WordSequence'(string('"can"'), string('"you"'), string('"tell"'), string('"me"')), 'WordSequence'(string('"can"'), string('"you"'), string('"say"')), 'WordSequence'(string('"do"'), string('"you"'), string('"know"')), 'WordSequence'(string('"do"'), string('"you"'), string('"have"')), 'WordSequence'(string('"is"'), string('"known"'))), 'OptionalOne'(string('"about"'), string('"concerning"'), string('"regarding"'), string('"on"'), string('"of"'), 'WordSequence'(string('"on"'), string('"the"'), string('"subject"'), string('"of"')), 'WordSequence'(string('"on"'), string('"the"'), string('"topic"'), string('"of"'))), 'NLPattern-Template'('NPTemplate', ':SUBJECT'), 'OptionalOne'('TemplateQuestionMarkMarker')), 'NLRequestFn'('StartTool-NLRequest', 'CycConceptSummarizer', ':SUBJECT')], ['commandTemplate-Reln', 'ImperativeTemplate', 'CycAnalogyTool', 'NLPatternList'('NLPattern-Template'('NPTemplate', ':CON1'), 'NLPattern-Word'('Be-TheWord', 'Verb'), 'OptionalOne'(string('"definitionally"'), string('"compositionally"')), 'RequireOne'(string('"like"'), 'WordSequence'(string('"similar"'), string('"to"'))), 'NLPattern-Template'('NPTemplate', ':CON2')), 'NLRequestFn'('StartTool-NLRequest', 'CycAnalogyTool', ':CON1'(':CON2'))], ['commandTemplate-Reln', 'ImperativeTemplate', 'CycConceptSummarizer', 'NLPatternList'('RequireOne'(string('"show"'), string('"tell"')), 'OptionalOne'(string('"me"')), 'RequireOne'(string('"everything"'), string('"what"'), string('"anything"'), string('"something"')), 'OptionalOne'('NLPattern-Word'('Be-TheWord', 'BeAux'), 'WordSequence'(string('"you"'), string('"can"')), 'WordSequence'(string('"you"'), string('"know"')), 'WordSequence'(string('"you"'), string('"have"')), 'WordSequence'(string('"is"'), string('"known"'))), 'RequireOne'(string('"about"'), string('"concerning"'), string('"regarding"'), string('"on"'), string('"of"'), 'WordSequence'(string('"on"'), string('"the"'), string('"subject"'), string('"of"')), 'WordSequence'(string('"on"'), string('"the"'), string('"topic"'), string('"of"'))), 'NLPattern-Template'('NPTemplate', ':SUBJECT')), 'NLRequestFn'('StartTool-NLRequest', 'CycConceptSummarizer', ':SUBJECT')], ['commandTemplate-Reln', 'QuestionTemplate', 'CycCommonQueriesTool', 'NLPatternList'('RequireOne'('NLPattern-Word'('Can-TheModal', 'Modal'), 'NLPattern-Word'('May-TheWord', 'Verb')), 'NLPattern-Exact'(string('"I"'), string('"ask"')), 'RequireOne'(string('"something"'), 'WordSequence'(string('"a"'), string('"question"'))), 'RequireOne'(string('"about"'), 'WordSequence'(string('"on"'), string('"the"'), string('"topic"'), string('"of"')), 'WordSequence'(string('"on"'), string('"the"'), string('"subject"'), string('"of"'))), 'NLPattern-Template'('NPTemplate', ':TOPIC'), 'OptionalOne'('TemplateQuestionMarkMarker')), 'NLRequestFn'('StartTool-NLRequest', 'CycCommonQueriesTool', ':TOPIC')], ['commandTemplate-Reln', 'QuestionTemplate', 'CycCommonQueriesTool', 'NLPatternList'('NLPattern-Exact'(string('"what"')), 'RequireOne'('NLPattern-Word'('Can-TheModal', 'Modal'), 'NLPattern-Word'('May-TheWord', 'Verb'), 'NLPattern-Word'('Should-TheWord', 'Verb')), 'RequireOne'(string('"I"'), string('"one"')), 'NLPattern-Exact'(string('"ask"')), 'RequireOne'(string('"about"'), 'WordSequence'(string('"on"'), string('"the"'), string('"topic"'), string('"of"')), 'WordSequence'(string('"on"'), string('"the"'), string('"subject"'), string('"of"'))), 'NLPattern-Template'('NPTemplate', ':TOPIC'), 'OptionalOne'('TemplateQuestionMarkMarker')), 'NLRequestFn'('StartTool-NLRequest', 'CycCommonQueriesTool', ':TOPIC')], ['commandTemplate-Reln', 'QuestionTemplate', 'CycUIAOntologyBrowser', 'NLPatternList'('NLPattern-Word'('Browse-TheWord', 'Verb'), 'OptionalOne'(string('"for"')), 'OptionalOne'(string('":"')), 'NLPattern-Template'('NPTemplate', ':SUBJECT'), 'OptionalOne'('TemplatePeriodMarker')), 'NLRequestFn'('StartTool-NLRequest', 'CycUIAOntologyBrowser', ':SUBJECT')], ['commandTemplate-Reln', 'QuestionTemplate', 'CycUIAOntologyBrowser', 'NLPatternList'('NLPattern-Word'('Browse-TheWord', 'Verb'), 'OptionalOne'(string('":"')), 'NLPattern-Template'('NPTemplate', ':SUBJECT'), 'OptionalOne'('TemplatePeriodMarker')), 'NLRequestFn'('StartTool-NLRequest', 'CycUIAOntologyBrowser', ':SUBJECT')], ['commandTemplate-Reln', 'QuestionTemplate', 'CycConceptRecognizer', 'NLPatternList'('NLPattern-Word'('Do-TheWord', 'DoAux'), 'RequireOne'(string('"cyc"'), string('"you"')), 'RequireOne'('NLPattern-Word'('Recognize-TheWord', 'Verb'), 'WordSequence'(string('"know"'), string('"about"'))), 'OptionalOne'(string('"the"')), 'OptionalOne'(string('"concept"'), string('"constant"'), string('"term"')), 'NLPattern-Template'('NPTemplate', ':SUBJECT')), 'NLRequestFn'('StartTool-NLRequest', 'CycConceptRecognizer', ':SUBJECT')], ['commandTemplate-Reln', 'QuestionTemplate', 'CycConceptRecognizer', 'NLPatternList'('NLPattern-Word'('Recognize-TheWord', 'Verb'), 'OptionalOne'(string('":"')), 'NLPattern-Template'('NPTemplate', ':SUBJECT'), 'OptionalOne'('TemplatePeriodMarker')), 'NLRequestFn'('StartTool-NLRequest', 'CycConceptRecognizer', ':SUBJECT')]]). cached_query(isa('NPTemplate', 'NLFunction'), []). cached_query(genls('Use-TheWord', 'ParsingTemplateCategory'), []). cached_query(genls('Regard-TheWord', 'ParsingTemplateCategory'), []). cached_query(genls('Host-TheWord', 'ParsingTemplateCategory'), []). cached_query(genls('Frequency-TheWord', 'ParsingTemplateCategory'), []). cached_query(genls('Common-TheWord', 'ParsingTemplateCategory'), []). cached_query(genls('Typical-TheWord', 'ParsingTemplateCategory'), []). cached_query(genls('Do-TheWord', 'ParsingTemplateCategory'), []). cached_query(genls('Isolate-TheWord', 'ParsingTemplateCategory'), []). cached_query(isa(prime, 'LexicalWord'), []). cached_query(isa(five, 'LexicalWord'), []). cached_query(genls('Sheet-TheWord', 'ParsingTemplateCategory'), []). cached_query(genls('Situation-TheWord', 'ParsingTemplateCategory'), []). cached_query(genls('History-TheWord', 'ParsingTemplateCategory'), []). cached_query(genls('Region-TheWord', 'ParsingTemplateCategory'), []). cached_query(genls('Area-TheWord', 'ParsingTemplateCategory'), []). cached_query(['metaStatementTemplate-Reln', _, _, _, _], [['metaStatementTemplate-Reln', 'ResponseTemplate', 'Negative-NLResponse', 'NLPatternList'('RequireOne'(string('"no"'), string('"negative"'), 'WordSequence'(string('"not"'), string('"really"')), 'WordSequence'(string('"not"'), string('"exactly"')), 'WordSequence'(string('"not"'), string('"quite"')), 'WordSequence'(string('"I"'), string('"should"'), string('"say"'), string('"not"'))), 'OptionalOne'('TemplatePeriodMarker', 'TemplateExclamationMarkMarker')), 'NLResponseFn'('Negative-NLResponse')], ['metaStatementTemplate-Reln', 'ResponseTemplate', 'Affirmative-NLResponse', 'NLPatternList'('RequireOne'(string('"yes"'), string('"affirmative"'), string('"okay"'), string('"roger"'), 'WordSequence'(string('"of"'), string('"course"'))), 'OptionalOne'('TemplatePeriodMarker', 'TemplateExclamationMarkMarker')), 'NLResponseFn'('Affirmative-NLResponse')], ['metaStatementTemplate-Reln', 'ResponseTemplate', 'Ignorance-NLResponse', 'NLPatternList'('RequireOne'('WordSequence'(string('"I"'), 'TemplateSingleQuoteMarker', string('"m"'), string('"not"')), 'WordSequence'(string('"I"'), string('"am"'), string('"not"'))), 'RequireOne'(string('"sure"'), string('"certain"'), string('"positive"'))), 'NLResponseFn'('Ignorance-NLResponse')], ['metaStatementTemplate-Reln', 'ResponseTemplate', 'Ignorance-NLResponse', 'NLPatternList'('RequireOne'(string('"maybe"'), string('"perhaps"'), 'WordSequence'(string('"could be"')), 'WordSequence'(string('"I"'), string('"don"'), 'TemplateSingleQuoteMarker', string('"t"'), string('"know"')), 'WordSequence'(string('"I"'), string('"do"'), string('"not"'), string('"know"'))), 'OptionalOne'('TemplatePeriodMarker', 'TemplateExclamationMarkMarker')), 'NLResponseFn'('Ignorance-NLResponse')], ['metaStatementTemplate-Reln', 'ResponseTemplate', 'Incorrect-NLResponse', 'NLPatternList'('OptionalOne'('WordSequence'(string('"that"'), string('"is"')), 'WordSequence'(string('"that"'), 'TemplateSingleQuoteMarker', string('"s"'))), 'NLPattern-Exact'(string('"not"')), 'OptionalOne'(string('"quite"'), string('"exactly"')), 'RequireOne'(string('"it"'), string('"correct"'), string('"right"'), string('"perfect"'), string('"good"'), string('"okay"'), 'WordSequence'(string('"very"'), string('"good"')), 'WordSequence'(string('"what"'), string('"I"'), string('"said"')), 'WordSequence'(string('"what"'), string('"I"'), 'NLPattern-Word'('Mean-TheWord', 'Verb')), 'WordSequence'(string('"what"'), string('"was"'), string('"said"')), 'WordSequence'(string('"what"'), 'NLPattern-Word'('Be-TheWord', 'Verb'), 'NLPattern-Word'('Mean-TheWord', 'Verb')))), 'NLResponseFn'('Incorrect-NLResponse')], ['metaStatementTemplate-Reln', 'ResponseTemplate', 'Incorrect-NLResponse', 'NLPatternList'('OptionalOne'('WordSequence'(string('"that"'), string('"is"')), 'WordSequence'(string('"that"'), 'TemplateSingleQuoteMarker', string('"s"'))), 'RequireOne'(string('"wrong"'), string('"incorrect"')), 'OptionalOne'('TemplatePeriodMarker', 'TemplateExclamationMarkMarker')), 'NLResponseFn'('Incorrect-NLResponse')], ['metaStatementTemplate-Reln', 'ResponseTemplate', 'Correct-NLResponse', 'NLPatternList'('NLPattern-Exact'(string('"that"')), 'RequireOne'(string('"looks"'), string('"sounds"'), string('"seems"'), string('"appears"')), 'OptionalSome'(string('"to"'), string('"be"')), 'RequireOne'(string('"correct"'), string('"right"'), string('"perfect"'), string('"good"'), string('"okay"'), string('"excellent"'), string('"acceptable"'), 'WordSequence'(string('"exactly"'), string('"right"')), 'WordSequence'(string('"just"'), string('"right"')), 'WordSequence'(string('"very"'), string('"good"'))), 'OptionalOne'('TemplatePeriodMarker', 'TemplateExclamationMarkMarker')), 'NLResponseFn'('Correct-NLResponse')], ['metaStatementTemplate-Reln', 'ResponseTemplate', 'Correct-NLResponse', 'NLPatternList'('OptionalOne'('WordSequence'(string('"that"'), string('"is"')), 'WordSequence'(string('"that"'), 'TemplateSingleQuoteMarker', string('"s"'))), 'RequireOne'(string('"it"'), string('"correct"'), string('"right"'), string('"exactly"'), string('"perfect"'), string('"good"'), string('"okay"'), string('"affirmative"'), string('"excellent"'), string('"acceptable"'), 'WordSequence'(string('"exactly"'), string('"right"')), 'WordSequence'(string('"just"'), string('"right"')), 'WordSequence'(string('"very"'), string('"good"'))), 'OptionalOne'('TemplatePeriodMarker', 'TemplateExclamationMarkMarker')), 'NLResponseFn'('Correct-NLResponse')]]). cached_query(isa(string, 'LexicalWord'), []). cached_query(genls(string, 'ParsingTemplateCategory'), []). cached_query(genls('Constituent-TheWord', 'ParsingTemplateCategory'), []). cached_query(genls('Participate-TheWord', 'ParsingTemplateCategory'), []). cached_query(genls('Connect-TheWord', 'ParsingTemplateCategory'), []). cached_query(genls('Link-TheWord', 'ParsingTemplateCategory'), []). cached_query(genls('Present-TheWord', 'ParsingTemplateCategory'), []). cached_query(genls('Cite-TheWord', 'ParsingTemplateCategory'), []). cached_query(genls('Edit-TheWord', 'ParsingTemplateCategory'), []). cached_query(genls('Destination-TheWord', 'ParsingTemplateCategory'), []). cached_query(genls('Respond-TheWord', 'ParsingTemplateCategory'), []). cached_query(genls('Threat-TheWord', 'ParsingTemplateCategory'), []). cached_query(genls('Pose-TheWord', 'ParsingTemplateCategory'), []). cached_query(genls('Antidote-TheWord', 'ParsingTemplateCategory'), []). cached_query(genls('Card-TheWord', 'ParsingTemplateCategory'), []). cached_query(genls('Produce-TheWord', 'ParsingTemplateCategory'), []). cached_query(genls('Incapacitate-TheWord', 'ParsingTemplateCategory'), []). cached_query(genls('Kill-TheWord', 'ParsingTemplateCategory'), []). cached_query(isa('Will-TheModal', 'LexicalWord'), [isa('Will-TheModal', 'LexicalWord')]). cached_query(genls('Will-TheModal', 'ParsingTemplateCategory'), []). cached_query(genls('Arrest-TheWord', 'ParsingTemplateCategory'), []). cached_query(genls('Telephone-TheWord', 'ParsingTemplateCategory'), []). cached_query(genls('Phone-TheWord', 'ParsingTemplateCategory'), []). cached_query(genls('E-Mail-TheWord', 'ParsingTemplateCategory'), []). cached_query(genls('Communicate-TheWord', 'ParsingTemplateCategory'), []). cached_query(genls('Seize-TheWord', 'ParsingTemplateCategory'), []). cached_query(genls('Direct-TheWord', 'ParsingTemplateCategory'), []). cached_query(genls('Order-TheWord', 'ParsingTemplateCategory'), []). cached_query(genls('Express-TheWord', 'ParsingTemplateCategory'), []). cached_query(genls('Service-TheWord', 'ParsingTemplateCategory'), []). cached_query(genls('Serve-TheWord', 'ParsingTemplateCategory'), []). cached_query(genls('Airport-TheWord', 'ParsingTemplateCategory'), []). cached_query(genls('Oversee-TheWord', 'ParsingTemplateCategory'), []). cached_query(genls('Manage-TheWord', 'ParsingTemplateCategory'), []). cached_query(genls('Establish-TheWord', 'ParsingTemplateCategory'), []). cached_query(genls('Found-TheWord', 'ParsingTemplateCategory'), []). cached_query(genls('Contaminate-TheWord', 'ParsingTemplateCategory'), []). cached_query(genls('Code-TheWord', 'ParsingTemplateCategory'), []). cached_query(genls('Have-TheWord', 'ParsingTemplateCategory'), []). cached_query(genls('Be-TheWord', 'ParsingTemplateCategory'), []). cached_query([commandTemplate, _, _, _], []). cached_query([termTemplate, _, _, _], [[termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Template'('PossessiveTemplate', ':POSSESSOR'), 'NLPattern-Word'('Give-TheWord', 'AgentiveNoun')), 'TheOneOf'(':NOUN', and(objectGiven('TheGiftGiving', ':POSSESSOR'), isa('TheGiftGiving', 'GivingSomething'), fromPossessor('TheGiftGiving', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Template'('PossessiveTemplate', ':POSSESSOR'), 'NLPattern-Word'('Give-TheWord', 'AgentiveNoun')), 'TheOneOf'(':NOUN', and(objectGiven('SubmissionOfVECTORProposal', ':POSSESSOR'), isa('SubmissionOfVECTORProposal', 'GivingSomething'), fromPossessor('SubmissionOfVECTORProposal', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Template'('PossessiveTemplate', ':POSSESSOR'), 'NLPattern-Word'('Give-TheWord', 'AgentiveNoun')), 'TheOneOf'(':NOUN', and(objectGiven('SKF-15854722', ':POSSESSOR'), isa('SKF-15854722', 'GivingSomething'), fromPossessor('SKF-15854722', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Template'('PossessiveTemplate', ':POSSESSOR'), 'NLPattern-Word'('Give-TheWord', 'AgentiveNoun')), 'TheOneOf'(':NOUN', and(objectGiven('SKF-47969659', ':POSSESSOR'), isa('SKF-47969659', 'GivingSomething'), fromPossessor('SKF-47969659', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Template'('PossessiveTemplate', ':POSSESSOR'), 'NLPattern-Word'('Give-TheWord', 'AgentiveNoun')), 'TheOneOf'(':NOUN', and(objectGiven('SKF-32178656', ':POSSESSOR'), isa('SKF-32178656', 'GivingSomething'), fromPossessor('SKF-32178656', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Template'('PossessiveTemplate', ':POSSESSOR'), 'NLPattern-Word'('Give-TheWord', 'AgentiveNoun')), 'TheOneOf'(':NOUN', and(objectGiven('SKF-39321102', ':POSSESSOR'), isa('SKF-39321102', 'GivingSomething'), fromPossessor('SKF-39321102', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Template'('PossessiveTemplate', ':POSSESSOR'), 'NLPattern-Word'('Give-TheWord', 'AgentiveNoun')), 'TheOneOf'(':NOUN', and(objectGiven('Y2Stage2-IranGivesMoneyToSaudiTerroristGroup', ':POSSESSOR'), isa('Y2Stage2-IranGivesMoneyToSaudiTerroristGroup', 'GivingSomething'), fromPossessor('Y2Stage2-IranGivesMoneyToSaudiTerroristGroup', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Template'('PossessiveTemplate', ':POSSESSOR'), 'NLPattern-Word'('Give-TheWord', 'AgentiveNoun')), 'TheOneOf'(':NOUN', and(objectGiven('Y2Stage2-IranGivesExplosivesToSaudiTerroristGroup', ':POSSESSOR'), isa('Y2Stage2-IranGivesExplosivesToSaudiTerroristGroup', 'GivingSomething'), fromPossessor('Y2Stage2-IranGivesExplosivesToSaudiTerroristGroup', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Template'('PossessiveTemplate', ':POSSESSOR'), 'NLPattern-Word'('Give-TheWord', 'AgentiveNoun')), 'TheOneOf'(':NOUN', and(objectGiven('Y2Stage2-IranGivesSmallArmsToSaudiTerroristGroup', ':POSSESSOR'), isa('Y2Stage2-IranGivesSmallArmsToSaudiTerroristGroup', 'GivingSomething'), fromPossessor('Y2Stage2-IranGivesSmallArmsToSaudiTerroristGroup', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Template'('PossessiveTemplate', ':POSSESSOR'), 'NLPattern-Word'('Give-TheWord', 'AgentiveNoun')), 'TheOneOf'(':NOUN', and(objectGiven('SallyGivingFredABook', ':POSSESSOR'), isa('SallyGivingFredABook', 'GivingSomething'), fromPossessor('SallyGivingFredABook', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Template'('PossessiveTemplate', ':POSSESSOR'), 'NLPattern-Word'('Give-TheWord', 'AgentiveNoun')), 'TheOneOf'(':NOUN', and(objectGiven('AlMontazGivesAhmedRessamMoney', ':POSSESSOR'), isa('AlMontazGivesAhmedRessamMoney', 'GivingSomething'), fromPossessor('AlMontazGivesAhmedRessamMoney', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Template'('PossessiveTemplate', ':POSSESSOR'), 'NLPattern-Word'('Give-TheWord', 'AgentiveNoun')), 'TheOneOf'(':NOUN', and(objectGiven('TheGivingOfJonsMotorcycleToJon', ':POSSESSOR'), isa('TheGivingOfJonsMotorcycleToJon', 'GivingSomething'), fromPossessor('TheGivingOfJonsMotorcycleToJon', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Template'('PossessiveTemplate', ':POSSESSOR'), 'NLPattern-Word'('Give-TheWord', 'AgentiveNoun')), 'TheOneOf'(':NOUN', and(objectGiven('TheGivingOfHugosSegwayToHugo', ':POSSESSOR'), isa('TheGivingOfHugosSegwayToHugo', 'GivingSomething'), fromPossessor('TheGivingOfHugosSegwayToHugo', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Template'('PossessiveTemplate', ':POSSESSOR'), 'NLPattern-Word'('Give-TheWord', 'AgentiveNoun')), 'TheOneOf'(':NOUN', and(objectGiven('IRGCSupportForHizballah-MilitaryHardware', ':POSSESSOR'), isa('IRGCSupportForHizballah-MilitaryHardware', 'GivingSomething'), fromPossessor('IRGCSupportForHizballah-MilitaryHardware', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Word'('Give-TheWord', 'AgentiveNoun'), 'NLPattern-Word'('Of-TheWord', 'Preposition'), 'NLPattern-Template'('NPTemplate', ':POSSESSOR')), 'TheOneOf'(':NOUN', and(objectGiven('IRGCSupportForHizballah-MilitaryHardware', ':POSSESSOR'), isa('IRGCSupportForHizballah-MilitaryHardware', 'TransferringPossession'), fromPossessor('IRGCSupportForHizballah-MilitaryHardware', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Word'('Give-TheWord', 'AgentiveNoun'), 'NLPattern-Word'('Of-TheWord', 'Preposition'), 'NLPattern-Template'('NPTemplate', ':POSSESSOR')), 'TheOneOf'(':NOUN', and(objectGiven('TheGivingOfHugosSegwayToHugo', ':POSSESSOR'), isa('TheGivingOfHugosSegwayToHugo', 'TransferringPossession'), fromPossessor('TheGivingOfHugosSegwayToHugo', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Word'('Give-TheWord', 'AgentiveNoun'), 'NLPattern-Word'('Of-TheWord', 'Preposition'), 'NLPattern-Template'('NPTemplate', ':POSSESSOR')), 'TheOneOf'(':NOUN', and(objectGiven('TheGivingOfJonsMotorcycleToJon', ':POSSESSOR'), isa('TheGivingOfJonsMotorcycleToJon', 'TransferringPossession'), fromPossessor('TheGivingOfJonsMotorcycleToJon', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Word'('Give-TheWord', 'AgentiveNoun'), 'NLPattern-Word'('Of-TheWord', 'Preposition'), 'NLPattern-Template'('NPTemplate', ':POSSESSOR')), 'TheOneOf'(':NOUN', and(objectGiven('AlMontazGivesAhmedRessamMoney', ':POSSESSOR'), isa('AlMontazGivesAhmedRessamMoney', 'TransferringPossession'), fromPossessor('AlMontazGivesAhmedRessamMoney', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Word'('Give-TheWord', 'AgentiveNoun'), 'NLPattern-Word'('Of-TheWord', 'Preposition'), 'NLPattern-Template'('NPTemplate', ':POSSESSOR')), 'TheOneOf'(':NOUN', and(objectGiven('SallyGivingFredABook', ':POSSESSOR'), isa('SallyGivingFredABook', 'TransferringPossession'), fromPossessor('SallyGivingFredABook', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Word'('Give-TheWord', 'AgentiveNoun'), 'NLPattern-Word'('Of-TheWord', 'Preposition'), 'NLPattern-Template'('NPTemplate', ':POSSESSOR')), 'TheOneOf'(':NOUN', and(objectGiven('Y2Stage2-IranGivesSmallArmsToSaudiTerroristGroup', ':POSSESSOR'), isa('Y2Stage2-IranGivesSmallArmsToSaudiTerroristGroup', 'TransferringPossession'), fromPossessor('Y2Stage2-IranGivesSmallArmsToSaudiTerroristGroup', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Word'('Give-TheWord', 'AgentiveNoun'), 'NLPattern-Word'('Of-TheWord', 'Preposition'), 'NLPattern-Template'('NPTemplate', ':POSSESSOR')), 'TheOneOf'(':NOUN', and(objectGiven('Y2Stage2-IranGivesExplosivesToSaudiTerroristGroup', ':POSSESSOR'), isa('Y2Stage2-IranGivesExplosivesToSaudiTerroristGroup', 'TransferringPossession'), fromPossessor('Y2Stage2-IranGivesExplosivesToSaudiTerroristGroup', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Word'('Give-TheWord', 'AgentiveNoun'), 'NLPattern-Word'('Of-TheWord', 'Preposition'), 'NLPattern-Template'('NPTemplate', ':POSSESSOR')), 'TheOneOf'(':NOUN', and(objectGiven('Y2Stage2-IranGivesMoneyToSaudiTerroristGroup', ':POSSESSOR'), isa('Y2Stage2-IranGivesMoneyToSaudiTerroristGroup', 'TransferringPossession'), fromPossessor('Y2Stage2-IranGivesMoneyToSaudiTerroristGroup', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Word'('Give-TheWord', 'AgentiveNoun'), 'NLPattern-Word'('Of-TheWord', 'Preposition'), 'NLPattern-Template'('NPTemplate', ':POSSESSOR')), 'TheOneOf'(':NOUN', and(objectGiven('SKF-39321102', ':POSSESSOR'), isa('SKF-39321102', 'TransferringPossession'), fromPossessor('SKF-39321102', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Word'('Give-TheWord', 'AgentiveNoun'), 'NLPattern-Word'('Of-TheWord', 'Preposition'), 'NLPattern-Template'('NPTemplate', ':POSSESSOR')), 'TheOneOf'(':NOUN', and(objectGiven('SKF-32178656', ':POSSESSOR'), isa('SKF-32178656', 'TransferringPossession'), fromPossessor('SKF-32178656', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Word'('Give-TheWord', 'AgentiveNoun'), 'NLPattern-Word'('Of-TheWord', 'Preposition'), 'NLPattern-Template'('NPTemplate', ':POSSESSOR')), 'TheOneOf'(':NOUN', and(objectGiven('SKF-47969659', ':POSSESSOR'), isa('SKF-47969659', 'TransferringPossession'), fromPossessor('SKF-47969659', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Word'('Give-TheWord', 'AgentiveNoun'), 'NLPattern-Word'('Of-TheWord', 'Preposition'), 'NLPattern-Template'('NPTemplate', ':POSSESSOR')), 'TheOneOf'(':NOUN', and(objectGiven('SKF-15854722', ':POSSESSOR'), isa('SKF-15854722', 'TransferringPossession'), fromPossessor('SKF-15854722', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Word'('Give-TheWord', 'AgentiveNoun'), 'NLPattern-Word'('Of-TheWord', 'Preposition'), 'NLPattern-Template'('NPTemplate', ':POSSESSOR')), 'TheOneOf'(':NOUN', and(objectGiven('SubmissionOfVECTORProposal', ':POSSESSOR'), isa('SubmissionOfVECTORProposal', 'TransferringPossession'), fromPossessor('SubmissionOfVECTORProposal', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Word'('Give-TheWord', 'AgentiveNoun'), 'NLPattern-Word'('Of-TheWord', 'Preposition'), 'NLPattern-Template'('NPTemplate', ':POSSESSOR')), 'TheOneOf'(':NOUN', and(objectGiven('TheGiftGiving', ':POSSESSOR'), isa('TheGiftGiving', 'TransferringPossession'), fromPossessor('TheGiftGiving', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Template'('PossessiveTemplate', ':POSSESSOR'), 'NLPattern-Word'('Give-TheWord', 'AgentiveNoun')), 'TheOneOf'(':NOUN', and(objectGiven('IRGCSupportForHizballah-MilitaryHardware', ':POSSESSOR'), isa('IRGCSupportForHizballah-MilitaryHardware', 'TransferringPossession'), fromPossessor('IRGCSupportForHizballah-MilitaryHardware', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Template'('PossessiveTemplate', ':POSSESSOR'), 'NLPattern-Word'('Give-TheWord', 'AgentiveNoun')), 'TheOneOf'(':NOUN', and(objectGiven('TheGivingOfHugosSegwayToHugo', ':POSSESSOR'), isa('TheGivingOfHugosSegwayToHugo', 'TransferringPossession'), fromPossessor('TheGivingOfHugosSegwayToHugo', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Template'('PossessiveTemplate', ':POSSESSOR'), 'NLPattern-Word'('Give-TheWord', 'AgentiveNoun')), 'TheOneOf'(':NOUN', and(objectGiven('TheGivingOfJonsMotorcycleToJon', ':POSSESSOR'), isa('TheGivingOfJonsMotorcycleToJon', 'TransferringPossession'), fromPossessor('TheGivingOfJonsMotorcycleToJon', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Template'('PossessiveTemplate', ':POSSESSOR'), 'NLPattern-Word'('Give-TheWord', 'AgentiveNoun')), 'TheOneOf'(':NOUN', and(objectGiven('AlMontazGivesAhmedRessamMoney', ':POSSESSOR'), isa('AlMontazGivesAhmedRessamMoney', 'TransferringPossession'), fromPossessor('AlMontazGivesAhmedRessamMoney', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Template'('PossessiveTemplate', ':POSSESSOR'), 'NLPattern-Word'('Give-TheWord', 'AgentiveNoun')), 'TheOneOf'(':NOUN', and(objectGiven('SallyGivingFredABook', ':POSSESSOR'), isa('SallyGivingFredABook', 'TransferringPossession'), fromPossessor('SallyGivingFredABook', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Template'('PossessiveTemplate', ':POSSESSOR'), 'NLPattern-Word'('Give-TheWord', 'AgentiveNoun')), 'TheOneOf'(':NOUN', and(objectGiven('Y2Stage2-IranGivesSmallArmsToSaudiTerroristGroup', ':POSSESSOR'), isa('Y2Stage2-IranGivesSmallArmsToSaudiTerroristGroup', 'TransferringPossession'), fromPossessor('Y2Stage2-IranGivesSmallArmsToSaudiTerroristGroup', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Template'('PossessiveTemplate', ':POSSESSOR'), 'NLPattern-Word'('Give-TheWord', 'AgentiveNoun')), 'TheOneOf'(':NOUN', and(objectGiven('Y2Stage2-IranGivesExplosivesToSaudiTerroristGroup', ':POSSESSOR'), isa('Y2Stage2-IranGivesExplosivesToSaudiTerroristGroup', 'TransferringPossession'), fromPossessor('Y2Stage2-IranGivesExplosivesToSaudiTerroristGroup', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Template'('PossessiveTemplate', ':POSSESSOR'), 'NLPattern-Word'('Give-TheWord', 'AgentiveNoun')), 'TheOneOf'(':NOUN', and(objectGiven('Y2Stage2-IranGivesMoneyToSaudiTerroristGroup', ':POSSESSOR'), isa('Y2Stage2-IranGivesMoneyToSaudiTerroristGroup', 'TransferringPossession'), fromPossessor('Y2Stage2-IranGivesMoneyToSaudiTerroristGroup', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Template'('PossessiveTemplate', ':POSSESSOR'), 'NLPattern-Word'('Give-TheWord', 'AgentiveNoun')), 'TheOneOf'(':NOUN', and(objectGiven('SKF-39321102', ':POSSESSOR'), isa('SKF-39321102', 'TransferringPossession'), fromPossessor('SKF-39321102', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Template'('PossessiveTemplate', ':POSSESSOR'), 'NLPattern-Word'('Give-TheWord', 'AgentiveNoun')), 'TheOneOf'(':NOUN', and(objectGiven('SKF-32178656', ':POSSESSOR'), isa('SKF-32178656', 'TransferringPossession'), fromPossessor('SKF-32178656', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Template'('PossessiveTemplate', ':POSSESSOR'), 'NLPattern-Word'('Give-TheWord', 'AgentiveNoun')), 'TheOneOf'(':NOUN', and(objectGiven('SKF-47969659', ':POSSESSOR'), isa('SKF-47969659', 'TransferringPossession'), fromPossessor('SKF-47969659', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Template'('PossessiveTemplate', ':POSSESSOR'), 'NLPattern-Word'('Give-TheWord', 'AgentiveNoun')), 'TheOneOf'(':NOUN', and(objectGiven('SKF-15854722', ':POSSESSOR'), isa('SKF-15854722', 'TransferringPossession'), fromPossessor('SKF-15854722', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Template'('PossessiveTemplate', ':POSSESSOR'), 'NLPattern-Word'('Give-TheWord', 'AgentiveNoun')), 'TheOneOf'(':NOUN', and(objectGiven('SubmissionOfVECTORProposal', ':POSSESSOR'), isa('SubmissionOfVECTORProposal', 'TransferringPossession'), fromPossessor('SubmissionOfVECTORProposal', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Template'('PossessiveTemplate', ':POSSESSOR'), 'NLPattern-Word'('Give-TheWord', 'AgentiveNoun')), 'TheOneOf'(':NOUN', and(objectGiven('TheGiftGiving', ':POSSESSOR'), isa('TheGiftGiving', 'TransferringPossession'), fromPossessor('TheGiftGiving', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Word'('Give-TheWord', 'AgentiveNoun'), 'NLPattern-Word'('Of-TheWord', 'Preposition'), 'NLPattern-Template'('NPTemplate', ':POSSESSOR')), 'TheOneOf'(':NOUN', and(objectGiven('IRGCSupportForHizballah-MilitaryHardware', ':POSSESSOR'), isa('IRGCSupportForHizballah-MilitaryHardware', 'GivingSomething'), fromPossessor('IRGCSupportForHizballah-MilitaryHardware', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Word'('Give-TheWord', 'AgentiveNoun'), 'NLPattern-Word'('Of-TheWord', 'Preposition'), 'NLPattern-Template'('NPTemplate', ':POSSESSOR')), 'TheOneOf'(':NOUN', and(objectGiven('TheGivingOfHugosSegwayToHugo', ':POSSESSOR'), isa('TheGivingOfHugosSegwayToHugo', 'GivingSomething'), fromPossessor('TheGivingOfHugosSegwayToHugo', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Word'('Give-TheWord', 'AgentiveNoun'), 'NLPattern-Word'('Of-TheWord', 'Preposition'), 'NLPattern-Template'('NPTemplate', ':POSSESSOR')), 'TheOneOf'(':NOUN', and(objectGiven('TheGivingOfJonsMotorcycleToJon', ':POSSESSOR'), isa('TheGivingOfJonsMotorcycleToJon', 'GivingSomething'), fromPossessor('TheGivingOfJonsMotorcycleToJon', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Word'('Give-TheWord', 'AgentiveNoun'), 'NLPattern-Word'('Of-TheWord', 'Preposition'), 'NLPattern-Template'('NPTemplate', ':POSSESSOR')), 'TheOneOf'(':NOUN', and(objectGiven('AlMontazGivesAhmedRessamMoney', ':POSSESSOR'), isa('AlMontazGivesAhmedRessamMoney', 'GivingSomething'), fromPossessor('AlMontazGivesAhmedRessamMoney', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Word'('Give-TheWord', 'AgentiveNoun'), 'NLPattern-Word'('Of-TheWord', 'Preposition'), 'NLPattern-Template'('NPTemplate', ':POSSESSOR')), 'TheOneOf'(':NOUN', and(objectGiven('SallyGivingFredABook', ':POSSESSOR'), isa('SallyGivingFredABook', 'GivingSomething'), fromPossessor('SallyGivingFredABook', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Word'('Give-TheWord', 'AgentiveNoun'), 'NLPattern-Word'('Of-TheWord', 'Preposition'), 'NLPattern-Template'('NPTemplate', ':POSSESSOR')), 'TheOneOf'(':NOUN', and(objectGiven('Y2Stage2-IranGivesSmallArmsToSaudiTerroristGroup', ':POSSESSOR'), isa('Y2Stage2-IranGivesSmallArmsToSaudiTerroristGroup', 'GivingSomething'), fromPossessor('Y2Stage2-IranGivesSmallArmsToSaudiTerroristGroup', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Word'('Give-TheWord', 'AgentiveNoun'), 'NLPattern-Word'('Of-TheWord', 'Preposition'), 'NLPattern-Template'('NPTemplate', ':POSSESSOR')), 'TheOneOf'(':NOUN', and(objectGiven('Y2Stage2-IranGivesExplosivesToSaudiTerroristGroup', ':POSSESSOR'), isa('Y2Stage2-IranGivesExplosivesToSaudiTerroristGroup', 'GivingSomething'), fromPossessor('Y2Stage2-IranGivesExplosivesToSaudiTerroristGroup', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Word'('Give-TheWord', 'AgentiveNoun'), 'NLPattern-Word'('Of-TheWord', 'Preposition'), 'NLPattern-Template'('NPTemplate', ':POSSESSOR')), 'TheOneOf'(':NOUN', and(objectGiven('Y2Stage2-IranGivesMoneyToSaudiTerroristGroup', ':POSSESSOR'), isa('Y2Stage2-IranGivesMoneyToSaudiTerroristGroup', 'GivingSomething'), fromPossessor('Y2Stage2-IranGivesMoneyToSaudiTerroristGroup', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Word'('Give-TheWord', 'AgentiveNoun'), 'NLPattern-Word'('Of-TheWord', 'Preposition'), 'NLPattern-Template'('NPTemplate', ':POSSESSOR')), 'TheOneOf'(':NOUN', and(objectGiven('SKF-39321102', ':POSSESSOR'), isa('SKF-39321102', 'GivingSomething'), fromPossessor('SKF-39321102', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Word'('Give-TheWord', 'AgentiveNoun'), 'NLPattern-Word'('Of-TheWord', 'Preposition'), 'NLPattern-Template'('NPTemplate', ':POSSESSOR')), 'TheOneOf'(':NOUN', and(objectGiven('SKF-32178656', ':POSSESSOR'), isa('SKF-32178656', 'GivingSomething'), fromPossessor('SKF-32178656', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Word'('Give-TheWord', 'AgentiveNoun'), 'NLPattern-Word'('Of-TheWord', 'Preposition'), 'NLPattern-Template'('NPTemplate', ':POSSESSOR')), 'TheOneOf'(':NOUN', and(objectGiven('SKF-47969659', ':POSSESSOR'), isa('SKF-47969659', 'GivingSomething'), fromPossessor('SKF-47969659', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Word'('Give-TheWord', 'AgentiveNoun'), 'NLPattern-Word'('Of-TheWord', 'Preposition'), 'NLPattern-Template'('NPTemplate', ':POSSESSOR')), 'TheOneOf'(':NOUN', and(objectGiven('SKF-15854722', ':POSSESSOR'), isa('SKF-15854722', 'GivingSomething'), fromPossessor('SKF-15854722', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Word'('Give-TheWord', 'AgentiveNoun'), 'NLPattern-Word'('Of-TheWord', 'Preposition'), 'NLPattern-Template'('NPTemplate', ':POSSESSOR')), 'TheOneOf'(':NOUN', and(objectGiven('SubmissionOfVECTORProposal', ':POSSESSOR'), isa('SubmissionOfVECTORProposal', 'GivingSomething'), fromPossessor('SubmissionOfVECTORProposal', ':NOUN')))], [termTemplate, 'NPTemplate', 'NLPatternList'('NLPattern-Word'('Give-TheWord', 'AgentiveNoun'), 'NLPattern-Word'('Of-TheWord', 'Preposition'), 'NLPattern-Template'('NPTemplate', ':POSSESSOR')), 'TheOneOf'(':NOUN', and(objectGiven('TheGiftGiving', ':POSSESSOR'), isa('TheGiftGiving', 'GivingSomething'), fromPossessor('TheGiftGiving', ':NOUN')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('AlQaida-IPICTMt', ':CLAUSE'), infoTransferred('RWExplainA', 'AlQaida-IPICTMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('AlQaida-IPICTMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'AlQaida-IPICTMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('AlQaida-IPICTMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'AlQaida-IPICTMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('AlQaida-IPICTMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'AlQaida-IPICTMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('AlQaida-IPICTMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'AlQaida-IPICTMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('AlQaida-IPICTMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'AlQaida-IPICTMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('AlQaida-IPICTMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'AlQaida-IPICTMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('AlQaida-IPICTMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'AlQaida-IPICTMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('AlQaida-IPICTMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'AlQaida-IPICTMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('AlQaida-IPICTMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'AlQaida-IPICTMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ExpositoryArticle-AlQaida'), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('ExpositoryArticle-AlQaida'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ExpositoryArticle-AlQaida'), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('ExpositoryArticle-AlQaida'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ExpositoryArticle-AlQaida'), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('ExpositoryArticle-AlQaida'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ExpositoryArticle-AlQaida'), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('ExpositoryArticle-AlQaida'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ExpositoryArticle-AlQaida'), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('ExpositoryArticle-AlQaida'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ExpositoryArticle-AlQaida'), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('ExpositoryArticle-AlQaida'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ExpositoryArticle-AlQaida'), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('ExpositoryArticle-AlQaida'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ExpositoryArticle-AlQaida'), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('ExpositoryArticle-AlQaida'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ExpositoryArticle-AlQaida'), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('ExpositoryArticle-AlQaida'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ExpositoryArticle-AlQaida'), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('ExpositoryArticle-AlQaida'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 16), 1)), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 16), 1)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 16), 1)), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 16), 1)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 16), 1)), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 16), 1)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 16), 1)), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 16), 1)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 16), 1)), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 16), 1)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 16), 1)), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 16), 1)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 16), 1)), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 16), 1)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 16), 1)), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 16), 1)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 16), 1)), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 16), 1)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 16), 1)), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 16), 1)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TheForestServiceDirectiveSystem', 'ForestServiceHandbook', string('"1909.13"')), 'Chapter-PCW', string('"40"'))), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TheForestServiceDirectiveSystem', 'ForestServiceHandbook', string('"1909.13"')), 'Chapter-PCW', string('"40"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TheForestServiceDirectiveSystem', 'ForestServiceHandbook', string('"1909.13"')), 'Chapter-PCW', string('"40"'))), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TheForestServiceDirectiveSystem', 'ForestServiceHandbook', string('"1909.13"')), 'Chapter-PCW', string('"40"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TheForestServiceDirectiveSystem', 'ForestServiceHandbook', string('"1909.13"')), 'Chapter-PCW', string('"40"'))), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TheForestServiceDirectiveSystem', 'ForestServiceHandbook', string('"1909.13"')), 'Chapter-PCW', string('"40"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TheForestServiceDirectiveSystem', 'ForestServiceHandbook', string('"1909.13"')), 'Chapter-PCW', string('"40"'))), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TheForestServiceDirectiveSystem', 'ForestServiceHandbook', string('"1909.13"')), 'Chapter-PCW', string('"40"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TheForestServiceDirectiveSystem', 'ForestServiceHandbook', string('"1909.13"')), 'Chapter-PCW', string('"40"'))), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TheForestServiceDirectiveSystem', 'ForestServiceHandbook', string('"1909.13"')), 'Chapter-PCW', string('"40"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TheForestServiceDirectiveSystem', 'ForestServiceHandbook', string('"1909.13"')), 'Chapter-PCW', string('"40"'))), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TheForestServiceDirectiveSystem', 'ForestServiceHandbook', string('"1909.13"')), 'Chapter-PCW', string('"40"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TheForestServiceDirectiveSystem', 'ForestServiceHandbook', string('"1909.13"')), 'Chapter-PCW', string('"40"'))), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TheForestServiceDirectiveSystem', 'ForestServiceHandbook', string('"1909.13"')), 'Chapter-PCW', string('"40"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TheForestServiceDirectiveSystem', 'ForestServiceHandbook', string('"1909.13"')), 'Chapter-PCW', string('"40"'))), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TheForestServiceDirectiveSystem', 'ForestServiceHandbook', string('"1909.13"')), 'Chapter-PCW', string('"40"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TheForestServiceDirectiveSystem', 'ForestServiceHandbook', string('"1909.13"')), 'Chapter-PCW', string('"40"'))), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TheForestServiceDirectiveSystem', 'ForestServiceHandbook', string('"1909.13"')), 'Chapter-PCW', string('"40"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TheForestServiceDirectiveSystem', 'ForestServiceHandbook', string('"1909.13"')), 'Chapter-PCW', string('"40"'))), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TheForestServiceDirectiveSystem', 'ForestServiceHandbook', string('"1909.13"')), 'Chapter-PCW', string('"40"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('ForestServiceManual', 'Chapter-PCW', string('"1580"'))), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('ForestServiceManual', 'Chapter-PCW', string('"1580"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('ForestServiceManual', 'Chapter-PCW', string('"1580"'))), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('ForestServiceManual', 'Chapter-PCW', string('"1580"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('ForestServiceManual', 'Chapter-PCW', string('"1580"'))), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('ForestServiceManual', 'Chapter-PCW', string('"1580"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('ForestServiceManual', 'Chapter-PCW', string('"1580"'))), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('ForestServiceManual', 'Chapter-PCW', string('"1580"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('ForestServiceManual', 'Chapter-PCW', string('"1580"'))), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('ForestServiceManual', 'Chapter-PCW', string('"1580"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('ForestServiceManual', 'Chapter-PCW', string('"1580"'))), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('ForestServiceManual', 'Chapter-PCW', string('"1580"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('ForestServiceManual', 'Chapter-PCW', string('"1580"'))), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('ForestServiceManual', 'Chapter-PCW', string('"1580"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('ForestServiceManual', 'Chapter-PCW', string('"1580"'))), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('ForestServiceManual', 'Chapter-PCW', string('"1580"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('ForestServiceManual', 'Chapter-PCW', string('"1580"'))), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('ForestServiceManual', 'Chapter-PCW', string('"1580"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('ForestServiceManual', 'Chapter-PCW', string('"1580"'))), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('ForestServiceManual', 'Chapter-PCW', string('"1580"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 22), 'Chapter-PCW', string('"18"'))), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 22), 'Chapter-PCW', string('"18"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 22), 'Chapter-PCW', string('"18"'))), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 22), 'Chapter-PCW', string('"18"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 22), 'Chapter-PCW', string('"18"'))), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 22), 'Chapter-PCW', string('"18"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 22), 'Chapter-PCW', string('"18"'))), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 22), 'Chapter-PCW', string('"18"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 22), 'Chapter-PCW', string('"18"'))), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 22), 'Chapter-PCW', string('"18"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 22), 'Chapter-PCW', string('"18"'))), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 22), 'Chapter-PCW', string('"18"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 22), 'Chapter-PCW', string('"18"'))), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 22), 'Chapter-PCW', string('"18"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 22), 'Chapter-PCW', string('"18"'))), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 22), 'Chapter-PCW', string('"18"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 22), 'Chapter-PCW', string('"18"'))), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 22), 'Chapter-PCW', string('"18"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 22), 'Chapter-PCW', string('"18"'))), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 22), 'Chapter-PCW', string('"18"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 22), 'Chapter-PCW', string('"18"')), 'Chapter-PCW', string('"VIII"'))), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 22), 'Chapter-PCW', string('"18"')), 'Chapter-PCW', string('"VIII"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 22), 'Chapter-PCW', string('"18"')), 'Chapter-PCW', string('"VIII"'))), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 22), 'Chapter-PCW', string('"18"')), 'Chapter-PCW', string('"VIII"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 22), 'Chapter-PCW', string('"18"')), 'Chapter-PCW', string('"VIII"'))), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 22), 'Chapter-PCW', string('"18"')), 'Chapter-PCW', string('"VIII"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 22), 'Chapter-PCW', string('"18"')), 'Chapter-PCW', string('"VIII"'))), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 22), 'Chapter-PCW', string('"18"')), 'Chapter-PCW', string('"VIII"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 22), 'Chapter-PCW', string('"18"')), 'Chapter-PCW', string('"VIII"'))), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 22), 'Chapter-PCW', string('"18"')), 'Chapter-PCW', string('"VIII"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 22), 'Chapter-PCW', string('"18"')), 'Chapter-PCW', string('"VIII"'))), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 22), 'Chapter-PCW', string('"18"')), 'Chapter-PCW', string('"VIII"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 22), 'Chapter-PCW', string('"18"')), 'Chapter-PCW', string('"VIII"'))), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 22), 'Chapter-PCW', string('"18"')), 'Chapter-PCW', string('"VIII"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 22), 'Chapter-PCW', string('"18"')), 'Chapter-PCW', string('"VIII"'))), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 22), 'Chapter-PCW', string('"18"')), 'Chapter-PCW', string('"VIII"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 22), 'Chapter-PCW', string('"18"')), 'Chapter-PCW', string('"VIII"'))), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 22), 'Chapter-PCW', string('"18"')), 'Chapter-PCW', string('"VIII"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 22), 'Chapter-PCW', string('"18"')), 'Chapter-PCW', string('"VIII"'))), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 22), 'Chapter-PCW', string('"18"')), 'Chapter-PCW', string('"VIII"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 31), 'Chapter-PCW', string('"15"')), 'Chapter-PCW', string('"III"'))), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 31), 'Chapter-PCW', string('"15"')), 'Chapter-PCW', string('"III"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 31), 'Chapter-PCW', string('"15"')), 'Chapter-PCW', string('"III"'))), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 31), 'Chapter-PCW', string('"15"')), 'Chapter-PCW', string('"III"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 31), 'Chapter-PCW', string('"15"')), 'Chapter-PCW', string('"III"'))), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 31), 'Chapter-PCW', string('"15"')), 'Chapter-PCW', string('"III"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 31), 'Chapter-PCW', string('"15"')), 'Chapter-PCW', string('"III"'))), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 31), 'Chapter-PCW', string('"15"')), 'Chapter-PCW', string('"III"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 31), 'Chapter-PCW', string('"15"')), 'Chapter-PCW', string('"III"'))), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 31), 'Chapter-PCW', string('"15"')), 'Chapter-PCW', string('"III"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 31), 'Chapter-PCW', string('"15"')), 'Chapter-PCW', string('"III"'))), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 31), 'Chapter-PCW', string('"15"')), 'Chapter-PCW', string('"III"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 31), 'Chapter-PCW', string('"15"')), 'Chapter-PCW', string('"III"'))), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 31), 'Chapter-PCW', string('"15"')), 'Chapter-PCW', string('"III"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 31), 'Chapter-PCW', string('"15"')), 'Chapter-PCW', string('"III"'))), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 31), 'Chapter-PCW', string('"15"')), 'Chapter-PCW', string('"III"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 31), 'Chapter-PCW', string('"15"')), 'Chapter-PCW', string('"III"'))), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 31), 'Chapter-PCW', string('"15"')), 'Chapter-PCW', string('"III"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 31), 'Chapter-PCW', string('"15"')), 'Chapter-PCW', string('"III"'))), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 31), 'Chapter-PCW', string('"15"')), 'Chapter-PCW', string('"III"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 31), 'Chapter-PCW', string('"15"'))), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 31), 'Chapter-PCW', string('"15"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 31), 'Chapter-PCW', string('"15"'))), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 31), 'Chapter-PCW', string('"15"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 31), 'Chapter-PCW', string('"15"'))), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 31), 'Chapter-PCW', string('"15"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 31), 'Chapter-PCW', string('"15"'))), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 31), 'Chapter-PCW', string('"15"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 31), 'Chapter-PCW', string('"15"'))), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 31), 'Chapter-PCW', string('"15"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 31), 'Chapter-PCW', string('"15"'))), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 31), 'Chapter-PCW', string('"15"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 31), 'Chapter-PCW', string('"15"'))), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 31), 'Chapter-PCW', string('"15"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 31), 'Chapter-PCW', string('"15"'))), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 31), 'Chapter-PCW', string('"15"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 31), 'Chapter-PCW', string('"15"'))), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 31), 'Chapter-PCW', string('"15"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 31), 'Chapter-PCW', string('"15"'))), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 31), 'Chapter-PCW', string('"15"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 1)), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 1)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 1)), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 1)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 1)), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 1)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 1)), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 1)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 1)), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 1)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 1)), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 1)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 1)), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 1)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 1)), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 1)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 1)), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 1)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 1)), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 1)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 2)), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 2)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 2)), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 2)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 2)), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 2)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 2)), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 2)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 2)), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 2)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 2)), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 2)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 2)), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 2)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 2)), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 2)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 2)), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 2)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 2)), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 2)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 3)), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 3)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 3)), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 3)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 3)), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 3)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 3)), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 3)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 3)), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 3)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 3)), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 3)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 3)), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 3)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 3)), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 3)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 3)), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 3)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 3)), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 3)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 4)), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 4)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 4)), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 4)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 4)), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 4)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 4)), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 4)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 4)), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 4)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 4)), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 4)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 4)), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 4)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 4)), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 4)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 4)), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 4)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 4)), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 4)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 5)), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 5)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 5)), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 5)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 5)), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 5)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 5)), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 5)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 5)), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 5)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 5)), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 5)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 5)), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 5)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 5)), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 5)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 5)), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 5)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 5)), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 23), 5)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 16), 'Chapter-PCW', string('"41"'))), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 16), 'Chapter-PCW', string('"41"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 16), 'Chapter-PCW', string('"41"'))), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 16), 'Chapter-PCW', string('"41"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 16), 'Chapter-PCW', string('"41"'))), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 16), 'Chapter-PCW', string('"41"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 16), 'Chapter-PCW', string('"41"'))), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 16), 'Chapter-PCW', string('"41"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 16), 'Chapter-PCW', string('"41"'))), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 16), 'Chapter-PCW', string('"41"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 16), 'Chapter-PCW', string('"41"'))), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 16), 'Chapter-PCW', string('"41"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 16), 'Chapter-PCW', string('"41"'))), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 16), 'Chapter-PCW', string('"41"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 16), 'Chapter-PCW', string('"41"'))), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 16), 'Chapter-PCW', string('"41"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 16), 'Chapter-PCW', string('"41"'))), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 16), 'Chapter-PCW', string('"41"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 16), 'Chapter-PCW', string('"41"'))), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('TextualPCWSubSectionOfTypeWithIDFn'('TitleOfCOC-OrdinalFn'('UnitedStatesCode', 16), 'Chapter-PCW', string('"41"'))))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 10)), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 10)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 10)), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 10)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 10)), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 10)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 10)), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 10)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 10)), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 10)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 10)), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 10)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 10)), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 10)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 10)), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 10)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 10)), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 10)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 10)), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 10)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 9)), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 9)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 9)), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 9)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 9)), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 9)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 9)), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 9)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 9)), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 9)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 9)), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 9)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 9)), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 9)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 9)), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 9)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 9)), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 9)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 9)), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 9)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 8)), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 8)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 8)), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 8)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 8)), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 8)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 8)), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 8)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 8)), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 8)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 8)), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 8)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 8)), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 8)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 8)), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 8)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 8)), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 8)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 8)), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 8)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 7)), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 7)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 7)), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 7)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 7)), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 7)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 7)), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 7)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 7)), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 7)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 7)), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 7)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 7)), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 7)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 7)), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 7)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 7)), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 7)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 7)), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 7)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 6)), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 6)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 6)), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 6)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 6)), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 6)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 6)), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 6)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 6)), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 6)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 6)), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 6)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 6)), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 6)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 6)), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 6)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 6)), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 6)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 6)), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 6)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 1)), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 1)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 1)), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 1)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 1)), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 1)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 1)), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 1)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 1)), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 1)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 1)), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 1)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 1)), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 1)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 1)), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 1)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 1)), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 1)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 1)), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 1)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 2)), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 2)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 2)), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 2)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 2)), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 2)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 2)), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 2)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 2)), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 2)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 2)), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 2)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 2)), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 2)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 2)), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 2)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 2)), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 2)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 2)), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 2)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 3)), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 3)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 3)), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 3)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 3)), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 3)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 3)), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 3)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 3)), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 3)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 3)), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 3)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 3)), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 3)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 3)), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 3)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 3)), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 3)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 3)), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 3)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 4)), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 4)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 4)), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 4)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 4)), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 4)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 4)), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 4)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 4)), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 4)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 4)), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 4)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 4)), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 4)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 4)), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 4)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 4)), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 4)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 4)), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 4)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 5)), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 5)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 5)), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 5)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 5)), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 5)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 5)), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 5)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 5)), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 5)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 5)), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 5)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 5)), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 5)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 5)), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 5)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 5)), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 5)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 5)), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('ChapterOfWork-OrdinalFn'('TenBooksOfHistoryByGregoryOfTours', 5)))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('KeplersLawsOfPlanetaryMotion', ':CLAUSE'), infoTransferred('RWExplainA', 'KeplersLawsOfPlanetaryMotion')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('KeplersLawsOfPlanetaryMotion', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'KeplersLawsOfPlanetaryMotion')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('KeplersLawsOfPlanetaryMotion', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'KeplersLawsOfPlanetaryMotion')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('KeplersLawsOfPlanetaryMotion', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'KeplersLawsOfPlanetaryMotion')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('KeplersLawsOfPlanetaryMotion', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'KeplersLawsOfPlanetaryMotion')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('KeplersLawsOfPlanetaryMotion', ':CLAUSE'), infoTransferred('IranianMediaReports', 'KeplersLawsOfPlanetaryMotion')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('KeplersLawsOfPlanetaryMotion', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'KeplersLawsOfPlanetaryMotion')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('KeplersLawsOfPlanetaryMotion', ':CLAUSE'), infoTransferred('SKF-3634339', 'KeplersLawsOfPlanetaryMotion')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('KeplersLawsOfPlanetaryMotion', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'KeplersLawsOfPlanetaryMotion')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('KeplersLawsOfPlanetaryMotion', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'KeplersLawsOfPlanetaryMotion')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('NewtonianPhysicsMt', ':CLAUSE'), infoTransferred('RWExplainA', 'NewtonianPhysicsMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('NewtonianPhysicsMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'NewtonianPhysicsMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('NewtonianPhysicsMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'NewtonianPhysicsMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('NewtonianPhysicsMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'NewtonianPhysicsMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('NewtonianPhysicsMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'NewtonianPhysicsMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('NewtonianPhysicsMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'NewtonianPhysicsMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('NewtonianPhysicsMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'NewtonianPhysicsMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('NewtonianPhysicsMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'NewtonianPhysicsMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('NewtonianPhysicsMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'NewtonianPhysicsMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('NewtonianPhysicsMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'NewtonianPhysicsMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('SpecialRelativityMt', ':CLAUSE'), infoTransferred('RWExplainA', 'SpecialRelativityMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('SpecialRelativityMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'SpecialRelativityMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('SpecialRelativityMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'SpecialRelativityMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('SpecialRelativityMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'SpecialRelativityMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('SpecialRelativityMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'SpecialRelativityMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('SpecialRelativityMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'SpecialRelativityMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('SpecialRelativityMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'SpecialRelativityMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('SpecialRelativityMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'SpecialRelativityMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('SpecialRelativityMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'SpecialRelativityMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('SpecialRelativityMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'SpecialRelativityMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ZermeloFraenkelSetTheory', ':CLAUSE'), infoTransferred('RWExplainA', 'ZermeloFraenkelSetTheory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ZermeloFraenkelSetTheory', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ZermeloFraenkelSetTheory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ZermeloFraenkelSetTheory', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ZermeloFraenkelSetTheory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ZermeloFraenkelSetTheory', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ZermeloFraenkelSetTheory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ZermeloFraenkelSetTheory', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ZermeloFraenkelSetTheory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ZermeloFraenkelSetTheory', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ZermeloFraenkelSetTheory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ZermeloFraenkelSetTheory', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ZermeloFraenkelSetTheory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ZermeloFraenkelSetTheory', ':CLAUSE'), infoTransferred('SKF-3634339', 'ZermeloFraenkelSetTheory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ZermeloFraenkelSetTheory', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ZermeloFraenkelSetTheory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ZermeloFraenkelSetTheory', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ZermeloFraenkelSetTheory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('TheoryOfBeliefSystemFn'('Hedonism'), ':CLAUSE'), infoTransferred('RWExplainA', 'TheoryOfBeliefSystemFn'('Hedonism'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('TheoryOfBeliefSystemFn'('Hedonism'), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'TheoryOfBeliefSystemFn'('Hedonism'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('TheoryOfBeliefSystemFn'('Hedonism'), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'TheoryOfBeliefSystemFn'('Hedonism'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('TheoryOfBeliefSystemFn'('Hedonism'), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'TheoryOfBeliefSystemFn'('Hedonism'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('TheoryOfBeliefSystemFn'('Hedonism'), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'TheoryOfBeliefSystemFn'('Hedonism'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('TheoryOfBeliefSystemFn'('Hedonism'), ':CLAUSE'), infoTransferred('IranianMediaReports', 'TheoryOfBeliefSystemFn'('Hedonism'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('TheoryOfBeliefSystemFn'('Hedonism'), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'TheoryOfBeliefSystemFn'('Hedonism'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('TheoryOfBeliefSystemFn'('Hedonism'), ':CLAUSE'), infoTransferred('SKF-3634339', 'TheoryOfBeliefSystemFn'('Hedonism'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('TheoryOfBeliefSystemFn'('Hedonism'), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'TheoryOfBeliefSystemFn'('Hedonism'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('TheoryOfBeliefSystemFn'('Hedonism'), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'TheoryOfBeliefSystemFn'('Hedonism'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ThePrototypicalStillImageMicrotheory', ':CLAUSE'), infoTransferred('RWExplainA', 'ThePrototypicalStillImageMicrotheory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ThePrototypicalStillImageMicrotheory', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ThePrototypicalStillImageMicrotheory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ThePrototypicalStillImageMicrotheory', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ThePrototypicalStillImageMicrotheory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ThePrototypicalStillImageMicrotheory', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ThePrototypicalStillImageMicrotheory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ThePrototypicalStillImageMicrotheory', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ThePrototypicalStillImageMicrotheory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ThePrototypicalStillImageMicrotheory', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ThePrototypicalStillImageMicrotheory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ThePrototypicalStillImageMicrotheory', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ThePrototypicalStillImageMicrotheory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ThePrototypicalStillImageMicrotheory', ':CLAUSE'), infoTransferred('SKF-3634339', 'ThePrototypicalStillImageMicrotheory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ThePrototypicalStillImageMicrotheory', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ThePrototypicalStillImageMicrotheory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ThePrototypicalStillImageMicrotheory', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ThePrototypicalStillImageMicrotheory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('HappyXman', ':CLAUSE'), infoTransferred('RWExplainA', 'HappyXman')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('HappyXman', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'HappyXman')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('HappyXman', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'HappyXman')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('HappyXman', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'HappyXman')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('HappyXman', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'HappyXman')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('HappyXman', ':CLAUSE'), infoTransferred('IranianMediaReports', 'HappyXman')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('HappyXman', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'HappyXman')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('HappyXman', ':CLAUSE'), infoTransferred('SKF-3634339', 'HappyXman')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('HappyXman', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'HappyXman')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('HappyXman', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'HappyXman')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('AXpigeon', ':CLAUSE'), infoTransferred('RWExplainA', 'AXpigeon')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('AXpigeon', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'AXpigeon')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('AXpigeon', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'AXpigeon')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('AXpigeon', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'AXpigeon')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('AXpigeon', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'AXpigeon')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('AXpigeon', ':CLAUSE'), infoTransferred('IranianMediaReports', 'AXpigeon')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('AXpigeon', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'AXpigeon')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('AXpigeon', ':CLAUSE'), infoTransferred('SKF-3634339', 'AXpigeon')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('AXpigeon', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'AXpigeon')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('AXpigeon', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'AXpigeon')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('Hearts', ':CLAUSE'), infoTransferred('RWExplainA', 'Hearts')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('Hearts', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Hearts')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('Hearts', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'Hearts')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('Hearts', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'Hearts')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('Hearts', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'Hearts')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('Hearts', ':CLAUSE'), infoTransferred('IranianMediaReports', 'Hearts')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('Hearts', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'Hearts')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('Hearts', ':CLAUSE'), infoTransferred('SKF-3634339', 'Hearts')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('Hearts', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Hearts')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('Hearts', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'Hearts')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('NYSDOHInfectionCharacteristicsTableMt', ':CLAUSE'), infoTransferred('RWExplainA', 'NYSDOHInfectionCharacteristicsTableMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('NYSDOHInfectionCharacteristicsTableMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'NYSDOHInfectionCharacteristicsTableMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('NYSDOHInfectionCharacteristicsTableMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'NYSDOHInfectionCharacteristicsTableMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('NYSDOHInfectionCharacteristicsTableMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'NYSDOHInfectionCharacteristicsTableMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('NYSDOHInfectionCharacteristicsTableMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'NYSDOHInfectionCharacteristicsTableMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('NYSDOHInfectionCharacteristicsTableMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'NYSDOHInfectionCharacteristicsTableMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('NYSDOHInfectionCharacteristicsTableMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'NYSDOHInfectionCharacteristicsTableMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('NYSDOHInfectionCharacteristicsTableMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'NYSDOHInfectionCharacteristicsTableMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('NYSDOHInfectionCharacteristicsTableMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'NYSDOHInfectionCharacteristicsTableMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('NYSDOHInfectionCharacteristicsTableMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'NYSDOHInfectionCharacteristicsTableMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('LawOfConservationOfMechanicalEnergyMt', ':CLAUSE'), infoTransferred('RWExplainA', 'LawOfConservationOfMechanicalEnergyMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('LawOfConservationOfMechanicalEnergyMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'LawOfConservationOfMechanicalEnergyMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('LawOfConservationOfMechanicalEnergyMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'LawOfConservationOfMechanicalEnergyMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('LawOfConservationOfMechanicalEnergyMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'LawOfConservationOfMechanicalEnergyMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('LawOfConservationOfMechanicalEnergyMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'LawOfConservationOfMechanicalEnergyMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('LawOfConservationOfMechanicalEnergyMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'LawOfConservationOfMechanicalEnergyMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('LawOfConservationOfMechanicalEnergyMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'LawOfConservationOfMechanicalEnergyMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('LawOfConservationOfMechanicalEnergyMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'LawOfConservationOfMechanicalEnergyMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('LawOfConservationOfMechanicalEnergyMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'LawOfConservationOfMechanicalEnergyMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('LawOfConservationOfMechanicalEnergyMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'LawOfConservationOfMechanicalEnergyMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('LawOfUniversalGravitationMt', ':CLAUSE'), infoTransferred('RWExplainA', 'LawOfUniversalGravitationMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('LawOfUniversalGravitationMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'LawOfUniversalGravitationMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('LawOfUniversalGravitationMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'LawOfUniversalGravitationMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('LawOfUniversalGravitationMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'LawOfUniversalGravitationMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('LawOfUniversalGravitationMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'LawOfUniversalGravitationMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('LawOfUniversalGravitationMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'LawOfUniversalGravitationMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('LawOfUniversalGravitationMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'LawOfUniversalGravitationMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('LawOfUniversalGravitationMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'LawOfUniversalGravitationMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('LawOfUniversalGravitationMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'LawOfUniversalGravitationMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('LawOfUniversalGravitationMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'LawOfUniversalGravitationMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('LawOfConservationOfAngularMomentumMt', ':CLAUSE'), infoTransferred('RWExplainA', 'LawOfConservationOfAngularMomentumMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('LawOfConservationOfAngularMomentumMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'LawOfConservationOfAngularMomentumMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('LawOfConservationOfAngularMomentumMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'LawOfConservationOfAngularMomentumMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('LawOfConservationOfAngularMomentumMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'LawOfConservationOfAngularMomentumMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('LawOfConservationOfAngularMomentumMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'LawOfConservationOfAngularMomentumMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('LawOfConservationOfAngularMomentumMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'LawOfConservationOfAngularMomentumMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('LawOfConservationOfAngularMomentumMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'LawOfConservationOfAngularMomentumMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('LawOfConservationOfAngularMomentumMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'LawOfConservationOfAngularMomentumMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('LawOfConservationOfAngularMomentumMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'LawOfConservationOfAngularMomentumMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('LawOfConservationOfAngularMomentumMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'LawOfConservationOfAngularMomentumMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('NewtonsFirstLawMt', ':CLAUSE'), infoTransferred('RWExplainA', 'NewtonsFirstLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('NewtonsFirstLawMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'NewtonsFirstLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('NewtonsFirstLawMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'NewtonsFirstLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('NewtonsFirstLawMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'NewtonsFirstLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('NewtonsFirstLawMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'NewtonsFirstLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('NewtonsFirstLawMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'NewtonsFirstLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('NewtonsFirstLawMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'NewtonsFirstLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('NewtonsFirstLawMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'NewtonsFirstLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('NewtonsFirstLawMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'NewtonsFirstLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('NewtonsFirstLawMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'NewtonsFirstLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('NewtonsSecondLawMt', ':CLAUSE'), infoTransferred('RWExplainA', 'NewtonsSecondLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('NewtonsSecondLawMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'NewtonsSecondLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('NewtonsSecondLawMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'NewtonsSecondLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('NewtonsSecondLawMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'NewtonsSecondLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('NewtonsSecondLawMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'NewtonsSecondLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('NewtonsSecondLawMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'NewtonsSecondLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('NewtonsSecondLawMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'NewtonsSecondLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('NewtonsSecondLawMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'NewtonsSecondLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('NewtonsSecondLawMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'NewtonsSecondLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('NewtonsSecondLawMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'NewtonsSecondLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('NewtonsThirdLawMt', ':CLAUSE'), infoTransferred('RWExplainA', 'NewtonsThirdLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('NewtonsThirdLawMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'NewtonsThirdLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('NewtonsThirdLawMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'NewtonsThirdLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('NewtonsThirdLawMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'NewtonsThirdLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('NewtonsThirdLawMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'NewtonsThirdLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('NewtonsThirdLawMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'NewtonsThirdLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('NewtonsThirdLawMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'NewtonsThirdLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('NewtonsThirdLawMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'NewtonsThirdLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('NewtonsThirdLawMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'NewtonsThirdLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('NewtonsThirdLawMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'NewtonsThirdLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('LawOfConservationOfMomentumMt', ':CLAUSE'), infoTransferred('RWExplainA', 'LawOfConservationOfMomentumMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('LawOfConservationOfMomentumMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'LawOfConservationOfMomentumMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('LawOfConservationOfMomentumMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'LawOfConservationOfMomentumMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('LawOfConservationOfMomentumMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'LawOfConservationOfMomentumMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('LawOfConservationOfMomentumMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'LawOfConservationOfMomentumMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('LawOfConservationOfMomentumMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'LawOfConservationOfMomentumMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('LawOfConservationOfMomentumMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'LawOfConservationOfMomentumMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('LawOfConservationOfMomentumMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'LawOfConservationOfMomentumMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('LawOfConservationOfMomentumMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'LawOfConservationOfMomentumMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('LawOfConservationOfMomentumMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'LawOfConservationOfMomentumMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('KirchhoffsFirstLawMt', ':CLAUSE'), infoTransferred('RWExplainA', 'KirchhoffsFirstLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('KirchhoffsFirstLawMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'KirchhoffsFirstLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('KirchhoffsFirstLawMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'KirchhoffsFirstLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('KirchhoffsFirstLawMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'KirchhoffsFirstLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('KirchhoffsFirstLawMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'KirchhoffsFirstLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('KirchhoffsFirstLawMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'KirchhoffsFirstLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('KirchhoffsFirstLawMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'KirchhoffsFirstLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('KirchhoffsFirstLawMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'KirchhoffsFirstLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('KirchhoffsFirstLawMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'KirchhoffsFirstLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('KirchhoffsFirstLawMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'KirchhoffsFirstLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('KirchhoffsSecondLawMt', ':CLAUSE'), infoTransferred('RWExplainA', 'KirchhoffsSecondLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('KirchhoffsSecondLawMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'KirchhoffsSecondLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('KirchhoffsSecondLawMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'KirchhoffsSecondLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('KirchhoffsSecondLawMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'KirchhoffsSecondLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('KirchhoffsSecondLawMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'KirchhoffsSecondLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('KirchhoffsSecondLawMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'KirchhoffsSecondLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('KirchhoffsSecondLawMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'KirchhoffsSecondLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('KirchhoffsSecondLawMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'KirchhoffsSecondLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('KirchhoffsSecondLawMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'KirchhoffsSecondLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('KirchhoffsSecondLawMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'KirchhoffsSecondLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('OhmsLawMt', ':CLAUSE'), infoTransferred('RWExplainA', 'OhmsLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('OhmsLawMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'OhmsLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('OhmsLawMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'OhmsLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('OhmsLawMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'OhmsLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('OhmsLawMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'OhmsLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('OhmsLawMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'OhmsLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('OhmsLawMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'OhmsLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('OhmsLawMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'OhmsLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('OhmsLawMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'OhmsLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('OhmsLawMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'OhmsLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('CoulombsLawMt', ':CLAUSE'), infoTransferred('RWExplainA', 'CoulombsLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('CoulombsLawMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'CoulombsLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('CoulombsLawMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'CoulombsLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('CoulombsLawMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'CoulombsLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('CoulombsLawMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'CoulombsLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('CoulombsLawMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'CoulombsLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('CoulombsLawMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'CoulombsLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('CoulombsLawMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'CoulombsLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('CoulombsLawMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'CoulombsLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('CoulombsLawMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'CoulombsLawMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ThePrototypicalLawOfNatureMicrotheory', ':CLAUSE'), infoTransferred('RWExplainA', 'ThePrototypicalLawOfNatureMicrotheory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ThePrototypicalLawOfNatureMicrotheory', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ThePrototypicalLawOfNatureMicrotheory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ThePrototypicalLawOfNatureMicrotheory', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ThePrototypicalLawOfNatureMicrotheory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ThePrototypicalLawOfNatureMicrotheory', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ThePrototypicalLawOfNatureMicrotheory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ThePrototypicalLawOfNatureMicrotheory', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ThePrototypicalLawOfNatureMicrotheory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ThePrototypicalLawOfNatureMicrotheory', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ThePrototypicalLawOfNatureMicrotheory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ThePrototypicalLawOfNatureMicrotheory', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ThePrototypicalLawOfNatureMicrotheory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ThePrototypicalLawOfNatureMicrotheory', ':CLAUSE'), infoTransferred('SKF-3634339', 'ThePrototypicalLawOfNatureMicrotheory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ThePrototypicalLawOfNatureMicrotheory', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ThePrototypicalLawOfNatureMicrotheory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ThePrototypicalLawOfNatureMicrotheory', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ThePrototypicalLawOfNatureMicrotheory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('DistanceTimeUnderConstantAccelerationMt', ':CLAUSE'), infoTransferred('RWExplainA', 'DistanceTimeUnderConstantAccelerationMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('DistanceTimeUnderConstantAccelerationMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'DistanceTimeUnderConstantAccelerationMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('DistanceTimeUnderConstantAccelerationMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'DistanceTimeUnderConstantAccelerationMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('DistanceTimeUnderConstantAccelerationMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'DistanceTimeUnderConstantAccelerationMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('DistanceTimeUnderConstantAccelerationMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'DistanceTimeUnderConstantAccelerationMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('DistanceTimeUnderConstantAccelerationMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'DistanceTimeUnderConstantAccelerationMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('DistanceTimeUnderConstantAccelerationMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'DistanceTimeUnderConstantAccelerationMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('DistanceTimeUnderConstantAccelerationMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'DistanceTimeUnderConstantAccelerationMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('DistanceTimeUnderConstantAccelerationMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'DistanceTimeUnderConstantAccelerationMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('DistanceTimeUnderConstantAccelerationMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'DistanceTimeUnderConstantAccelerationMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('DistanceVelocityUnderConstantAccelerationMt', ':CLAUSE'), infoTransferred('RWExplainA', 'DistanceVelocityUnderConstantAccelerationMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('DistanceVelocityUnderConstantAccelerationMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'DistanceVelocityUnderConstantAccelerationMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('DistanceVelocityUnderConstantAccelerationMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'DistanceVelocityUnderConstantAccelerationMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('DistanceVelocityUnderConstantAccelerationMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'DistanceVelocityUnderConstantAccelerationMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('DistanceVelocityUnderConstantAccelerationMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'DistanceVelocityUnderConstantAccelerationMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('DistanceVelocityUnderConstantAccelerationMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'DistanceVelocityUnderConstantAccelerationMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('DistanceVelocityUnderConstantAccelerationMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'DistanceVelocityUnderConstantAccelerationMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('DistanceVelocityUnderConstantAccelerationMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'DistanceVelocityUnderConstantAccelerationMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('DistanceVelocityUnderConstantAccelerationMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'DistanceVelocityUnderConstantAccelerationMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('DistanceVelocityUnderConstantAccelerationMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'DistanceVelocityUnderConstantAccelerationMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('DefinitionOfNetWorkMt', ':CLAUSE'), infoTransferred('RWExplainA', 'DefinitionOfNetWorkMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('DefinitionOfNetWorkMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'DefinitionOfNetWorkMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('DefinitionOfNetWorkMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'DefinitionOfNetWorkMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('DefinitionOfNetWorkMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'DefinitionOfNetWorkMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('DefinitionOfNetWorkMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'DefinitionOfNetWorkMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('DefinitionOfNetWorkMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'DefinitionOfNetWorkMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('DefinitionOfNetWorkMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'DefinitionOfNetWorkMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('DefinitionOfNetWorkMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'DefinitionOfNetWorkMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('DefinitionOfNetWorkMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'DefinitionOfNetWorkMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('DefinitionOfNetWorkMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'DefinitionOfNetWorkMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('DefinitionOfKineticEnergyMt', ':CLAUSE'), infoTransferred('RWExplainA', 'DefinitionOfKineticEnergyMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('DefinitionOfKineticEnergyMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'DefinitionOfKineticEnergyMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('DefinitionOfKineticEnergyMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'DefinitionOfKineticEnergyMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('DefinitionOfKineticEnergyMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'DefinitionOfKineticEnergyMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('DefinitionOfKineticEnergyMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'DefinitionOfKineticEnergyMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('DefinitionOfKineticEnergyMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'DefinitionOfKineticEnergyMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('DefinitionOfKineticEnergyMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'DefinitionOfKineticEnergyMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('DefinitionOfKineticEnergyMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'DefinitionOfKineticEnergyMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('DefinitionOfKineticEnergyMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'DefinitionOfKineticEnergyMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('DefinitionOfKineticEnergyMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'DefinitionOfKineticEnergyMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('DefinitionOfWeightMt', ':CLAUSE'), infoTransferred('RWExplainA', 'DefinitionOfWeightMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('DefinitionOfWeightMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'DefinitionOfWeightMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('DefinitionOfWeightMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'DefinitionOfWeightMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('DefinitionOfWeightMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'DefinitionOfWeightMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('DefinitionOfWeightMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'DefinitionOfWeightMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('DefinitionOfWeightMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'DefinitionOfWeightMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('DefinitionOfWeightMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'DefinitionOfWeightMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('DefinitionOfWeightMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'DefinitionOfWeightMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('DefinitionOfWeightMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'DefinitionOfWeightMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('DefinitionOfWeightMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'DefinitionOfWeightMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('DefinitionOfWorkMt', ':CLAUSE'), infoTransferred('RWExplainA', 'DefinitionOfWorkMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('DefinitionOfWorkMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'DefinitionOfWorkMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('DefinitionOfWorkMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'DefinitionOfWorkMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('DefinitionOfWorkMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'DefinitionOfWorkMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('DefinitionOfWorkMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'DefinitionOfWorkMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('DefinitionOfWorkMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'DefinitionOfWorkMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('DefinitionOfWorkMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'DefinitionOfWorkMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('DefinitionOfWorkMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'DefinitionOfWorkMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('DefinitionOfWorkMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'DefinitionOfWorkMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('DefinitionOfWorkMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'DefinitionOfWorkMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('DefinitionOfWork-ForceAndDisplacementSameDirectionMt', ':CLAUSE'), infoTransferred('RWExplainA', 'DefinitionOfWork-ForceAndDisplacementSameDirectionMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('DefinitionOfWork-ForceAndDisplacementSameDirectionMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'DefinitionOfWork-ForceAndDisplacementSameDirectionMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('DefinitionOfWork-ForceAndDisplacementSameDirectionMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'DefinitionOfWork-ForceAndDisplacementSameDirectionMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('DefinitionOfWork-ForceAndDisplacementSameDirectionMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'DefinitionOfWork-ForceAndDisplacementSameDirectionMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('DefinitionOfWork-ForceAndDisplacementSameDirectionMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'DefinitionOfWork-ForceAndDisplacementSameDirectionMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('DefinitionOfWork-ForceAndDisplacementSameDirectionMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'DefinitionOfWork-ForceAndDisplacementSameDirectionMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('DefinitionOfWork-ForceAndDisplacementSameDirectionMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'DefinitionOfWork-ForceAndDisplacementSameDirectionMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('DefinitionOfWork-ForceAndDisplacementSameDirectionMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'DefinitionOfWork-ForceAndDisplacementSameDirectionMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('DefinitionOfWork-ForceAndDisplacementSameDirectionMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'DefinitionOfWork-ForceAndDisplacementSameDirectionMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('DefinitionOfWork-ForceAndDisplacementSameDirectionMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'DefinitionOfWork-ForceAndDisplacementSameDirectionMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('IsraeliThreatAgainstIran', ':CLAUSE'), infoTransferred('RWExplainA', 'IsraeliThreatAgainstIran')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('IsraeliThreatAgainstIran', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'IsraeliThreatAgainstIran')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('IsraeliThreatAgainstIran', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'IsraeliThreatAgainstIran')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('IsraeliThreatAgainstIran', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'IsraeliThreatAgainstIran')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('IsraeliThreatAgainstIran', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'IsraeliThreatAgainstIran')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('IsraeliThreatAgainstIran', ':CLAUSE'), infoTransferred('IranianMediaReports', 'IsraeliThreatAgainstIran')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('IsraeliThreatAgainstIran', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'IsraeliThreatAgainstIran')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('IsraeliThreatAgainstIran', ':CLAUSE'), infoTransferred('SKF-3634339', 'IsraeliThreatAgainstIran')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('IsraeliThreatAgainstIran', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'IsraeliThreatAgainstIran')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('IsraeliThreatAgainstIran', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'IsraeliThreatAgainstIran')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-SectionH4-PCW'), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('AnthraxBiologyText-SectionH4-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-SectionH4-PCW'), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('AnthraxBiologyText-SectionH4-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-SectionH4-PCW'), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('AnthraxBiologyText-SectionH4-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-SectionH4-PCW'), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('AnthraxBiologyText-SectionH4-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-SectionH4-PCW'), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('AnthraxBiologyText-SectionH4-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-SectionH4-PCW'), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('AnthraxBiologyText-SectionH4-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-SectionH4-PCW'), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('AnthraxBiologyText-SectionH4-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-SectionH4-PCW'), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('AnthraxBiologyText-SectionH4-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-SectionH4-PCW'), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('AnthraxBiologyText-SectionH4-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-SectionH4-PCW'), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('AnthraxBiologyText-SectionH4-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-11003', ':CLAUSE'), infoTransferred('RWExplainA', 'ReportContent-DLA-J6-11003')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-11003', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ReportContent-DLA-J6-11003')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-11003', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ReportContent-DLA-J6-11003')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-11003', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ReportContent-DLA-J6-11003')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-11003', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ReportContent-DLA-J6-11003')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-11003', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ReportContent-DLA-J6-11003')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-11003', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ReportContent-DLA-J6-11003')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-11003', ':CLAUSE'), infoTransferred('SKF-3634339', 'ReportContent-DLA-J6-11003')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-11003', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ReportContent-DLA-J6-11003')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-11003', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ReportContent-DLA-J6-11003')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('Publication936-PIT', ':CLAUSE'), infoTransferred('RWExplainA', 'Publication936-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('Publication936-PIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Publication936-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('Publication936-PIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'Publication936-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('Publication936-PIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'Publication936-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('Publication936-PIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'Publication936-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('Publication936-PIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'Publication936-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('Publication936-PIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'Publication936-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('Publication936-PIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'Publication936-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('Publication936-PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Publication936-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('Publication936-PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'Publication936-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ECBText7-1-6PIT', ':CLAUSE'), infoTransferred('RWExplainA', 'ECBText7-1-6PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ECBText7-1-6PIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ECBText7-1-6PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ECBText7-1-6PIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ECBText7-1-6PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ECBText7-1-6PIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ECBText7-1-6PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-6PIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ECBText7-1-6PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-6PIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ECBText7-1-6PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ECBText7-1-6PIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ECBText7-1-6PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ECBText7-1-6PIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'ECBText7-1-6PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ECBText7-1-6PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ECBText7-1-6PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ECBText7-1-6PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ECBText7-1-6PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-SectionH1-PCW'), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('AnthraxBiologyText-SectionH1-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-SectionH1-PCW'), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('AnthraxBiologyText-SectionH1-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-SectionH1-PCW'), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('AnthraxBiologyText-SectionH1-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-SectionH1-PCW'), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('AnthraxBiologyText-SectionH1-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-SectionH1-PCW'), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('AnthraxBiologyText-SectionH1-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-SectionH1-PCW'), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('AnthraxBiologyText-SectionH1-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-SectionH1-PCW'), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('AnthraxBiologyText-SectionH1-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-SectionH1-PCW'), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('AnthraxBiologyText-SectionH1-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-SectionH1-PCW'), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('AnthraxBiologyText-SectionH1-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-SectionH1-PCW'), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('AnthraxBiologyText-SectionH1-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ECBText7-1-5PIT', ':CLAUSE'), infoTransferred('RWExplainA', 'ECBText7-1-5PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ECBText7-1-5PIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ECBText7-1-5PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ECBText7-1-5PIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ECBText7-1-5PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ECBText7-1-5PIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ECBText7-1-5PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-5PIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ECBText7-1-5PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-5PIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ECBText7-1-5PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ECBText7-1-5PIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ECBText7-1-5PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ECBText7-1-5PIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'ECBText7-1-5PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ECBText7-1-5PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ECBText7-1-5PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ECBText7-1-5PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ECBText7-1-5PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('BatSpaceCPSpecV2-1-2Mt', ':CLAUSE'), infoTransferred('RWExplainA', 'BatSpaceCPSpecV2-1-2Mt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('BatSpaceCPSpecV2-1-2Mt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'BatSpaceCPSpecV2-1-2Mt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('BatSpaceCPSpecV2-1-2Mt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'BatSpaceCPSpecV2-1-2Mt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('BatSpaceCPSpecV2-1-2Mt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'BatSpaceCPSpecV2-1-2Mt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('BatSpaceCPSpecV2-1-2Mt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'BatSpaceCPSpecV2-1-2Mt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('BatSpaceCPSpecV2-1-2Mt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'BatSpaceCPSpecV2-1-2Mt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('BatSpaceCPSpecV2-1-2Mt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'BatSpaceCPSpecV2-1-2Mt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('BatSpaceCPSpecV2-1-2Mt', ':CLAUSE'), infoTransferred('SKF-3634339', 'BatSpaceCPSpecV2-1-2Mt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('BatSpaceCPSpecV2-1-2Mt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'BatSpaceCPSpecV2-1-2Mt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('BatSpaceCPSpecV2-1-2Mt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'BatSpaceCPSpecV2-1-2Mt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('IRSFAQ3-6-8-PIT', ':CLAUSE'), infoTransferred('RWExplainA', 'IRSFAQ3-6-8-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('IRSFAQ3-6-8-PIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'IRSFAQ3-6-8-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('IRSFAQ3-6-8-PIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'IRSFAQ3-6-8-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('IRSFAQ3-6-8-PIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'IRSFAQ3-6-8-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('IRSFAQ3-6-8-PIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'IRSFAQ3-6-8-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('IRSFAQ3-6-8-PIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'IRSFAQ3-6-8-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('IRSFAQ3-6-8-PIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'IRSFAQ3-6-8-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('IRSFAQ3-6-8-PIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'IRSFAQ3-6-8-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('IRSFAQ3-6-8-PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'IRSFAQ3-6-8-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('IRSFAQ3-6-8-PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'IRSFAQ3-6-8-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-10002', ':CLAUSE'), infoTransferred('RWExplainA', 'ReportContent-Intel-JTF-10002')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-10002', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ReportContent-Intel-JTF-10002')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-10002', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ReportContent-Intel-JTF-10002')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-10002', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ReportContent-Intel-JTF-10002')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-10002', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ReportContent-Intel-JTF-10002')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-10002', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ReportContent-Intel-JTF-10002')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-10002', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ReportContent-Intel-JTF-10002')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-10002', ':CLAUSE'), infoTransferred('SKF-3634339', 'ReportContent-Intel-JTF-10002')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-10002', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ReportContent-Intel-JTF-10002')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-10002', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ReportContent-Intel-JTF-10002')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('091401', hj_htmMt, ':CLAUSE'), infoTransferred('RWExplainA', '091401', hj_htmMt)))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('091401', hj_htmMt, ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), '091401', hj_htmMt)))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('091401', hj_htmMt, ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', '091401', hj_htmMt)))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('091401', hj_htmMt, ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', '091401', hj_htmMt)))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('091401', hj_htmMt, ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', '091401', hj_htmMt)))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('091401', hj_htmMt, ':CLAUSE'), infoTransferred('IranianMediaReports', '091401', hj_htmMt)))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('091401', hj_htmMt, ':CLAUSE'), infoTransferred('TalibanReportKillings', '091401', hj_htmMt)))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('091401', hj_htmMt, ':CLAUSE'), infoTransferred('SKF-3634339', '091401', hj_htmMt)))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('091401', hj_htmMt, ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', '091401', hj_htmMt)))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('091401', hj_htmMt, ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', '091401', hj_htmMt)))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('TaxTopic354-PIT', ':CLAUSE'), infoTransferred('RWExplainA', 'TaxTopic354-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('TaxTopic354-PIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'TaxTopic354-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('TaxTopic354-PIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'TaxTopic354-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('TaxTopic354-PIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'TaxTopic354-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('TaxTopic354-PIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'TaxTopic354-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('TaxTopic354-PIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'TaxTopic354-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('TaxTopic354-PIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'TaxTopic354-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('TaxTopic354-PIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'TaxTopic354-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('TaxTopic354-PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'TaxTopic354-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('TaxTopic354-PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'TaxTopic354-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ECBText7-1-3PIT', ':CLAUSE'), infoTransferred('RWExplainA', 'ECBText7-1-3PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ECBText7-1-3PIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ECBText7-1-3PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ECBText7-1-3PIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ECBText7-1-3PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ECBText7-1-3PIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ECBText7-1-3PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-3PIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ECBText7-1-3PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-3PIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ECBText7-1-3PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ECBText7-1-3PIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ECBText7-1-3PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ECBText7-1-3PIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'ECBText7-1-3PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ECBText7-1-3PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ECBText7-1-3PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ECBText7-1-3PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ECBText7-1-3PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('Source_frontline_shows_network_Mt', ':CLAUSE'), infoTransferred('RWExplainA', 'Source_frontline_shows_network_Mt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('Source_frontline_shows_network_Mt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Source_frontline_shows_network_Mt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('Source_frontline_shows_network_Mt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'Source_frontline_shows_network_Mt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('Source_frontline_shows_network_Mt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'Source_frontline_shows_network_Mt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('Source_frontline_shows_network_Mt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'Source_frontline_shows_network_Mt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('Source_frontline_shows_network_Mt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'Source_frontline_shows_network_Mt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('Source_frontline_shows_network_Mt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'Source_frontline_shows_network_Mt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('Source_frontline_shows_network_Mt', ':CLAUSE'), infoTransferred('SKF-3634339', 'Source_frontline_shows_network_Mt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('Source_frontline_shows_network_Mt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Source_frontline_shows_network_Mt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('Source_frontline_shows_network_Mt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'Source_frontline_shows_network_Mt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('BatSpaceCPSpecV1-1Mt', ':CLAUSE'), infoTransferred('RWExplainA', 'BatSpaceCPSpecV1-1Mt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('BatSpaceCPSpecV1-1Mt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'BatSpaceCPSpecV1-1Mt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('BatSpaceCPSpecV1-1Mt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'BatSpaceCPSpecV1-1Mt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('BatSpaceCPSpecV1-1Mt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'BatSpaceCPSpecV1-1Mt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('BatSpaceCPSpecV1-1Mt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'BatSpaceCPSpecV1-1Mt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('BatSpaceCPSpecV1-1Mt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'BatSpaceCPSpecV1-1Mt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('BatSpaceCPSpecV1-1Mt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'BatSpaceCPSpecV1-1Mt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('BatSpaceCPSpecV1-1Mt', ':CLAUSE'), infoTransferred('SKF-3634339', 'BatSpaceCPSpecV1-1Mt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('BatSpaceCPSpecV1-1Mt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'BatSpaceCPSpecV1-1Mt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('BatSpaceCPSpecV1-1Mt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'BatSpaceCPSpecV1-1Mt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-13008', ':CLAUSE'), infoTransferred('RWExplainA', 'ReportContent-Intel-JTF-13008')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-13008', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ReportContent-Intel-JTF-13008')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-13008', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ReportContent-Intel-JTF-13008')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-13008', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ReportContent-Intel-JTF-13008')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-13008', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ReportContent-Intel-JTF-13008')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-13008', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ReportContent-Intel-JTF-13008')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-13008', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ReportContent-Intel-JTF-13008')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-13008', ':CLAUSE'), infoTransferred('SKF-3634339', 'ReportContent-Intel-JTF-13008')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-13008', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ReportContent-Intel-JTF-13008')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-13008', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ReportContent-Intel-JTF-13008')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ReportContent-DISAPAC-J6-14022', ':CLAUSE'), infoTransferred('RWExplainA', 'ReportContent-DISAPAC-J6-14022')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ReportContent-DISAPAC-J6-14022', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ReportContent-DISAPAC-J6-14022')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ReportContent-DISAPAC-J6-14022', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ReportContent-DISAPAC-J6-14022')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ReportContent-DISAPAC-J6-14022', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ReportContent-DISAPAC-J6-14022')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ReportContent-DISAPAC-J6-14022', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ReportContent-DISAPAC-J6-14022')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ReportContent-DISAPAC-J6-14022', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ReportContent-DISAPAC-J6-14022')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ReportContent-DISAPAC-J6-14022', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ReportContent-DISAPAC-J6-14022')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ReportContent-DISAPAC-J6-14022', ':CLAUSE'), infoTransferred('SKF-3634339', 'ReportContent-DISAPAC-J6-14022')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ReportContent-DISAPAC-J6-14022', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ReportContent-DISAPAC-J6-14022')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ReportContent-DISAPAC-J6-14022', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ReportContent-DISAPAC-J6-14022')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ECBText7-1-2PIT', ':CLAUSE'), infoTransferred('RWExplainA', 'ECBText7-1-2PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ECBText7-1-2PIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ECBText7-1-2PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ECBText7-1-2PIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ECBText7-1-2PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ECBText7-1-2PIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ECBText7-1-2PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-2PIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ECBText7-1-2PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-2PIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ECBText7-1-2PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ECBText7-1-2PIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ECBText7-1-2PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ECBText7-1-2PIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'ECBText7-1-2PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ECBText7-1-2PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ECBText7-1-2PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ECBText7-1-2PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ECBText7-1-2PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('OrderContent-ModemsAndSniffers', ':CLAUSE'), infoTransferred('RWExplainA', 'OrderContent-ModemsAndSniffers')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('OrderContent-ModemsAndSniffers', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'OrderContent-ModemsAndSniffers')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('OrderContent-ModemsAndSniffers', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'OrderContent-ModemsAndSniffers')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('OrderContent-ModemsAndSniffers', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'OrderContent-ModemsAndSniffers')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('OrderContent-ModemsAndSniffers', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'OrderContent-ModemsAndSniffers')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('OrderContent-ModemsAndSniffers', ':CLAUSE'), infoTransferred('IranianMediaReports', 'OrderContent-ModemsAndSniffers')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('OrderContent-ModemsAndSniffers', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'OrderContent-ModemsAndSniffers')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('OrderContent-ModemsAndSniffers', ':CLAUSE'), infoTransferred('SKF-3634339', 'OrderContent-ModemsAndSniffers')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('OrderContent-ModemsAndSniffers', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'OrderContent-ModemsAndSniffers')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('OrderContent-ModemsAndSniffers', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'OrderContent-ModemsAndSniffers')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('IRSFAQ3-6-PIT', ':CLAUSE'), infoTransferred('RWExplainA', 'IRSFAQ3-6-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('IRSFAQ3-6-PIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'IRSFAQ3-6-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('IRSFAQ3-6-PIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'IRSFAQ3-6-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('IRSFAQ3-6-PIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'IRSFAQ3-6-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('IRSFAQ3-6-PIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'IRSFAQ3-6-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('IRSFAQ3-6-PIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'IRSFAQ3-6-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('IRSFAQ3-6-PIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'IRSFAQ3-6-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('IRSFAQ3-6-PIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'IRSFAQ3-6-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('IRSFAQ3-6-PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'IRSFAQ3-6-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('IRSFAQ3-6-PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'IRSFAQ3-6-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-10001', ':CLAUSE'), infoTransferred('RWExplainA', 'ReportContent-Intel-JTF-10001')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-10001', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ReportContent-Intel-JTF-10001')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-10001', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ReportContent-Intel-JTF-10001')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-10001', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ReportContent-Intel-JTF-10001')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-10001', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ReportContent-Intel-JTF-10001')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-10001', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ReportContent-Intel-JTF-10001')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-10001', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ReportContent-Intel-JTF-10001')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-10001', ':CLAUSE'), infoTransferred('SKF-3634339', 'ReportContent-Intel-JTF-10001')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-10001', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ReportContent-Intel-JTF-10001')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-10001', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ReportContent-Intel-JTF-10001')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('2001-', 'ASpaceOdyssey-TheNarrative'), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('2001-', 'ASpaceOdyssey-TheNarrative'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('2001-', 'ASpaceOdyssey-TheNarrative'), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('2001-', 'ASpaceOdyssey-TheNarrative'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('2001-', 'ASpaceOdyssey-TheNarrative'), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('2001-', 'ASpaceOdyssey-TheNarrative'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('2001-', 'ASpaceOdyssey-TheNarrative'), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('2001-', 'ASpaceOdyssey-TheNarrative'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('2001-', 'ASpaceOdyssey-TheNarrative'), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('2001-', 'ASpaceOdyssey-TheNarrative'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('2001-', 'ASpaceOdyssey-TheNarrative'), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('2001-', 'ASpaceOdyssey-TheNarrative'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('2001-', 'ASpaceOdyssey-TheNarrative'), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('2001-', 'ASpaceOdyssey-TheNarrative'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('2001-', 'ASpaceOdyssey-TheNarrative'), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('2001-', 'ASpaceOdyssey-TheNarrative'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('2001-', 'ASpaceOdyssey-TheNarrative'), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('2001-', 'ASpaceOdyssey-TheNarrative'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('2001-', 'ASpaceOdyssey-TheNarrative'), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('2001-', 'ASpaceOdyssey-TheNarrative'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('UNPromiseToIran', ':CLAUSE'), infoTransferred('RWExplainA', 'UNPromiseToIran')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('UNPromiseToIran', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'UNPromiseToIran')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('UNPromiseToIran', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'UNPromiseToIran')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('UNPromiseToIran', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'UNPromiseToIran')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('UNPromiseToIran', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'UNPromiseToIran')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('UNPromiseToIran', ':CLAUSE'), infoTransferred('IranianMediaReports', 'UNPromiseToIran')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('UNPromiseToIran', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'UNPromiseToIran')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('UNPromiseToIran', ':CLAUSE'), infoTransferred('SKF-3634339', 'UNPromiseToIran')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('UNPromiseToIran', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'UNPromiseToIran')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('UNPromiseToIran', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'UNPromiseToIran')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ECBText7-1-1PIT', ':CLAUSE'), infoTransferred('RWExplainA', 'ECBText7-1-1PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ECBText7-1-1PIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ECBText7-1-1PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ECBText7-1-1PIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ECBText7-1-1PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ECBText7-1-1PIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ECBText7-1-1PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-1PIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ECBText7-1-1PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-1PIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ECBText7-1-1PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ECBText7-1-1PIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ECBText7-1-1PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ECBText7-1-1PIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'ECBText7-1-1PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ECBText7-1-1PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ECBText7-1-1PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ECBText7-1-1PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ECBText7-1-1PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('OrderContent-HubInspections', ':CLAUSE'), infoTransferred('RWExplainA', 'OrderContent-HubInspections')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('OrderContent-HubInspections', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'OrderContent-HubInspections')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('OrderContent-HubInspections', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'OrderContent-HubInspections')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('OrderContent-HubInspections', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'OrderContent-HubInspections')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('OrderContent-HubInspections', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'OrderContent-HubInspections')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('OrderContent-HubInspections', ':CLAUSE'), infoTransferred('IranianMediaReports', 'OrderContent-HubInspections')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('OrderContent-HubInspections', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'OrderContent-HubInspections')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('OrderContent-HubInspections', ':CLAUSE'), infoTransferred('SKF-3634339', 'OrderContent-HubInspections')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('OrderContent-HubInspections', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'OrderContent-HubInspections')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('OrderContent-HubInspections', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'OrderContent-HubInspections')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Tarzan-TheNovel'), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('Tarzan-TheNovel'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Tarzan-TheNovel'), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('Tarzan-TheNovel'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Tarzan-TheNovel'), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('Tarzan-TheNovel'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Tarzan-TheNovel'), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('Tarzan-TheNovel'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Tarzan-TheNovel'), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('Tarzan-TheNovel'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Tarzan-TheNovel'), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('Tarzan-TheNovel'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Tarzan-TheNovel'), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('Tarzan-TheNovel'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Tarzan-TheNovel'), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('Tarzan-TheNovel'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Tarzan-TheNovel'), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('Tarzan-TheNovel'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Tarzan-TheNovel'), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('Tarzan-TheNovel'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('PasswordInformationForCycorpDomain', ':CLAUSE'), infoTransferred('RWExplainA', 'PasswordInformationForCycorpDomain')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('PasswordInformationForCycorpDomain', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'PasswordInformationForCycorpDomain')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('PasswordInformationForCycorpDomain', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'PasswordInformationForCycorpDomain')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('PasswordInformationForCycorpDomain', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'PasswordInformationForCycorpDomain')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('PasswordInformationForCycorpDomain', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'PasswordInformationForCycorpDomain')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('PasswordInformationForCycorpDomain', ':CLAUSE'), infoTransferred('IranianMediaReports', 'PasswordInformationForCycorpDomain')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('PasswordInformationForCycorpDomain', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'PasswordInformationForCycorpDomain')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('PasswordInformationForCycorpDomain', ':CLAUSE'), infoTransferred('SKF-3634339', 'PasswordInformationForCycorpDomain')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('PasswordInformationForCycorpDomain', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'PasswordInformationForCycorpDomain')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('PasswordInformationForCycorpDomain', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'PasswordInformationForCycorpDomain')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ECBText7-1-0PIT', ':CLAUSE'), infoTransferred('RWExplainA', 'ECBText7-1-0PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ECBText7-1-0PIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ECBText7-1-0PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ECBText7-1-0PIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ECBText7-1-0PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ECBText7-1-0PIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ECBText7-1-0PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-0PIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ECBText7-1-0PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-0PIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ECBText7-1-0PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ECBText7-1-0PIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ECBText7-1-0PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ECBText7-1-0PIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'ECBText7-1-0PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ECBText7-1-0PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ECBText7-1-0PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ECBText7-1-0PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ECBText7-1-0PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('TimesAtlasOfTheWorld1995-PIT', ':CLAUSE'), infoTransferred('RWExplainA', 'TimesAtlasOfTheWorld1995-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('TimesAtlasOfTheWorld1995-PIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'TimesAtlasOfTheWorld1995-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('TimesAtlasOfTheWorld1995-PIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'TimesAtlasOfTheWorld1995-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('TimesAtlasOfTheWorld1995-PIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'TimesAtlasOfTheWorld1995-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('TimesAtlasOfTheWorld1995-PIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'TimesAtlasOfTheWorld1995-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('TimesAtlasOfTheWorld1995-PIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'TimesAtlasOfTheWorld1995-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('TimesAtlasOfTheWorld1995-PIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'TimesAtlasOfTheWorld1995-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('TimesAtlasOfTheWorld1995-PIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'TimesAtlasOfTheWorld1995-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('TimesAtlasOfTheWorld1995-PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'TimesAtlasOfTheWorld1995-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('TimesAtlasOfTheWorld1995-PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'TimesAtlasOfTheWorld1995-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13010', ':CLAUSE'), infoTransferred('RWExplainA', 'ReportContent-DLA-J6-13010')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13010', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ReportContent-DLA-J6-13010')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13010', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ReportContent-DLA-J6-13010')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13010', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ReportContent-DLA-J6-13010')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13010', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ReportContent-DLA-J6-13010')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13010', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ReportContent-DLA-J6-13010')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13010', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ReportContent-DLA-J6-13010')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13010', ':CLAUSE'), infoTransferred('SKF-3634339', 'ReportContent-DLA-J6-13010')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13010', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ReportContent-DLA-J6-13010')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13010', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ReportContent-DLA-J6-13010')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('CharlieBrownAngryAboutHisNervousnessIMt', ':CLAUSE'), infoTransferred('RWExplainA', 'CharlieBrownAngryAboutHisNervousnessIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('CharlieBrownAngryAboutHisNervousnessIMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'CharlieBrownAngryAboutHisNervousnessIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('CharlieBrownAngryAboutHisNervousnessIMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'CharlieBrownAngryAboutHisNervousnessIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('CharlieBrownAngryAboutHisNervousnessIMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'CharlieBrownAngryAboutHisNervousnessIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('CharlieBrownAngryAboutHisNervousnessIMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'CharlieBrownAngryAboutHisNervousnessIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('CharlieBrownAngryAboutHisNervousnessIMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'CharlieBrownAngryAboutHisNervousnessIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('CharlieBrownAngryAboutHisNervousnessIMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'CharlieBrownAngryAboutHisNervousnessIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('CharlieBrownAngryAboutHisNervousnessIMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'CharlieBrownAngryAboutHisNervousnessIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('CharlieBrownAngryAboutHisNervousnessIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'CharlieBrownAngryAboutHisNervousnessIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('CharlieBrownAngryAboutHisNervousnessIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'CharlieBrownAngryAboutHisNervousnessIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('DonlonMemo-CavalryDivisionMt', ':CLAUSE'), infoTransferred('RWExplainA', 'DonlonMemo-CavalryDivisionMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('DonlonMemo-CavalryDivisionMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'DonlonMemo-CavalryDivisionMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('DonlonMemo-CavalryDivisionMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'DonlonMemo-CavalryDivisionMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('DonlonMemo-CavalryDivisionMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'DonlonMemo-CavalryDivisionMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('DonlonMemo-CavalryDivisionMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'DonlonMemo-CavalryDivisionMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('DonlonMemo-CavalryDivisionMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'DonlonMemo-CavalryDivisionMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('DonlonMemo-CavalryDivisionMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'DonlonMemo-CavalryDivisionMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('DonlonMemo-CavalryDivisionMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'DonlonMemo-CavalryDivisionMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('DonlonMemo-CavalryDivisionMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'DonlonMemo-CavalryDivisionMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('DonlonMemo-CavalryDivisionMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'DonlonMemo-CavalryDivisionMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Dracula-TheNovel'), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('Dracula-TheNovel'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Dracula-TheNovel'), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('Dracula-TheNovel'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Dracula-TheNovel'), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('Dracula-TheNovel'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Dracula-TheNovel'), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('Dracula-TheNovel'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Dracula-TheNovel'), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('Dracula-TheNovel'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Dracula-TheNovel'), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('Dracula-TheNovel'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Dracula-TheNovel'), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('Dracula-TheNovel'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Dracula-TheNovel'), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('Dracula-TheNovel'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Dracula-TheNovel'), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('Dracula-TheNovel'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Dracula-TheNovel'), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('Dracula-TheNovel'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_viPIT', ':CLAUSE'), infoTransferred('RWExplainA', 'ECBText7-1-7_viPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ECBText7-1-7_viPIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ECBText7-1-7_viPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_viPIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ECBText7-1-7_viPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_viPIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ECBText7-1-7_viPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_viPIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ECBText7-1-7_viPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_viPIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ECBText7-1-7_viPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_viPIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ECBText7-1-7_viPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_viPIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'ECBText7-1-7_viPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_viPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ECBText7-1-7_viPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_viPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ECBText7-1-7_viPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('RegionConnectionCalculus8Theory', ':CLAUSE'), infoTransferred('RWExplainA', 'RegionConnectionCalculus8Theory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('RegionConnectionCalculus8Theory', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'RegionConnectionCalculus8Theory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('RegionConnectionCalculus8Theory', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'RegionConnectionCalculus8Theory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('RegionConnectionCalculus8Theory', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'RegionConnectionCalculus8Theory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('RegionConnectionCalculus8Theory', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'RegionConnectionCalculus8Theory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('RegionConnectionCalculus8Theory', ':CLAUSE'), infoTransferred('IranianMediaReports', 'RegionConnectionCalculus8Theory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('RegionConnectionCalculus8Theory', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'RegionConnectionCalculus8Theory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('RegionConnectionCalculus8Theory', ':CLAUSE'), infoTransferred('SKF-3634339', 'RegionConnectionCalculus8Theory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('RegionConnectionCalculus8Theory', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'RegionConnectionCalculus8Theory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('RegionConnectionCalculus8Theory', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'RegionConnectionCalculus8Theory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('Dempster-ShaferTheory', ':CLAUSE'), infoTransferred('RWExplainA', 'Dempster-ShaferTheory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('Dempster-ShaferTheory', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Dempster-ShaferTheory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('Dempster-ShaferTheory', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'Dempster-ShaferTheory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('Dempster-ShaferTheory', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'Dempster-ShaferTheory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('Dempster-ShaferTheory', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'Dempster-ShaferTheory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('Dempster-ShaferTheory', ':CLAUSE'), infoTransferred('IranianMediaReports', 'Dempster-ShaferTheory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('Dempster-ShaferTheory', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'Dempster-ShaferTheory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('Dempster-ShaferTheory', ':CLAUSE'), infoTransferred('SKF-3634339', 'Dempster-ShaferTheory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('Dempster-ShaferTheory', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Dempster-ShaferTheory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('Dempster-ShaferTheory', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'Dempster-ShaferTheory')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Frankenstein-Novel'), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('Frankenstein-Novel'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Frankenstein-Novel'), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('Frankenstein-Novel'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Frankenstein-Novel'), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('Frankenstein-Novel'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Frankenstein-Novel'), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('Frankenstein-Novel'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Frankenstein-Novel'), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('Frankenstein-Novel'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Frankenstein-Novel'), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('Frankenstein-Novel'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Frankenstein-Novel'), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('Frankenstein-Novel'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Frankenstein-Novel'), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('Frankenstein-Novel'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Frankenstein-Novel'), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('Frankenstein-Novel'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Frankenstein-Novel'), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('Frankenstein-Novel'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_vPIT', ':CLAUSE'), infoTransferred('RWExplainA', 'ECBText7-1-7_vPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ECBText7-1-7_vPIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ECBText7-1-7_vPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_vPIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ECBText7-1-7_vPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_vPIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ECBText7-1-7_vPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_vPIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ECBText7-1-7_vPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_vPIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ECBText7-1-7_vPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_vPIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ECBText7-1-7_vPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_vPIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'ECBText7-1-7_vPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_vPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ECBText7-1-7_vPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_vPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ECBText7-1-7_vPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('IranPakistanGasDeal', ':CLAUSE'), infoTransferred('RWExplainA', 'IranPakistanGasDeal')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('IranPakistanGasDeal', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'IranPakistanGasDeal')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('IranPakistanGasDeal', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'IranPakistanGasDeal')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('IranPakistanGasDeal', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'IranPakistanGasDeal')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('IranPakistanGasDeal', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'IranPakistanGasDeal')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('IranPakistanGasDeal', ':CLAUSE'), infoTransferred('IranianMediaReports', 'IranPakistanGasDeal')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('IranPakistanGasDeal', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'IranPakistanGasDeal')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('IranPakistanGasDeal', ':CLAUSE'), infoTransferred('SKF-3634339', 'IranPakistanGasDeal')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('IranPakistanGasDeal', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'IranPakistanGasDeal')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('IranPakistanGasDeal', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'IranPakistanGasDeal')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('HYP-ImageMicrotheory-55326436', ':CLAUSE'), infoTransferred('RWExplainA', 'HYP-ImageMicrotheory-55326436')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('HYP-ImageMicrotheory-55326436', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'HYP-ImageMicrotheory-55326436')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('HYP-ImageMicrotheory-55326436', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'HYP-ImageMicrotheory-55326436')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('HYP-ImageMicrotheory-55326436', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'HYP-ImageMicrotheory-55326436')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('HYP-ImageMicrotheory-55326436', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'HYP-ImageMicrotheory-55326436')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('HYP-ImageMicrotheory-55326436', ':CLAUSE'), infoTransferred('IranianMediaReports', 'HYP-ImageMicrotheory-55326436')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('HYP-ImageMicrotheory-55326436', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'HYP-ImageMicrotheory-55326436')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('HYP-ImageMicrotheory-55326436', ':CLAUSE'), infoTransferred('SKF-3634339', 'HYP-ImageMicrotheory-55326436')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('HYP-ImageMicrotheory-55326436', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'HYP-ImageMicrotheory-55326436')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('HYP-ImageMicrotheory-55326436', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'HYP-ImageMicrotheory-55326436')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ChildKissingPuppyIMt', ':CLAUSE'), infoTransferred('RWExplainA', 'ChildKissingPuppyIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ChildKissingPuppyIMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ChildKissingPuppyIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ChildKissingPuppyIMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ChildKissingPuppyIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ChildKissingPuppyIMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ChildKissingPuppyIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ChildKissingPuppyIMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ChildKissingPuppyIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ChildKissingPuppyIMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ChildKissingPuppyIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ChildKissingPuppyIMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ChildKissingPuppyIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ChildKissingPuppyIMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'ChildKissingPuppyIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ChildKissingPuppyIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ChildKissingPuppyIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ChildKissingPuppyIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ChildKissingPuppyIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AdventuresOfHuckleberryFinn'), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('AdventuresOfHuckleberryFinn'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AdventuresOfHuckleberryFinn'), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('AdventuresOfHuckleberryFinn'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AdventuresOfHuckleberryFinn'), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('AdventuresOfHuckleberryFinn'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AdventuresOfHuckleberryFinn'), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('AdventuresOfHuckleberryFinn'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AdventuresOfHuckleberryFinn'), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('AdventuresOfHuckleberryFinn'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AdventuresOfHuckleberryFinn'), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('AdventuresOfHuckleberryFinn'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AdventuresOfHuckleberryFinn'), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('AdventuresOfHuckleberryFinn'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AdventuresOfHuckleberryFinn'), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('AdventuresOfHuckleberryFinn'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AdventuresOfHuckleberryFinn'), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('AdventuresOfHuckleberryFinn'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AdventuresOfHuckleberryFinn'), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('AdventuresOfHuckleberryFinn'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_ivPIT', ':CLAUSE'), infoTransferred('RWExplainA', 'ECBText7-1-7_ivPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ECBText7-1-7_ivPIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ECBText7-1-7_ivPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_ivPIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ECBText7-1-7_ivPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_ivPIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ECBText7-1-7_ivPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_ivPIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ECBText7-1-7_ivPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_ivPIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ECBText7-1-7_ivPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_ivPIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ECBText7-1-7_ivPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_ivPIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'ECBText7-1-7_ivPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_ivPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ECBText7-1-7_ivPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_ivPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ECBText7-1-7_ivPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('CarpenterRefinishingFloorIMt', ':CLAUSE'), infoTransferred('RWExplainA', 'CarpenterRefinishingFloorIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('CarpenterRefinishingFloorIMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'CarpenterRefinishingFloorIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('CarpenterRefinishingFloorIMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'CarpenterRefinishingFloorIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('CarpenterRefinishingFloorIMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'CarpenterRefinishingFloorIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('CarpenterRefinishingFloorIMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'CarpenterRefinishingFloorIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('CarpenterRefinishingFloorIMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'CarpenterRefinishingFloorIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('CarpenterRefinishingFloorIMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'CarpenterRefinishingFloorIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('CarpenterRefinishingFloorIMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'CarpenterRefinishingFloorIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('CarpenterRefinishingFloorIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'CarpenterRefinishingFloorIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('CarpenterRefinishingFloorIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'CarpenterRefinishingFloorIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('HYP-ImageMicrotheory-8434226', ':CLAUSE'), infoTransferred('RWExplainA', 'HYP-ImageMicrotheory-8434226')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('HYP-ImageMicrotheory-8434226', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'HYP-ImageMicrotheory-8434226')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('HYP-ImageMicrotheory-8434226', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'HYP-ImageMicrotheory-8434226')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('HYP-ImageMicrotheory-8434226', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'HYP-ImageMicrotheory-8434226')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('HYP-ImageMicrotheory-8434226', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'HYP-ImageMicrotheory-8434226')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('HYP-ImageMicrotheory-8434226', ':CLAUSE'), infoTransferred('IranianMediaReports', 'HYP-ImageMicrotheory-8434226')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('HYP-ImageMicrotheory-8434226', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'HYP-ImageMicrotheory-8434226')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('HYP-ImageMicrotheory-8434226', ':CLAUSE'), infoTransferred('SKF-3634339', 'HYP-ImageMicrotheory-8434226')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('HYP-ImageMicrotheory-8434226', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'HYP-ImageMicrotheory-8434226')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('HYP-ImageMicrotheory-8434226', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'HYP-ImageMicrotheory-8434226')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('MobyDickNovel'), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('MobyDickNovel'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('MobyDickNovel'), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('MobyDickNovel'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('MobyDickNovel'), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('MobyDickNovel'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('MobyDickNovel'), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('MobyDickNovel'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('MobyDickNovel'), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('MobyDickNovel'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('MobyDickNovel'), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('MobyDickNovel'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('MobyDickNovel'), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('MobyDickNovel'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('MobyDickNovel'), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('MobyDickNovel'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('MobyDickNovel'), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('MobyDickNovel'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('MobyDickNovel'), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('MobyDickNovel'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ReportContent-DISAPAC-J6-14020', ':CLAUSE'), infoTransferred('RWExplainA', 'ReportContent-DISAPAC-J6-14020')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ReportContent-DISAPAC-J6-14020', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ReportContent-DISAPAC-J6-14020')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ReportContent-DISAPAC-J6-14020', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ReportContent-DISAPAC-J6-14020')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ReportContent-DISAPAC-J6-14020', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ReportContent-DISAPAC-J6-14020')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ReportContent-DISAPAC-J6-14020', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ReportContent-DISAPAC-J6-14020')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ReportContent-DISAPAC-J6-14020', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ReportContent-DISAPAC-J6-14020')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ReportContent-DISAPAC-J6-14020', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ReportContent-DISAPAC-J6-14020')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ReportContent-DISAPAC-J6-14020', ':CLAUSE'), infoTransferred('SKF-3634339', 'ReportContent-DISAPAC-J6-14020')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ReportContent-DISAPAC-J6-14020', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ReportContent-DISAPAC-J6-14020')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ReportContent-DISAPAC-J6-14020', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ReportContent-DISAPAC-J6-14020')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_iiiPIT', ':CLAUSE'), infoTransferred('RWExplainA', 'ECBText7-1-7_iiiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ECBText7-1-7_iiiPIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ECBText7-1-7_iiiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_iiiPIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ECBText7-1-7_iiiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_iiiPIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ECBText7-1-7_iiiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_iiiPIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ECBText7-1-7_iiiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_iiiPIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ECBText7-1-7_iiiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_iiiPIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ECBText7-1-7_iiiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_iiiPIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'ECBText7-1-7_iiiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_iiiPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ECBText7-1-7_iiiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_iiiPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ECBText7-1-7_iiiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('TheTaxpayersLoan', ':CLAUSE'), infoTransferred('RWExplainA', 'TheTaxpayersLoan')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('TheTaxpayersLoan', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'TheTaxpayersLoan')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('TheTaxpayersLoan', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'TheTaxpayersLoan')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('TheTaxpayersLoan', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'TheTaxpayersLoan')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('TheTaxpayersLoan', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'TheTaxpayersLoan')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('TheTaxpayersLoan', ':CLAUSE'), infoTransferred('IranianMediaReports', 'TheTaxpayersLoan')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('TheTaxpayersLoan', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'TheTaxpayersLoan')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('TheTaxpayersLoan', ':CLAUSE'), infoTransferred('SKF-3634339', 'TheTaxpayersLoan')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('TheTaxpayersLoan', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'TheTaxpayersLoan')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('TheTaxpayersLoan', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'TheTaxpayersLoan')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-SectionH5-PIT', ':CLAUSE'), infoTransferred('RWExplainA', 'AnthraxBiologyText-SectionH5-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-SectionH5-PIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'AnthraxBiologyText-SectionH5-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-SectionH5-PIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'AnthraxBiologyText-SectionH5-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-SectionH5-PIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'AnthraxBiologyText-SectionH5-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-SectionH5-PIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'AnthraxBiologyText-SectionH5-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-SectionH5-PIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'AnthraxBiologyText-SectionH5-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-SectionH5-PIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'AnthraxBiologyText-SectionH5-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-SectionH5-PIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'AnthraxBiologyText-SectionH5-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-SectionH5-PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'AnthraxBiologyText-SectionH5-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-SectionH5-PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'AnthraxBiologyText-SectionH5-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('Dog-IR-0004', ':CLAUSE'), infoTransferred('RWExplainA', 'Dog-IR-0004')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('Dog-IR-0004', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Dog-IR-0004')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('Dog-IR-0004', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'Dog-IR-0004')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('Dog-IR-0004', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'Dog-IR-0004')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('Dog-IR-0004', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'Dog-IR-0004')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('Dog-IR-0004', ':CLAUSE'), infoTransferred('IranianMediaReports', 'Dog-IR-0004')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('Dog-IR-0004', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'Dog-IR-0004')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('Dog-IR-0004', ':CLAUSE'), infoTransferred('SKF-3634339', 'Dog-IR-0004')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('Dog-IR-0004', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Dog-IR-0004')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('Dog-IR-0004', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'Dog-IR-0004')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_iiPIT', ':CLAUSE'), infoTransferred('RWExplainA', 'ECBText7-1-7_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ECBText7-1-7_iiPIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ECBText7-1-7_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_iiPIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ECBText7-1-7_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_iiPIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ECBText7-1-7_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_iiPIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ECBText7-1-7_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_iiPIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ECBText7-1-7_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_iiPIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ECBText7-1-7_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_iiPIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'ECBText7-1-7_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_iiPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ECBText7-1-7_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_iiPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ECBText7-1-7_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('Source_pol_terror_01092810_htmMt', ':CLAUSE'), infoTransferred('RWExplainA', 'Source_pol_terror_01092810_htmMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('Source_pol_terror_01092810_htmMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Source_pol_terror_01092810_htmMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('Source_pol_terror_01092810_htmMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'Source_pol_terror_01092810_htmMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('Source_pol_terror_01092810_htmMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'Source_pol_terror_01092810_htmMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('Source_pol_terror_01092810_htmMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'Source_pol_terror_01092810_htmMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('Source_pol_terror_01092810_htmMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'Source_pol_terror_01092810_htmMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('Source_pol_terror_01092810_htmMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'Source_pol_terror_01092810_htmMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('Source_pol_terror_01092810_htmMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'Source_pol_terror_01092810_htmMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('Source_pol_terror_01092810_htmMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Source_pol_terror_01092810_htmMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('Source_pol_terror_01092810_htmMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'Source_pol_terror_01092810_htmMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-SectionH6-PIT', ':CLAUSE'), infoTransferred('RWExplainA', 'AnthraxBiologyText-SectionH6-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-SectionH6-PIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'AnthraxBiologyText-SectionH6-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-SectionH6-PIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'AnthraxBiologyText-SectionH6-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-SectionH6-PIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'AnthraxBiologyText-SectionH6-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-SectionH6-PIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'AnthraxBiologyText-SectionH6-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-SectionH6-PIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'AnthraxBiologyText-SectionH6-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-SectionH6-PIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'AnthraxBiologyText-SectionH6-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-SectionH6-PIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'AnthraxBiologyText-SectionH6-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-SectionH6-PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'AnthraxBiologyText-SectionH6-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-SectionH6-PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'AnthraxBiologyText-SectionH6-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13019', ':CLAUSE'), infoTransferred('RWExplainA', 'ReportContent-DLA-J6-13019')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13019', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ReportContent-DLA-J6-13019')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13019', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ReportContent-DLA-J6-13019')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13019', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ReportContent-DLA-J6-13019')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13019', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ReportContent-DLA-J6-13019')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13019', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ReportContent-DLA-J6-13019')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13019', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ReportContent-DLA-J6-13019')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13019', ':CLAUSE'), infoTransferred('SKF-3634339', 'ReportContent-DLA-J6-13019')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13019', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ReportContent-DLA-J6-13019')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13019', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ReportContent-DLA-J6-13019')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ECBText7-2-2_ivPIT', ':CLAUSE'), infoTransferred('RWExplainA', 'ECBText7-2-2_ivPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ECBText7-2-2_ivPIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ECBText7-2-2_ivPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ECBText7-2-2_ivPIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ECBText7-2-2_ivPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ECBText7-2-2_ivPIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ECBText7-2-2_ivPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ECBText7-2-2_ivPIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ECBText7-2-2_ivPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ECBText7-2-2_ivPIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ECBText7-2-2_ivPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ECBText7-2-2_ivPIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ECBText7-2-2_ivPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ECBText7-2-2_ivPIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'ECBText7-2-2_ivPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ECBText7-2-2_ivPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ECBText7-2-2_ivPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ECBText7-2-2_ivPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ECBText7-2-2_ivPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-SectionH4-PIT', ':CLAUSE'), infoTransferred('RWExplainA', 'AnthraxBiologyText-SectionH4-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-SectionH4-PIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'AnthraxBiologyText-SectionH4-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-SectionH4-PIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'AnthraxBiologyText-SectionH4-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-SectionH4-PIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'AnthraxBiologyText-SectionH4-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-SectionH4-PIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'AnthraxBiologyText-SectionH4-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-SectionH4-PIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'AnthraxBiologyText-SectionH4-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-SectionH4-PIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'AnthraxBiologyText-SectionH4-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-SectionH4-PIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'AnthraxBiologyText-SectionH4-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-SectionH4-PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'AnthraxBiologyText-SectionH4-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-SectionH4-PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'AnthraxBiologyText-SectionH4-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_iPIT', ':CLAUSE'), infoTransferred('RWExplainA', 'ECBText7-1-7_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ECBText7-1-7_iPIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ECBText7-1-7_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_iPIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ECBText7-1-7_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_iPIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ECBText7-1-7_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_iPIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ECBText7-1-7_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_iPIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ECBText7-1-7_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_iPIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ECBText7-1-7_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_iPIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'ECBText7-1-7_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_iPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ECBText7-1-7_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ECBText7-1-7_iPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ECBText7-1-7_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('TeletubbiesMt', ':CLAUSE'), infoTransferred('RWExplainA', 'TeletubbiesMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('TeletubbiesMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'TeletubbiesMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('TeletubbiesMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'TeletubbiesMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('TeletubbiesMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'TeletubbiesMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('TeletubbiesMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'TeletubbiesMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('TeletubbiesMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'TeletubbiesMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('TeletubbiesMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'TeletubbiesMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('TeletubbiesMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'TeletubbiesMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('TeletubbiesMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'TeletubbiesMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('TeletubbiesMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'TeletubbiesMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('AlexiPracticeBabyAtPoolIMt', ':CLAUSE'), infoTransferred('RWExplainA', 'AlexiPracticeBabyAtPoolIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('AlexiPracticeBabyAtPoolIMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'AlexiPracticeBabyAtPoolIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('AlexiPracticeBabyAtPoolIMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'AlexiPracticeBabyAtPoolIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('AlexiPracticeBabyAtPoolIMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'AlexiPracticeBabyAtPoolIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('AlexiPracticeBabyAtPoolIMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'AlexiPracticeBabyAtPoolIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('AlexiPracticeBabyAtPoolIMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'AlexiPracticeBabyAtPoolIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('AlexiPracticeBabyAtPoolIMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'AlexiPracticeBabyAtPoolIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('AlexiPracticeBabyAtPoolIMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'AlexiPracticeBabyAtPoolIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('AlexiPracticeBabyAtPoolIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'AlexiPracticeBabyAtPoolIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('AlexiPracticeBabyAtPoolIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'AlexiPracticeBabyAtPoolIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('BatmanTheAnimatedSeries-TheTVShow'), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('BatmanTheAnimatedSeries-TheTVShow'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('BatmanTheAnimatedSeries-TheTVShow'), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('BatmanTheAnimatedSeries-TheTVShow'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('BatmanTheAnimatedSeries-TheTVShow'), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('BatmanTheAnimatedSeries-TheTVShow'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('BatmanTheAnimatedSeries-TheTVShow'), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('BatmanTheAnimatedSeries-TheTVShow'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('BatmanTheAnimatedSeries-TheTVShow'), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('BatmanTheAnimatedSeries-TheTVShow'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('BatmanTheAnimatedSeries-TheTVShow'), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('BatmanTheAnimatedSeries-TheTVShow'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('BatmanTheAnimatedSeries-TheTVShow'), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('BatmanTheAnimatedSeries-TheTVShow'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('BatmanTheAnimatedSeries-TheTVShow'), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('BatmanTheAnimatedSeries-TheTVShow'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('BatmanTheAnimatedSeries-TheTVShow'), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('BatmanTheAnimatedSeries-TheTVShow'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('BatmanTheAnimatedSeries-TheTVShow'), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('BatmanTheAnimatedSeries-TheTVShow'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ECBText7-2-2_iiiPIT', ':CLAUSE'), infoTransferred('RWExplainA', 'ECBText7-2-2_iiiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ECBText7-2-2_iiiPIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ECBText7-2-2_iiiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ECBText7-2-2_iiiPIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ECBText7-2-2_iiiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ECBText7-2-2_iiiPIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ECBText7-2-2_iiiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ECBText7-2-2_iiiPIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ECBText7-2-2_iiiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ECBText7-2-2_iiiPIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ECBText7-2-2_iiiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ECBText7-2-2_iiiPIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ECBText7-2-2_iiiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ECBText7-2-2_iiiPIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'ECBText7-2-2_iiiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ECBText7-2-2_iiiPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ECBText7-2-2_iiiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ECBText7-2-2_iiiPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ECBText7-2-2_iiiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('FM101-5-FieldManual-AppendixH', ':CLAUSE'), infoTransferred('RWExplainA', 'FM101-5-FieldManual-AppendixH')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('FM101-5-FieldManual-AppendixH', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'FM101-5-FieldManual-AppendixH')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('FM101-5-FieldManual-AppendixH', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'FM101-5-FieldManual-AppendixH')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('FM101-5-FieldManual-AppendixH', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'FM101-5-FieldManual-AppendixH')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('FM101-5-FieldManual-AppendixH', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'FM101-5-FieldManual-AppendixH')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('FM101-5-FieldManual-AppendixH', ':CLAUSE'), infoTransferred('IranianMediaReports', 'FM101-5-FieldManual-AppendixH')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('FM101-5-FieldManual-AppendixH', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'FM101-5-FieldManual-AppendixH')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('FM101-5-FieldManual-AppendixH', ':CLAUSE'), infoTransferred('SKF-3634339', 'FM101-5-FieldManual-AppendixH')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('FM101-5-FieldManual-AppendixH', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'FM101-5-FieldManual-AppendixH')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('FM101-5-FieldManual-AppendixH', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'FM101-5-FieldManual-AppendixH')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ECBText7-1-6_iiPIT', ':CLAUSE'), infoTransferred('RWExplainA', 'ECBText7-1-6_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ECBText7-1-6_iiPIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ECBText7-1-6_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ECBText7-1-6_iiPIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ECBText7-1-6_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ECBText7-1-6_iiPIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ECBText7-1-6_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-6_iiPIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ECBText7-1-6_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-6_iiPIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ECBText7-1-6_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ECBText7-1-6_iiPIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ECBText7-1-6_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ECBText7-1-6_iiPIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'ECBText7-1-6_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ECBText7-1-6_iiPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ECBText7-1-6_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ECBText7-1-6_iiPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ECBText7-1-6_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ReportContentModal-DLA-J6-12004', ':CLAUSE'), infoTransferred('RWExplainA', 'ReportContentModal-DLA-J6-12004')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ReportContentModal-DLA-J6-12004', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ReportContentModal-DLA-J6-12004')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ReportContentModal-DLA-J6-12004', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ReportContentModal-DLA-J6-12004')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ReportContentModal-DLA-J6-12004', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ReportContentModal-DLA-J6-12004')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ReportContentModal-DLA-J6-12004', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ReportContentModal-DLA-J6-12004')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ReportContentModal-DLA-J6-12004', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ReportContentModal-DLA-J6-12004')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ReportContentModal-DLA-J6-12004', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ReportContentModal-DLA-J6-12004')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ReportContentModal-DLA-J6-12004', ':CLAUSE'), infoTransferred('SKF-3634339', 'ReportContentModal-DLA-J6-12004')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ReportContentModal-DLA-J6-12004', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ReportContentModal-DLA-J6-12004')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ReportContentModal-DLA-J6-12004', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ReportContentModal-DLA-J6-12004')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-12007', ':CLAUSE'), infoTransferred('RWExplainA', 'ReportContent-Intel-JTF-12007')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-12007', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ReportContent-Intel-JTF-12007')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-12007', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ReportContent-Intel-JTF-12007')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-12007', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ReportContent-Intel-JTF-12007')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-12007', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ReportContent-Intel-JTF-12007')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-12007', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ReportContent-Intel-JTF-12007')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-12007', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ReportContent-Intel-JTF-12007')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-12007', ':CLAUSE'), infoTransferred('SKF-3634339', 'ReportContent-Intel-JTF-12007')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-12007', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ReportContent-Intel-JTF-12007')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-12007', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ReportContent-Intel-JTF-12007')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('BatmanAndRobin-TheMovie'), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('BatmanAndRobin-TheMovie'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('BatmanAndRobin-TheMovie'), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('BatmanAndRobin-TheMovie'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('BatmanAndRobin-TheMovie'), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('BatmanAndRobin-TheMovie'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('BatmanAndRobin-TheMovie'), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('BatmanAndRobin-TheMovie'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('BatmanAndRobin-TheMovie'), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('BatmanAndRobin-TheMovie'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('BatmanAndRobin-TheMovie'), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('BatmanAndRobin-TheMovie'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('BatmanAndRobin-TheMovie'), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('BatmanAndRobin-TheMovie'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('BatmanAndRobin-TheMovie'), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('BatmanAndRobin-TheMovie'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('BatmanAndRobin-TheMovie'), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('BatmanAndRobin-TheMovie'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('BatmanAndRobin-TheMovie'), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('BatmanAndRobin-TheMovie'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ECBText7-2-2_iiPIT', ':CLAUSE'), infoTransferred('RWExplainA', 'ECBText7-2-2_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ECBText7-2-2_iiPIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ECBText7-2-2_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ECBText7-2-2_iiPIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ECBText7-2-2_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ECBText7-2-2_iiPIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ECBText7-2-2_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ECBText7-2-2_iiPIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ECBText7-2-2_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ECBText7-2-2_iiPIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ECBText7-2-2_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ECBText7-2-2_iiPIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ECBText7-2-2_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ECBText7-2-2_iiPIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'ECBText7-2-2_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ECBText7-2-2_iiPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ECBText7-2-2_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ECBText7-2-2_iiPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ECBText7-2-2_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ECBText7-1-6_iPIT', ':CLAUSE'), infoTransferred('RWExplainA', 'ECBText7-1-6_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ECBText7-1-6_iPIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ECBText7-1-6_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ECBText7-1-6_iPIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ECBText7-1-6_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ECBText7-1-6_iPIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ECBText7-1-6_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-6_iPIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ECBText7-1-6_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-6_iPIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ECBText7-1-6_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ECBText7-1-6_iPIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ECBText7-1-6_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ECBText7-1-6_iPIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'ECBText7-1-6_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ECBText7-1-6_iPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ECBText7-1-6_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ECBText7-1-6_iPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ECBText7-1-6_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('Source_newsid_1539000_1539835_stmMt', ':CLAUSE'), infoTransferred('RWExplainA', 'Source_newsid_1539000_1539835_stmMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('Source_newsid_1539000_1539835_stmMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Source_newsid_1539000_1539835_stmMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('Source_newsid_1539000_1539835_stmMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'Source_newsid_1539000_1539835_stmMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('Source_newsid_1539000_1539835_stmMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'Source_newsid_1539000_1539835_stmMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('Source_newsid_1539000_1539835_stmMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'Source_newsid_1539000_1539835_stmMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('Source_newsid_1539000_1539835_stmMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'Source_newsid_1539000_1539835_stmMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('Source_newsid_1539000_1539835_stmMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'Source_newsid_1539000_1539835_stmMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('Source_newsid_1539000_1539835_stmMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'Source_newsid_1539000_1539835_stmMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('Source_newsid_1539000_1539835_stmMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Source_newsid_1539000_1539835_stmMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('Source_newsid_1539000_1539835_stmMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'Source_newsid_1539000_1539835_stmMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ThePeanutsCartoonMt', ':CLAUSE'), infoTransferred('RWExplainA', 'ThePeanutsCartoonMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ThePeanutsCartoonMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ThePeanutsCartoonMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ThePeanutsCartoonMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ThePeanutsCartoonMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ThePeanutsCartoonMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ThePeanutsCartoonMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ThePeanutsCartoonMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ThePeanutsCartoonMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ThePeanutsCartoonMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ThePeanutsCartoonMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ThePeanutsCartoonMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ThePeanutsCartoonMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ThePeanutsCartoonMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'ThePeanutsCartoonMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ThePeanutsCartoonMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ThePeanutsCartoonMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ThePeanutsCartoonMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ThePeanutsCartoonMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Batman-The1960sTVShow'), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('Batman-The1960sTVShow'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Batman-The1960sTVShow'), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('Batman-The1960sTVShow'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Batman-The1960sTVShow'), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('Batman-The1960sTVShow'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Batman-The1960sTVShow'), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('Batman-The1960sTVShow'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Batman-The1960sTVShow'), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('Batman-The1960sTVShow'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Batman-The1960sTVShow'), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('Batman-The1960sTVShow'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Batman-The1960sTVShow'), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('Batman-The1960sTVShow'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Batman-The1960sTVShow'), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('Batman-The1960sTVShow'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Batman-The1960sTVShow'), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('Batman-The1960sTVShow'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Batman-The1960sTVShow'), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('Batman-The1960sTVShow'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ECBText7-2-2_iPIT', ':CLAUSE'), infoTransferred('RWExplainA', 'ECBText7-2-2_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ECBText7-2-2_iPIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ECBText7-2-2_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ECBText7-2-2_iPIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ECBText7-2-2_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ECBText7-2-2_iPIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ECBText7-2-2_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ECBText7-2-2_iPIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ECBText7-2-2_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ECBText7-2-2_iPIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ECBText7-2-2_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ECBText7-2-2_iPIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ECBText7-2-2_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ECBText7-2-2_iPIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'ECBText7-2-2_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ECBText7-2-2_iPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ECBText7-2-2_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ECBText7-2-2_iPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ECBText7-2-2_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('TestECBChapter-DF', ':CLAUSE'), infoTransferred('RWExplainA', 'TestECBChapter-DF')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('TestECBChapter-DF', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'TestECBChapter-DF')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('TestECBChapter-DF', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'TestECBChapter-DF')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('TestECBChapter-DF', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'TestECBChapter-DF')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('TestECBChapter-DF', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'TestECBChapter-DF')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('TestECBChapter-DF', ':CLAUSE'), infoTransferred('IranianMediaReports', 'TestECBChapter-DF')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('TestECBChapter-DF', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'TestECBChapter-DF')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('TestECBChapter-DF', ':CLAUSE'), infoTransferred('SKF-3634339', 'TestECBChapter-DF')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('TestECBChapter-DF', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'TestECBChapter-DF')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('TestECBChapter-DF', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'TestECBChapter-DF')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ECBText7-1-5_iiPIT', ':CLAUSE'), infoTransferred('RWExplainA', 'ECBText7-1-5_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ECBText7-1-5_iiPIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ECBText7-1-5_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ECBText7-1-5_iiPIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ECBText7-1-5_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ECBText7-1-5_iiPIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ECBText7-1-5_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-5_iiPIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ECBText7-1-5_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-5_iiPIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ECBText7-1-5_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ECBText7-1-5_iiPIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ECBText7-1-5_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ECBText7-1-5_iiPIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'ECBText7-1-5_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ECBText7-1-5_iiPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ECBText7-1-5_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ECBText7-1-5_iiPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ECBText7-1-5_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('PageFn'('ChapterFnObsolete'('BatSpaceCPSpecV1-1Mt', 7), 207), ':CLAUSE'), infoTransferred('RWExplainA', 'PageFn'('ChapterFnObsolete'('BatSpaceCPSpecV1-1Mt', 7), 207))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('PageFn'('ChapterFnObsolete'('BatSpaceCPSpecV1-1Mt', 7), 207), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'PageFn'('ChapterFnObsolete'('BatSpaceCPSpecV1-1Mt', 7), 207))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('PageFn'('ChapterFnObsolete'('BatSpaceCPSpecV1-1Mt', 7), 207), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'PageFn'('ChapterFnObsolete'('BatSpaceCPSpecV1-1Mt', 7), 207))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('PageFn'('ChapterFnObsolete'('BatSpaceCPSpecV1-1Mt', 7), 207), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'PageFn'('ChapterFnObsolete'('BatSpaceCPSpecV1-1Mt', 7), 207))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('PageFn'('ChapterFnObsolete'('BatSpaceCPSpecV1-1Mt', 7), 207), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'PageFn'('ChapterFnObsolete'('BatSpaceCPSpecV1-1Mt', 7), 207))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('PageFn'('ChapterFnObsolete'('BatSpaceCPSpecV1-1Mt', 7), 207), ':CLAUSE'), infoTransferred('IranianMediaReports', 'PageFn'('ChapterFnObsolete'('BatSpaceCPSpecV1-1Mt', 7), 207))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('PageFn'('ChapterFnObsolete'('BatSpaceCPSpecV1-1Mt', 7), 207), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'PageFn'('ChapterFnObsolete'('BatSpaceCPSpecV1-1Mt', 7), 207))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('PageFn'('ChapterFnObsolete'('BatSpaceCPSpecV1-1Mt', 7), 207), ':CLAUSE'), infoTransferred('SKF-3634339', 'PageFn'('ChapterFnObsolete'('BatSpaceCPSpecV1-1Mt', 7), 207))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('PageFn'('ChapterFnObsolete'('BatSpaceCPSpecV1-1Mt', 7), 207), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'PageFn'('ChapterFnObsolete'('BatSpaceCPSpecV1-1Mt', 7), 207))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('PageFn'('ChapterFnObsolete'('BatSpaceCPSpecV1-1Mt', 7), 207), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'PageFn'('ChapterFnObsolete'('BatSpaceCPSpecV1-1Mt', 7), 207))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('AliciaSilverstoneSmilingIMt', ':CLAUSE'), infoTransferred('RWExplainA', 'AliciaSilverstoneSmilingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('AliciaSilverstoneSmilingIMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'AliciaSilverstoneSmilingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('AliciaSilverstoneSmilingIMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'AliciaSilverstoneSmilingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('AliciaSilverstoneSmilingIMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'AliciaSilverstoneSmilingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('AliciaSilverstoneSmilingIMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'AliciaSilverstoneSmilingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('AliciaSilverstoneSmilingIMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'AliciaSilverstoneSmilingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('AliciaSilverstoneSmilingIMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'AliciaSilverstoneSmilingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('AliciaSilverstoneSmilingIMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'AliciaSilverstoneSmilingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('AliciaSilverstoneSmilingIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'AliciaSilverstoneSmilingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('AliciaSilverstoneSmilingIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'AliciaSilverstoneSmilingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('IRSFAQ3-6-19-PCW'), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('IRSFAQ3-6-19-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('IRSFAQ3-6-19-PCW'), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('IRSFAQ3-6-19-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('IRSFAQ3-6-19-PCW'), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('IRSFAQ3-6-19-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('IRSFAQ3-6-19-PCW'), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('IRSFAQ3-6-19-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('IRSFAQ3-6-19-PCW'), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('IRSFAQ3-6-19-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('IRSFAQ3-6-19-PCW'), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('IRSFAQ3-6-19-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('IRSFAQ3-6-19-PCW'), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('IRSFAQ3-6-19-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('IRSFAQ3-6-19-PCW'), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('IRSFAQ3-6-19-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('IRSFAQ3-6-19-PCW'), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('IRSFAQ3-6-19-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('IRSFAQ3-6-19-PCW'), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('IRSFAQ3-6-19-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-SectionH1-PIT', ':CLAUSE'), infoTransferred('RWExplainA', 'AnthraxBiologyText-SectionH1-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-SectionH1-PIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'AnthraxBiologyText-SectionH1-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-SectionH1-PIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'AnthraxBiologyText-SectionH1-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-SectionH1-PIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'AnthraxBiologyText-SectionH1-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-SectionH1-PIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'AnthraxBiologyText-SectionH1-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-SectionH1-PIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'AnthraxBiologyText-SectionH1-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-SectionH1-PIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'AnthraxBiologyText-SectionH1-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-SectionH1-PIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'AnthraxBiologyText-SectionH1-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-SectionH1-PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'AnthraxBiologyText-SectionH1-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-SectionH1-PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'AnthraxBiologyText-SectionH1-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('FrequentlyAskedTaxQuestions-PIT', ':CLAUSE'), infoTransferred('RWExplainA', 'FrequentlyAskedTaxQuestions-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('FrequentlyAskedTaxQuestions-PIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'FrequentlyAskedTaxQuestions-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('FrequentlyAskedTaxQuestions-PIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'FrequentlyAskedTaxQuestions-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('FrequentlyAskedTaxQuestions-PIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'FrequentlyAskedTaxQuestions-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('FrequentlyAskedTaxQuestions-PIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'FrequentlyAskedTaxQuestions-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('FrequentlyAskedTaxQuestions-PIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'FrequentlyAskedTaxQuestions-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('FrequentlyAskedTaxQuestions-PIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'FrequentlyAskedTaxQuestions-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('FrequentlyAskedTaxQuestions-PIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'FrequentlyAskedTaxQuestions-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('FrequentlyAskedTaxQuestions-PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'FrequentlyAskedTaxQuestions-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('FrequentlyAskedTaxQuestions-PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'FrequentlyAskedTaxQuestions-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-12004', ':CLAUSE'), infoTransferred('RWExplainA', 'ReportContent-DLA-J6-12004')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-12004', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ReportContent-DLA-J6-12004')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-12004', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ReportContent-DLA-J6-12004')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-12004', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ReportContent-DLA-J6-12004')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-12004', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ReportContent-DLA-J6-12004')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-12004', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ReportContent-DLA-J6-12004')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-12004', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ReportContent-DLA-J6-12004')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-12004', ':CLAUSE'), infoTransferred('SKF-3634339', 'ReportContent-DLA-J6-12004')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-12004', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ReportContent-DLA-J6-12004')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-12004', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ReportContent-DLA-J6-12004')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ECBText7-2-2PIT', ':CLAUSE'), infoTransferred('RWExplainA', 'ECBText7-2-2PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ECBText7-2-2PIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ECBText7-2-2PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ECBText7-2-2PIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ECBText7-2-2PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ECBText7-2-2PIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ECBText7-2-2PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ECBText7-2-2PIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ECBText7-2-2PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ECBText7-2-2PIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ECBText7-2-2PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ECBText7-2-2PIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ECBText7-2-2PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ECBText7-2-2PIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'ECBText7-2-2PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ECBText7-2-2PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ECBText7-2-2PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ECBText7-2-2PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ECBText7-2-2PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('DaughterTakingFirstStepIMt', ':CLAUSE'), infoTransferred('RWExplainA', 'DaughterTakingFirstStepIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('DaughterTakingFirstStepIMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'DaughterTakingFirstStepIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('DaughterTakingFirstStepIMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'DaughterTakingFirstStepIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('DaughterTakingFirstStepIMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'DaughterTakingFirstStepIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('DaughterTakingFirstStepIMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'DaughterTakingFirstStepIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('DaughterTakingFirstStepIMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'DaughterTakingFirstStepIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('DaughterTakingFirstStepIMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'DaughterTakingFirstStepIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('DaughterTakingFirstStepIMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'DaughterTakingFirstStepIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('DaughterTakingFirstStepIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'DaughterTakingFirstStepIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('DaughterTakingFirstStepIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'DaughterTakingFirstStepIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ECBText7-1-3_iiPIT', ':CLAUSE'), infoTransferred('RWExplainA', 'ECBText7-1-3_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ECBText7-1-3_iiPIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ECBText7-1-3_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ECBText7-1-3_iiPIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ECBText7-1-3_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ECBText7-1-3_iiPIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ECBText7-1-3_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-3_iiPIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ECBText7-1-3_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-3_iiPIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ECBText7-1-3_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ECBText7-1-3_iiPIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ECBText7-1-3_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ECBText7-1-3_iiPIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'ECBText7-1-3_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ECBText7-1-3_iiPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ECBText7-1-3_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ECBText7-1-3_iiPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ECBText7-1-3_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('PeanutsCartoon-CW'), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('PeanutsCartoon-CW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('PeanutsCartoon-CW'), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('PeanutsCartoon-CW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('PeanutsCartoon-CW'), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('PeanutsCartoon-CW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('PeanutsCartoon-CW'), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('PeanutsCartoon-CW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('PeanutsCartoon-CW'), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('PeanutsCartoon-CW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('PeanutsCartoon-CW'), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('PeanutsCartoon-CW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('PeanutsCartoon-CW'), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('PeanutsCartoon-CW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('PeanutsCartoon-CW'), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('PeanutsCartoon-CW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('PeanutsCartoon-CW'), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('PeanutsCartoon-CW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('PeanutsCartoon-CW'), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('PeanutsCartoon-CW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ChapterFnObsolete'('BatSpaceCPSpecV1-1Mt', 7), ':CLAUSE'), infoTransferred('RWExplainA', 'ChapterFnObsolete'('BatSpaceCPSpecV1-1Mt', 7))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ChapterFnObsolete'('BatSpaceCPSpecV1-1Mt', 7), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ChapterFnObsolete'('BatSpaceCPSpecV1-1Mt', 7))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ChapterFnObsolete'('BatSpaceCPSpecV1-1Mt', 7), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ChapterFnObsolete'('BatSpaceCPSpecV1-1Mt', 7))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ChapterFnObsolete'('BatSpaceCPSpecV1-1Mt', 7), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ChapterFnObsolete'('BatSpaceCPSpecV1-1Mt', 7))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ChapterFnObsolete'('BatSpaceCPSpecV1-1Mt', 7), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ChapterFnObsolete'('BatSpaceCPSpecV1-1Mt', 7))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ChapterFnObsolete'('BatSpaceCPSpecV1-1Mt', 7), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ChapterFnObsolete'('BatSpaceCPSpecV1-1Mt', 7))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ChapterFnObsolete'('BatSpaceCPSpecV1-1Mt', 7), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ChapterFnObsolete'('BatSpaceCPSpecV1-1Mt', 7))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ChapterFnObsolete'('BatSpaceCPSpecV1-1Mt', 7), ':CLAUSE'), infoTransferred('SKF-3634339', 'ChapterFnObsolete'('BatSpaceCPSpecV1-1Mt', 7))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ChapterFnObsolete'('BatSpaceCPSpecV1-1Mt', 7), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ChapterFnObsolete'('BatSpaceCPSpecV1-1Mt', 7))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ChapterFnObsolete'('BatSpaceCPSpecV1-1Mt', 7), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ChapterFnObsolete'('BatSpaceCPSpecV1-1Mt', 7))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('IRSFAQ3-6-8-PCW'), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('IRSFAQ3-6-8-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('IRSFAQ3-6-8-PCW'), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('IRSFAQ3-6-8-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('IRSFAQ3-6-8-PCW'), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('IRSFAQ3-6-8-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('IRSFAQ3-6-8-PCW'), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('IRSFAQ3-6-8-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('IRSFAQ3-6-8-PCW'), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('IRSFAQ3-6-8-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('IRSFAQ3-6-8-PCW'), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('IRSFAQ3-6-8-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('IRSFAQ3-6-8-PCW'), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('IRSFAQ3-6-8-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('IRSFAQ3-6-8-PCW'), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('IRSFAQ3-6-8-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('IRSFAQ3-6-8-PCW'), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('IRSFAQ3-6-8-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('IRSFAQ3-6-8-PCW'), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('IRSFAQ3-6-8-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ECBText7-2PIT', ':CLAUSE'), infoTransferred('RWExplainA', 'ECBText7-2PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ECBText7-2PIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ECBText7-2PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ECBText7-2PIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ECBText7-2PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ECBText7-2PIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ECBText7-2PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ECBText7-2PIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ECBText7-2PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ECBText7-2PIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ECBText7-2PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ECBText7-2PIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ECBText7-2PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ECBText7-2PIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'ECBText7-2PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ECBText7-2PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ECBText7-2PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ECBText7-2PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ECBText7-2PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ECBText7-1-3_iPIT', ':CLAUSE'), infoTransferred('RWExplainA', 'ECBText7-1-3_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ECBText7-1-3_iPIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ECBText7-1-3_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ECBText7-1-3_iPIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ECBText7-1-3_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ECBText7-1-3_iPIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ECBText7-1-3_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-3_iPIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ECBText7-1-3_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-3_iPIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ECBText7-1-3_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ECBText7-1-3_iPIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ECBText7-1-3_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ECBText7-1-3_iPIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'ECBText7-1-3_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ECBText7-1-3_iPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ECBText7-1-3_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ECBText7-1-3_iPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ECBText7-1-3_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('Source_nv_attacks_investigation_index_htmlMt', ':CLAUSE'), infoTransferred('RWExplainA', 'Source_nv_attacks_investigation_index_htmlMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('Source_nv_attacks_investigation_index_htmlMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Source_nv_attacks_investigation_index_htmlMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('Source_nv_attacks_investigation_index_htmlMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'Source_nv_attacks_investigation_index_htmlMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('Source_nv_attacks_investigation_index_htmlMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'Source_nv_attacks_investigation_index_htmlMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('Source_nv_attacks_investigation_index_htmlMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'Source_nv_attacks_investigation_index_htmlMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('Source_nv_attacks_investigation_index_htmlMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'Source_nv_attacks_investigation_index_htmlMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('Source_nv_attacks_investigation_index_htmlMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'Source_nv_attacks_investigation_index_htmlMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('Source_nv_attacks_investigation_index_htmlMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'Source_nv_attacks_investigation_index_htmlMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('Source_nv_attacks_investigation_index_htmlMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Source_nv_attacks_investigation_index_htmlMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('Source_nv_attacks_investigation_index_htmlMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'Source_nv_attacks_investigation_index_htmlMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('IRSFAQ3-6-PCW'), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('IRSFAQ3-6-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('IRSFAQ3-6-PCW'), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('IRSFAQ3-6-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('IRSFAQ3-6-PCW'), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('IRSFAQ3-6-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('IRSFAQ3-6-PCW'), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('IRSFAQ3-6-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('IRSFAQ3-6-PCW'), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('IRSFAQ3-6-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('IRSFAQ3-6-PCW'), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('IRSFAQ3-6-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('IRSFAQ3-6-PCW'), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('IRSFAQ3-6-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('IRSFAQ3-6-PCW'), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('IRSFAQ3-6-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('IRSFAQ3-6-PCW'), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('IRSFAQ3-6-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('IRSFAQ3-6-PCW'), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('IRSFAQ3-6-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13015', ':CLAUSE'), infoTransferred('RWExplainA', 'ReportContent-DLA-J6-13015')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13015', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ReportContent-DLA-J6-13015')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13015', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ReportContent-DLA-J6-13015')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13015', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ReportContent-DLA-J6-13015')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13015', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ReportContent-DLA-J6-13015')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13015', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ReportContent-DLA-J6-13015')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13015', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ReportContent-DLA-J6-13015')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13015', ':CLAUSE'), infoTransferred('SKF-3634339', 'ReportContent-DLA-J6-13015')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13015', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ReportContent-DLA-J6-13015')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13015', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ReportContent-DLA-J6-13015')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('SomeoneIsTrippingIMt', ':CLAUSE'), infoTransferred('RWExplainA', 'SomeoneIsTrippingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('SomeoneIsTrippingIMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'SomeoneIsTrippingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('SomeoneIsTrippingIMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'SomeoneIsTrippingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('SomeoneIsTrippingIMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'SomeoneIsTrippingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('SomeoneIsTrippingIMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'SomeoneIsTrippingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('SomeoneIsTrippingIMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'SomeoneIsTrippingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('SomeoneIsTrippingIMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'SomeoneIsTrippingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('SomeoneIsTrippingIMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'SomeoneIsTrippingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('SomeoneIsTrippingIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'SomeoneIsTrippingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('SomeoneIsTrippingIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'SomeoneIsTrippingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ECBText7-1-2_vPIT', ':CLAUSE'), infoTransferred('RWExplainA', 'ECBText7-1-2_vPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ECBText7-1-2_vPIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ECBText7-1-2_vPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ECBText7-1-2_vPIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ECBText7-1-2_vPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ECBText7-1-2_vPIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ECBText7-1-2_vPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-2_vPIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ECBText7-1-2_vPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-2_vPIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ECBText7-1-2_vPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ECBText7-1-2_vPIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ECBText7-1-2_vPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ECBText7-1-2_vPIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'ECBText7-1-2_vPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ECBText7-1-2_vPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ECBText7-1-2_vPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ECBText7-1-2_vPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ECBText7-1-2_vPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ReportContentModal-DLA-J6-11003', ':CLAUSE'), infoTransferred('RWExplainA', 'ReportContentModal-DLA-J6-11003')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ReportContentModal-DLA-J6-11003', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ReportContentModal-DLA-J6-11003')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ReportContentModal-DLA-J6-11003', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ReportContentModal-DLA-J6-11003')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ReportContentModal-DLA-J6-11003', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ReportContentModal-DLA-J6-11003')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ReportContentModal-DLA-J6-11003', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ReportContentModal-DLA-J6-11003')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ReportContentModal-DLA-J6-11003', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ReportContentModal-DLA-J6-11003')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ReportContentModal-DLA-J6-11003', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ReportContentModal-DLA-J6-11003')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ReportContentModal-DLA-J6-11003', ':CLAUSE'), infoTransferred('SKF-3634339', 'ReportContentModal-DLA-J6-11003')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ReportContentModal-DLA-J6-11003', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ReportContentModal-DLA-J6-11003')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ReportContentModal-DLA-J6-11003', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ReportContentModal-DLA-J6-11003')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('FrequentlyAskedTaxQuestions-PCW'), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('FrequentlyAskedTaxQuestions-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('FrequentlyAskedTaxQuestions-PCW'), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('FrequentlyAskedTaxQuestions-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('FrequentlyAskedTaxQuestions-PCW'), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('FrequentlyAskedTaxQuestions-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('FrequentlyAskedTaxQuestions-PCW'), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('FrequentlyAskedTaxQuestions-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('FrequentlyAskedTaxQuestions-PCW'), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('FrequentlyAskedTaxQuestions-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('FrequentlyAskedTaxQuestions-PCW'), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('FrequentlyAskedTaxQuestions-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('FrequentlyAskedTaxQuestions-PCW'), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('FrequentlyAskedTaxQuestions-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('FrequentlyAskedTaxQuestions-PCW'), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('FrequentlyAskedTaxQuestions-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('FrequentlyAskedTaxQuestions-PCW'), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('FrequentlyAskedTaxQuestions-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('FrequentlyAskedTaxQuestions-PCW'), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('FrequentlyAskedTaxQuestions-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13016', ':CLAUSE'), infoTransferred('RWExplainA', 'ReportContent-DLA-J6-13016')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13016', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ReportContent-DLA-J6-13016')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13016', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ReportContent-DLA-J6-13016')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13016', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ReportContent-DLA-J6-13016')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13016', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ReportContent-DLA-J6-13016')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13016', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ReportContent-DLA-J6-13016')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13016', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ReportContent-DLA-J6-13016')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13016', ':CLAUSE'), infoTransferred('SKF-3634339', 'ReportContent-DLA-J6-13016')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13016', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ReportContent-DLA-J6-13016')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13016', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ReportContent-DLA-J6-13016')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-PIT', ':CLAUSE'), infoTransferred('RWExplainA', 'AnthraxBiologyText-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-PIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'AnthraxBiologyText-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-PIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'AnthraxBiologyText-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-PIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'AnthraxBiologyText-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-PIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'AnthraxBiologyText-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-PIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'AnthraxBiologyText-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-PIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'AnthraxBiologyText-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-PIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'AnthraxBiologyText-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'AnthraxBiologyText-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('AnthraxBiologyText-PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'AnthraxBiologyText-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TheGodfather-TheMovie'), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('TheGodfather-TheMovie'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TheGodfather-TheMovie'), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('TheGodfather-TheMovie'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TheGodfather-TheMovie'), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('TheGodfather-TheMovie'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TheGodfather-TheMovie'), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('TheGodfather-TheMovie'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TheGodfather-TheMovie'), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('TheGodfather-TheMovie'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TheGodfather-TheMovie'), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('TheGodfather-TheMovie'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TheGodfather-TheMovie'), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('TheGodfather-TheMovie'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TheGodfather-TheMovie'), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('TheGodfather-TheMovie'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TheGodfather-TheMovie'), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('TheGodfather-TheMovie'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TheGodfather-TheMovie'), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('TheGodfather-TheMovie'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ECBText7-1-2_ivPIT', ':CLAUSE'), infoTransferred('RWExplainA', 'ECBText7-1-2_ivPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ECBText7-1-2_ivPIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ECBText7-1-2_ivPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ECBText7-1-2_ivPIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ECBText7-1-2_ivPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ECBText7-1-2_ivPIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ECBText7-1-2_ivPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-2_ivPIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ECBText7-1-2_ivPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-2_ivPIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ECBText7-1-2_ivPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ECBText7-1-2_ivPIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ECBText7-1-2_ivPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ECBText7-1-2_ivPIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'ECBText7-1-2_ivPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ECBText7-1-2_ivPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ECBText7-1-2_ivPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ECBText7-1-2_ivPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ECBText7-1-2_ivPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('FM101-5-FieldManual', ':CLAUSE'), infoTransferred('RWExplainA', 'FM101-5-FieldManual')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('FM101-5-FieldManual', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'FM101-5-FieldManual')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('FM101-5-FieldManual', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'FM101-5-FieldManual')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('FM101-5-FieldManual', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'FM101-5-FieldManual')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('FM101-5-FieldManual', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'FM101-5-FieldManual')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('FM101-5-FieldManual', ':CLAUSE'), infoTransferred('IranianMediaReports', 'FM101-5-FieldManual')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('FM101-5-FieldManual', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'FM101-5-FieldManual')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('FM101-5-FieldManual', ':CLAUSE'), infoTransferred('SKF-3634339', 'FM101-5-FieldManual')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('FM101-5-FieldManual', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'FM101-5-FieldManual')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('FM101-5-FieldManual', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'FM101-5-FieldManual')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13012', ':CLAUSE'), infoTransferred('RWExplainA', 'ReportContent-DLA-J6-13012')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13012', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ReportContent-DLA-J6-13012')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13012', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ReportContent-DLA-J6-13012')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13012', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ReportContent-DLA-J6-13012')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13012', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ReportContent-DLA-J6-13012')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13012', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ReportContent-DLA-J6-13012')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13012', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ReportContent-DLA-J6-13012')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13012', ':CLAUSE'), infoTransferred('SKF-3634339', 'ReportContent-DLA-J6-13012')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13012', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ReportContent-DLA-J6-13012')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13012', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ReportContent-DLA-J6-13012')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('IATestPrimeMt', ':CLAUSE'), infoTransferred('RWExplainA', 'IATestPrimeMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('IATestPrimeMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'IATestPrimeMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('IATestPrimeMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'IATestPrimeMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('IATestPrimeMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'IATestPrimeMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('IATestPrimeMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'IATestPrimeMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('IATestPrimeMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'IATestPrimeMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('IATestPrimeMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'IATestPrimeMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('IATestPrimeMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'IATestPrimeMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('IATestPrimeMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'IATestPrimeMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('IATestPrimeMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'IATestPrimeMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ECBText7-1-2_iiiPIT', ':CLAUSE'), infoTransferred('RWExplainA', 'ECBText7-1-2_iiiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ECBText7-1-2_iiiPIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ECBText7-1-2_iiiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ECBText7-1-2_iiiPIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ECBText7-1-2_iiiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ECBText7-1-2_iiiPIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ECBText7-1-2_iiiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-2_iiiPIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ECBText7-1-2_iiiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-2_iiiPIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ECBText7-1-2_iiiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ECBText7-1-2_iiiPIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ECBText7-1-2_iiiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ECBText7-1-2_iiiPIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'ECBText7-1-2_iiiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ECBText7-1-2_iiiPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ECBText7-1-2_iiiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ECBText7-1-2_iiiPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ECBText7-1-2_iiiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13011', ':CLAUSE'), infoTransferred('RWExplainA', 'ReportContent-DLA-J6-13011')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13011', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ReportContent-DLA-J6-13011')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13011', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ReportContent-DLA-J6-13011')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13011', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ReportContent-DLA-J6-13011')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13011', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ReportContent-DLA-J6-13011')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13011', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ReportContent-DLA-J6-13011')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13011', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ReportContent-DLA-J6-13011')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13011', ':CLAUSE'), infoTransferred('SKF-3634339', 'ReportContent-DLA-J6-13011')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13011', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ReportContent-DLA-J6-13011')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13011', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ReportContent-DLA-J6-13011')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('FourGospels'), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('FourGospels'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('FourGospels'), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('FourGospels'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('FourGospels'), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('FourGospels'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('FourGospels'), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('FourGospels'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('FourGospels'), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('FourGospels'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('FourGospels'), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('FourGospels'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('FourGospels'), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('FourGospels'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('FourGospels'), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('FourGospels'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('FourGospels'), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('FourGospels'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('FourGospels'), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('FourGospels'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ECBText7-1-2_iiPIT', ':CLAUSE'), infoTransferred('RWExplainA', 'ECBText7-1-2_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ECBText7-1-2_iiPIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ECBText7-1-2_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ECBText7-1-2_iiPIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ECBText7-1-2_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ECBText7-1-2_iiPIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ECBText7-1-2_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-2_iiPIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ECBText7-1-2_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-2_iiPIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ECBText7-1-2_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ECBText7-1-2_iiPIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ECBText7-1-2_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ECBText7-1-2_iiPIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'ECBText7-1-2_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ECBText7-1-2_iiPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ECBText7-1-2_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ECBText7-1-2_iiPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ECBText7-1-2_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('FM101-5-1-FieldManual', ':CLAUSE'), infoTransferred('RWExplainA', 'FM101-5-1-FieldManual')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('FM101-5-1-FieldManual', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'FM101-5-1-FieldManual')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('FM101-5-1-FieldManual', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'FM101-5-1-FieldManual')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('FM101-5-1-FieldManual', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'FM101-5-1-FieldManual')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('FM101-5-1-FieldManual', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'FM101-5-1-FieldManual')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('FM101-5-1-FieldManual', ':CLAUSE'), infoTransferred('IranianMediaReports', 'FM101-5-1-FieldManual')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('FM101-5-1-FieldManual', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'FM101-5-1-FieldManual')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('FM101-5-1-FieldManual', ':CLAUSE'), infoTransferred('SKF-3634339', 'FM101-5-1-FieldManual')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('FM101-5-1-FieldManual', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'FM101-5-1-FieldManual')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('FM101-5-1-FieldManual', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'FM101-5-1-FieldManual')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13013', ':CLAUSE'), infoTransferred('RWExplainA', 'ReportContent-DLA-J6-13013')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13013', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ReportContent-DLA-J6-13013')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13013', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ReportContent-DLA-J6-13013')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13013', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ReportContent-DLA-J6-13013')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13013', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ReportContent-DLA-J6-13013')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13013', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ReportContent-DLA-J6-13013')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13013', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ReportContent-DLA-J6-13013')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13013', ':CLAUSE'), infoTransferred('SKF-3634339', 'ReportContent-DLA-J6-13013')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13013', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ReportContent-DLA-J6-13013')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ReportContent-DLA-J6-13013', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ReportContent-DLA-J6-13013')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Epistles'), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('Epistles'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Epistles'), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('Epistles'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Epistles'), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('Epistles'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Epistles'), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('Epistles'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Epistles'), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('Epistles'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Epistles'), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('Epistles'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Epistles'), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('Epistles'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Epistles'), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('Epistles'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Epistles'), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('Epistles'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Epistles'), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('Epistles'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('PageFn'('ChapterFnObsolete'('FM101-5-1-FieldManual', 15), 3), ':CLAUSE'), infoTransferred('RWExplainA', 'PageFn'('ChapterFnObsolete'('FM101-5-1-FieldManual', 15), 3))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('PageFn'('ChapterFnObsolete'('FM101-5-1-FieldManual', 15), 3), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'PageFn'('ChapterFnObsolete'('FM101-5-1-FieldManual', 15), 3))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('PageFn'('ChapterFnObsolete'('FM101-5-1-FieldManual', 15), 3), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'PageFn'('ChapterFnObsolete'('FM101-5-1-FieldManual', 15), 3))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('PageFn'('ChapterFnObsolete'('FM101-5-1-FieldManual', 15), 3), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'PageFn'('ChapterFnObsolete'('FM101-5-1-FieldManual', 15), 3))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('PageFn'('ChapterFnObsolete'('FM101-5-1-FieldManual', 15), 3), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'PageFn'('ChapterFnObsolete'('FM101-5-1-FieldManual', 15), 3))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('PageFn'('ChapterFnObsolete'('FM101-5-1-FieldManual', 15), 3), ':CLAUSE'), infoTransferred('IranianMediaReports', 'PageFn'('ChapterFnObsolete'('FM101-5-1-FieldManual', 15), 3))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('PageFn'('ChapterFnObsolete'('FM101-5-1-FieldManual', 15), 3), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'PageFn'('ChapterFnObsolete'('FM101-5-1-FieldManual', 15), 3))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('PageFn'('ChapterFnObsolete'('FM101-5-1-FieldManual', 15), 3), ':CLAUSE'), infoTransferred('SKF-3634339', 'PageFn'('ChapterFnObsolete'('FM101-5-1-FieldManual', 15), 3))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('PageFn'('ChapterFnObsolete'('FM101-5-1-FieldManual', 15), 3), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'PageFn'('ChapterFnObsolete'('FM101-5-1-FieldManual', 15), 3))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('PageFn'('ChapterFnObsolete'('FM101-5-1-FieldManual', 15), 3), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'PageFn'('ChapterFnObsolete'('FM101-5-1-FieldManual', 15), 3))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ECBText7-1-2_iPIT', ':CLAUSE'), infoTransferred('RWExplainA', 'ECBText7-1-2_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ECBText7-1-2_iPIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ECBText7-1-2_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ECBText7-1-2_iPIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ECBText7-1-2_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ECBText7-1-2_iPIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ECBText7-1-2_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-2_iPIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ECBText7-1-2_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-2_iPIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ECBText7-1-2_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ECBText7-1-2_iPIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ECBText7-1-2_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ECBText7-1-2_iPIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'ECBText7-1-2_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ECBText7-1-2_iPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ECBText7-1-2_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ECBText7-1-2_iPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ECBText7-1-2_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('LordOfTheRings-Trilogy'), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('LordOfTheRings-Trilogy'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('LordOfTheRings-Trilogy'), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('LordOfTheRings-Trilogy'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('LordOfTheRings-Trilogy'), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('LordOfTheRings-Trilogy'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('LordOfTheRings-Trilogy'), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('LordOfTheRings-Trilogy'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('LordOfTheRings-Trilogy'), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('LordOfTheRings-Trilogy'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('LordOfTheRings-Trilogy'), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('LordOfTheRings-Trilogy'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('LordOfTheRings-Trilogy'), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('LordOfTheRings-Trilogy'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('LordOfTheRings-Trilogy'), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('LordOfTheRings-Trilogy'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('LordOfTheRings-Trilogy'), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('LordOfTheRings-Trilogy'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('LordOfTheRings-Trilogy'), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('LordOfTheRings-Trilogy'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('TheSimpsonsMt', ':CLAUSE'), infoTransferred('RWExplainA', 'TheSimpsonsMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('TheSimpsonsMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'TheSimpsonsMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('TheSimpsonsMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'TheSimpsonsMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('TheSimpsonsMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'TheSimpsonsMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('TheSimpsonsMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'TheSimpsonsMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('TheSimpsonsMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'TheSimpsonsMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('TheSimpsonsMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'TheSimpsonsMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('TheSimpsonsMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'TheSimpsonsMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('TheSimpsonsMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'TheSimpsonsMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('TheSimpsonsMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'TheSimpsonsMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('FM100-40-FieldManual-AppendixA', ':CLAUSE'), infoTransferred('RWExplainA', 'FM100-40-FieldManual-AppendixA')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('FM100-40-FieldManual-AppendixA', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'FM100-40-FieldManual-AppendixA')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('FM100-40-FieldManual-AppendixA', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'FM100-40-FieldManual-AppendixA')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('FM100-40-FieldManual-AppendixA', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'FM100-40-FieldManual-AppendixA')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('FM100-40-FieldManual-AppendixA', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'FM100-40-FieldManual-AppendixA')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('FM100-40-FieldManual-AppendixA', ':CLAUSE'), infoTransferred('IranianMediaReports', 'FM100-40-FieldManual-AppendixA')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('FM100-40-FieldManual-AppendixA', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'FM100-40-FieldManual-AppendixA')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('FM100-40-FieldManual-AppendixA', ':CLAUSE'), infoTransferred('SKF-3634339', 'FM100-40-FieldManual-AppendixA')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('FM100-40-FieldManual-AppendixA', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'FM100-40-FieldManual-AppendixA')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('FM100-40-FieldManual-AppendixA', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'FM100-40-FieldManual-AppendixA')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Apocrypha'), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('Apocrypha'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Apocrypha'), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('Apocrypha'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Apocrypha'), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('Apocrypha'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Apocrypha'), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('Apocrypha'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Apocrypha'), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('Apocrypha'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Apocrypha'), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('Apocrypha'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Apocrypha'), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('Apocrypha'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Apocrypha'), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('Apocrypha'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Apocrypha'), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('Apocrypha'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Apocrypha'), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('Apocrypha'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('HousePainterIMt', ':CLAUSE'), infoTransferred('RWExplainA', 'HousePainterIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('HousePainterIMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'HousePainterIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('HousePainterIMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'HousePainterIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('HousePainterIMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'HousePainterIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('HousePainterIMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'HousePainterIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('HousePainterIMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'HousePainterIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('HousePainterIMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'HousePainterIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('HousePainterIMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'HousePainterIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('HousePainterIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'HousePainterIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('HousePainterIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'HousePainterIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ChapterFnObsolete'('FM101-5-1-FieldManual', 15), ':CLAUSE'), infoTransferred('RWExplainA', 'ChapterFnObsolete'('FM101-5-1-FieldManual', 15))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ChapterFnObsolete'('FM101-5-1-FieldManual', 15), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ChapterFnObsolete'('FM101-5-1-FieldManual', 15))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ChapterFnObsolete'('FM101-5-1-FieldManual', 15), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ChapterFnObsolete'('FM101-5-1-FieldManual', 15))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ChapterFnObsolete'('FM101-5-1-FieldManual', 15), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ChapterFnObsolete'('FM101-5-1-FieldManual', 15))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ChapterFnObsolete'('FM101-5-1-FieldManual', 15), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ChapterFnObsolete'('FM101-5-1-FieldManual', 15))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ChapterFnObsolete'('FM101-5-1-FieldManual', 15), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ChapterFnObsolete'('FM101-5-1-FieldManual', 15))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ChapterFnObsolete'('FM101-5-1-FieldManual', 15), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ChapterFnObsolete'('FM101-5-1-FieldManual', 15))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ChapterFnObsolete'('FM101-5-1-FieldManual', 15), ':CLAUSE'), infoTransferred('SKF-3634339', 'ChapterFnObsolete'('FM101-5-1-FieldManual', 15))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ChapterFnObsolete'('FM101-5-1-FieldManual', 15), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ChapterFnObsolete'('FM101-5-1-FieldManual', 15))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ChapterFnObsolete'('FM101-5-1-FieldManual', 15), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ChapterFnObsolete'('FM101-5-1-FieldManual', 15))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ECBText7-1-1_iiPIT', ':CLAUSE'), infoTransferred('RWExplainA', 'ECBText7-1-1_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ECBText7-1-1_iiPIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ECBText7-1-1_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ECBText7-1-1_iiPIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ECBText7-1-1_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ECBText7-1-1_iiPIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ECBText7-1-1_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-1_iiPIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ECBText7-1-1_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-1_iiPIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ECBText7-1-1_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ECBText7-1-1_iiPIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ECBText7-1-1_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ECBText7-1-1_iiPIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'ECBText7-1-1_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ECBText7-1-1_iiPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ECBText7-1-1_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ECBText7-1-1_iiPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ECBText7-1-1_iiPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TheSimpsons-TVShow'), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('TheSimpsons-TVShow'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TheSimpsons-TVShow'), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('TheSimpsons-TVShow'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TheSimpsons-TVShow'), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('TheSimpsons-TVShow'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TheSimpsons-TVShow'), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('TheSimpsons-TVShow'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TheSimpsons-TVShow'), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('TheSimpsons-TVShow'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TheSimpsons-TVShow'), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('TheSimpsons-TVShow'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TheSimpsons-TVShow'), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('TheSimpsons-TVShow'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TheSimpsons-TVShow'), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('TheSimpsons-TVShow'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TheSimpsons-TVShow'), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('TheSimpsons-TVShow'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TheSimpsons-TVShow'), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('TheSimpsons-TVShow'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('NewTestament'), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('NewTestament'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('NewTestament'), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('NewTestament'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('NewTestament'), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('NewTestament'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('NewTestament'), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('NewTestament'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('NewTestament'), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('NewTestament'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('NewTestament'), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('NewTestament'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('NewTestament'), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('NewTestament'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('NewTestament'), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('NewTestament'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('NewTestament'), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('NewTestament'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('NewTestament'), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('NewTestament'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-12005', ':CLAUSE'), infoTransferred('RWExplainA', 'ReportContent-Intel-JTF-12005')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-12005', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ReportContent-Intel-JTF-12005')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-12005', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ReportContent-Intel-JTF-12005')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-12005', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ReportContent-Intel-JTF-12005')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-12005', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ReportContent-Intel-JTF-12005')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-12005', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ReportContent-Intel-JTF-12005')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-12005', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ReportContent-Intel-JTF-12005')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-12005', ':CLAUSE'), infoTransferred('SKF-3634339', 'ReportContent-Intel-JTF-12005')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-12005', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ReportContent-Intel-JTF-12005')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-12005', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ReportContent-Intel-JTF-12005')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('IRSFAQ3-6-19-PIT', ':CLAUSE'), infoTransferred('RWExplainA', 'IRSFAQ3-6-19-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('IRSFAQ3-6-19-PIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'IRSFAQ3-6-19-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('IRSFAQ3-6-19-PIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'IRSFAQ3-6-19-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('IRSFAQ3-6-19-PIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'IRSFAQ3-6-19-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('IRSFAQ3-6-19-PIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'IRSFAQ3-6-19-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('IRSFAQ3-6-19-PIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'IRSFAQ3-6-19-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('IRSFAQ3-6-19-PIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'IRSFAQ3-6-19-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('IRSFAQ3-6-19-PIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'IRSFAQ3-6-19-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('IRSFAQ3-6-19-PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'IRSFAQ3-6-19-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('IRSFAQ3-6-19-PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'IRSFAQ3-6-19-PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-PCW'), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('AnthraxBiologyText-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-PCW'), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('AnthraxBiologyText-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-PCW'), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('AnthraxBiologyText-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-PCW'), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('AnthraxBiologyText-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-PCW'), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('AnthraxBiologyText-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-PCW'), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('AnthraxBiologyText-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-PCW'), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('AnthraxBiologyText-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-PCW'), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('AnthraxBiologyText-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-PCW'), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('AnthraxBiologyText-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-PCW'), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('AnthraxBiologyText-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ECBText7-1-0_iPIT', ':CLAUSE'), infoTransferred('RWExplainA', 'ECBText7-1-0_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ECBText7-1-0_iPIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ECBText7-1-0_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ECBText7-1-0_iPIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ECBText7-1-0_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ECBText7-1-0_iPIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ECBText7-1-0_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-0_iPIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ECBText7-1-0_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-0_iPIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ECBText7-1-0_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ECBText7-1-0_iPIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ECBText7-1-0_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ECBText7-1-0_iPIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'ECBText7-1-0_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ECBText7-1-0_iPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ECBText7-1-0_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ECBText7-1-0_iPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ECBText7-1-0_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TheSimpsonsMt'), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('TheSimpsonsMt'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TheSimpsonsMt'), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('TheSimpsonsMt'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TheSimpsonsMt'), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('TheSimpsonsMt'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TheSimpsonsMt'), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('TheSimpsonsMt'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TheSimpsonsMt'), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('TheSimpsonsMt'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TheSimpsonsMt'), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('TheSimpsonsMt'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TheSimpsonsMt'), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('TheSimpsonsMt'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TheSimpsonsMt'), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('TheSimpsonsMt'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TheSimpsonsMt'), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('TheSimpsonsMt'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('TheSimpsonsMt'), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('TheSimpsonsMt'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ECBTextChapter7PIT', ':CLAUSE'), infoTransferred('RWExplainA', 'ECBTextChapter7PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ECBTextChapter7PIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ECBTextChapter7PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ECBTextChapter7PIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ECBTextChapter7PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ECBTextChapter7PIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ECBTextChapter7PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ECBTextChapter7PIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ECBTextChapter7PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ECBTextChapter7PIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ECBTextChapter7PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ECBTextChapter7PIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ECBTextChapter7PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ECBTextChapter7PIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'ECBTextChapter7PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ECBTextChapter7PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ECBTextChapter7PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ECBTextChapter7PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ECBTextChapter7PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-12006', ':CLAUSE'), infoTransferred('RWExplainA', 'ReportContent-Intel-JTF-12006')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-12006', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ReportContent-Intel-JTF-12006')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-12006', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ReportContent-Intel-JTF-12006')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-12006', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ReportContent-Intel-JTF-12006')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-12006', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ReportContent-Intel-JTF-12006')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-12006', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ReportContent-Intel-JTF-12006')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-12006', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ReportContent-Intel-JTF-12006')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-12006', ':CLAUSE'), infoTransferred('SKF-3634339', 'ReportContent-Intel-JTF-12006')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-12006', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ReportContent-Intel-JTF-12006')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ReportContent-Intel-JTF-12006', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ReportContent-Intel-JTF-12006')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-SectionH6-PCW'), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('AnthraxBiologyText-SectionH6-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-SectionH6-PCW'), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('AnthraxBiologyText-SectionH6-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-SectionH6-PCW'), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('AnthraxBiologyText-SectionH6-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-SectionH6-PCW'), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('AnthraxBiologyText-SectionH6-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-SectionH6-PCW'), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('AnthraxBiologyText-SectionH6-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-SectionH6-PCW'), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('AnthraxBiologyText-SectionH6-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-SectionH6-PCW'), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('AnthraxBiologyText-SectionH6-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-SectionH6-PCW'), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('AnthraxBiologyText-SectionH6-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-SectionH6-PCW'), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('AnthraxBiologyText-SectionH6-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-SectionH6-PCW'), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('AnthraxBiologyText-SectionH6-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ECBText7-1-1_iPIT', ':CLAUSE'), infoTransferred('RWExplainA', 'ECBText7-1-1_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ECBText7-1-1_iPIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ECBText7-1-1_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ECBText7-1-1_iPIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ECBText7-1-1_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ECBText7-1-1_iPIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ECBText7-1-1_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-1_iPIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ECBText7-1-1_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-1_iPIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ECBText7-1-1_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ECBText7-1-1_iPIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ECBText7-1-1_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ECBText7-1-1_iPIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'ECBText7-1-1_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ECBText7-1-1_iPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ECBText7-1-1_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ECBText7-1-1_iPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ECBText7-1-1_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ECBText7-1PIT', ':CLAUSE'), infoTransferred('RWExplainA', 'ECBText7-1PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ECBText7-1PIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ECBText7-1PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ECBText7-1PIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ECBText7-1PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ECBText7-1PIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ECBText7-1PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ECBText7-1PIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ECBText7-1PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ECBText7-1PIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ECBText7-1PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ECBText7-1PIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ECBText7-1PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ECBText7-1PIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'ECBText7-1PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ECBText7-1PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ECBText7-1PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ECBText7-1PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ECBText7-1PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ST100-7Mt', ':CLAUSE'), infoTransferred('RWExplainA', 'ST100-7Mt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ST100-7Mt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ST100-7Mt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ST100-7Mt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ST100-7Mt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ST100-7Mt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ST100-7Mt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ST100-7Mt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ST100-7Mt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ST100-7Mt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ST100-7Mt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ST100-7Mt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ST100-7Mt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ST100-7Mt', ':CLAUSE'), infoTransferred('SKF-3634339', 'ST100-7Mt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ST100-7Mt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ST100-7Mt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ST100-7Mt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ST100-7Mt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Pentateuch'), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('Pentateuch'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Pentateuch'), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('Pentateuch'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Pentateuch'), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('Pentateuch'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Pentateuch'), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('Pentateuch'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Pentateuch'), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('Pentateuch'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Pentateuch'), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('Pentateuch'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Pentateuch'), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('Pentateuch'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Pentateuch'), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('Pentateuch'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Pentateuch'), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('Pentateuch'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('Pentateuch'), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('Pentateuch'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-SectionH5-PCW'), ':CLAUSE'), infoTransferred('RWExplainA', 'ContextOfPCWFn'('AnthraxBiologyText-SectionH5-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-SectionH5-PCW'), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ContextOfPCWFn'('AnthraxBiologyText-SectionH5-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-SectionH5-PCW'), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ContextOfPCWFn'('AnthraxBiologyText-SectionH5-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-SectionH5-PCW'), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ContextOfPCWFn'('AnthraxBiologyText-SectionH5-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-SectionH5-PCW'), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ContextOfPCWFn'('AnthraxBiologyText-SectionH5-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-SectionH5-PCW'), ':CLAUSE'), infoTransferred('IranianMediaReports', 'ContextOfPCWFn'('AnthraxBiologyText-SectionH5-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-SectionH5-PCW'), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ContextOfPCWFn'('AnthraxBiologyText-SectionH5-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-SectionH5-PCW'), ':CLAUSE'), infoTransferred('SKF-3634339', 'ContextOfPCWFn'('AnthraxBiologyText-SectionH5-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-SectionH5-PCW'), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ContextOfPCWFn'('AnthraxBiologyText-SectionH5-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ContextOfPCWFn'('AnthraxBiologyText-SectionH5-PCW'), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ContextOfPCWFn'('AnthraxBiologyText-SectionH5-PCW'))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ECBText7-1-5_iPIT', ':CLAUSE'), infoTransferred('RWExplainA', 'ECBText7-1-5_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ECBText7-1-5_iPIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ECBText7-1-5_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ECBText7-1-5_iPIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ECBText7-1-5_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ECBText7-1-5_iPIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ECBText7-1-5_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-5_iPIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ECBText7-1-5_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-5_iPIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ECBText7-1-5_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ECBText7-1-5_iPIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ECBText7-1-5_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ECBText7-1-5_iPIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'ECBText7-1-5_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ECBText7-1-5_iPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ECBText7-1-5_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ECBText7-1-5_iPIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ECBText7-1-5_iPIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ECBText7-1-7PIT', ':CLAUSE'), infoTransferred('RWExplainA', 'ECBText7-1-7PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ECBText7-1-7PIT', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ECBText7-1-7PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ECBText7-1-7PIT', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ECBText7-1-7PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ECBText7-1-7PIT', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ECBText7-1-7PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-7PIT', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ECBText7-1-7PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ECBText7-1-7PIT', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ECBText7-1-7PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ECBText7-1-7PIT', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ECBText7-1-7PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ECBText7-1-7PIT', ':CLAUSE'), infoTransferred('SKF-3634339', 'ECBText7-1-7PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ECBText7-1-7PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ECBText7-1-7PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ECBText7-1-7PIT', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ECBText7-1-7PIT')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('PageRangeFn'('BatSpaceCPSpecV1-1Mt', 195, 197), ':CLAUSE'), infoTransferred('RWExplainA', 'PageRangeFn'('BatSpaceCPSpecV1-1Mt', 195, 197))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('PageRangeFn'('BatSpaceCPSpecV1-1Mt', 195, 197), ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'PageRangeFn'('BatSpaceCPSpecV1-1Mt', 195, 197))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('PageRangeFn'('BatSpaceCPSpecV1-1Mt', 195, 197), ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'PageRangeFn'('BatSpaceCPSpecV1-1Mt', 195, 197))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('PageRangeFn'('BatSpaceCPSpecV1-1Mt', 195, 197), ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'PageRangeFn'('BatSpaceCPSpecV1-1Mt', 195, 197))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('PageRangeFn'('BatSpaceCPSpecV1-1Mt', 195, 197), ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'PageRangeFn'('BatSpaceCPSpecV1-1Mt', 195, 197))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('PageRangeFn'('BatSpaceCPSpecV1-1Mt', 195, 197), ':CLAUSE'), infoTransferred('IranianMediaReports', 'PageRangeFn'('BatSpaceCPSpecV1-1Mt', 195, 197))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('PageRangeFn'('BatSpaceCPSpecV1-1Mt', 195, 197), ':CLAUSE'), infoTransferred('TalibanReportKillings', 'PageRangeFn'('BatSpaceCPSpecV1-1Mt', 195, 197))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('PageRangeFn'('BatSpaceCPSpecV1-1Mt', 195, 197), ':CLAUSE'), infoTransferred('SKF-3634339', 'PageRangeFn'('BatSpaceCPSpecV1-1Mt', 195, 197))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('PageRangeFn'('BatSpaceCPSpecV1-1Mt', 195, 197), ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'PageRangeFn'('BatSpaceCPSpecV1-1Mt', 195, 197))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('PageRangeFn'('BatSpaceCPSpecV1-1Mt', 195, 197), ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'PageRangeFn'('BatSpaceCPSpecV1-1Mt', 195, 197))))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('GirlsJumpingInWaterIMt', ':CLAUSE'), infoTransferred('RWExplainA', 'GirlsJumpingInWaterIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('GirlsJumpingInWaterIMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'GirlsJumpingInWaterIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('GirlsJumpingInWaterIMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'GirlsJumpingInWaterIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('GirlsJumpingInWaterIMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'GirlsJumpingInWaterIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('GirlsJumpingInWaterIMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'GirlsJumpingInWaterIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('GirlsJumpingInWaterIMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'GirlsJumpingInWaterIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('GirlsJumpingInWaterIMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'GirlsJumpingInWaterIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('GirlsJumpingInWaterIMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'GirlsJumpingInWaterIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('GirlsJumpingInWaterIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'GirlsJumpingInWaterIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('GirlsJumpingInWaterIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'GirlsJumpingInWaterIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('NursesAndBedsInParadeIMt', ':CLAUSE'), infoTransferred('RWExplainA', 'NursesAndBedsInParadeIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('NursesAndBedsInParadeIMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'NursesAndBedsInParadeIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('NursesAndBedsInParadeIMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'NursesAndBedsInParadeIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('NursesAndBedsInParadeIMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'NursesAndBedsInParadeIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('NursesAndBedsInParadeIMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'NursesAndBedsInParadeIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('NursesAndBedsInParadeIMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'NursesAndBedsInParadeIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('NursesAndBedsInParadeIMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'NursesAndBedsInParadeIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('NursesAndBedsInParadeIMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'NursesAndBedsInParadeIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('NursesAndBedsInParadeIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'NursesAndBedsInParadeIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('NursesAndBedsInParadeIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'NursesAndBedsInParadeIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('GirlInSandboxIMt', ':CLAUSE'), infoTransferred('RWExplainA', 'GirlInSandboxIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('GirlInSandboxIMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'GirlInSandboxIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('GirlInSandboxIMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'GirlInSandboxIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('GirlInSandboxIMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'GirlInSandboxIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('GirlInSandboxIMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'GirlInSandboxIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('GirlInSandboxIMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'GirlInSandboxIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('GirlInSandboxIMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'GirlInSandboxIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('GirlInSandboxIMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'GirlInSandboxIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('GirlInSandboxIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'GirlInSandboxIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('GirlInSandboxIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'GirlInSandboxIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('QueensGuardBandIMt', ':CLAUSE'), infoTransferred('RWExplainA', 'QueensGuardBandIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('QueensGuardBandIMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'QueensGuardBandIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('QueensGuardBandIMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'QueensGuardBandIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('QueensGuardBandIMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'QueensGuardBandIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('QueensGuardBandIMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'QueensGuardBandIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('QueensGuardBandIMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'QueensGuardBandIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('QueensGuardBandIMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'QueensGuardBandIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('QueensGuardBandIMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'QueensGuardBandIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('QueensGuardBandIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'QueensGuardBandIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('QueensGuardBandIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'QueensGuardBandIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('GettysburgAddress-Inform', ':CLAUSE'), infoTransferred('RWExplainA', 'GettysburgAddress-Inform')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('GettysburgAddress-Inform', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'GettysburgAddress-Inform')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('GettysburgAddress-Inform', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'GettysburgAddress-Inform')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('GettysburgAddress-Inform', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'GettysburgAddress-Inform')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('GettysburgAddress-Inform', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'GettysburgAddress-Inform')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('GettysburgAddress-Inform', ':CLAUSE'), infoTransferred('IranianMediaReports', 'GettysburgAddress-Inform')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('GettysburgAddress-Inform', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'GettysburgAddress-Inform')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('GettysburgAddress-Inform', ':CLAUSE'), infoTransferred('SKF-3634339', 'GettysburgAddress-Inform')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('GettysburgAddress-Inform', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'GettysburgAddress-Inform')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('GettysburgAddress-Inform', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'GettysburgAddress-Inform')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('RaftingInRubberBoatIMt', ':CLAUSE'), infoTransferred('RWExplainA', 'RaftingInRubberBoatIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('RaftingInRubberBoatIMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'RaftingInRubberBoatIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('RaftingInRubberBoatIMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'RaftingInRubberBoatIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('RaftingInRubberBoatIMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'RaftingInRubberBoatIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('RaftingInRubberBoatIMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'RaftingInRubberBoatIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('RaftingInRubberBoatIMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'RaftingInRubberBoatIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('RaftingInRubberBoatIMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'RaftingInRubberBoatIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('RaftingInRubberBoatIMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'RaftingInRubberBoatIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('RaftingInRubberBoatIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'RaftingInRubberBoatIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('RaftingInRubberBoatIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'RaftingInRubberBoatIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('CarvingWithChainsawIMt', ':CLAUSE'), infoTransferred('RWExplainA', 'CarvingWithChainsawIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('CarvingWithChainsawIMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'CarvingWithChainsawIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('CarvingWithChainsawIMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'CarvingWithChainsawIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('CarvingWithChainsawIMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'CarvingWithChainsawIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('CarvingWithChainsawIMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'CarvingWithChainsawIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('CarvingWithChainsawIMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'CarvingWithChainsawIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('CarvingWithChainsawIMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'CarvingWithChainsawIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('CarvingWithChainsawIMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'CarvingWithChainsawIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('CarvingWithChainsawIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'CarvingWithChainsawIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('CarvingWithChainsawIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'CarvingWithChainsawIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('GrandmaAndBabyIMt', ':CLAUSE'), infoTransferred('RWExplainA', 'GrandmaAndBabyIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('GrandmaAndBabyIMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'GrandmaAndBabyIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('GrandmaAndBabyIMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'GrandmaAndBabyIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('GrandmaAndBabyIMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'GrandmaAndBabyIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('GrandmaAndBabyIMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'GrandmaAndBabyIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('GrandmaAndBabyIMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'GrandmaAndBabyIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('GrandmaAndBabyIMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'GrandmaAndBabyIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('GrandmaAndBabyIMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'GrandmaAndBabyIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('GrandmaAndBabyIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'GrandmaAndBabyIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('GrandmaAndBabyIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'GrandmaAndBabyIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('WomanSittingInStreamIMt', ':CLAUSE'), infoTransferred('RWExplainA', 'WomanSittingInStreamIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('WomanSittingInStreamIMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'WomanSittingInStreamIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('WomanSittingInStreamIMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'WomanSittingInStreamIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('WomanSittingInStreamIMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'WomanSittingInStreamIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('WomanSittingInStreamIMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'WomanSittingInStreamIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('WomanSittingInStreamIMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'WomanSittingInStreamIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('WomanSittingInStreamIMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'WomanSittingInStreamIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('WomanSittingInStreamIMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'WomanSittingInStreamIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('WomanSittingInStreamIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'WomanSittingInStreamIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('WomanSittingInStreamIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'WomanSittingInStreamIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('CanadaGooseIMt', ':CLAUSE'), infoTransferred('RWExplainA', 'CanadaGooseIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('CanadaGooseIMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'CanadaGooseIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('CanadaGooseIMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'CanadaGooseIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('CanadaGooseIMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'CanadaGooseIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('CanadaGooseIMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'CanadaGooseIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('CanadaGooseIMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'CanadaGooseIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('CanadaGooseIMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'CanadaGooseIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('CanadaGooseIMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'CanadaGooseIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('CanadaGooseIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'CanadaGooseIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('CanadaGooseIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'CanadaGooseIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ClimbingRockCrackIMt', ':CLAUSE'), infoTransferred('RWExplainA', 'ClimbingRockCrackIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ClimbingRockCrackIMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ClimbingRockCrackIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ClimbingRockCrackIMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ClimbingRockCrackIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ClimbingRockCrackIMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ClimbingRockCrackIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ClimbingRockCrackIMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ClimbingRockCrackIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ClimbingRockCrackIMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ClimbingRockCrackIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ClimbingRockCrackIMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ClimbingRockCrackIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ClimbingRockCrackIMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'ClimbingRockCrackIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ClimbingRockCrackIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ClimbingRockCrackIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ClimbingRockCrackIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ClimbingRockCrackIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('CoupleInCanoeInTropicsIMt', ':CLAUSE'), infoTransferred('RWExplainA', 'CoupleInCanoeInTropicsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('CoupleInCanoeInTropicsIMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'CoupleInCanoeInTropicsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('CoupleInCanoeInTropicsIMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'CoupleInCanoeInTropicsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('CoupleInCanoeInTropicsIMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'CoupleInCanoeInTropicsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('CoupleInCanoeInTropicsIMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'CoupleInCanoeInTropicsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('CoupleInCanoeInTropicsIMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'CoupleInCanoeInTropicsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('CoupleInCanoeInTropicsIMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'CoupleInCanoeInTropicsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('CoupleInCanoeInTropicsIMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'CoupleInCanoeInTropicsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('CoupleInCanoeInTropicsIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'CoupleInCanoeInTropicsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('CoupleInCanoeInTropicsIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'CoupleInCanoeInTropicsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('CyclistSittingOnDockIMt', ':CLAUSE'), infoTransferred('RWExplainA', 'CyclistSittingOnDockIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('CyclistSittingOnDockIMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'CyclistSittingOnDockIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('CyclistSittingOnDockIMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'CyclistSittingOnDockIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('CyclistSittingOnDockIMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'CyclistSittingOnDockIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('CyclistSittingOnDockIMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'CyclistSittingOnDockIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('CyclistSittingOnDockIMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'CyclistSittingOnDockIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('CyclistSittingOnDockIMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'CyclistSittingOnDockIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('CyclistSittingOnDockIMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'CyclistSittingOnDockIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('CyclistSittingOnDockIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'CyclistSittingOnDockIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('CyclistSittingOnDockIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'CyclistSittingOnDockIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('BillClintonSpeakingIMt', ':CLAUSE'), infoTransferred('RWExplainA', 'BillClintonSpeakingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('BillClintonSpeakingIMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'BillClintonSpeakingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('BillClintonSpeakingIMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'BillClintonSpeakingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('BillClintonSpeakingIMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'BillClintonSpeakingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('BillClintonSpeakingIMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'BillClintonSpeakingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('BillClintonSpeakingIMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'BillClintonSpeakingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('BillClintonSpeakingIMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'BillClintonSpeakingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('BillClintonSpeakingIMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'BillClintonSpeakingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('BillClintonSpeakingIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'BillClintonSpeakingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('BillClintonSpeakingIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'BillClintonSpeakingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('FiremenAndFireTruckIMt', ':CLAUSE'), infoTransferred('RWExplainA', 'FiremenAndFireTruckIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('FiremenAndFireTruckIMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'FiremenAndFireTruckIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('FiremenAndFireTruckIMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'FiremenAndFireTruckIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('FiremenAndFireTruckIMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'FiremenAndFireTruckIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('FiremenAndFireTruckIMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'FiremenAndFireTruckIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('FiremenAndFireTruckIMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'FiremenAndFireTruckIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('FiremenAndFireTruckIMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'FiremenAndFireTruckIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('FiremenAndFireTruckIMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'FiremenAndFireTruckIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('FiremenAndFireTruckIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'FiremenAndFireTruckIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('FiremenAndFireTruckIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'FiremenAndFireTruckIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('FiremanClimbingLadderIMt', ':CLAUSE'), infoTransferred('RWExplainA', 'FiremanClimbingLadderIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('FiremanClimbingLadderIMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'FiremanClimbingLadderIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('FiremanClimbingLadderIMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'FiremanClimbingLadderIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('FiremanClimbingLadderIMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'FiremanClimbingLadderIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('FiremanClimbingLadderIMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'FiremanClimbingLadderIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('FiremanClimbingLadderIMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'FiremanClimbingLadderIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('FiremanClimbingLadderIMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'FiremanClimbingLadderIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('FiremanClimbingLadderIMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'FiremanClimbingLadderIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('FiremanClimbingLadderIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'FiremanClimbingLadderIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('FiremanClimbingLadderIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'FiremanClimbingLadderIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('OldManWithPigeonsIMt', ':CLAUSE'), infoTransferred('RWExplainA', 'OldManWithPigeonsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('OldManWithPigeonsIMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'OldManWithPigeonsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('OldManWithPigeonsIMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'OldManWithPigeonsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('OldManWithPigeonsIMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'OldManWithPigeonsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('OldManWithPigeonsIMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'OldManWithPigeonsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('OldManWithPigeonsIMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'OldManWithPigeonsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('OldManWithPigeonsIMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'OldManWithPigeonsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('OldManWithPigeonsIMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'OldManWithPigeonsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('OldManWithPigeonsIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'OldManWithPigeonsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('OldManWithPigeonsIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'OldManWithPigeonsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('WomanAtConcertIMt', ':CLAUSE'), infoTransferred('RWExplainA', 'WomanAtConcertIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('WomanAtConcertIMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'WomanAtConcertIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('WomanAtConcertIMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'WomanAtConcertIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('WomanAtConcertIMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'WomanAtConcertIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('WomanAtConcertIMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'WomanAtConcertIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('WomanAtConcertIMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'WomanAtConcertIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('WomanAtConcertIMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'WomanAtConcertIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('WomanAtConcertIMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'WomanAtConcertIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('WomanAtConcertIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'WomanAtConcertIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('WomanAtConcertIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'WomanAtConcertIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('GirlAndDadSwingingIMt', ':CLAUSE'), infoTransferred('RWExplainA', 'GirlAndDadSwingingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('GirlAndDadSwingingIMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'GirlAndDadSwingingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('GirlAndDadSwingingIMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'GirlAndDadSwingingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('GirlAndDadSwingingIMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'GirlAndDadSwingingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('GirlAndDadSwingingIMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'GirlAndDadSwingingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('GirlAndDadSwingingIMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'GirlAndDadSwingingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('GirlAndDadSwingingIMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'GirlAndDadSwingingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('GirlAndDadSwingingIMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'GirlAndDadSwingingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('GirlAndDadSwingingIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'GirlAndDadSwingingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('GirlAndDadSwingingIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'GirlAndDadSwingingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('MowingGolfCourseIMt', ':CLAUSE'), infoTransferred('RWExplainA', 'MowingGolfCourseIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('MowingGolfCourseIMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'MowingGolfCourseIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('MowingGolfCourseIMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'MowingGolfCourseIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('MowingGolfCourseIMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'MowingGolfCourseIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('MowingGolfCourseIMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'MowingGolfCourseIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('MowingGolfCourseIMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'MowingGolfCourseIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('MowingGolfCourseIMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'MowingGolfCourseIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('MowingGolfCourseIMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'MowingGolfCourseIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('MowingGolfCourseIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'MowingGolfCourseIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('MowingGolfCourseIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'MowingGolfCourseIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('BeachWalkIMt', ':CLAUSE'), infoTransferred('RWExplainA', 'BeachWalkIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('BeachWalkIMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'BeachWalkIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('BeachWalkIMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'BeachWalkIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('BeachWalkIMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'BeachWalkIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('BeachWalkIMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'BeachWalkIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('BeachWalkIMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'BeachWalkIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('BeachWalkIMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'BeachWalkIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('BeachWalkIMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'BeachWalkIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('BeachWalkIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'BeachWalkIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('BeachWalkIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'BeachWalkIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('KidsCyclingInWoodsIMt', ':CLAUSE'), infoTransferred('RWExplainA', 'KidsCyclingInWoodsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('KidsCyclingInWoodsIMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'KidsCyclingInWoodsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('KidsCyclingInWoodsIMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'KidsCyclingInWoodsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('KidsCyclingInWoodsIMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'KidsCyclingInWoodsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('KidsCyclingInWoodsIMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'KidsCyclingInWoodsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('KidsCyclingInWoodsIMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'KidsCyclingInWoodsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('KidsCyclingInWoodsIMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'KidsCyclingInWoodsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('KidsCyclingInWoodsIMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'KidsCyclingInWoodsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('KidsCyclingInWoodsIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'KidsCyclingInWoodsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('KidsCyclingInWoodsIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'KidsCyclingInWoodsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('PeruvianFishermenIMt', ':CLAUSE'), infoTransferred('RWExplainA', 'PeruvianFishermenIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('PeruvianFishermenIMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'PeruvianFishermenIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('PeruvianFishermenIMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'PeruvianFishermenIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('PeruvianFishermenIMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'PeruvianFishermenIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('PeruvianFishermenIMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'PeruvianFishermenIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('PeruvianFishermenIMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'PeruvianFishermenIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('PeruvianFishermenIMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'PeruvianFishermenIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('PeruvianFishermenIMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'PeruvianFishermenIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('PeruvianFishermenIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'PeruvianFishermenIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('PeruvianFishermenIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'PeruvianFishermenIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ManWalkingByPyramidsIMt', ':CLAUSE'), infoTransferred('RWExplainA', 'ManWalkingByPyramidsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ManWalkingByPyramidsIMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ManWalkingByPyramidsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ManWalkingByPyramidsIMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ManWalkingByPyramidsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ManWalkingByPyramidsIMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ManWalkingByPyramidsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ManWalkingByPyramidsIMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ManWalkingByPyramidsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ManWalkingByPyramidsIMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ManWalkingByPyramidsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ManWalkingByPyramidsIMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ManWalkingByPyramidsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ManWalkingByPyramidsIMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'ManWalkingByPyramidsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ManWalkingByPyramidsIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ManWalkingByPyramidsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ManWalkingByPyramidsIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ManWalkingByPyramidsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('BabyAtPoolIMt', ':CLAUSE'), infoTransferred('RWExplainA', 'BabyAtPoolIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('BabyAtPoolIMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'BabyAtPoolIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('BabyAtPoolIMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'BabyAtPoolIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('BabyAtPoolIMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'BabyAtPoolIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('BabyAtPoolIMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'BabyAtPoolIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('BabyAtPoolIMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'BabyAtPoolIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('BabyAtPoolIMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'BabyAtPoolIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('BabyAtPoolIMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'BabyAtPoolIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('BabyAtPoolIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'BabyAtPoolIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('BabyAtPoolIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'BabyAtPoolIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('BloodTransfusionMt', ':CLAUSE'), infoTransferred('RWExplainA', 'BloodTransfusionMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('BloodTransfusionMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'BloodTransfusionMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('BloodTransfusionMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'BloodTransfusionMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('BloodTransfusionMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'BloodTransfusionMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('BloodTransfusionMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'BloodTransfusionMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('BloodTransfusionMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'BloodTransfusionMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('BloodTransfusionMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'BloodTransfusionMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('BloodTransfusionMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'BloodTransfusionMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('BloodTransfusionMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'BloodTransfusionMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('BloodTransfusionMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'BloodTransfusionMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('GirlsFeedingPigeonsIMt', ':CLAUSE'), infoTransferred('RWExplainA', 'GirlsFeedingPigeonsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('GirlsFeedingPigeonsIMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'GirlsFeedingPigeonsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('GirlsFeedingPigeonsIMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'GirlsFeedingPigeonsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('GirlsFeedingPigeonsIMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'GirlsFeedingPigeonsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('GirlsFeedingPigeonsIMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'GirlsFeedingPigeonsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('GirlsFeedingPigeonsIMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'GirlsFeedingPigeonsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('GirlsFeedingPigeonsIMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'GirlsFeedingPigeonsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('GirlsFeedingPigeonsIMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'GirlsFeedingPigeonsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('GirlsFeedingPigeonsIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'GirlsFeedingPigeonsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('GirlsFeedingPigeonsIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'GirlsFeedingPigeonsIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('DaycareAndGeeseIMt', ':CLAUSE'), infoTransferred('RWExplainA', 'DaycareAndGeeseIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('DaycareAndGeeseIMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'DaycareAndGeeseIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('DaycareAndGeeseIMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'DaycareAndGeeseIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('DaycareAndGeeseIMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'DaycareAndGeeseIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('DaycareAndGeeseIMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'DaycareAndGeeseIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('DaycareAndGeeseIMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'DaycareAndGeeseIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('DaycareAndGeeseIMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'DaycareAndGeeseIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('DaycareAndGeeseIMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'DaycareAndGeeseIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('DaycareAndGeeseIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'DaycareAndGeeseIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('DaycareAndGeeseIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'DaycareAndGeeseIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('GirlHuggingGoatIMt', ':CLAUSE'), infoTransferred('RWExplainA', 'GirlHuggingGoatIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('GirlHuggingGoatIMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'GirlHuggingGoatIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('GirlHuggingGoatIMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'GirlHuggingGoatIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('GirlHuggingGoatIMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'GirlHuggingGoatIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('GirlHuggingGoatIMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'GirlHuggingGoatIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('GirlHuggingGoatIMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'GirlHuggingGoatIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('GirlHuggingGoatIMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'GirlHuggingGoatIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('GirlHuggingGoatIMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'GirlHuggingGoatIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('GirlHuggingGoatIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'GirlHuggingGoatIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('GirlHuggingGoatIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'GirlHuggingGoatIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('CamelEatingIMt', ':CLAUSE'), infoTransferred('RWExplainA', 'CamelEatingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('CamelEatingIMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'CamelEatingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('CamelEatingIMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'CamelEatingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('CamelEatingIMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'CamelEatingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('CamelEatingIMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'CamelEatingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('CamelEatingIMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'CamelEatingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('CamelEatingIMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'CamelEatingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('CamelEatingIMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'CamelEatingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('CamelEatingIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'CamelEatingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('CamelEatingIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'CamelEatingIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('WomanOnHorseIMt', ':CLAUSE'), infoTransferred('RWExplainA', 'WomanOnHorseIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('WomanOnHorseIMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'WomanOnHorseIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('WomanOnHorseIMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'WomanOnHorseIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('WomanOnHorseIMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'WomanOnHorseIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('WomanOnHorseIMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'WomanOnHorseIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('WomanOnHorseIMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'WomanOnHorseIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('WomanOnHorseIMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'WomanOnHorseIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('WomanOnHorseIMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'WomanOnHorseIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('WomanOnHorseIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'WomanOnHorseIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('WomanOnHorseIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'WomanOnHorseIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('FamilyAndDogInTreeIMt', ':CLAUSE'), infoTransferred('RWExplainA', 'FamilyAndDogInTreeIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('FamilyAndDogInTreeIMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'FamilyAndDogInTreeIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('FamilyAndDogInTreeIMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'FamilyAndDogInTreeIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('FamilyAndDogInTreeIMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'FamilyAndDogInTreeIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('FamilyAndDogInTreeIMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'FamilyAndDogInTreeIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('FamilyAndDogInTreeIMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'FamilyAndDogInTreeIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('FamilyAndDogInTreeIMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'FamilyAndDogInTreeIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('FamilyAndDogInTreeIMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'FamilyAndDogInTreeIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('FamilyAndDogInTreeIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'FamilyAndDogInTreeIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('FamilyAndDogInTreeIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'FamilyAndDogInTreeIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ClimbingRockFaceIMt', ':CLAUSE'), infoTransferred('RWExplainA', 'ClimbingRockFaceIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ClimbingRockFaceIMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ClimbingRockFaceIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ClimbingRockFaceIMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ClimbingRockFaceIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ClimbingRockFaceIMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ClimbingRockFaceIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ClimbingRockFaceIMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ClimbingRockFaceIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ClimbingRockFaceIMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ClimbingRockFaceIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ClimbingRockFaceIMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ClimbingRockFaceIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ClimbingRockFaceIMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'ClimbingRockFaceIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ClimbingRockFaceIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ClimbingRockFaceIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ClimbingRockFaceIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ClimbingRockFaceIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('SpanishDancerInParadeIMt', ':CLAUSE'), infoTransferred('RWExplainA', 'SpanishDancerInParadeIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('SpanishDancerInParadeIMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'SpanishDancerInParadeIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('SpanishDancerInParadeIMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'SpanishDancerInParadeIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('SpanishDancerInParadeIMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'SpanishDancerInParadeIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('SpanishDancerInParadeIMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'SpanishDancerInParadeIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('SpanishDancerInParadeIMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'SpanishDancerInParadeIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('SpanishDancerInParadeIMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'SpanishDancerInParadeIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('SpanishDancerInParadeIMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'SpanishDancerInParadeIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('SpanishDancerInParadeIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'SpanishDancerInParadeIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('SpanishDancerInParadeIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'SpanishDancerInParadeIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('ClimbingCliffIMt', ':CLAUSE'), infoTransferred('RWExplainA', 'ClimbingCliffIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('ClimbingCliffIMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'ClimbingCliffIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('ClimbingCliffIMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'ClimbingCliffIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('ClimbingCliffIMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'ClimbingCliffIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('ClimbingCliffIMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'ClimbingCliffIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('ClimbingCliffIMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'ClimbingCliffIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('ClimbingCliffIMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'ClimbingCliffIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('ClimbingCliffIMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'ClimbingCliffIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('ClimbingCliffIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'ClimbingCliffIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('ClimbingCliffIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'ClimbingCliffIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('RWExplainA', 'Explaining-CommunicationAct'), senderOfInfo('RWExplainA', ':SUBJECT'), 'ist-Information'('GirlAtConcertIMt', ':CLAUSE'), infoTransferred('RWExplainA', 'GirlAtConcertIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'Explaining-CommunicationAct'), senderOfInfo('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), ':SUBJECT'), 'ist-Information'('GirlAtConcertIMt', ':CLAUSE'), infoTransferred('TheLogicalFieldValueFn'('GlassBox-Citation-LS', 'DescribingAnObject', 1), 'GirlAtConcertIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage1-ReportOfSAIncrease', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage1-ReportOfSAIncrease', ':SUBJECT'), 'ist-Information'('GirlAtConcertIMt', ':CLAUSE'), infoTransferred('Y1Stage1-ReportOfSAIncrease', 'GirlAtConcertIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y1Stage4-ReportsOfIranianAttacks', 'Explaining-CommunicationAct'), senderOfInfo('Y1Stage4-ReportsOfIranianAttacks', ':SUBJECT'), 'ist-Information'('GirlAtConcertIMt', ':CLAUSE'), infoTransferred('Y1Stage4-ReportsOfIranianAttacks', 'GirlAtConcertIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('Y2Stage3-KuwaitiCaptainReports', 'Explaining-CommunicationAct'), senderOfInfo('Y2Stage3-KuwaitiCaptainReports', ':SUBJECT'), 'ist-Information'('GirlAtConcertIMt', ':CLAUSE'), infoTransferred('Y2Stage3-KuwaitiCaptainReports', 'GirlAtConcertIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('IranianMediaReports', 'Explaining-CommunicationAct'), senderOfInfo('IranianMediaReports', ':SUBJECT'), 'ist-Information'('GirlAtConcertIMt', ':CLAUSE'), infoTransferred('IranianMediaReports', 'GirlAtConcertIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('TalibanReportKillings', 'Explaining-CommunicationAct'), senderOfInfo('TalibanReportKillings', ':SUBJECT'), 'ist-Information'('GirlAtConcertIMt', ':CLAUSE'), infoTransferred('TalibanReportKillings', 'GirlAtConcertIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('SKF-3634339', 'Explaining-CommunicationAct'), senderOfInfo('SKF-3634339', ':SUBJECT'), 'ist-Information'('GirlAtConcertIMt', ':CLAUSE'), infoTransferred('SKF-3634339', 'GirlAtConcertIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', ':SUBJECT'), 'ist-Information'('GirlAtConcertIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-CiviliansProvideInfoOnReliefMovements', 'GirlAtConcertIMt')))], [termTemplate, 'NPInfTemplate', 'NLPatternList'('NLPattern-Word'('Explain-TheWord', 'Verb'), 'NLPattern-POS'(':WH-WORD', 'WHWord'), 'NLPattern-Template'('STemplate-Clause', ':VPHRASE')), and(equals(':CLAUSE', 'SubstituteFormulaFn'(':WH-WORD', 'TheSentenceSubject', ':VPHRASE')), and(isa('CoaPartnerReports-ForeignAgentsInEmbassies', 'Explaining-CommunicationAct'), senderOfInfo('CoaPartnerReports-ForeignAgentsInEmbassies', ':SUBJECT'), 'ist-Information'('GirlAtConcertIMt', ':CLAUSE'), infoTransferred('CoaPartnerReports-ForeignAgentsInEmbassies', 'GirlAtConcertIMt')))]]). cached_query([rewriteTemplate, _, _, _], []). cached_query(isa(dcgTrue, 'LexicalWord'), []). cached_query([arity, eventOccursDuringPeriodNumberN, _], [[arity, eventOccursDuringPeriodNumberN, 'RelationAllExistsFn'(eventOccursDuringPeriodNumberN, arity, 'Predicate', 'PositiveInteger')], [arity, eventOccursDuringPeriodNumberN, 2]]). cached_query([arity, nor, _], [[arity, nor, 2]]). cached_query([arity, nand, _], [[arity, nand, 2]]). cached_query([arity, keRequirementInverse, _], [[arity, keRequirementInverse, 'RelationAllExistsFn'(keRequirementInverse, arity, 'Predicate', 'PositiveInteger')], [arity, keRequirementInverse, 2]]). cached_query([arity, subordinatingConjunctionSemTrans, _], [[arity, subordinatingConjunctionSemTrans, 'RelationAllExistsFn'(subordinatingConjunctionSemTrans, arity, 'Predicate', 'PositiveInteger')], [arity, subordinatingConjunctionSemTrans, 4]]). cached_query([arity, halfSisters, _], [[arity, halfSisters, 'RelationAllExistsFn'(halfSisters, arity, 'Predicate', 'PositiveInteger')], [arity, halfSisters, 2]]). cached_query([arity, 'EquippingFn', _], [[arity, 'EquippingFn', 1]]). cached_query([arity, 'MakingAbstractAvailableFn', _], [[arity, 'MakingAbstractAvailableFn', 1]]). cached_query([arity, objectlikeWRTPred, _], [[arity, objectlikeWRTPred, 'RelationAllExistsFn'(objectlikeWRTPred, arity, 'Predicate', 'PositiveInteger')], [arity, objectlikeWRTPred, 2]]). cached_query([arity, nonAssertibleTerm, _], [[arity, nonAssertibleTerm, 'RelationAllExistsFn'(nonAssertibleTerm, arity, 'Predicate', 'PositiveInteger')], [arity, nonAssertibleTerm, 1]]). cached_query([arity, agentHasRelationshipTo, _], [[arity, agentHasRelationshipTo, 'RelationAllExistsFn'(agentHasRelationshipTo, arity, 'Predicate', 'PositiveInteger')], [arity, agentHasRelationshipTo, 3]]). cached_query([arity, sizeOfBed, _], [[arity, sizeOfBed, 'RelationAllExistsFn'(sizeOfBed, arity, 'Predicate', 'PositiveInteger')], [arity, sizeOfBed, 2]]). cached_query([arity, 'ProgramStepFromSyntaxFn', _], [[arity, 'ProgramStepFromSyntaxFn', 1]]). cached_query([arity, 'SoftwareParameterFromSyntaxFn', _], [[arity, 'SoftwareParameterFromSyntaxFn', 1]]). cached_query([arity, 'SectionOfWork-OrdinalFn', _], [[arity, 'SectionOfWork-OrdinalFn', 2]]). cached_query([arity, 'ChapterOfWork-OrdinalFn', _], [[arity, 'ChapterOfWork-OrdinalFn', 2]]). cached_query([arity, homeDirectoryLocation, _], [[arity, homeDirectoryLocation, 'RelationAllExistsFn'(homeDirectoryLocation, arity, 'Predicate', 'PositiveInteger')], [arity, homeDirectoryLocation, 2]]). cached_query([arity, 'ExploitableFromSystemFn', _], [[arity, 'ExploitableFromSystemFn', 2]]). cached_query([arity, 'TruncateFn', _], [[arity, 'TruncateFn', 1]]). cached_query([arity, birthDayGreetings, _], [[arity, birthDayGreetings, 'RelationAllExistsFn'(birthDayGreetings, arity, 'Predicate', 'PositiveInteger')], [arity, birthDayGreetings, 2]]). cached_query([arity, hasOrbitalPathClass, _], [[arity, hasOrbitalPathClass, 'RelationAllExistsFn'(hasOrbitalPathClass, arity, 'Predicate', 'PositiveInteger')], [arity, hasOrbitalPathClass, 2]]). cached_query([arity, 'Currency-SocialPracticeFn', _], [[arity, 'Currency-SocialPracticeFn', 1]]). cached_query([arity, taskSchedulerTaskLastPerformanceResult, _], [[arity, taskSchedulerTaskLastPerformanceResult, 'RelationAllExistsFn'(taskSchedulerTaskLastPerformanceResult, arity, 'Predicate', 'PositiveInteger')], [arity, taskSchedulerTaskLastPerformanceResult, 2]]). cached_query([arity, taskSchedulerTaskNextPerformanceDate, _], [[arity, taskSchedulerTaskNextPerformanceDate, 'RelationAllExistsFn'(taskSchedulerTaskNextPerformanceDate, arity, 'Predicate', 'PositiveInteger')], [arity, taskSchedulerTaskNextPerformanceDate, 2]]). cached_query([arity, taskSchedulerTaskNextPerformanceTime, _], [[arity, taskSchedulerTaskNextPerformanceTime, 'RelationAllExistsFn'(taskSchedulerTaskNextPerformanceTime, arity, 'Predicate', 'PositiveInteger')], [arity, taskSchedulerTaskNextPerformanceTime, 2]]). cached_query([arity, taskSchedulerTaskLastPerformanceDate, _], [[arity, taskSchedulerTaskLastPerformanceDate, 'RelationAllExistsFn'(taskSchedulerTaskLastPerformanceDate, arity, 'Predicate', 'PositiveInteger')], [arity, taskSchedulerTaskLastPerformanceDate, 2]]). cached_query([arity, taskSchedulerTaskLastPerformanceTime, _], [[arity, taskSchedulerTaskLastPerformanceTime, 'RelationAllExistsFn'(taskSchedulerTaskLastPerformanceTime, arity, 'Predicate', 'PositiveInteger')], [arity, taskSchedulerTaskLastPerformanceTime, 2]]). cached_query([arity, 'DeclareVariableInProgramFn', _], [[arity, 'DeclareVariableInProgramFn', 2]]). cached_query([arity, 'interArgResultIsa-Asserted', _], [[arity, 'interArgResultIsa-Asserted', 'RelationAllExistsFn'('interArgResultIsa-Asserted', arity, 'Predicate', 'PositiveInteger')], [arity, 'interArgResultIsa-Asserted', 4]]). cached_query([arity, 'NFn', _], [[arity, 'NFn', 2]]). cached_query([arity, 'GroupOfNFn', _], [[arity, 'GroupOfNFn', 3]]). cached_query([arity, 'PrivilegeEscalationScriptFn', _], [[arity, 'PrivilegeEscalationScriptFn', 2]]). cached_query([arity, 'PhysicalQuartersFn', _], [[arity, 'PhysicalQuartersFn', 1]]). cached_query([arity, findsInPlace, _], [[arity, findsInPlace, 'RelationAllExistsFn'(findsInPlace, arity, 'Predicate', 'PositiveInteger')], [arity, findsInPlace, 3]]). cached_query([arity, 'FileOnFn', _], [[arity, 'FileOnFn', 2]]). cached_query([arity, 'SpoofedSourceFn', _], [[arity, 'SpoofedSourceFn', 1]]). cached_query([arity, 'ServerConnectionRequestInformationFn', _], [[arity, 'ServerConnectionRequestInformationFn', 1]]). cached_query([arity, 'CardinalityTypeFn', _], [[arity, 'CardinalityTypeFn', 1]]). cached_query([arity, 'UnknownProgramFn', _], [[arity, 'UnknownProgramFn', 1]]). cached_query([arity, 'MicrosoftSoftwarePatchFn', _], [[arity, 'MicrosoftSoftwarePatchFn', 1]]). cached_query([arity, preferredBaseForm, _], [[arity, preferredBaseForm, 'RelationAllExistsFn'(preferredBaseForm, arity, 'Predicate', 'PositiveInteger')], [arity, preferredBaseForm, 2]]). cached_query([arity, resultIsaArgIsaType, _], [[arity, resultIsaArgIsaType, 'RelationAllExistsFn'(resultIsaArgIsaType, arity, 'Predicate', 'PositiveInteger')], [arity, resultIsaArgIsaType, 3]]). cached_query([arity, 'ArbitraryMemberFn', _], [[arity, 'ArbitraryMemberFn', 1]]). cached_query([arity, 'signifiesTo-Symbol', _], [[arity, 'signifiesTo-Symbol', 'RelationAllExistsFn'('signifiesTo-Symbol', arity, 'Predicate', 'PositiveInteger')], [arity, 'signifiesTo-Symbol', 3]]). cached_query([arity, 'signifiesTo-Index', _], [[arity, 'signifiesTo-Index', 'RelationAllExistsFn'('signifiesTo-Index', arity, 'Predicate', 'PositiveInteger')], [arity, 'signifiesTo-Index', 3]]). cached_query([arity, 'signifiesTo-Icon', _], [[arity, 'signifiesTo-Icon', 'RelationAllExistsFn'('signifiesTo-Icon', arity, 'Predicate', 'PositiveInteger')], [arity, 'signifiesTo-Icon', 3]]). cached_query([arity, noTemplateNeeded, _], [[arity, noTemplateNeeded, 'RelationAllExistsFn'(noTemplateNeeded, arity, 'Predicate', 'PositiveInteger')], [arity, noTemplateNeeded, 2]]). cached_query([arity, hasTheSameSSN, _], [[arity, hasTheSameSSN, 'RelationAllExistsFn'(hasTheSameSSN, arity, 'Predicate', 'PositiveInteger')], [arity, hasTheSameSSN, 2]]). cached_query([arity, 'EnzymeComplementFn', _], [[arity, 'EnzymeComplementFn', 1]]). cached_query([arity, mtImageTimeOfDay, _], [[arity, mtImageTimeOfDay, 'RelationAllExistsFn'(mtImageTimeOfDay, arity, 'Predicate', 'PositiveInteger')], [arity, mtImageTimeOfDay, 2]]). cached_query([arity, mtImageYear, _], [[arity, mtImageYear, 'RelationAllExistsFn'(mtImageYear, arity, 'Predicate', 'PositiveInteger')], [arity, mtImageYear, 2]]). cached_query([arity, subTextMapping, _], [[arity, subTextMapping, 'RelationAllExistsFn'(subTextMapping, arity, 'Predicate', 'PositiveInteger')], [arity, subTextMapping, 4]]). cached_query([arity, 'FunctionValueForCondFn', _], [[arity, 'FunctionValueForCondFn', 3]]). cached_query([arity, mtChangeEventRelativeTime, _], [[arity, mtChangeEventRelativeTime, 'RelationAllExistsFn'(mtChangeEventRelativeTime, arity, 'Predicate', 'PositiveInteger')], [arity, mtChangeEventRelativeTime, 3]]). cached_query([arity, numberInvolved, _], [[arity, numberInvolved, 'RelationAllExistsFn'(numberInvolved, arity, 'Predicate', 'PositiveInteger')], [arity, numberInvolved, 3]]). cached_query([arity, documentsImprovement, _], [[arity, documentsImprovement, 'RelationAllExistsFn'(documentsImprovement, arity, 'Predicate', 'PositiveInteger')], [arity, documentsImprovement, 4]]). cached_query([arity, interArgGenls, _], [[arity, interArgGenls, 'RelationAllExistsFn'(interArgGenls, arity, 'Predicate', 'PositiveInteger')], [arity, interArgGenls, 5]]). cached_query([arity, 'ImageSpaceFn', _], [[arity, 'ImageSpaceFn', 1]]). cached_query([arity, isaBoth, _], [[arity, isaBoth, 'RelationAllExistsFn'(isaBoth, arity, 'Predicate', 'PositiveInteger')], [arity, isaBoth, 3]]). cached_query([arityMin, analogousSituation, _], []). cached_query([arity, analogousSituation, _], [[arity, analogousSituation, 'RelationAllExistsFn'(analogousSituation, arity, 'Predicate', 'PositiveInteger')]]). cached_query([arity, relevantToVerbMapping, _], [[arity, relevantToVerbMapping, 'RelationAllExistsFn'(relevantToVerbMapping, arity, 'Predicate', 'PositiveInteger')], [arity, relevantToVerbMapping, 3]]). cached_query([arity, typicalInterArgIsa, _], [[arity, typicalInterArgIsa, 'RelationAllExistsFn'(typicalInterArgIsa, arity, 'Predicate', 'PositiveInteger')], [arity, typicalInterArgIsa, 5]]). cached_query([arity, specificationContent, _], [[arity, specificationContent, 'RelationAllExistsFn'(specificationContent, arity, 'Predicate', 'PositiveInteger')], [arity, specificationContent, 2]]). cached_query([arity, keywordForConstant, _], [[arity, keywordForConstant, 'RelationAllExistsFn'(keywordForConstant, arity, 'Predicate', 'PositiveInteger')], [arity, keywordForConstant, 2]]). cached_query([arity, kleeneStarOf, _], [[arity, kleeneStarOf, 'RelationAllExistsFn'(kleeneStarOf, arity, 'Predicate', 'PositiveInteger')], [arity, kleeneStarOf, 2]]). cached_query([arity, joinDependency, _], [[arity, joinDependency, 'RelationAllExistsFn'(joinDependency, arity, 'Predicate', 'PositiveInteger')], [arity, joinDependency, 4]]). cached_query([arity, temporallyIntrinsicArg, _], [[arity, temporallyIntrinsicArg, 'RelationAllExistsFn'(temporallyIntrinsicArg, arity, 'Predicate', 'PositiveInteger')], [arity, temporallyIntrinsicArg, 2]]). cached_query([arity, fieldDependentCodedValues, _], [[arity, fieldDependentCodedValues, 'RelationAllExistsFn'(fieldDependentCodedValues, arity, 'Predicate', 'PositiveInteger')], [arity, fieldDependentCodedValues, 4]]). cached_query([arity, negationPredsWRTTypes, _], [[arity, negationPredsWRTTypes, 'RelationAllExistsFn'(negationPredsWRTTypes, arity, 'Predicate', 'PositiveInteger')], [arity, negationPredsWRTTypes, 4]]). cached_query([arity, vehicleTypeArmorProtection, _], [[arity, vehicleTypeArmorProtection, 'RelationAllExistsFn'(vehicleTypeArmorProtection, arity, 'Predicate', 'PositiveInteger')], [arity, vehicleTypeArmorProtection, 2]]). cached_query([arityMin, 'TheDisjunctiveCoordinationSet', _], []). cached_query([arity, 'TheDisjunctiveCoordinationSet', _], []). cached_query([arity, qualifyingResidenceForTaxDeduction, _], [[arity, qualifyingResidenceForTaxDeduction, 'RelationAllExistsFn'(qualifyingResidenceForTaxDeduction, arity, 'Predicate', 'PositiveInteger')], [arity, qualifyingResidenceForTaxDeduction, 3]]). cached_query([arity, financiallySupportsDuringYear, _], [[arity, financiallySupportsDuringYear, 'RelationAllExistsFn'(financiallySupportsDuringYear, arity, 'Predicate', 'PositiveInteger')], [arity, financiallySupportsDuringYear, 3]]). cached_query([arity, 'AgeAtTimeFn', _], [[arity, 'AgeAtTimeFn', 2]]). cached_query([arity, 'AgeFn', _], [[arity, 'AgeFn', 1]]). cached_query([arity, hasAccessToAccount, _], [[arity, hasAccessToAccount, 'RelationAllExistsFn'(hasAccessToAccount, arity, 'Predicate', 'PositiveInteger')], [arity, hasAccessToAccount, 2]]). cached_query([arity, agentPermitsActionType, _], [[arity, agentPermitsActionType, 'RelationAllExistsFn'(agentPermitsActionType, arity, 'Predicate', 'PositiveInteger')], [arity, agentPermitsActionType, 3]]). cached_query([arity, permittedArea, _], [[arity, permittedArea, 'RelationAllExistsFn'(permittedArea, arity, 'Predicate', 'PositiveInteger')], [arity, permittedArea, 2]]). cached_query([arity, backupMediumForCount, _], [[arity, backupMediumForCount, 'RelationAllExistsFn'(backupMediumForCount, arity, 'Predicate', 'PositiveInteger')], [arity, backupMediumForCount, 2]]). cached_query([arity, 'ExampleFn', _], [[arity, 'ExampleFn', 1]]). cached_query([arity, 'BookCWsAboutFn', _], [[arity, 'BookCWsAboutFn', 1]]). cached_query([arity, openPortCardinality, _], [[arity, openPortCardinality, 'RelationAllExistsFn'(openPortCardinality, arity, 'Predicate', 'PositiveInteger')], [arity, openPortCardinality, 2]]). cached_query([arity, 'SpecsWithQuantityFn', _], [[arity, 'SpecsWithQuantityFn', 2]]). cached_query([arity, suggestedByPIT, _], [[arity, suggestedByPIT, 'RelationAllExistsFn'(suggestedByPIT, arity, 'Predicate', 'PositiveInteger')], [arity, suggestedByPIT, 2]]). cached_query([arity, derivableFromPIT, _], [[arity, derivableFromPIT, 'RelationAllExistsFn'(derivableFromPIT, arity, 'Predicate', 'PositiveInteger')], [arity, derivableFromPIT, 2]]). cached_query([arity, 'TimePointAtDistanceBeforeStartOf', _], [[arity, 'TimePointAtDistanceBeforeStartOf', 2]]). cached_query([arity, 'TimePointAtDistanceBeforeEndOf', _], [[arity, 'TimePointAtDistanceBeforeEndOf', 2]]). cached_query([arity, 'TimePointAtDistanceAfterStartOf', _], [[arity, 'TimePointAtDistanceAfterStartOf', 2]]). cached_query([arity, 'TimePointAtDistanceAfterEndOf', _], [[arity, 'TimePointAtDistanceAfterEndOf', 2]]). cached_query([arity, 'TheResultOfParsing', _], []). cached_query([arity, identityConditionsFor, _], [[arity, identityConditionsFor, 'RelationAllExistsFn'(identityConditionsFor, arity, 'Predicate', 'PositiveInteger')], [arity, identityConditionsFor, 2]]). cached_query([arity, 'PopulationOfTypeFn', _], [[arity, 'PopulationOfTypeFn', 1]]). cached_query([arity, 'CitySectionFn', _], []). cached_query([arity, giftGivingOccasion, _], [[arity, giftGivingOccasion, 'RelationAllExistsFn'(giftGivingOccasion, arity, 'Predicate', 'PositiveInteger')], [arity, giftGivingOccasion, 2]]). cached_query([arity, concatenateStringTokens, _], [[arity, concatenateStringTokens, 'RelationAllExistsFn'(concatenateStringTokens, arity, 'Predicate', 'PositiveInteger')]]). cached_query([arityMin, 'ConcatenateStringsFn', _], [[arityMin, 'ConcatenateStringsFn', 1]]). cached_query([arity, 'ConcatenateStringsFn', _], []). cached_query([arity, 'OnlyFn', _], [[arity, 'OnlyFn', 1]]). cached_query([arity, 'AnySpecFn', _], [[arity, 'AnySpecFn', 1]]). cached_query([arity, 'WordInLanguageFn', _], [[arity, 'WordInLanguageFn', 1]]). cached_query([arity, 'LexicalMtForLanguageFn', _], [[arity, 'LexicalMtForLanguageFn', 1]]). cached_query([arity, 'WatchingFn', _], [[arity, 'WatchingFn', 1]]). cached_query([arity, 'WomensEventFn', _], [[arity, 'WomensEventFn', 1]]). cached_query([arity, 'PollenFn', _], [[arity, 'PollenFn', 1]]). cached_query([arity, numberOfSexualPartners, _], [[arity, numberOfSexualPartners, 'RelationAllExistsFn'(numberOfSexualPartners, arity, 'Predicate', 'PositiveInteger')], [arity, numberOfSexualPartners, 2]]). cached_query([arity, 'CriminalSectorFn', _], [[arity, 'CriminalSectorFn', 1]]). cached_query([arity, 'IncarnationPhysicalFn', _], [[arity, 'IncarnationPhysicalFn', 2]]). cached_query([arity, 'PornographyFn', _], [[arity, 'PornographyFn', 1]]). cached_query([arity, 'PriceQuoteForFn', _], [[arity, 'PriceQuoteForFn', 1]]). cached_query([arity, 'MinRangeFn', _], []). cached_query([arity, 'MaxRangeFn', _], []). cached_query([arity, 'NationalRedCrossSocietyFn', _], [[arity, 'NationalRedCrossSocietyFn', 1]]). cached_query([arity, successorInRole, _], [[arity, successorInRole, 'RelationAllExistsFn'(successorInRole, arity, 'Predicate', 'PositiveInteger')], [arity, successorInRole, 4]]). cached_query([arity, 'TermOverlapFn', _], [[arity, 'TermOverlapFn', 2]]). cached_query([arity, 'possessedWeaponRange-Max', _], [[arity, 'possessedWeaponRange-Max', 'RelationAllExistsFn'('possessedWeaponRange-Max', arity, 'Predicate', 'PositiveInteger')], [arity, 'possessedWeaponRange-Max', 3]]). cached_query([arity, marketShareForPrescriptionsByDoc, _], [[arity, marketShareForPrescriptionsByDoc, 'RelationAllExistsFn'(marketShareForPrescriptionsByDoc, arity, 'Predicate', 'PositiveInteger')], [arity, marketShareForPrescriptionsByDoc, 6]]). cached_query([arity, slotValueSum, _], [[arity, slotValueSum, 'RelationAllExistsFn'(slotValueSum, arity, 'Predicate', 'PositiveInteger')], [arity, slotValueSum, 3]]). cached_query([arity, 'SDBIVisitByToWhenFn', _], [[arity, 'SDBIVisitByToWhenFn', 3]]). cached_query([arity, differentSymbols, _], [[arity, differentSymbols, 'RelationAllExistsFn'(differentSymbols, arity, 'Predicate', 'PositiveInteger')]]). cached_query([arity, tradeBalanceInWithDuring, _], [[arity, tradeBalanceInWithDuring, 'RelationAllExistsFn'(tradeBalanceInWithDuring, arity, 'Predicate', 'PositiveInteger')], [arity, tradeBalanceInWithDuring, 5]]). cached_query([arity, 'RelationTuplesFn', _], [[arity, 'RelationTuplesFn', 1]]). cached_query([arity, 'SubstituteFromListFn', _], [[arity, 'SubstituteFromListFn', 2]]). cached_query([arity, lastRoleInEventType, _], [[arity, lastRoleInEventType, 'RelationAllExistsFn'(lastRoleInEventType, arity, 'Predicate', 'PositiveInteger')], [arity, lastRoleInEventType, 5]]). cached_query([arity, ibtCreator, _], [[arity, ibtCreator, 'RelationAllExistsFn'(ibtCreator, arity, 'Predicate', 'PositiveInteger')], [arity, ibtCreator, 2]]). cached_query([arity, redo, _], [[arity, redo, 'RelationAllExistsFn'(redo, arity, 'Predicate', 'PositiveInteger')], [arity, redo, 2]]). cached_query([arity, 'AddictionFn', _], [[arity, 'AddictionFn', 1]]). cached_query([arity, 'MakingAvailableFn', _], [[arity, 'MakingAvailableFn', 1]]). cached_query([arity, 'CulturedGrowthFn', _], [[arity, 'CulturedGrowthFn', 1]]). cached_query([arity, 'Year-JulianFn', _], [[arity, 'Year-JulianFn', 1]]). cached_query([arity, joinFunctionOnLattice, _], [[arity, joinFunctionOnLattice, 'RelationAllExistsFn'(joinFunctionOnLattice, arity, 'Predicate', 'PositiveInteger')], [arity, joinFunctionOnLattice, 2]]). cached_query([arity, meetFunctionOnLattice, _], [[arity, meetFunctionOnLattice, 'RelationAllExistsFn'(meetFunctionOnLattice, arity, 'Predicate', 'PositiveInteger')], [arity, meetFunctionOnLattice, 2]]). cached_query([arity, structureFunctions, _], [[arity, structureFunctions, 'RelationAllExistsFn'(structureFunctions, arity, 'Predicate', 'PositiveInteger')], [arity, structureFunctions, 2]]). cached_query([arity, 'JoinListsFn', _], []). cached_query([arity, 'NationalAnthemFn', _], [[arity, 'NationalAnthemFn', 1]]). cached_query([arity, 'CountryFn', _], [[arity, 'CountryFn', 1]]). cached_query([arity, 'PlaneFn', _], [[arity, 'PlaneFn', 3]]). cached_query([arity, 'StackFn', _], [[arity, 'StackFn', 1]]). cached_query([arity, primaryMedicalSpecialty, _], [[arity, primaryMedicalSpecialty, 'RelationAllExistsFn'(primaryMedicalSpecialty, arity, 'Predicate', 'PositiveInteger')], [arity, primaryMedicalSpecialty, 2]]). cached_query([arity, yzCrossSectionShape, _], [[arity, yzCrossSectionShape, 'RelationAllExistsFn'(yzCrossSectionShape, arity, 'Predicate', 'PositiveInteger')], [arity, yzCrossSectionShape, 2]]). cached_query([arity, biologicalFunction, _], [[arity, biologicalFunction, 'RelationAllExistsFn'(biologicalFunction, arity, 'Predicate', 'PositiveInteger')], [arity, biologicalFunction, 3]]). cached_query([arity, hasUniform, _], [[arity, hasUniform, 'RelationAllExistsFn'(hasUniform, arity, 'Predicate', 'PositiveInteger')], [arity, hasUniform, 2]]). cached_query([arity, tertiaryMedicalSpecialty, _], [[arity, tertiaryMedicalSpecialty, 'RelationAllExistsFn'(tertiaryMedicalSpecialty, arity, 'Predicate', 'PositiveInteger')], [arity, tertiaryMedicalSpecialty, 2]]). cached_query([arity, hasSecretaries, _], [[arity, hasSecretaries, 'RelationAllExistsFn'(hasSecretaries, arity, 'Predicate', 'PositiveInteger')], [arity, hasSecretaries, 2]]). cached_query([arity, secondaryMedicalSpecialty, _], [[arity, secondaryMedicalSpecialty, 'RelationAllExistsFn'(secondaryMedicalSpecialty, arity, 'Predicate', 'PositiveInteger')], [arity, secondaryMedicalSpecialty, 2]]). cached_query([arity, agentsRelationship, _], [[arity, agentsRelationship, 'RelationAllExistsFn'(agentsRelationship, arity, 'Predicate', 'PositiveInteger')], [arity, agentsRelationship, 3]]). cached_query([arity, objectsInVisualField, _], [[arity, objectsInVisualField, 'RelationAllExistsFn'(objectsInVisualField, arity, 'Predicate', 'PositiveInteger')], [arity, objectsInVisualField, 2]]). cached_query([arity, 'RowOfObjectsFn', _], [[arity, 'RowOfObjectsFn', 1]]). cached_query([arity, 'WritingFn', _], [[arity, 'WritingFn', 1]]). cached_query([arityMin, 'TheCovering', _], []). cached_query([arity, 'TheCovering', _], []). cached_query([arity, 'JuiceFn', _], [[arity, 'JuiceFn', 1]]). cached_query([arity, modelYearOfProduct, _], [[arity, modelYearOfProduct, 'RelationAllExistsFn'(modelYearOfProduct, arity, 'Predicate', 'PositiveInteger')], [arity, modelYearOfProduct, 2]]). cached_query([arity, 'BitingByFn', _], [[arity, 'BitingByFn', 1]]). cached_query([arity, 'PlusFn', _], []). cached_query([arity, courseOfStudyLevel, _], [[arity, courseOfStudyLevel, 'RelationAllExistsFn'(courseOfStudyLevel, arity, 'Predicate', 'PositiveInteger')], [arity, courseOfStudyLevel, 2]]). cached_query([arity, 'PPTDosageFormFn', _], [[arity, 'PPTDosageFormFn', 2]]). cached_query([arity, dedicatedToAgent, _], [[arity, dedicatedToAgent, 'RelationAllExistsFn'(dedicatedToAgent, arity, 'Predicate', 'PositiveInteger')], [arity, dedicatedToAgent, 3]]). cached_query([arity, 'ThePartition', _], []). cached_query([arity, hasVisibleSurfacePattern, _], [[arity, hasVisibleSurfacePattern, 'RelationAllExistsFn'(hasVisibleSurfacePattern, arity, 'Predicate', 'PositiveInteger')], [arity, hasVisibleSurfacePattern, 2]]). cached_query([arity, actorSlotOfMt, _], [[arity, actorSlotOfMt, 'RelationAllExistsFn'(actorSlotOfMt, arity, 'Predicate', 'PositiveInteger')], [arity, actorSlotOfMt, 3]]). cached_query([arity, 'StoreFn', _], [[arity, 'StoreFn', 1]]). cached_query([arity, shareInTotalRxMarket, _], [[arity, shareInTotalRxMarket, 'RelationAllExistsFn'(shareInTotalRxMarket, arity, 'Predicate', 'PositiveInteger')], [arity, shareInTotalRxMarket, 5]]). cached_query([arity, 'FlowerFn', _], [[arity, 'FlowerFn', 1]]). cached_query([arity, 'TheSet', _], []). cached_query([arity, writtenString, _], [[arity, writtenString, 'RelationAllExistsFn'(writtenString, arity, 'Predicate', 'PositiveInteger')], [arity, writtenString, 2]]). cached_query([arity, 'OrganismInfectedWithFn', _], [[arity, 'OrganismInfectedWithFn', 2]]). cached_query([arity, 'BundleFn', _], [[arity, 'BundleFn', 1]]). cached_query([arity, numberOfUnitsSoldDuring, _], [[arity, numberOfUnitsSoldDuring, 'RelationAllExistsFn'(numberOfUnitsSoldDuring, arity, 'Predicate', 'PositiveInteger')], [arity, numberOfUnitsSoldDuring, 3]]). cached_query([arity, shareInNewRxMarket, _], [[arity, shareInNewRxMarket, 'RelationAllExistsFn'(shareInNewRxMarket, arity, 'Predicate', 'PositiveInteger')], [arity, shareInNewRxMarket, 4]]). cached_query([arity, 'StabilizationFn', _], [[arity, 'StabilizationFn', 1]]). cached_query([arity, communicationStyleConventions, _], [[arity, communicationStyleConventions, 'RelationAllExistsFn'(communicationStyleConventions, arity, 'Predicate', 'PositiveInteger')], [arity, communicationStyleConventions, 2]]). cached_query([arity, spatiallyHoldsOver, _], [[arity, spatiallyHoldsOver, 'RelationAllExistsFn'(spatiallyHoldsOver, arity, 'Predicate', 'PositiveInteger')], [arity, spatiallyHoldsOver, 4]]). cached_query([arity, 'PPTStrengthFn', _], [[arity, 'PPTStrengthFn', 2]]). cached_query([arity, 'OlympicMedalAwardCeremonyFn', _], [[arity, 'OlympicMedalAwardCeremonyFn', 1]]). cached_query([arity, smellsOdorOfMagnitude, _], [[arity, smellsOdorOfMagnitude, 'RelationAllExistsFn'(smellsOdorOfMagnitude, arity, 'Predicate', 'PositiveInteger')], [arity, smellsOdorOfMagnitude, 3]]). cached_query([arity, 'GroupUserRightsFn', _], [[arity, 'GroupUserRightsFn', 1]]). cached_query([arity, 'OrientationFn', _], [[arity, 'OrientationFn', 4]]). cached_query([arity, 'PPTPackageFn', _], [[arity, 'PPTPackageFn', 3]]). cached_query([arity, 'DaysWorkFn', _], [[arity, 'DaysWorkFn', 1]]). cached_query([arity, packagingOfType, _], [[arity, packagingOfType, 'RelationAllExistsFn'(packagingOfType, arity, 'Predicate', 'PositiveInteger')], [arity, packagingOfType, 3]]). cached_query([arity, lastEventOfType, _], [[arity, lastEventOfType, 'RelationAllExistsFn'(lastEventOfType, arity, 'Predicate', 'PositiveInteger')], [arity, lastEventOfType, 5]]). cached_query([arityMin, 'PerformSimultaneouslyFn', _], [[arityMin, 'PerformSimultaneouslyFn', 2]]). cached_query([arity, 'PerformSimultaneouslyFn', _], []). cached_query([arity, 'InventingFn', _], [[arity, 'InventingFn', 1]]). cached_query([arity, 'MarketFn', _], [[arity, 'MarketFn', 3]]). cached_query([arity, 'PPTAdminRouteFn', _], [[arity, 'PPTAdminRouteFn', 2]]). cached_query([arity, positionHasType, _], [[arity, positionHasType, 'RelationAllExistsFn'(positionHasType, arity, 'Predicate', 'PositiveInteger')], [arity, positionHasType, 2]]). cached_query([arity, 'DosageOfByAnimalTypeFn', _], [[arity, 'DosageOfByAnimalTypeFn', 2]]). cached_query([arity, 'SkinOnFn', _], [[arity, 'SkinOnFn', 1]]). cached_query([arity, 'HomemadeFn', _], [[arity, 'HomemadeFn', 1]]). cached_query([arity, proximityConstraints, _], [[arity, proximityConstraints, 'RelationAllExistsFn'(proximityConstraints, arity, 'Predicate', 'PositiveInteger')], [arity, proximityConstraints, 4]]). cached_query([arity, 'ComputerFileFormatFn', _], [[arity, 'ComputerFileFormatFn', 1]]). cached_query([arity, 'SourceComputerFn', _], [[arity, 'SourceComputerFn', 1]]). cached_query([arity, 'DestinationComputerFn', _], [[arity, 'DestinationComputerFn', 1]]). cached_query([arity, 'SourceNameFn', _], [[arity, 'SourceNameFn', 1]]). cached_query([arity, 'DestinationNameFn', _], [[arity, 'DestinationNameFn', 1]]). cached_query([arity, 'SourceIPFn', _], [[arity, 'SourceIPFn', 1]]). cached_query([arity, 'IncomingWRTLANFn', _], [[arity, 'IncomingWRTLANFn', 1]]). cached_query([arity, 'OutgoingWRTLANFn', _], [[arity, 'OutgoingWRTLANFn', 1]]). cached_query([arity, 'DestinationIPFn', _], [[arity, 'DestinationIPFn', 1]]). cached_query([arity, 'AtomicCompositionFn', _], []). cached_query([arity, hasPets, _], [[arity, hasPets, 'RelationAllExistsFn'(hasPets, arity, 'Predicate', 'PositiveInteger')], [arity, hasPets, 2]]). cached_query([arity, 'RewriteSequenceFn', _], []). cached_query([arity, 'AssemblePhraseFn', _], []). cached_query([arity, externalTermStrings, _], [[arity, externalTermStrings, 'RelationAllExistsFn'(externalTermStrings, arity, 'Predicate', 'PositiveInteger')], [arity, externalTermStrings, 2]]). cached_query([arity, 'PersonNamedFn', _], [[arity, 'PersonNamedFn', 1]]). cached_query([arity, 'CharSequenceOfLength-MixedCaseFn', _], [[arity, 'CharSequenceOfLength-MixedCaseFn', 1]]). cached_query([arity, 'CharSequenceOfMaximumLengthFn', _], [[arity, 'CharSequenceOfMaximumLengthFn', 1]]). cached_query([arity, 'CharSequenceOfMaximumLength-lowercaseFn', _], [[arity, 'CharSequenceOfMaximumLength-lowercaseFn', 1]]). cached_query([arity, overlapFraction, _], [[arity, overlapFraction, 'RelationAllExistsFn'(overlapFraction, arity, 'Predicate', 'PositiveInteger')], [arity, overlapFraction, 3]]). cached_query([arity, collectionOverlapFraction, _], [[arity, collectionOverlapFraction, 'RelationAllExistsFn'(collectionOverlapFraction, arity, 'Predicate', 'PositiveInteger')], [arity, collectionOverlapFraction, 3]]). cached_query([arity, overridingMts, _], [[arity, overridingMts, 'RelationAllExistsFn'(overridingMts, arity, 'Predicate', 'PositiveInteger')], [arity, overridingMts, 2]]). cached_query([arity, creekResourceFoundOnComputer, _], [[arity, creekResourceFoundOnComputer, 'RelationAllExistsFn'(creekResourceFoundOnComputer, arity, 'Predicate', 'PositiveInteger')], [arity, creekResourceFoundOnComputer, 2]]). cached_query([arity, electricalResistanceOfObject, _], [[arity, electricalResistanceOfObject, 'RelationAllExistsFn'(electricalResistanceOfObject, arity, 'Predicate', 'PositiveInteger')], [arity, electricalResistanceOfObject, 2]]). cached_query([arity, 'ConsultingAFn', _], [[arity, 'ConsultingAFn', 1]]). cached_query([arity, needingAgent, _], [[arity, needingAgent, 'RelationAllExistsFn'(needingAgent, arity, 'Predicate', 'PositiveInteger')], [arity, needingAgent, 2]]). cached_query([arity, aisFileAbsolutePathname, _], [[arity, aisFileAbsolutePathname, 'RelationAllExistsFn'(aisFileAbsolutePathname, arity, 'Predicate', 'PositiveInteger')], [arity, aisFileAbsolutePathname, 2]]). cached_query([arity, genlsAtLeast, _], [[arity, genlsAtLeast, 'RelationAllExistsFn'(genlsAtLeast, arity, 'Predicate', 'PositiveInteger')], [arity, genlsAtLeast, 3]]). cached_query([arity, subscribesToPeriodical, _], [[arity, subscribesToPeriodical, 'RelationAllExistsFn'(subscribesToPeriodical, arity, 'Predicate', 'PositiveInteger')], [arity, subscribesToPeriodical, 2]]). cached_query([arity, occupants, _], [[arity, occupants, 'RelationAllExistsFn'(occupants, arity, 'Predicate', 'PositiveInteger')], [arity, occupants, 2]]). cached_query([arity, amountMoving, _], [[arity, amountMoving, 'RelationAllExistsFn'(amountMoving, arity, 'Predicate', 'PositiveInteger')], [arity, amountMoving, 3]]). cached_query([arity, hasAward, _], [[arity, hasAward, 'RelationAllExistsFn'(hasAward, arity, 'Predicate', 'PositiveInteger')], [arity, hasAward, 2]]). cached_query([arity, 'TransportationAccommodationFn', _], [[arity, 'TransportationAccommodationFn', 1]]). cached_query([arity, recordSetByObject, _], [[arity, recordSetByObject, 'RelationAllExistsFn'(recordSetByObject, arity, 'Predicate', 'PositiveInteger')], [arity, recordSetByObject, 2]]). cached_query([arity, bodyHairLevel, _], [[arity, bodyHairLevel, 'RelationAllExistsFn'(bodyHairLevel, arity, 'Predicate', 'PositiveInteger')], [arity, bodyHairLevel, 2]]). cached_query([arity, exposedTo, _], [[arity, exposedTo, 'RelationAllExistsFn'(exposedTo, arity, 'Predicate', 'PositiveInteger')], [arity, exposedTo, 3]]). cached_query([arity, anatomicallyExteriorTo, _], [[arity, anatomicallyExteriorTo, 'RelationAllExistsFn'(anatomicallyExteriorTo, arity, 'Predicate', 'PositiveInteger')], [arity, anatomicallyExteriorTo, 2]]). cached_query([arity, faxNumberCountryCode, _], [[arity, faxNumberCountryCode, 'RelationAllExistsFn'(faxNumberCountryCode, arity, 'Predicate', 'PositiveInteger')], [arity, faxNumberCountryCode, 2]]). cached_query([arity, accessFilenameOfAIS, _], [[arity, accessFilenameOfAIS, 'RelationAllExistsFn'(accessFilenameOfAIS, arity, 'Predicate', 'PositiveInteger')], [arity, accessFilenameOfAIS, 2]]). cached_query([arity, advisorToOn, _], [[arity, advisorToOn, 'RelationAllExistsFn'(advisorToOn, arity, 'Predicate', 'PositiveInteger')], [arity, advisorToOn, 3]]). cached_query([arity, actingForces, _], [[arity, actingForces, 'RelationAllExistsFn'(actingForces, arity, 'Predicate', 'PositiveInteger')], [arity, actingForces, 2]]). cached_query([arity, expenseDuringPeriodForType, _], [[arity, expenseDuringPeriodForType, 'RelationAllExistsFn'(expenseDuringPeriodForType, arity, 'Predicate', 'PositiveInteger')], [arity, expenseDuringPeriodForType, 4]]). cached_query([arity, 'EntireSurfaceLayerFn', _], [[arity, 'EntireSurfaceLayerFn', 1]]). cached_query([arity, countryPhoneCode, _], [[arity, countryPhoneCode, 'RelationAllExistsFn'(countryPhoneCode, arity, 'Predicate', 'PositiveInteger')], [arity, countryPhoneCode, 2]]). cached_query([arity, signifiesTo, _], [[arity, signifiesTo, 'RelationAllExistsFn'(signifiesTo, arity, 'Predicate', 'PositiveInteger')], [arity, signifiesTo, 3]]). cached_query([arity, increaseToAccount, _], [[arity, increaseToAccount, 'RelationAllExistsFn'(increaseToAccount, arity, 'Predicate', 'PositiveInteger')], [arity, increaseToAccount, 4]]). cached_query([arity, overlappingPeople, _], [[arity, overlappingPeople, 'RelationAllExistsFn'(overlappingPeople, arity, 'Predicate', 'PositiveInteger')], [arity, overlappingPeople, 2]]). cached_query([arity, valueOfExpression, _], [[arity, valueOfExpression, 'RelationAllExistsFn'(valueOfExpression, arity, 'Predicate', 'PositiveInteger')], [arity, valueOfExpression, 2]]). cached_query([arity, incompatibleWithDrug, _], [[arity, incompatibleWithDrug, 'RelationAllExistsFn'(incompatibleWithDrug, arity, 'Predicate', 'PositiveInteger')], [arity, incompatibleWithDrug, 2]]). cached_query([arity, userRightsAvailableByPerforming, _], [[arity, userRightsAvailableByPerforming, 'RelationAllExistsFn'(userRightsAvailableByPerforming, arity, 'Predicate', 'PositiveInteger')], [arity, userRightsAvailableByPerforming, 3]]). cached_query([arity, criticalToBehavior, _], [[arity, criticalToBehavior, 'RelationAllExistsFn'(criticalToBehavior, arity, 'Predicate', 'PositiveInteger')], [arity, criticalToBehavior, 4]]). cached_query([arity, 'TeachingASkillFn', _], [[arity, 'TeachingASkillFn', 1]]). cached_query([arity, groundsOfBuilding, _], [[arity, groundsOfBuilding, 'RelationAllExistsFn'(groundsOfBuilding, arity, 'Predicate', 'PositiveInteger')], [arity, groundsOfBuilding, 2]]). cached_query([arity, keySuborganizations, _], [[arity, keySuborganizations, 'RelationAllExistsFn'(keySuborganizations, arity, 'Predicate', 'PositiveInteger')], [arity, keySuborganizations, 2]]). cached_query([arity, raisesLivingObject, _], [[arity, raisesLivingObject, 'RelationAllExistsFn'(raisesLivingObject, arity, 'Predicate', 'PositiveInteger')], [arity, raisesLivingObject, 2]]). cached_query([arity, hairCoverage, _], [[arity, hairCoverage, 'RelationAllExistsFn'(hairCoverage, arity, 'Predicate', 'PositiveInteger')], [arity, hairCoverage, 3]]). cached_query([arity, phoneNumberCountryCode, _], [[arity, phoneNumberCountryCode, 'RelationAllExistsFn'(phoneNumberCountryCode, arity, 'Predicate', 'PositiveInteger')], [arity, phoneNumberCountryCode, 2]]). cached_query([arity, supervisedAction, _], [[arity, supervisedAction, 'RelationAllExistsFn'(supervisedAction, arity, 'Predicate', 'PositiveInteger')], [arity, supervisedAction, 2]]). cached_query([arity, 'ArtifactTypeForUserTypeFn', _], [[arity, 'ArtifactTypeForUserTypeFn', 2]]). cached_query([arity, compatibleBloodTypes, _], [[arity, compatibleBloodTypes, 'RelationAllExistsFn'(compatibleBloodTypes, arity, 'Predicate', 'PositiveInteger')], [arity, compatibleBloodTypes, 2]]). cached_query([arity, reformulationOf, _], [[arity, reformulationOf, 'RelationAllExistsFn'(reformulationOf, arity, 'Predicate', 'PositiveInteger')], [arity, reformulationOf, 2]]). cached_query([arity, exploredBy, _], [[arity, exploredBy, 'RelationAllExistsFn'(exploredBy, arity, 'Predicate', 'PositiveInteger')], [arity, exploredBy, 2]]). cached_query([arity, protectsFromAction, _], [[arity, protectsFromAction, 'RelationAllExistsFn'(protectsFromAction, arity, 'Predicate', 'PositiveInteger')], [arity, protectsFromAction, 3]]). cached_query([arity, hasAssociatedRitual, _], [[arity, hasAssociatedRitual, 'RelationAllExistsFn'(hasAssociatedRitual, arity, 'Predicate', 'PositiveInteger')], [arity, hasAssociatedRitual, 2]]). cached_query([arity, verdict, _], [[arity, verdict, 'RelationAllExistsFn'(verdict, arity, 'Predicate', 'PositiveInteger')], [arity, verdict, 2]]). cached_query([arity, systemMaintainers, _], [[arity, systemMaintainers, 'RelationAllExistsFn'(systemMaintainers, arity, 'Predicate', 'PositiveInteger')], [arity, systemMaintainers, 2]]). cached_query([arity, atmosphereChunk, _], [[arity, atmosphereChunk, 'RelationAllExistsFn'(atmosphereChunk, arity, 'Predicate', 'PositiveInteger')], [arity, atmosphereChunk, 2]]). cached_query([arity, unitsOfDrugPrescriptionsDuring, _], [[arity, unitsOfDrugPrescriptionsDuring, 'RelationAllExistsFn'(unitsOfDrugPrescriptionsDuring, arity, 'Predicate', 'PositiveInteger')], [arity, unitsOfDrugPrescriptionsDuring, 4]]). cached_query([arity, organizationKeyMembers, _], [[arity, organizationKeyMembers, 'RelationAllExistsFn'(organizationKeyMembers, arity, 'Predicate', 'PositiveInteger')], [arity, organizationKeyMembers, 2]]). cached_query([arity, familyHasMember, _], [[arity, familyHasMember, 'RelationAllExistsFn'(familyHasMember, arity, 'Predicate', 'PositiveInteger')], [arity, familyHasMember, 2]]). cached_query([arity, phoneNumberSuffix, _], [[arity, phoneNumberSuffix, 'RelationAllExistsFn'(phoneNumberSuffix, arity, 'Predicate', 'PositiveInteger')], [arity, phoneNumberSuffix, 2]]). cached_query([arity, 'AsMuchAsFn', _], [[arity, 'AsMuchAsFn', 2]]). cached_query([arity, scoreInAction, _], [[arity, scoreInAction, 'RelationAllExistsFn'(scoreInAction, arity, 'Predicate', 'PositiveInteger')], [arity, scoreInAction, 3]]). cached_query([arity, hasArmorStatus, _], [[arity, hasArmorStatus, 'RelationAllExistsFn'(hasArmorStatus, arity, 'Predicate', 'PositiveInteger')], [arity, hasArmorStatus, 2]]). cached_query([arity, schoolGraduated, _], [[arity, schoolGraduated, 'RelationAllExistsFn'(schoolGraduated, arity, 'Predicate', 'PositiveInteger')], [arity, schoolGraduated, 2]]). cached_query([arity, 'RoomAtFn', _], [[arity, 'RoomAtFn', 2]]). cached_query([arity, directionRelativeToAxis, _], [[arity, directionRelativeToAxis, 'RelationAllExistsFn'(directionRelativeToAxis, arity, 'Predicate', 'PositiveInteger')], [arity, directionRelativeToAxis, 3]]). cached_query([arity, bossIn, _], [[arity, bossIn, 'RelationAllExistsFn'(bossIn, arity, 'Predicate', 'PositiveInteger')], [arity, bossIn, 3]]). cached_query([arity, associatedSale, _], [[arity, associatedSale, 'RelationAllExistsFn'(associatedSale, arity, 'Predicate', 'PositiveInteger')], [arity, associatedSale, 2]]). cached_query([arity, genlsExactly, _], [[arity, genlsExactly, 'RelationAllExistsFn'(genlsExactly, arity, 'Predicate', 'PositiveInteger')], [arity, genlsExactly, 3]]). cached_query([arity, physicallyDisadvantagedIn, _], [[arity, physicallyDisadvantagedIn, 'RelationAllExistsFn'(physicallyDisadvantagedIn, arity, 'Predicate', 'PositiveInteger')], [arity, physicallyDisadvantagedIn, 2]]). cached_query([arity, 'ShortTermFn', _], [[arity, 'ShortTermFn', 1]]). cached_query([arity, workOfPeriod, _], [[arity, workOfPeriod, 'RelationAllExistsFn'(workOfPeriod, arity, 'Predicate', 'PositiveInteger')], [arity, workOfPeriod, 2]]). cached_query([arity, complexityOfConfiguration, _], [[arity, complexityOfConfiguration, 'RelationAllExistsFn'(complexityOfConfiguration, arity, 'Predicate', 'PositiveInteger')], [arity, complexityOfConfiguration, 2]]). cached_query([arity, rankInCompetition, _], [[arity, rankInCompetition, 'RelationAllExistsFn'(rankInCompetition, arity, 'Predicate', 'PositiveInteger')], [arity, rankInCompetition, 3]]). cached_query([arity, profit, _], [[arity, profit, 'RelationAllExistsFn'(profit, arity, 'Predicate', 'PositiveInteger')], [arity, profit, 3]]). cached_query([arity, performsInsAtLocType, _], [[arity, performsInsAtLocType, 'RelationAllExistsFn'(performsInsAtLocType, arity, 'Predicate', 'PositiveInteger')], [arity, performsInsAtLocType, 3]]). cached_query([arity, regularPersonalServiceProvider, _], [[arity, regularPersonalServiceProvider, 'RelationAllExistsFn'(regularPersonalServiceProvider, arity, 'Predicate', 'PositiveInteger')], [arity, regularPersonalServiceProvider, 3]]). cached_query([arity, 'ManifestationOfFeelingFn', _], [[arity, 'ManifestationOfFeelingFn', 1]]). cached_query([arity, raceLength, _], [[arity, raceLength, 'RelationAllExistsFn'(raceLength, arity, 'Predicate', 'PositiveInteger')], [arity, raceLength, 2]]). cached_query([arity, slotDefinition, _], [[arity, slotDefinition, 'RelationAllExistsFn'(slotDefinition, arity, 'Predicate', 'PositiveInteger')], [arity, slotDefinition, 2]]). cached_query([arity, rootsFor, _], [[arity, rootsFor, 'RelationAllExistsFn'(rootsFor, arity, 'Predicate', 'PositiveInteger')], [arity, rootsFor, 3]]). cached_query([arity, typeEvokes, _], [[arity, typeEvokes, 'RelationAllExistsFn'(typeEvokes, arity, 'Predicate', 'PositiveInteger')], [arity, typeEvokes, 2]]). cached_query([arity, 'facilitates-EventEvent', _], [[arity, 'facilitates-EventEvent', 'RelationAllExistsFn'('facilitates-EventEvent', arity, 'Predicate', 'PositiveInteger')], [arity, 'facilitates-EventEvent', 2]]). cached_query([arity, distanceAlongPath, _], [[arity, distanceAlongPath, 'RelationAllExistsFn'(distanceAlongPath, arity, 'Predicate', 'PositiveInteger')], [arity, distanceAlongPath, 4]]). cached_query([arity, organismsExistentialState, _], [[arity, organismsExistentialState, 'RelationAllExistsFn'(organismsExistentialState, arity, 'Predicate', 'PositiveInteger')], [arity, organismsExistentialState, 2]]). cached_query([arity, cavityInteriorRegionPortals, _], [[arity, cavityInteriorRegionPortals, 'RelationAllExistsFn'(cavityInteriorRegionPortals, arity, 'Predicate', 'PositiveInteger')], [arity, cavityInteriorRegionPortals, 2]]). cached_query([arity, listMemberType, _], [[arity, listMemberType, 'RelationAllExistsFn'(listMemberType, arity, 'Predicate', 'PositiveInteger')], [arity, listMemberType, 2]]). cached_query([arity, bannedFromBy, _], [[arity, bannedFromBy, 'RelationAllExistsFn'(bannedFromBy, arity, 'Predicate', 'PositiveInteger')], [arity, bannedFromBy, 3]]). cached_query([arity, hasAllegianceTo, _], [[arity, hasAllegianceTo, 'RelationAllExistsFn'(hasAllegianceTo, arity, 'Predicate', 'PositiveInteger')], [arity, hasAllegianceTo, 3]]). cached_query([arity, 'ExtractZipExtra4DigitsFn', _], [[arity, 'ExtractZipExtra4DigitsFn', 1]]). cached_query([arity, orgWithPosition, _], [[arity, orgWithPosition, 'RelationAllExistsFn'(orgWithPosition, arity, 'Predicate', 'PositiveInteger')], [arity, orgWithPosition, 2]]). cached_query([arity, standardActingForceTypes, _], [[arity, standardActingForceTypes, 'RelationAllExistsFn'(standardActingForceTypes, arity, 'Predicate', 'PositiveInteger')], [arity, standardActingForceTypes, 2]]). cached_query([arity, artisticStyle, _], [[arity, artisticStyle, 'RelationAllExistsFn'(artisticStyle, arity, 'Predicate', 'PositiveInteger')], [arity, artisticStyle, 2]]). cached_query([arity, mtImagePerspective, _], [[arity, mtImagePerspective, 'RelationAllExistsFn'(mtImagePerspective, arity, 'Predicate', 'PositiveInteger')], [arity, mtImagePerspective, 3]]). cached_query([arity, connectedTerminals, _], [[arity, connectedTerminals, 'RelationAllExistsFn'(connectedTerminals, arity, 'Predicate', 'PositiveInteger')], [arity, connectedTerminals, 2]]). cached_query([arity, ambientAtmosphericConcentration, _], [[arity, ambientAtmosphericConcentration, 'RelationAllExistsFn'(ambientAtmosphericConcentration, arity, 'Predicate', 'PositiveInteger')], [arity, ambientAtmosphericConcentration, 3]]). cached_query([arity, hasPersonalQuantity, _], [[arity, hasPersonalQuantity, 'RelationAllExistsFn'(hasPersonalQuantity, arity, 'Predicate', 'PositiveInteger')], [arity, hasPersonalQuantity, 2]]). cached_query([arity, unitsOfDrugPrescriptionsByDocTypePayerDuring, _], [[arity, unitsOfDrugPrescriptionsByDocTypePayerDuring, 'RelationAllExistsFn'(unitsOfDrugPrescriptionsByDocTypePayerDuring, arity, 'Predicate', 'PositiveInteger')], [arity, unitsOfDrugPrescriptionsByDocTypePayerDuring, 6]]). cached_query([arity, characterSetForWritingSystem, _], [[arity, characterSetForWritingSystem, 'RelationAllExistsFn'(characterSetForWritingSystem, arity, 'Predicate', 'PositiveInteger')], [arity, characterSetForWritingSystem, 2]]). cached_query([arity, detailedInProp, _], [[arity, detailedInProp, 'RelationAllExistsFn'(detailedInProp, arity, 'Predicate', 'PositiveInteger')], [arity, detailedInProp, 2]]). cached_query([arity, hasInsignia, _], [[arity, hasInsignia, 'RelationAllExistsFn'(hasInsignia, arity, 'Predicate', 'PositiveInteger')], [arity, hasInsignia, 2]]). cached_query([arity, defaultImplicitTime, _], [[arity, defaultImplicitTime, 'RelationAllExistsFn'(defaultImplicitTime, arity, 'Predicate', 'PositiveInteger')], [arity, defaultImplicitTime, 2]]). cached_query([arity, biologicallyMadeBy, _], [[arity, biologicallyMadeBy, 'RelationAllExistsFn'(biologicallyMadeBy, arity, 'Predicate', 'PositiveInteger')], [arity, biologicallyMadeBy, 2]]). cached_query([arity, freightRailTrafficRate, _], [[arity, freightRailTrafficRate, 'RelationAllExistsFn'(freightRailTrafficRate, arity, 'Predicate', 'PositiveInteger')], [arity, freightRailTrafficRate, 2]]). cached_query([arity, numberOfPrescriptionsByDocDuring, _], [[arity, numberOfPrescriptionsByDocDuring, 'RelationAllExistsFn'(numberOfPrescriptionsByDocDuring, arity, 'Predicate', 'PositiveInteger')], [arity, numberOfPrescriptionsByDocDuring, 5]]). cached_query([arity, faxNumberAreaCode, _], [[arity, faxNumberAreaCode, 'RelationAllExistsFn'(faxNumberAreaCode, arity, 'Predicate', 'PositiveInteger')], [arity, faxNumberAreaCode, 2]]). cached_query([arity, personWithPosition, _], [[arity, personWithPosition, 'RelationAllExistsFn'(personWithPosition, arity, 'Predicate', 'PositiveInteger')], [arity, personWithPosition, 2]]). cached_query([arity, hasAlumni, _], [[arity, hasAlumni, 'RelationAllExistsFn'(hasAlumni, arity, 'Predicate', 'PositiveInteger')], [arity, hasAlumni, 2]]). cached_query([arity, paymentOut, _], [[arity, paymentOut, 'RelationAllExistsFn'(paymentOut, arity, 'Predicate', 'PositiveInteger')], [arity, paymentOut, 4]]). cached_query([arity, roleExpectedBy, _], [[arity, roleExpectedBy, 'RelationAllExistsFn'(roleExpectedBy, arity, 'Predicate', 'PositiveInteger')], [arity, roleExpectedBy, 4]]). cached_query([arity, countryFaxCode, _], [[arity, countryFaxCode, 'RelationAllExistsFn'(countryFaxCode, arity, 'Predicate', 'PositiveInteger')], [arity, countryFaxCode, 2]]). cached_query([arity, mtImageLighting, _], [[arity, mtImageLighting, 'RelationAllExistsFn'(mtImageLighting, arity, 'Predicate', 'PositiveInteger')], [arity, mtImageLighting, 3]]). cached_query([arity, conflictOfInterest, _], [[arity, conflictOfInterest, 'RelationAllExistsFn'(conflictOfInterest, arity, 'Predicate', 'PositiveInteger')], [arity, conflictOfInterest, 3]]). cached_query([arity, systemOfWriting, _], [[arity, systemOfWriting, 'RelationAllExistsFn'(systemOfWriting, arity, 'Predicate', 'PositiveInteger')], [arity, systemOfWriting, 2]]). cached_query([arity, 'EventOfIBOFn', _], [[arity, 'EventOfIBOFn', 1]]). cached_query([arity, closerTo, _], [[arity, closerTo, 'RelationAllExistsFn'(closerTo, arity, 'Predicate', 'PositiveInteger')], [arity, closerTo, 3]]). cached_query([arity, issuesDocument, _], [[arity, issuesDocument, 'RelationAllExistsFn'(issuesDocument, arity, 'Predicate', 'PositiveInteger')], [arity, issuesDocument, 2]]). cached_query([arity, lockState, _], [[arity, lockState, 'RelationAllExistsFn'(lockState, arity, 'Predicate', 'PositiveInteger')], [arity, lockState, 2]]). cached_query([arity, soleProductType, _], [[arity, soleProductType, 'RelationAllExistsFn'(soleProductType, arity, 'Predicate', 'PositiveInteger')], [arity, soleProductType, 2]]). cached_query([arity, surfaceInclination, _], [[arity, surfaceInclination, 'RelationAllExistsFn'(surfaceInclination, arity, 'Predicate', 'PositiveInteger')], [arity, surfaceInclination, 2]]). cached_query([arity, objectID, _], [[arity, objectID, 'RelationAllExistsFn'(objectID, arity, 'Predicate', 'PositiveInteger')], [arity, objectID, 3]]). cached_query([arity, credibleToOn, _], [[arity, credibleToOn, 'RelationAllExistsFn'(credibleToOn, arity, 'Predicate', 'PositiveInteger')], [arity, credibleToOn, 4]]). cached_query([arity, phoneNumberAreaCode, _], [[arity, phoneNumberAreaCode, 'RelationAllExistsFn'(phoneNumberAreaCode, arity, 'Predicate', 'PositiveInteger')], [arity, phoneNumberAreaCode, 2]]). cached_query([arity, cityPhoneCode, _], [[arity, cityPhoneCode, 'RelationAllExistsFn'(cityPhoneCode, arity, 'Predicate', 'PositiveInteger')], [arity, cityPhoneCode, 2]]). cached_query([arity, numberOfPrescriptionsByDocTypePayerDuring, _], [[arity, numberOfPrescriptionsByDocTypePayerDuring, 'RelationAllExistsFn'(numberOfPrescriptionsByDocTypePayerDuring, arity, 'Predicate', 'PositiveInteger')], [arity, numberOfPrescriptionsByDocTypePayerDuring, 6]]). cached_query([arity, imageFeature, _], [[arity, imageFeature, 'RelationAllExistsFn'(imageFeature, arity, 'Predicate', 'PositiveInteger')], [arity, imageFeature, 2]]). cached_query([arity, requiresClearance, _], [[arity, requiresClearance, 'RelationAllExistsFn'(requiresClearance, arity, 'Predicate', 'PositiveInteger')], [arity, requiresClearance, 2]]). cached_query([arity, electricalCurrentSources, _], [[arity, electricalCurrentSources, 'RelationAllExistsFn'(electricalCurrentSources, arity, 'Predicate', 'PositiveInteger')], [arity, electricalCurrentSources, 2]]). cached_query([arity, percentOfTerritoryIs, _], [[arity, percentOfTerritoryIs, 'RelationAllExistsFn'(percentOfTerritoryIs, arity, 'Predicate', 'PositiveInteger')], [arity, percentOfTerritoryIs, 3]]). cached_query([arity, impactForce, _], [[arity, impactForce, 'RelationAllExistsFn'(impactForce, arity, 'Predicate', 'PositiveInteger')], [arity, impactForce, 2]]). cached_query([arity, 'MarkTypeFn', _], [[arity, 'MarkTypeFn', 1]]). cached_query([arity, unitsOfDrugPrescriptionsByDocTypePayerTypeDuring, _], [[arity, unitsOfDrugPrescriptionsByDocTypePayerTypeDuring, 'RelationAllExistsFn'(unitsOfDrugPrescriptionsByDocTypePayerTypeDuring, arity, 'Predicate', 'PositiveInteger')], [arity, unitsOfDrugPrescriptionsByDocTypePayerTypeDuring, 6]]). cached_query([arity, strengthDescription, _], [[arity, strengthDescription, 'RelationAllExistsFn'(strengthDescription, arity, 'Predicate', 'PositiveInteger')], [arity, strengthDescription, 2]]). cached_query([arity, constituentPercentByMass, _], [[arity, constituentPercentByMass, 'RelationAllExistsFn'(constituentPercentByMass, arity, 'Predicate', 'PositiveInteger')], [arity, constituentPercentByMass, 3]]). cached_query([arity, oppositeIntervals, _], [[arity, oppositeIntervals, 'RelationAllExistsFn'(oppositeIntervals, arity, 'Predicate', 'PositiveInteger')], [arity, oppositeIntervals, 2]]). cached_query([arity, interviewForJobType, _], [[arity, interviewForJobType, 'RelationAllExistsFn'(interviewForJobType, arity, 'Predicate', 'PositiveInteger')], [arity, interviewForJobType, 2]]). cached_query([arity, 'TypeCapableFn'(behaviorCapable), _], [[arity, 'TypeCapableFn'(behaviorCapable), 'RelationAllExistsFn'('TypeCapableFn'(behaviorCapable), arity, 'Predicate', 'PositiveInteger')], [arity, 'TypeCapableFn'(behaviorCapable), 3]]). cached_query([arity, completeWordsOfIBT, _], [[arity, completeWordsOfIBT, 'RelationAllExistsFn'(completeWordsOfIBT, arity, 'Predicate', 'PositiveInteger')], [arity, completeWordsOfIBT, 2]]). cached_query([arity, hasBloodType, _], [[arity, hasBloodType, 'RelationAllExistsFn'(hasBloodType, arity, 'Predicate', 'PositiveInteger')], [arity, hasBloodType, 2]]). cached_query([arity, 'NucleotidePairLong', _], []). cached_query([arity, relatedAgents, _], [[arity, relatedAgents, 'RelationAllExistsFn'(relatedAgents, arity, 'Predicate', 'PositiveInteger')], [arity, relatedAgents, 2]]). cached_query([arity, objectIdentified, _], [[arity, objectIdentified, 'RelationAllExistsFn'(objectIdentified, arity, 'Predicate', 'PositiveInteger')], [arity, objectIdentified, 2]]). cached_query([arity, documentsDifference, _], [[arity, documentsDifference, 'RelationAllExistsFn'(documentsDifference, arity, 'Predicate', 'PositiveInteger')], [arity, documentsDifference, 4]]). cached_query([arity, marksWithTemplate, _], [[arity, marksWithTemplate, 'RelationAllExistsFn'(marksWithTemplate, arity, 'Predicate', 'PositiveInteger')], [arity, marksWithTemplate, 2]]). cached_query([arity, architecturalStyle, _], [[arity, architecturalStyle, 'RelationAllExistsFn'(architecturalStyle, arity, 'Predicate', 'PositiveInteger')], [arity, architecturalStyle, 2]]). cached_query([arity, directedIlluminationLevel, _], [[arity, directedIlluminationLevel, 'RelationAllExistsFn'(directedIlluminationLevel, arity, 'Predicate', 'PositiveInteger')], [arity, directedIlluminationLevel, 3]]). cached_query([arity, dosageFormOfType, _], [[arity, dosageFormOfType, 'RelationAllExistsFn'(dosageFormOfType, arity, 'Predicate', 'PositiveInteger')], [arity, dosageFormOfType, 2]]). cached_query([arity, regionalTelephoneAreaCode, _], [[arity, regionalTelephoneAreaCode, 'RelationAllExistsFn'(regionalTelephoneAreaCode, arity, 'Predicate', 'PositiveInteger')], [arity, regionalTelephoneAreaCode, 2]]). cached_query([arity, 'SportsRulesFn', _], [[arity, 'SportsRulesFn', 1]]). cached_query([arity, fileFoundOnComputer, _], [[arity, fileFoundOnComputer, 'RelationAllExistsFn'(fileFoundOnComputer, arity, 'Predicate', 'PositiveInteger')], [arity, fileFoundOnComputer, 2]]). cached_query([arity, percentOfClientsWithEmployer, _], [[arity, percentOfClientsWithEmployer, 'RelationAllExistsFn'(percentOfClientsWithEmployer, arity, 'Predicate', 'PositiveInteger')], [arity, percentOfClientsWithEmployer, 3]]). cached_query([arity, numericFluentReln, _], [[arity, numericFluentReln, 'RelationAllExistsFn'(numericFluentReln, arity, 'Predicate', 'PositiveInteger')], [arity, numericFluentReln, 5]]). cached_query([arity, recordedInfoNumberText, _], [[arity, recordedInfoNumberText, 'RelationAllExistsFn'(recordedInfoNumberText, arity, 'Predicate', 'PositiveInteger')], [arity, recordedInfoNumberText, 2]]). cached_query([arity, directingPerformsFor, _], [[arity, directingPerformsFor, 'RelationAllExistsFn'(directingPerformsFor, arity, 'Predicate', 'PositiveInteger')], [arity, directingPerformsFor, 3]]). cached_query([arity, numberOfPrescriptionsByDocTypePayerTypeDuring, _], [[arity, numberOfPrescriptionsByDocTypePayerTypeDuring, 'RelationAllExistsFn'(numberOfPrescriptionsByDocTypePayerTypeDuring, arity, 'Predicate', 'PositiveInteger')], [arity, numberOfPrescriptionsByDocTypePayerTypeDuring, 6]]). cached_query([arity, hostOfShow, _], [[arity, hostOfShow, 'RelationAllExistsFn'(hostOfShow, arity, 'Predicate', 'PositiveInteger')], [arity, hostOfShow, 2]]). cached_query([arity, distalToFrom, _], [[arity, distalToFrom, 'RelationAllExistsFn'(distalToFrom, arity, 'Predicate', 'PositiveInteger')], [arity, distalToFrom, 3]]). cached_query([arityMin, phoneNumberSuffix, _], []). cached_query([arity, exponentOfQuantity, _], [[arity, exponentOfQuantity, 'RelationAllExistsFn'(exponentOfQuantity, arity, 'Predicate', 'PositiveInteger')], [arity, exponentOfQuantity, 3]]). cached_query([arity, overlappingOrgs, _], [[arity, overlappingOrgs, 'RelationAllExistsFn'(overlappingOrgs, arity, 'Predicate', 'PositiveInteger')], [arity, overlappingOrgs, 2]]). cached_query([arity, apparentlyBetween, _], [[arity, apparentlyBetween, 'RelationAllExistsFn'(apparentlyBetween, arity, 'Predicate', 'PositiveInteger')], [arity, apparentlyBetween, 4]]). cached_query([arity, typeOfWritingSurface, _], [[arity, typeOfWritingSurface, 'RelationAllExistsFn'(typeOfWritingSurface, arity, 'Predicate', 'PositiveInteger')], [arity, typeOfWritingSurface, 2]]). cached_query([arity, personRepresentingAgent, _], [[arity, personRepresentingAgent, 'RelationAllExistsFn'(personRepresentingAgent, arity, 'Predicate', 'PositiveInteger')], [arity, personRepresentingAgent, 2]]). cached_query([arity, unitsOfDrugPrescriptionsByDocDuring, _], [[arity, unitsOfDrugPrescriptionsByDocDuring, 'RelationAllExistsFn'(unitsOfDrugPrescriptionsByDocDuring, arity, 'Predicate', 'PositiveInteger')], [arity, unitsOfDrugPrescriptionsByDocDuring, 5]]). cached_query([arity, 'ExtractAreaCodeFn', _], [[arity, 'ExtractAreaCodeFn', 1]]). cached_query([arity, odorSmelledByAgent, _], [[arity, odorSmelledByAgent, 'RelationAllExistsFn'(odorSmelledByAgent, arity, 'Predicate', 'PositiveInteger')], [arity, odorSmelledByAgent, 3]]). cached_query([arity, customerID, _], [[arity, customerID, 'RelationAllExistsFn'(customerID, arity, 'Predicate', 'PositiveInteger')], [arity, customerID, 3]]). cached_query([arity, pptOfPackage, _], [[arity, pptOfPackage, 'RelationAllExistsFn'(pptOfPackage, arity, 'Predicate', 'PositiveInteger')], [arity, pptOfPackage, 2]]). cached_query([arity, programFieldOfApplicability, _], [[arity, programFieldOfApplicability, 'RelationAllExistsFn'(programFieldOfApplicability, arity, 'Predicate', 'PositiveInteger')], [arity, programFieldOfApplicability, 2]]). cached_query([arity, developsAilmentCondition, _], [[arity, developsAilmentCondition, 'RelationAllExistsFn'(developsAilmentCondition, arity, 'Predicate', 'PositiveInteger')], [arity, developsAilmentCondition, 3]]). cached_query([arity, poBoxNumber, _], [[arity, poBoxNumber, 'RelationAllExistsFn'(poBoxNumber, arity, 'Predicate', 'PositiveInteger')], [arity, poBoxNumber, 2]]). cached_query([arity, horizontalComponent, _], [[arity, horizontalComponent, 'RelationAllExistsFn'(horizontalComponent, arity, 'Predicate', 'PositiveInteger')], [arity, horizontalComponent, 2]]). cached_query([arity, 'LongTermFn', _], [[arity, 'LongTermFn', 1]]). cached_query([arity, numberOfPrescriptionsDuring, _], [[arity, numberOfPrescriptionsDuring, 'RelationAllExistsFn'(numberOfPrescriptionsDuring, arity, 'Predicate', 'PositiveInteger')], [arity, numberOfPrescriptionsDuring, 4]]). cached_query([arity, 'y-component', _], [[arity, 'y-component', 'RelationAllExistsFn'('y-component', arity, 'Predicate', 'PositiveInteger')], [arity, 'y-component', 2]]). cached_query([arity, hasStoredInside, _], [[arity, hasStoredInside, 'RelationAllExistsFn'(hasStoredInside, arity, 'Predicate', 'PositiveInteger')], [arity, hasStoredInside, 2]]). cached_query([arity, agentReferred, _], [[arity, agentReferred, 'RelationAllExistsFn'(agentReferred, arity, 'Predicate', 'PositiveInteger')], [arity, agentReferred, 2]]). cached_query([arity, hasHardwarePackage, _], [[arity, hasHardwarePackage, 'RelationAllExistsFn'(hasHardwarePackage, arity, 'Predicate', 'PositiveInteger')], [arity, hasHardwarePackage, 2]]). cached_query([arity, rfdNumber, _], [[arity, rfdNumber, 'RelationAllExistsFn'(rfdNumber, arity, 'Predicate', 'PositiveInteger')], [arity, rfdNumber, 2]]). cached_query([arity, enablesEventOfType, _], [[arity, enablesEventOfType, 'RelationAllExistsFn'(enablesEventOfType, arity, 'Predicate', 'PositiveInteger')], [arity, enablesEventOfType, 3]]). cached_query([arity, evaluatedAction, _], [[arity, evaluatedAction, 'RelationAllExistsFn'(evaluatedAction, arity, 'Predicate', 'PositiveInteger')], [arity, evaluatedAction, 2]]). cached_query([arity, mediaProductTypeLocation, _], [[arity, mediaProductTypeLocation, 'RelationAllExistsFn'(mediaProductTypeLocation, arity, 'Predicate', 'PositiveInteger')], [arity, mediaProductTypeLocation, 2]]). cached_query([arity, europeanDiscoveryBy, _], [[arity, europeanDiscoveryBy, 'RelationAllExistsFn'(europeanDiscoveryBy, arity, 'Predicate', 'PositiveInteger')], [arity, europeanDiscoveryBy, 2]]). cached_query([arity, particleConcentrationPerVol, _], [[arity, particleConcentrationPerVol, 'RelationAllExistsFn'(particleConcentrationPerVol, arity, 'Predicate', 'PositiveInteger')], [arity, particleConcentrationPerVol, 3]]). cached_query([arity, languagePublishedIn, _], [[arity, languagePublishedIn, 'RelationAllExistsFn'(languagePublishedIn, arity, 'Predicate', 'PositiveInteger')], [arity, languagePublishedIn, 2]]). cached_query([arity, 'MtTimeFn', _], [[arity, 'MtTimeFn', 1]]). cached_query([arity, informationAccordingTo, _], [[arity, informationAccordingTo, 'RelationAllExistsFn'(informationAccordingTo, arity, 'Predicate', 'PositiveInteger')], [arity, informationAccordingTo, 2]]). cached_query([arity, marketShare, _], [[arity, marketShare, 'RelationAllExistsFn'(marketShare, arity, 'Predicate', 'PositiveInteger')], [arity, marketShare, 3]]). cached_query([arity, ancestorWritingSystem, _], [[arity, ancestorWritingSystem, 'RelationAllExistsFn'(ancestorWritingSystem, arity, 'Predicate', 'PositiveInteger')], [arity, ancestorWritingSystem, 2]]). cached_query([arity, regionStoredResourceAmount, _], [[arity, regionStoredResourceAmount, 'RelationAllExistsFn'(regionStoredResourceAmount, arity, 'Predicate', 'PositiveInteger')], [arity, regionStoredResourceAmount, 3]]). cached_query([arity, countyOfAddress, _], [[arity, countyOfAddress, 'RelationAllExistsFn'(countyOfAddress, arity, 'Predicate', 'PositiveInteger')], [arity, countyOfAddress, 2]]). cached_query([arity, uniformTypeComponentType, _], [[arity, uniformTypeComponentType, 'RelationAllExistsFn'(uniformTypeComponentType, arity, 'Predicate', 'PositiveInteger')], [arity, uniformTypeComponentType, 2]]). cached_query([arity, paidForIn, _], [[arity, paidForIn, 'RelationAllExistsFn'(paidForIn, arity, 'Predicate', 'PositiveInteger')], [arity, paidForIn, 2]]). cached_query([arity, healedInjury, _], [[arity, healedInjury, 'RelationAllExistsFn'(healedInjury, arity, 'Predicate', 'PositiveInteger')], [arity, healedInjury, 2]]). cached_query([arity, faxNumberPrefix, _], [[arity, faxNumberPrefix, 'RelationAllExistsFn'(faxNumberPrefix, arity, 'Predicate', 'PositiveInteger')], [arity, faxNumberPrefix, 2]]). cached_query([arity, 'SurfaceLayer-TopSurfaceFn', _], [[arity, 'SurfaceLayer-TopSurfaceFn', 1]]). cached_query([arity, majorAccomplishments, _], [[arity, majorAccomplishments, 'RelationAllExistsFn'(majorAccomplishments, arity, 'Predicate', 'PositiveInteger')], [arity, majorAccomplishments, 2]]). cached_query([arity, compatibleWithIn, _], [[arity, compatibleWithIn, 'RelationAllExistsFn'(compatibleWithIn, arity, 'Predicate', 'PositiveInteger')], [arity, compatibleWithIn, 3]]). cached_query([arity, trademarkStringOfCW, _], [[arity, trademarkStringOfCW, 'RelationAllExistsFn'(trademarkStringOfCW, arity, 'Predicate', 'PositiveInteger')], [arity, trademarkStringOfCW, 3]]). cached_query([arity, concentration, _], [[arity, concentration, 'RelationAllExistsFn'(concentration, arity, 'Predicate', 'PositiveInteger')], [arity, concentration, 3]]). cached_query([arity, unitsOfDrugPrescriptionsByDocPayerTypeDuring, _], [[arity, unitsOfDrugPrescriptionsByDocPayerTypeDuring, 'RelationAllExistsFn'(unitsOfDrugPrescriptionsByDocPayerTypeDuring, arity, 'Predicate', 'PositiveInteger')], [arity, unitsOfDrugPrescriptionsByDocPayerTypeDuring, 6]]). cached_query([arity, freightAirTrafficRate, _], [[arity, freightAirTrafficRate, 'RelationAllExistsFn'(freightAirTrafficRate, arity, 'Predicate', 'PositiveInteger')], [arity, freightAirTrafficRate, 2]]). cached_query([arity, amountOfSalesDuring, _], [[arity, amountOfSalesDuring, 'RelationAllExistsFn'(amountOfSalesDuring, arity, 'Predicate', 'PositiveInteger')], [arity, amountOfSalesDuring, 3]]). cached_query([arity, preferredEntry, _], [[arity, preferredEntry, 'RelationAllExistsFn'(preferredEntry, arity, 'Predicate', 'PositiveInteger')], [arity, preferredEntry, 4]]). cached_query([arity, awareOfInfo, _], [[arity, awareOfInfo, 'RelationAllExistsFn'(awareOfInfo, arity, 'Predicate', 'PositiveInteger')], [arity, awareOfInfo, 2]]). cached_query([arity, overlappingAgents, _], [[arity, overlappingAgents, 'RelationAllExistsFn'(overlappingAgents, arity, 'Predicate', 'PositiveInteger')], [arity, overlappingAgents, 2]]). cached_query([arity, linkedByBodyOfWater, _], [[arity, linkedByBodyOfWater, 'RelationAllExistsFn'(linkedByBodyOfWater, arity, 'Predicate', 'PositiveInteger')], [arity, linkedByBodyOfWater, 2]]). cached_query([arity, unitsOfDrugPrescriptionsByDocPayerDuring, _], [[arity, unitsOfDrugPrescriptionsByDocPayerDuring, 'RelationAllExistsFn'(unitsOfDrugPrescriptionsByDocPayerDuring, arity, 'Predicate', 'PositiveInteger')], [arity, unitsOfDrugPrescriptionsByDocPayerDuring, 6]]). cached_query([arity, numberOfPrescriptionsByDocPayerTypeDuring, _], [[arity, numberOfPrescriptionsByDocPayerTypeDuring, 'RelationAllExistsFn'(numberOfPrescriptionsByDocPayerTypeDuring, arity, 'Predicate', 'PositiveInteger')], [arity, numberOfPrescriptionsByDocPayerTypeDuring, 5]]). cached_query([arity, commonLanguage, _], [[arity, commonLanguage, 'RelationAllExistsFn'(commonLanguage, arity, 'Predicate', 'PositiveInteger')], [arity, commonLanguage, 2]]). cached_query([arity, 'thresholdOfPain-Pressure', _], [[arity, 'thresholdOfPain-Pressure', 'RelationAllExistsFn'('thresholdOfPain-Pressure', arity, 'Predicate', 'PositiveInteger')], [arity, 'thresholdOfPain-Pressure', 3]]). cached_query([arity, actionTypeCategory, _], [[arity, actionTypeCategory, 'RelationAllExistsFn'(actionTypeCategory, arity, 'Predicate', 'PositiveInteger')], [arity, actionTypeCategory, 2]]). cached_query([arity, 'LineOfObjectsFn', _], [[arity, 'LineOfObjectsFn', 1]]). cached_query([arity, easeOfPerformanceWith, _], [[arity, easeOfPerformanceWith, 'RelationAllExistsFn'(easeOfPerformanceWith, arity, 'Predicate', 'PositiveInteger')], [arity, easeOfPerformanceWith, 4]]). cached_query([arity, providerAMCNumber, _], [[arity, providerAMCNumber, 'RelationAllExistsFn'(providerAMCNumber, arity, 'Predicate', 'PositiveInteger')], [arity, providerAMCNumber, 2]]). cached_query([arity, localFaxNumberText, _], [[arity, localFaxNumberText, 'RelationAllExistsFn'(localFaxNumberText, arity, 'Predicate', 'PositiveInteger')], [arity, localFaxNumberText, 2]]). cached_query([arity, thingAttached, _], [[arity, thingAttached, 'RelationAllExistsFn'(thingAttached, arity, 'Predicate', 'PositiveInteger')], [arity, thingAttached, 2]]). cached_query([arity, prescribedDosageForPatient, _], [[arity, prescribedDosageForPatient, 'RelationAllExistsFn'(prescribedDosageForPatient, arity, 'Predicate', 'PositiveInteger')], [arity, prescribedDosageForPatient, 3]]). cached_query([arity, localPhoneNumberText, _], [[arity, localPhoneNumberText, 'RelationAllExistsFn'(localPhoneNumberText, arity, 'Predicate', 'PositiveInteger')], [arity, localPhoneNumberText, 2]]). cached_query([arity, faxNumberSuffix, _], [[arity, faxNumberSuffix, 'RelationAllExistsFn'(faxNumberSuffix, arity, 'Predicate', 'PositiveInteger')], [arity, faxNumberSuffix, 2]]). cached_query([arity, apparentlyOnLine, _], [[arity, apparentlyOnLine, 'RelationAllExistsFn'(apparentlyOnLine, arity, 'Predicate', 'PositiveInteger')], [arity, apparentlyOnLine, 3]]). cached_query([arity, 'YearBCE-JulianFn', _], [[arity, 'YearBCE-JulianFn', 1]]). cached_query([arity, 'TowingFn', _], [[arity, 'TowingFn', 1]]). cached_query([arity, availableForEvent, _], [[arity, availableForEvent, 'RelationAllExistsFn'(availableForEvent, arity, 'Predicate', 'PositiveInteger')], [arity, availableForEvent, 3]]). cached_query([arity, arbitratingAgents, _], [[arity, arbitratingAgents, 'RelationAllExistsFn'(arbitratingAgents, arity, 'Predicate', 'PositiveInteger')], [arity, arbitratingAgents, 2]]). cached_query([arity, revenueFromType, _], [[arity, revenueFromType, 'RelationAllExistsFn'(revenueFromType, arity, 'Predicate', 'PositiveInteger')], [arity, revenueFromType, 4]]). cached_query([arity, represents, _], [[arity, represents, 'RelationAllExistsFn'(represents, arity, 'Predicate', 'PositiveInteger')], [arity, represents, 2]]). cached_query([arity, phoneNumberExchange, _], [[arity, phoneNumberExchange, 'RelationAllExistsFn'(phoneNumberExchange, arity, 'Predicate', 'PositiveInteger')], [arity, phoneNumberExchange, 2]]). cached_query([arity, prescriptionFilled, _], [[arity, prescriptionFilled, 'RelationAllExistsFn'(prescriptionFilled, arity, 'Predicate', 'PositiveInteger')], [arity, prescriptionFilled, 2]]). cached_query([arity, containerMaintainsCondition, _], [[arity, containerMaintainsCondition, 'RelationAllExistsFn'(containerMaintainsCondition, arity, 'Predicate', 'PositiveInteger')], [arity, containerMaintainsCondition, 3]]). cached_query([arity, strengthOfType, _], [[arity, strengthOfType, 'RelationAllExistsFn'(strengthOfType, arity, 'Predicate', 'PositiveInteger')], [arity, strengthOfType, 2]]). cached_query([arity, schemeForBilling, _], [[arity, schemeForBilling, 'RelationAllExistsFn'(schemeForBilling, arity, 'Predicate', 'PositiveInteger')], [arity, schemeForBilling, 2]]). cached_query([arity, unwantedMatter, _], [[arity, unwantedMatter, 'RelationAllExistsFn'(unwantedMatter, arity, 'Predicate', 'PositiveInteger')], [arity, unwantedMatter, 3]]). cached_query([arity, instantiationOfAIS, _], [[arity, instantiationOfAIS, 'RelationAllExistsFn'(instantiationOfAIS, arity, 'Predicate', 'PositiveInteger')], [arity, instantiationOfAIS, 2]]). cached_query([arity, connectionJoins, _], [[arity, connectionJoins, 'RelationAllExistsFn'(connectionJoins, arity, 'Predicate', 'PositiveInteger')], [arity, connectionJoins, 3]]).