(=>
(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 16128-16138 |
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 20858-20864 |
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 20892-20896 |
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 23388-23397 |
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 |
(=>
(instance ?X WriteOnceDataStorage)
(exists (?WRITE1 ?DATA1)
(and
(modalAttribute
(and
(instance ?WRITE1 Writing)
(patient ?WRITE1 ?X)
(patient ?WRITE1 ?DATA1)
(holdsDuring
(ImmediateFutureFn
(WhenFn ?WRITE1))
(dataStored ?DATA1 ?X))) Possibility)
(not
(modalAttribute
(exists (?WRITE2 ?DATA2)
(and
(dataStored ?DATA2 ?X)
(or
(instance ?WRITE2 ContentDevelopment)
(instance ?WRITE2 DeletingData))
(not
(equal ?WRITE1 ?WRITE2))
(patient ?WRITE2 ?DATA2))) Possibility))))) |
Media.kif 707-730 |
If X is an instance of write once data storage, then All of the following hold: (1) there exist Y (2) Z such that the statement Y is an instance of writing (3) X is a patient of Y (4) Z is a patient of Y (5) X is stored on Z holds during immediately after the time of existence of Y has the modal force of possibility (6) the statement there don't exist W (7) V such that X is stored on V (8) W is an instance of content development or W is an instance of deleting data (9) equal Y (10) W (11) V is a patient of W doesn't have the modal force of possibility |
(=>
(instance ?X RewritableDataStorage)
(exists (?WRITE1 ?DATA1)
(and
(modalAttribute
(and
(instance ?WRITE1 Writing)
(patient ?WRITE1 ?X)
(patient ?WRITE1 ?DATA1)
(holdsDuring
(ImmediateFutureFn
(WhenFn ?WRITE1))
(dataStored ?DATA1 ?X))) Possibility)
(modalAttribute
(exists (?WRITE2 ?DATA2)
(and
(dataStored ?DATA2 ?X)
(or
(instance ?WRITE2 ContentDevelopment)
(instance ?WRITE2 DeletingData))
(not
(equal ?WRITE1 ?WRITE2))
(patient ?WRITE2 ?DATA2))) Possibility)))) |
Media.kif 737-759 |
If X is an instance of rewritable data storage, then All of the following hold: (1) there exist Y (2) Z such that the statement Y is an instance of writing (3) X is a patient of Y (4) Z is a patient of Y (5) X is stored on Z holds during immediately after the time of existence of Y has the modal force of possibility (6) the statement there exist W (7) V such that X is stored on V (8) W is an instance of content development or W is an instance of deleting data (9) equal Y (10) W (11) 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))
(dataStored ?DATA1 ?X)))) Possibility))) |
Media.kif 766-786 |
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 X is stored on W holds during immediately after the time of existence of Z doesn't have the modal force of possibility |