authors |
appearance as argument number 1 |
![]() |
(documentation authors ChineseLanguage "(authors ?AGENT ?TEXTCLASS)的意思是 ?AGENT 创作 ?TEXTCLASS 所有实例的内容。例如:阿加莎·克里斯蒂是'东方快车'谋杀案的作者。") | chinese_format.kif 3561-3562 | |
(documentation authors EnglishLanguage "(authors ?AGENT ?TEXTCLASS) means that ?AGENT is creatively responsible for the content of all instances of ?TEXTCLASS. For example, Agatha Christie is author of Murder-on-the-Orient-Express.") | Merge.kif 15612-15615 | |
(domain authors 1 AutonomousAgent) | Merge.kif 15608-15608 | |
(domainSubclass authors 2 ContentBearingObject) | Merge.kif 15609-15609 | |
(instance authors BinaryPredicate) | Merge.kif 15607-15607 |
appearance as argument number 2 |
![]() |
(format ChineseLanguage authors "%1 %n 是 %2 的 authors") | chinese_format.kif 531-531 | |
(format EnglishLanguage authors "%1 is %n the author of %2") | english_format.kif 536-536 | |
(format FrenchLanguage authors "%1 est %n l' auteur de %2") | french_format.kif 313-313 | |
(format ItalianLanguage authors "%1 è l' autore di %2") | relations-it.txt 30-30 | |
(format JapaneseLanguage authors "%1 は %2 の author では %n") | japanese_format.kif 2081-2081 | |
(format PortugueseLanguage authors "%1 e' %n o autor de %2") | portuguese_format.kif 265-265 | |
(format cb authors "%1 ang nagsulat sa %2") | relations-cb.txt 64-64 | |
(format de authors "%1 ist der schreiber von %2") | relations-de.txt 692-692 | |
(format hi authors "%1 %2 kaa lekhaka hai") | relations-hindi.txt 74-74 | |
(format ro authors "%1 %n{nu} este author%t{autorul} lucrãrii %2") | relations-ro.kif 334-334 | |
(format sv authors "%1 är %n{inte} författaren till %2") | relations-sv.txt 345-345 | |
(format tg authors "%1 ay ang sumulat ng %2") | relations-tg.txt 76-76 | |
(termFormat ChineseLanguage authors "作者") | chinese_format.kif 532-532 | |
(termFormat ChineseTraditionalLanguage authors "作者") | domainEnglishFormat.kif 9162-9162 | |
(termFormat EnglishLanguage authors "authors") | domainEnglishFormat.kif 9161-9161 | |
(termFormat de authors "schreibt") | terms-de.txt 210-210 | |
(termFormat tg authors "sumulat") | relations-tg.txt 77-77 |
antecedent |
![]() |
(=> (and (instance ?TEXT ?CLASS) (subclass ?CLASS FactualText) (authors ?AGENT ?CLASS) (subsumesContentInstance ?TEXT ?CONTENT) (instance ?CONTENT Formula)) (believes ?AGENT ?CONTENT)) |
Merge.kif 15553-15560 | |
(=> (and (instance ?TEXT ?CLASS) (subclass ?CLASS FictionalText) (authors ?AGENT ?CLASS)) (exists (?CONTENT) (and (subsumesContentInstance ?TEXT ?CONTENT) (instance ?CONTENT Formula) (not (believes ?AGENT ?CONTENT))))) |
Merge.kif 15584-15593 | |
(=> (and (subclass ?PLATFORM PartyPlatform) (authors ?PARTY ?PLATFORM) (instance ?PARTY Organization)) (instance ?PARTY PoliticalParty)) |
Government.kif 2285-2290 | |
(=> (and (subclass ?PLATFORM PartyPlatform) (authors ?PARTY ?PLATFORM) (instance ?PARTY PoliticalParty) (instance ?INST ?PLATFORM) (containsFormula ?INST ?P)) (believes ?PARTY ?P)) |
Government.kif 2292-2299 | |
(=> (and (subclass ?PUB JointPublication) (instance ?ONE ?PUB) (containsInformation ?ONE ?CONTENT) (authors ?JORG ?PUB)) (exists (?ORG) (and (subOrganization ?ORG USMilitary) (confersObligation ?CONTENT ?JORG ?ORG)))) |
MilitaryProcesses.kif 940-949 | |
(=> (authors ?AGENT ?TEXTCLASS) (exists (?PROCESS ?INSTANCE) (and (agent ?PROCESS ?AGENT) (instance ?INSTANCE ?TEXTCLASS) (result ?PROCESS ?INSTANCE)))) |
Merge.kif 15618-15624 |
consequent |
![]() |
(=> (and (attribute ?X Writer) (instance ?TEXT ?CLASS) (or (subclass ?CLASS Text) (subclass ?CLASS Document)) (instance ?WRITE Writing) (agent ?WRITE ?X) (result ?WRITE ?TEXT)) (authors ?X ?CLASS)) |
Biography.kif 738-748 | |
(=> (attribute ?H ArtCritic) (hasPurpose ?H (exists (?AW ?T ?CLASS) (and (instance ?AW ArtWork) (overlapsTemporally (WhenFn ?AW) (WhenFn ?H)) (instance ?T ?CLASS) (subclass ?CLASS Article) (authors ?H ?CLASS) (refers ?T ?AW))))) |
Mid-level-ontology.kif 22706-22718 | |
(=> (attribute ?H NewsReporter) (hasPurpose ?H (exists (?EV ?T ?NEWS) (and (instance ?EV Process) (overlapsTemporally (WhenFn ?EV) (WhenFn ?H)) (instance ?T ?NEWS) (or (subclass ?NEWS Newspaper) (subclass ?NEWS NewsProgram)) (authors ?H ?NEWS) (refers ?T ?EV))))) |
Mid-level-ontology.kif 22683-22697 |
![]() |
![]() |