Browsing Interface : Welcome guest : log in
Home |  Graph |  LogLearn |  Editor |  ]  KB:  Language: 
  Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - creator
creator

appearance as argument number 1
-------------------------


(instance creator BinaryPredicate) Mid-level-ontology.kif 15307-15307 creator is an instance of binary predicate
(domain creator 1 AutonomousAgent) Mid-level-ontology.kif 15308-15308 The number 1 argument of creator is an instance of agent
(domain creator 2 Entity) Mid-level-ontology.kif 15309-15309 The number 2 argument of creator is an instance of entity
(documentation creator EnglishLanguage "(creator ?AGENT ?ENTITY) means that some AutonomousAgent ?AGENT is the creator of some Entity ?ENTITY") Mid-level-ontology.kif 15310-15311 The number 2 argument of creator is an instance of entity

appearance as argument number 2
-------------------------


(termFormat EnglishLanguage creator "creator") Mid-level-ontology.kif 15312-15312
(subrelation composer creator) Music.kif 137-137 composer is a subrelation of creator
(subrelation lyricist creator) Music.kif 156-156 lyricist is a subrelation of creator
(format EnglishLanguage creator "%1 created %2") domainEnglishFormat.kif 3140-3140 lyricist is a subrelation of creator
(format ChineseTraditionalLanguage creator "%1 created %2 ") domainEnglishFormat.kif 3141-3141 lyricist is a subrelation of creator
(format ChineseLanguage creator "%1 created %2 ") domainEnglishFormat.kif 3142-3142 lyricist is a subrelation of creator

antecedent
-------------------------


(=>
    (creator ?AGENT ?ENTITY)
    (exists (?CREATION)
        (and
            (instance ?CREATION Creation)
            (agent ?CREATION ?AGENT)
            (result ?CREATION ?ENTITY))))
Mid-level-ontology.kif 15313-15319 If X created Y, then there exists Z such that Z is an instance of creation, X is an agent of Z, and Y is a result of Z
(=>
    (and
        (instance ?P DigitalPost)
        (instance ?A AutonomousAgent)
        (instance ?W WebSite)
        (component ?P ?W)
        (creator ?A ?P)
        (registeredUser ?A ?W))
    (hasPurpose ?P
        (exists (?D)
            (and
                (instance ?D Disseminating)
                (agent ?D ?A)
                (patient ?D ?P)
                (instrument ?D ?W)))))
ComputerInput.kif 2846-2860 If All of the following hold: (1) X is an instance of digital post (2) Y is an instance of agent (3) Z is an instance of web site (4) X is a component of Z (5) Y created X (6) Y is a registered user of Z, then X has the purpose there exists W such that W is an instance of disseminating, Y is an agent of W, X is a patient of W, and Z is an instrument for W
(=>
    (and
        (instance ?LISTING WebListing)
        (instance ?SITE WebSite)
        (hostedOn ?LISTING ?SITE)
        (creator ?LISTING ?AGENT))
    (webSeller ?AGENT ?SITE))
UXExperimentalTerms.kif 39-45 If X is an instance of web listing, Y is an instance of web site, X is hosted on Y, and X created Z, then Z is a seller at Y
(=>
    (and
        (instance ?LISTING WebListing)
        (instance ?ITEM Object)
        (instance ?CREATOR AutonomousAgent)
        (attribute ?LISTING AuctionAttribute)
        (patient ?ITEM ?LISTING)
        (creator ?CREATOR ?LISTING))
    (desires ?CREATOR
        (exists (?AUCTION)
            (and
                (instance ?AUCTION Auctioning)
                (patient ?AUCTION ?ITEM)))))
UXExperimentalTerms.kif 313-325 If All of the following hold: (1) X is an instance of web listing (2) Y is an instance of object (3) Z is an instance of agent (4) auction attribute is an attribute of X (5) X is a patient of Y (6) Z created X, then Z desires there exists W such that W is an instance of auctioning and Y is a patient of W

consequent
-------------------------


(=>
    (and
        (subclass ?OS AndroidOS)
        (instance ?INST ?OS))
    (creator AlphabetCorporation ?INST))
ComputingBrands.kif 30-34 If X is a subclass of Android and Y is an instance of X, then Alphabet created Y
(=>
    (and
        (subclass ?OS WindowsOS)
        (instance ?INST ?OS))
    (creator MicrosoftCorporation ?INST))
ComputingBrands.kif 62-66 If X is a subclass of windows OS and Y is an instance of X, then Microsoft created Y
(=>
    (and
        (subclass ?OS AppleIOS)
        (instance ?INST ?OS))
    (creator AppleComputerCorporation ?INST))
ComputingBrands.kif 93-97 If X is a subclass of IOS and Y is an instance of X, then Apple created Y
(=>
    (follows ?USER1 ?USER2)
    (exists (?POST ?SEE)
        (and
            (instance ?POST DigitalPost)
            (creator ?USER2 ?POST)
            (instance ?SEE AccessingWebPage)
            (agent ?SEE ?USER1)
            (patient ?SEE ?POST))))
Facebook.kif 73-81 If X folows Y., then there exist Z, W such that Z is an instance of digital post, Y created Z, W is an instance of accessing web page, X is an agent of W, and Z is a patient of W
(=>
    (listingSeller ?LISTING ?AGENT)
    (creator ?LISTING ?AGENT))
UXExperimentalTerms.kif 57-59 If X sells Y, then Y created X

appearance as argument number 0
-------------------------


(creator FacebookCorporation Facebook) ComputingBrands.kif 69-69 Facebook created Facebook
(creator AppleComputerCorporation AppleFairPlay) ComputingBrands.kif 956-956 Apple created FairPlay
(creator AppleComputerCorporation AppleSafari) ComputingBrands.kif 975-975 Apple created Safari
(creator AppleComputerCorporation AppleSetupAssistant) ComputingBrands.kif 982-982 Apple created Setup Assistant
(creator AppleComputerCorporation AppleMigrationAssistant) ComputingBrands.kif 989-989 Apple created Migration Assistant
(creator MicrosoftCorporation ActiveSync) ComputingBrands.kif 1770-1770 Microsoft created ActiveSync
(creator AppleComputerCorporation AirPlay) ComputingBrands.kif 1858-1858 Apple created AirPlay
(creator AppleComputerCorporation AirPrint) ComputingBrands.kif 1900-1900 Apple created AirPrint
(creator AppleComputerCorporation AppleAppStore) ComputingBrands.kif 1971-1971 Apple created Apple app store
(creator AppleComputerCorporation CocoaTouch) ComputingBrands.kif 2433-2433 Apple created Cocoa Touch
(creator AdobeComputerCorp AdobeFlashPlayer) ComputingBrands.kif 2861-2861 Adobe created Flash
(creator GoogleCorporation GMail) ComputingBrands.kif 3011-3011 Google corporation created GMail
(creator AppleComputerCorporation IBooks) ComputingBrands.kif 3200-3200 Apple created AppleBooks
(creator AppleComputerCorporation IBookstore) ComputingBrands.kif 3213-3213 Apple created iBookstore
(creator ByteDance TikTok) ComputingBrands.kif 4502-4502 ByteDance created TikTok
(creator ByteDance Toutiao) ComputingBrands.kif 4533-4533 ByteDance created Toutiao
(creator GoogleCorporation YouTube) ComputingBrands.kif 4546-4546 Google corporation created YouTube
(creator EBay EBayWebSite) ComputingBrands.kif 4588-4588 EBay created eBay web site
(creator ANSPY6 RTXCorporation) Transportation.kif 5363-5363 An/SPY-6 created RTX Corporation


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners