![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
DataStorageDevice
|
|
|
| appearance as argument number 1 |
|
|
| (subclass DataStorageDevice Device) | Mid-level-ontology.kif 28186-28186 | 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 28187-28189 | 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 15962-15962 | 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 15985-15991 | 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 15944-15949 | 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 2038-2043 | 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 |