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


KB Term:  Term intersection
English Word: 

Sigma KEE - ContentDevelopment
ContentDevelopment(content development)
more pictures...
ADP, EDP, IDP, Latinize, abbreviate, abridge, abstract, access, administrative_data_processing, adopt, affix, affixation, allegorise, allegorize, alliterate, amend, anaglyphy, anagogic, anagogical, anagrammatic, anagrammatical, animalise, animalize, animation, annotate, anonymously, anthologise, anthologize, apostrophise, apostrophize, aquatint, archaise, archaize, arrange, arrangement, arranging, asterisk, asynchronous_operation, author, automatic_data_processing, autoradiography, autotype, autotypic, autotypy, auxiliary_operation, background_processing, backgrounding, batch_processing, benday, binary_arithmetic_operation...

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


(subclass ContentDevelopment IntentionalProcess) Merge.kif 12847-12847 Content development is a subclass of intentional process
(documentation ContentDevelopment EnglishLanguage "A subclass of IntentionalProcess in which content is modified, its form is altered or it is created anew.") Merge.kif 12848-12849 Content development is a subclass of intentional process
(externalImage ContentDevelopment "http://upload.wikimedia.org/wikipedia/ commons/ a/ a9/ Kim_Polese_and_Joe_Kraus.jpg") pictureList.kif 9956-9956 Content development is a subclass of intentional process
(externalImage ContentDevelopment "http://upload.wikimedia.org/wikipedia/ commons/ d/ d2/ 2008TaipeiGameShow_Day1_SCET_MOEA_TDCTP.jpg") pictureList.kif 10728-10728 Content development is a subclass of intentional process
(externalImage ContentDevelopment "http://upload.wikimedia.org/wikipedia/ commons/ 8/ 8b/ Key1.png") pictureList.kif 10729-10729 Content development is a subclass of intentional process
(externalImage ContentDevelopment "http://upload.wikimedia.org/wikipedia/ commons/ 6/ 6a/ Watching_and_Blogging.jpg") pictureList.kif 10730-10730 Content development is a subclass of intentional process
(externalImage ContentDevelopment "http://upload.wikimedia.org/wikipedia/ commons/ 4/ 42/ Meeting1.jpg") pictureList.kif 10731-10731 Content development is a subclass of intentional process
(externalImage ContentDevelopment "http://upload.wikimedia.org/wikipedia/ commons/ 9/ 97/ TYPO3_backend.png") pictureList.kif 10732-10732 Content development is a subclass of intentional process
(externalImage ContentDevelopment "http://upload.wikimedia.org/wikipedia/ commons/ 9/ 9d/ Vivasite_blog.jpg") pictureList.kif 10733-10733 Content development is a subclass of intentional process
(externalImage ContentDevelopment "http://upload.wikimedia.org/wikipedia/ commons/ 1/ 1d/ Danah_boyd%2C_Web_2.0_Conference.jpg") pictureList.kif 10734-10734 Content development is a subclass of intentional process

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


(subclass Posting ContentDevelopment) ComputerInput.kif 2846-2846 Posting is a subclass of content development
(subclass DataEntry ContentDevelopment) ComputingBrands.kif 4223-4223 Data entry is a subclass of content development
(subclass AccountCreationRejected ContentDevelopment) ComputingBrands.kif 4441-4441 Account creation rejected is a subclass of content development
(subclass StatusUpdate ContentDevelopment) Facebook.kif 218-218 Status update is a subclass of content development
(subclass EnteringAPin ContentDevelopment) FinancialOntology.kif 3575-3575 Entering a PIN is a subclass of content development
(subclass Update ContentDevelopment) FinancialOntology.kif 4171-4171 Update is a subclass of content development
(subclass Designing ContentDevelopment) Merge.kif 11009-11009 Designing is a subclass of content development
(subclass Reading ContentDevelopment) Merge.kif 12858-12858 Reading is a subclass of content development
(subclass Writing ContentDevelopment) Merge.kif 12873-12873 Writing is a subclass of content development
(subclass Translating ContentDevelopment) Merge.kif 12906-12906 Translating is a subclass of content development
(subclass Publication ContentDevelopment) Merge.kif 13022-13022 Publication is a subclass of content development
(relatedInternalConcept Communication ContentDevelopment) Merge.kif 13213-13213 Communication is internally related to content development
(subclass ComputerProgramming ContentDevelopment) Merge.kif 16984-16984 Computer programming is a subclass of content development
(subclass ArtPainting ContentDevelopment) Mid-level-ontology.kif 3700-3700 Art painting is a subclass of content development
(subclass Sculpting ContentDevelopment) Mid-level-ontology.kif 3735-3735 Sculpting is a subclass of content development
(subclass Tracing ContentDevelopment) Mid-level-ontology.kif 3769-3769 Tracing is a subclass of content development
(subclass ComposingMusic ContentDevelopment) Mid-level-ontology.kif 3780-3780 Composing music is a subclass of content development
(subclass Drawing ContentDevelopment) Mid-level-ontology.kif 3792-3792 Drawing is a subclass of content development
(subclass Photographing ContentDevelopment) Mid-level-ontology.kif 14768-14768 Photographing is a subclass of content development
(subclass FilmMaking ContentDevelopment) Mid-level-ontology.kif 22942-22942 Film making is a subclass of content development
(termFormat EnglishLanguage ContentDevelopment "content development") english_format.kif 1571-1571 Film making is a subclass of content development

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


(=>
    (instance ?DEVELOP ContentDevelopment)
    (exists (?OBJ)
        (and
            (instance ?OBJ ContentBearingObject)
            (result ?DEVELOP ?OBJ))))
Merge.kif 12851-12856 If X is an instance of content development, then there exists Y such that Y is an instance of content bearing object and Y is a result of X
(=>
    (instance ?CD ContentDevelopment)
    (exists (?PROP)
        (and
            (instance ?PROP Proposition)
            (containsInformation ?CD ?PROP))))
TravelPolicies.kif 112-117 If X is an instance of content development, then there exists Y such that Y is an instance of proposition and X contains information Y

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


(=>
    (instance ?X WriteOnceDataStorage)
    (and
        (modalAttribute
            (exists (?WRITE1 ?DATA1)
                (and
                    (instance ?WRITE1 Writing)
                    (patient ?WRITE1 ?X)
                    (patient ?WRITE1 ?DATA1)
                    (holdsDuring
                        (ImmediateFutureFn
                            (WhenFn ?WRITE1))
                        (stored ?DATA1 ?X)))) Possibility)
        (not
            (modalAttribute
                (exists (?WRITE2 ?DATA2)
                    (and
                        (stored ?DATA2 ?X)
                        (or
                            (instance ?WRITE2 ContentDevelopment)
                            (instance ?WRITE2 DeletingData))
                        (not
                            (equal ?WRITE1 ?WRITE2))
                        (patient ?WRITE2 ?DATA2))) Possibility))))
Media.kif 713-736 If X is an instance of write once data storage, then the statement there exist Y, Z such that Y is an instance of writing, X is a patient of Y, Z is a patient of Y, and Z is stored on X holds during immediately after the time of existence of Y has the modal force of possibility and the statement there don't exist W, V such that V is stored on X, W is an instance of content development or W is an instance of deleting data, equal Y, W, and V is a patient of W doesn't have the modal force of possibility
(=>
    (instance ?X RewritableDataStorage)
    (and
        (modalAttribute
            (exists (?WRITE1 ?DATA1)
                (and
                    (instance ?WRITE1 Writing)
                    (patient ?WRITE1 ?X)
                    (patient ?WRITE1 ?DATA1)
                    (holdsDuring
                        (ImmediateFutureFn
                            (WhenFn ?WRITE1))
                        (stored ?DATA1 ?X)))) Possibility)
        (modalAttribute
            (exists (?WRITE2 ?DATA2)
                (and
                    (stored ?DATA2 ?X)
                    (or
                        (instance ?WRITE2 ContentDevelopment)
                        (instance ?WRITE2 DeletingData))
                    (not
                        (equal ?WRITE1 ?WRITE2))
                    (patient ?WRITE2 ?DATA2))) Possibility)))
Media.kif 741-763 If X is an instance of rewritable data storage, then the statement there exist Y, Z such that Y is an instance of writing, X is a patient of Y, Z is a patient of Y, and Z is stored on X holds during immediately after the time of existence of Y has the modal force of possibility and the statement there exist W, V such that V is stored on X, W is an instance of content development or W is an instance of deleting data, equal Y, W, and V is a patient of W has the modal force of possibility
(=>
    (and
        (instance ?X ReadOnlyMemoryDataStorage)
        (instance ?FABRICATION Manufacture)
        (result ?FABRICATION ?X))
    (not
        (modalAttribute
            (exists (?WRITE1 ?DATA1 ?WRITE2)
                (and
                    (or
                        (instance ?WRITE2 ContentDevelopment)
                        (instance ?WRITE2 DeletingData))
                    (earlier
                        (WhenFn ?FABRICATION)
                        (WhenFn ?WRITE1))
                    (patient ?WRITE1 ?X)
                    (patient ?WRITE1 ?DATA1)
                    (holdsDuring
                        (ImmediateFutureFn
                            (WhenFn ?WRITE1))
                        (stored ?DATA1 ?X)))) Possibility)))
Media.kif 768-788 If X is an instance of read only memory data storage, Y is an instance of manufacture, and X is a result of Y, then the statement there don't exist Z, W, V such that V is an instance of content development or V is an instance of deleting data, the time of existence of Y happens earlier than the time of existence of Z, X is a patient of Z, W is a patient of Z, and W is stored on X holds during immediately after the time of existence of Z doesn't have the modal force of possibility
(=>
    (instance ?A Announcement)
    (exists (?CD ?I)
        (and
            (instance ?CD ContentDevelopment)
            (result ?CD ?A)
            (refers ?A ?I)
            (instance ?I SocialInteraction)
            (earlier
                (WhenFn ?CD)
                (WhenFn ?I)))))
Mid-level-ontology.kif 16022-16032 If X is an instance of announcement, then there exist Y, Z such that Y is an instance of content development, X is a result of Y, X includes a reference to Z, Z is an instance of social interaction, and the time of existence of Y happens earlier than the time of existence of Z
(=>
    (and
        (instance ?EP EntertainmentProfession)
        (attribute ?P ?EP))
    (or
        (occupation ?P
            (OccupationFn Performance))
        (occupation ?P
            (OccupationFn ContentDevelopment))))
Mid-level-ontology.kif 20832-20838 If X is an instance of entertainment profession and X is an attribute of Y, then the occupation of performance is an occupation of Y or the occupation of content development is an occupation of Y
(=>
    (attribute ?P Journalist)
    (and
        (occupation ?P
            (OccupationFn ContentDevelopment))
        (occupation ?P
            (OccupationFn Disseminating))))
Mid-level-ontology.kif 20866-20870 If journalist is an attribute of X, then the occupation of content development is an occupation of X and the occupation of disseminating is an occupation of X
(=>
    (hasExpertise ?H Architecture)
    (exists (?D ?P ?B)
        (and
            (instance ?D ContentDevelopment)
            (agent ?D ?H)
            (result ?D ?P)
            (instance ?P Blueprint)
            (represents ?P ?B)
            (instance ?B Building))))
Mid-level-ontology.kif 23462-23471 If architecture has an expertise in X, then All of the following hold: (1) there exist Y, Z (2) W such that Y is an instance of content development (3) X is an agent of Y (4) Z is a result of Y (5) Z is an instance of blueprint (6) Z expresses W (7) W is an instance of building
(=>
    (policyClause ?CLAUSE ?ATTR ?POL ?AGENT)
    (exists (?PROP ?PROC)
        (and
            (policyOwner ?AGENT ?POL)
            (instance ?PROC ContentDevelopment)
            (result ?PROC ?CLAUSE)
            (agent ?PROC ?AGENT)
            (containsInformation ?CLAUSE ?PROP)
            (subProposition ?PROP ?POL)
            (modalAttribute ?CLAUSE ?ATTR))))
TravelPolicies.kif 259-269 If policy clause X, Y, Z and W, then All of the following hold: (1) there exist V (2) U such that W enacts policy Z (3) U is an instance of content development (4) X is a result of U (5) W is an agent of U (6) X contains information V (7) V is a sub-proposition of Z (8) the statement X has the modal force of Y


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