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

Formal Language: 



KB Term:  Term intersection
English Word: 

  WriteOnceDataStorage

Sigma KEE - WriteOnceDataStorage
WriteOnceDataStorage(write once data storage)

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


(documentation WriteOnceDataStorage EnglishLanguage "A DigitalDataStorageDevice on which the DigitalData once written can not be deleted or altered, e.g. CD-R, DVD-R.") Media.kif 712-712
(subclass WriteOnceDataStorage DigitalDataStorageDevice) Media.kif 711-711 Write once data storage is a subclass of digital data storage device

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


(subclass CDR WriteOnceDataStorage) Media.kif 1178-1178 CDR is a subclass of write once data storage
(termFormat EnglishLanguage WriteOnceDataStorage "write once data storage") domainEnglishFormat.kif 65749-65749

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


(=>
    (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


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


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