| DataStorageDevice(data storage device) | recording |
| appearance as argument number 1 |
|
|
| (subclass DataStorageDevice Device) | Mid-level-ontology.kif 28282-28282 | Data storage device is a subclass of device |
| (documentation DataStorageDevice EnglishLanguage "An instance of DataStorageDevice is a Device intended to be used for storing data (information).") | Mid-level-ontology.kif 28283-28285 | Data storage device is a subclass of device |
| appearance as argument number 2 |
|
|
| appearance as argument number 3 |
|
|
| (domain dataStored 2 DataStorageDevice) | Mid-level-ontology.kif 15879-15879 | The number 2 argument of data stored is an instance of data storage device |
| (domainSubclass AlbumCopiesFn 2 DataStorageDevice) | Music.kif 933-933 | The number 2 argument of album copies function is a subclass of data storage device |
| antecedent |
|
|
| (=> (and (instance ?DSTORE DataStorageDevice) (attribute ?DSTORE Blank)) (not (exists (?DATA) (dataStored ?DATA ?DSTORE)))) |
Mid-level-ontology.kif 15902-15908 | If X is an instance of data storage device and blank is an attribute of X, then there doesn't exist Y such that X is stored on Y |
| consequent |
|
|
| (=> (record ?REC ?PHYS) (exists (?DS) (and (instance ?DS DataStorageDevice) (dataStored ?REC ?DS)))) |
Mid-level-ontology.kif 15861-15866 | If X is a record of Y, then there exists Z such that Z is an instance of data storage device and Z is stored on X |
| (=> (instance ?DSAVE DataSaving) (exists (?DSTORE) (and (instance ?DSTORE DataStorageDevice) (resource ?DSAVE ?DSTORE)))) |
QoSontology.kif 2040-2045 | If X is an instance of data saving, then there exists Y such that Y is an instance of data storage device and Y is a resource for X |
|
|