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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Document
Document

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


(documentation Document EnglishLanguage "Instances of Document are ContentBearingObjects that are intended to convey propositional content via Text (LinguisticExpressions, seen or heard), Images, or some combination of these (e.g., an audio clip included in an electronic document consisting mostly of VisualText and some Images). Formally, a Document constitutes any ContentBearingObject that is an Artifact conventionally typically intended to be transmitted and assimilated as a meaningful whole. An Article or a Book would be a Document, but a Word or Paragraph typically would not.") Mid-level-ontology.kif 28289-28298
(subclass Document Artifact) Mid-level-ontology.kif 28288-28288 Document人工制品subclass
(subclass Document ContentBearingObject) Mid-level-ontology.kif 28287-28287 Document有内用物体subclass

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


(subclass Book Document) Mid-level-ontology.kif 28308-28308 Documentsubclass
(subclass BusinessRequirementDocument Document) UXExperimentalTerms.kif 2589-2589 BusinessRequirementDocumentDocumentsubclass
(subclass Correspondence Document) Media.kif 952-952 CorrespondenceDocumentsubclass
(subclass HardcopyDocument Document) Media.kif 1033-1033 HardcopyDocumentDocumentsubclass
(subclass TestProtocolSpecification Document) UXExperimentalTerms.kif 2747-2747 TestProtocolSpecificationDocumentsubclass
(subclass TextDocument Document) Media.kif 930-930 TextDocumentDocumentsubclass
(termFormat EnglishLanguage Document "document") domainEnglishFormat.kif 64771-64771 TextDocumentDocumentsubclass

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


(=>
    (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
(=>
    (and
        (instance ?PERSON Human)
        (instance ?WRITE Writing)
        (or
            (instance ?TEXT Text)
            (instance ?TEXT Document))
        (result ?WRITE ?TEXT)
        (agent ?WRITE ?PERSON))
    (attribute ?PERSON Writer))
Biography.kif 750-759
(=>
    (and
        (instance ?TXT Text)
        (instance ?OBJ Document)
        (part ?TXT ?OBJ))
    (instance ?OBJ TextDocument))
Media.kif 938-943
(=>
    (instance ?DOC Document)
    (hasPurpose ?DOC
        (exists (?COMM)
            (and
                (instance ?COMM Communication)
                (instrument ?COMM ?DOC)))))
Mid-level-ontology.kif 28300-28306

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


(=>
    (attribute ?X Writer)
    (exists (?OBJ ?PROC)
        (and
            (instance ?PROC Writing)
            (or
                (instance ?OBJ Text)
                (instance ?OBJ Document))
            (agent ?PROC ?X)
            (result ?PROC ?OBJ))))
Biography.kif 725-734


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 is open source software produced by Articulate Software and its partners