| stored |
| appearance as argument number 2 |
|
|
| (format EnglishLanguage stored "%1 is stored on %2") | domainEnglishFormat.kif 4652-4652 | |
| (format ChineseTraditionalLanguage stored "%1 是 stored 在 %2 ") | domainEnglishFormat.kif 4653-4653 | |
| (format ChineseLanguage stored "%1 是 stored 在 %2 ") | domainEnglishFormat.kif 4654-4654 |
| 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 |
| (=> (and (equal ?D (AlbumCopiesFn ?A ?DS)) (instance ?X ?D)) (forall (?S) (=> (inList ?S ?A) (exists (?C) (and (copy ?C ?S) (stored ?C ?X)))))) |
Music.kif 938-948 | If equal X and the set of copies on Y of Z and W is an instance of X, then For all Object V: if V is a member of Z, then there exists U such that U is a copy of V and U is stored on W |
|
|