Pat,
Many thanks for finding the typos in the QoS ontology. I've posted the
fixed files on SourceForge. I'll point the current wiki listing for
CCTrep.kif to SourceForge. It may take an hour or two for SourceForge to
update their web site at
<http://cvs.sourceforge.net/viewcvs.py/sigmakee/KBs/>, although you can get
the files immediately through their CVS interface. Here are my notes on
resolutions to the typos. (01)
Adam (02)
At 05:13 AM 11/22/2004, Patrick Cassidy wrote:
>Adam,
> I have appended the notes I made about apparent errors in the Quality of
>Service ontology that were detected when loading into Protege.
> I think I obtained this files and first worked on it in early July this
>year. If there were corrections or additions since then, they will probably
>not be in the file I used for import.
>
> Pat
>
>Patrick Cassidy
>MITRE Corporation
>W903 Information Discovery & Understanding
>7515 Colshire Drive
>McLean, VA 22102-7508
>Phone: 703-883-8976
>(Eatontown: 732-578-6340)
>Fax: 703-883-1379
>Email: pcassidy@xxxxxxxxx
>Mail Stop: H305
>
>====================================================
>
>Apparent errors in the QOS ontology file:
>
>(1) no range supplied for the function InitialProfileFn
>
>;; definition of InitialProfileFn.
>
>(instance InitialProfileFn UnaryFunction)
>(domain InitialProfileFn 1 ComputerProgram)
>(documentation InitialProfileFn "The function which returns as its value the
>initial profile of the program, i.e. a report of its execution
>characteristics.")
>
>Added range = ComputerReport (03)
Added (range InitialProfileFn ProcessState) (04)
>(2) spelling error : imagenResolution:
>
>(instance imagenResolution BinaryPredicate)
>(domain imageResolution 1 ComputerImage)
>. . .
> (05)
fixed (06)
>(3) Spelling error: domainSubclass should be 2
>
>;; definition of dependencyType.
>
>(instance dependencyType BinaryPredicate)
>(domain dependencyType 1 ComputerProgram)
>(domainSubclass dependencyType 1 ComputerProgram)
>(documentation dependencyType "(&%dependencyType ?PROGRAM ?TYPE) means that
>?PROGRAM has a dependency type ?TYPE, where ?TYPE can be either
>&%StartupBlock or &%ShutdownBlock.") (07)
fixed (08)
>(4) no domain number at hostJitter
>
>;; definition of hostJitter
>
>(instance hostJitter BinaryPredicate)
>(domain hostJitter 1 Computer)
>(domain hostJitter RealNumber)
>(documentation hostJitter "Interference on an analog line caused by a
>variation of a signal from its reference timing slots. Jitter can cause
>problems in the receipt of data and any subsequent processing of that
>data.")
> (09)
Added (domain hostJitter 2 ConstantQuantity) (010)
>(5) Domain instead of range
>
>;; definition of CPUUtilizationFn.
>
>(instance CPUUtilizationFn UnaryFunction)
>;;(subrelation CPUUtilizationFn UnaryFunction)
>(domain CPUUtilizationFn 1 ComputerProgram)
>(domain CPUUtilizationFn 2 ConstantQuantity)
>(documentation CPUUtilizationFn "(&%CPUUtilizationFn ?PROGRAM) refers to
>the percentage of time the CPU is used by an application ?PROGRAM.") (011)
fixed (012)
>(6) Class "ComputerImage" referred to but not defined in SUMO, MidLevel, or
>QoS
>
>Solution: Class "Image" is renamed class "ComputerImage" (013)
Changed name to ImageFile, expanded the comment on ImageFile, and removed
the following line from CCTrep.kif (014)
(subclass ImageFile ComputerData) ; change from the SUObasedOntology.txt (015)
>(7) No class "Bandwidth" referred to in relation definition:
>
>;; definition of bandwidthOf.
>
>(instance bandwidthOf BinaryPredicate)
>(domain bandwidthOf 1 ComputerNetwork)
>(domain bandwidthOf 2 Bandwidth)
>(documentation bandwidthOf "(&%bandwidthOf ?NET ?BANDWIDTH) holds if
>?BANDWIDTH is the amount of data which can be sent through an instance of a
>&%ComputerNetwork ?NET, measured in bits per second.")
>
> Added Class Bandwidth as subclass of TimeDependentQuantity (016)
Changed to
(domain bandwidthOf 2 BitsPerSecond) (017)
_________________________________________________________________
To Post: mailto:cctont-imp@xxxxxxxxxxxxxxxx
Msg Archives: http://ontolog.cim3.net/forum/cctont-imp/
Community Wiki: http://ontolog.cim3.net/cgi-bin/wiki.pl?CctRepresentation
Community Files: http://ontolog.cim3.net/file/work/CCT-Representation/
Community Portal: http://ontolog.cim3.net/ (018)
|