Cross Reference: /ontohub/documents/architecture/OOROntohubAPI.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
% This file was converted to LaTeX by Writer2LaTeX ver. 1.0.2
% see http://writer2latex.sourceforge.net for more info
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[english]{babel}
\usepackage{amsmath}
\usepackage{amssymb,amsfonts,textcomp}
\usepackage{array}
\usepackage{hhline}
\usepackage[pdftex]{graphicx}
\author{till }
\date{2013-04-30}
\begin{document}
OOR / Ontohub API
\bigskip
\includegraphics[width=15.822cm,height=12.277cm]{OOROntohubAPI-img1.png}
Federation and general
General remark: Any ontology and any link can be optionally accompanied
by a version id.
Ontology ids are instance specific
\bigskip
Ontology Services
\bigskip
Not formalized in OORService
\ \ \ index OntologyVersion\ \ \ \ (ontology[id,vid])\ \ $\Rightarrow$
(ontology)
&find Ontology SymbolsAndSentences
&(ontology[id])&$\Rightarrow$ (list(symbol), list(sentence))
&find OntologyVersion SymbolsAndSentences
&(ontology[id,vid])&$\Rightarrow$ (list(symbol), list(sentence))
&get Ontology Prefix&(ontology[id])&$\Rightarrow$
(prefix)
&list Categories&()&$\Rightarrow$ (list
(category[id,name])
&find Category Ontologies&(category[id])&$\Rightarrow$
(list (ontology[id,name])
&list Groups&()&$\Rightarrow$ (list
(group[id,name])
&find Language Ontologies&(language[id])&$\Rightarrow$
(list (ontology[id,name])
\bigskip
&upload OntologyVersion&(ontology[id],file)&$\Rightarrow$
(vid)
download OntologyVersion&(ontology[id,vid])&$\Rightarrow$
(file)
\bigskip
\bigskip
\bigskip
Formalized in OORService
\# not to be implemented in our system
\bigskip
Ontology
&find Ontology&(name{}-fragment) &$\Rightarrow$
(list (ontology[id,name]))
&create Ontology&(ontology) &$\Rightarrow$
(ontology[id])
&index Ontology&(ontology[id]) &$\Rightarrow$
(ontology)
&update Ontology&(ontology) &$\Rightarrow$ ()
&delete Ontology&(ontology[id]) &$\Rightarrow$ ()
\bigskip
&get OntologyVersion
Metrics&(ontology[id,vid])&$\Rightarrow$ (metrics)
&update OntologyVersion
Metrics&(ontology[id,vid],metrics)&$\Rightarrow$ ()
\ extract OntologyVersion
Metrics&(ontology[id,vid])&$\Rightarrow$ (metrics)
\bigskip
&get OntologyVersion
File&(ontology[id,vid,sid])&$\Rightarrow$ (file)
&find Latest OntologyVersions
&find Latest ActiveOntologyVersions
\bigskip
Note/Comment
&get AllNotes ForOnto&(ontology[id])&$\Rightarrow$
(list (note))
&get AllNotes ForOnto ByAuthor&(o[id],
author[id])&$\Rightarrow$ (list (note))
&get AllNotes ForConcept&(o[id],
concept[id])&$\Rightarrow$ (list (note))
&get AllNotes ForIndividual&(o[id],
indiv.[id])&$\Rightarrow$ (list (note))
&get AllNotes ForNote&(o[id],
note[id])&$\Rightarrow$ (list (note))
&create Note
&update Note
&archive Note
&delete Note
unarchive Note
&get Note Bean
&get RootNote
&archive Thread
unarchive Thread
\bigskip
Project
&create Project
\ retrieve Project
&update Project
&delete Project
\bigskip
Review
&create Review
\ retrieve Review
&update Review
&delete Review
&get Reviews ForOnto
\bigskip
Rating
&create Rating
&update Rating
&delete Rating
&get AllRatingTypes
\ retrieve RatingType
\bigskip
Finding Commands
&find OntologyOrView&$\Rightarrow$ find Ontology
&find LatestActiveOntologyVersions&$\Rightarrow$ find
LatestActiveOntologyVersions
&find LatestOntologyVersions&$\Rightarrow$ find
LatestOntologyVersions
\bigskip
cleanupOntologyCategory
getOntologyFile
Search
There is only one method (search), having the following parameters:
\begin{itemize}
\item search string (with Boolean operators and wildcards, e.g.
{\textquotedbl}foo bar -baz{\textquotedbl} will expand to
{\textquotedbl}foo* AND bar* AND NOT baz*{\textquotedbl})
\item
ontologyids={\textless}ontologyid{\textgreater},{\textless}ontologyid{\textgreater}…
- limits the search to specific ontologies (default: all ontologies)
\item searchontologynames=[1/0] – search in the ontology names (default:
1)
\item searchsymbolnames=[1/0] – search in the symbol names (default: 1)
\item isexactmatch=[1/0] – match the entire ontology resp. symbol name
(default: 0)
\item pagesize={\textless}pagesize{\textgreater} - the number of results
to display in a single request (default: all)
\item pagenum={\textless}pagenum{\textgreater} - the page number to
display (pages are calculated using {\textless}total
results{\textgreater}/{\textless}pagesize{\textgreater}) (default: 1)
\item maxnumhits={\textless}maxnumhits{\textgreater} - the maximum
number of top matching results to return (default: 1000)
\item symbolkinds={\textless}kind,kind,..{\textgreater} - limits the
results returned to these kinds, multitple kinds can be included in the
parameter.
\item includedefinitions=\{true\} - if a search result is a hit for a
symbol, adding this parameter will include the definition in the search
result xml.
\end{itemize}
\bigskip
Persistence
\begin{itemize}
\item Synchronize two repositories (also non-git ones, like triple
stores)
\end{itemize}
Difference
createDiff
createDiffForLatestActiveOntologyVersionPair
createDiffForAllActiveVersionsOfOntology
getAllDiffsForOntology
getDiffFileForOntologyVersions
Distributed Inference
Open question: should we use Hets development graph sessions, or only
send around updates to ontologies and links?
Here is the session based API:
\begin{itemize}
\item POST /libraries/{\textless}coded-iri{\textgreater}/sessions -
create a new proof session for development graph
\item GET
/sessions/{\textless}id{\textgreater}?format={\textless}f{\textgreater}
- get proof state of session
\item GET /menus - Get development graph menu structure
\item GET
/nodes/{\textless}coded-iri{\textgreater}?library={\textless}coded-iri{\textgreater}\&session=id
- Get info for node
\item GET
/nodes/{\textless}coded-iri{\textgreater}/theory?library={\textless}coded-iri{\textgreater}\&session=id
- Get theory of node
\item GET
/edges/{\textless}coded-iri{\textgreater}?library={\textless}coded-iri{\textgreater}\&session=id
- Get info for edge
\item PUT
/libraries/{\textless}coded-iri{\textgreater}/proofs/{\textless}id{\textgreater}/{\textless}command{\textgreater}
- execute command for session
\item PUT
/sessions/{\textless}id{\textgreater}/{\textless}command{\textgreater}?node={\textless}iri{\textgreater}\&edge={\textless}iri{\textgreater}-
execute command for node in session
\item GET
/sessions/{\textless}id{\textgreater}/provers?node={\textless}iri{\textgreater}\&translation={\textless}iri{\textgreater}
- Get provers for node
\item GET
/sessions/{\textless}id{\textgreater}/translations?node={\textless}iri{\textgreater}
- Get logic translations for node
\item PUT
/sessions/{\textless}id{\textgreater}/prove?node={\textless}iri{\textgreater}?prover={\textless}name{\textgreater}\&translation={\textless}iri{\textgreater}
\&timeout={\textless}secs{\textgreater}\&include=true - Call prover
\end{itemize}
List of available Hets commands (which ones do we need here?)
dg-all auto
&Apply
automatic tactic - needed
dg-all glob-decomp &Apply rule
global-decomposition - to start with, auto should suffice
dg-all global-subsume &Apply rule global-subsumption
- to start with, auto should suffice
dg-all loc-decomp &Apply rule
local-decomposition - to start with, auto should suffice
dg-all local-infer &Apply rule
local-inference - to start with, auto should suffice
dg-all comp &prove
composed edges - to start with, auto should suffice
dg-all comp-new &create composed
proven edges - to start with, auto should suffice
dg-all cons
&Apply rule
conservativity - to start with, auto should suffice
dg-all hide-thm &Apply rule
hide-theorem-shift - to start with, auto should suffice
dg-all thm-hide &Apply rule
theorem-hide-shift - to start with, auto should suffice
compute-colimit &compute colimit -
not needed, since this is called by static analysis of “combine”
compute-normal-form &Compute normal forms for nodes
with incoming hiding links \ {}- needed for proving in presence of
hiding
triangle-cons
&triangle-cons -
needed
freeness
&freeness
- not needed in DOL
flattening importing &Flatten all theories
and delete all importing links \ {}- needed for interfacing to standard
theorem provers
flattening disjoint-union &Create intersection nodes and
ensure only disjoint unions \ {}- needed for interfacing to some (but
not many) theorem provers
flattening renaming &Flatten out renaming
\ {}- needed for interfacing to some (but not many) theorem provers
flattening hiding &Delete all
hiding links \ {}- needed for interfacing to some (but not many)
theorem provers
flattening heterogeneity &Flatten out heterogeneity -
needed for interfacing to some (but not many) theorem provers
qualify-all-names &Qualify and
disambiguate all signature names
undo
&Undo
last change - not needed
redo
&Redo
last change - not needed
use
&{\textless}File{\textgreater}
&Read HetCASL file - not needed
dg basic
&{\textless}Nodes{\textgreater}
&Select node - needed
translate
&{\textless}Comorphism{\textgreater}
\ Choose translation - needed
prover
&{\textless}Prover{\textgreater}
&Choose prover - needed
set goals
&{\textless}Goal{\textgreater}
&Set goal - needed
prove
&Applies
selected prover to selected goals - needed
check-consistency &check
consistency - needed
drop-translations &Drops
any selected comorphism - needed
cons-checker
&{\textless}ConsChecker{\textgreater} Choose
consistency checker - needed
conservativity-check &{\textless}Edges{\textgreater}
&Choose conservativity checker - needed
set time-limit &{\textless}Number{\textgreater}
&Set the time-limit for the next proof - needed
set axioms
&{\textless}Axiom{\textgreater}
&Set the axioms used for the next proof - needed
set include-theorems true &Include proven
theorems - needed
set include-theorems false &Do not include
proven theorems - needed
nodes
&Show
Nodes - not needed
edges
&Show
Edges - not needed
show-undo-history &Show
Undo-History - not needed
show-redo-history &Show
Redo-History - not needed
show-proven-goals-current &Show Proven
Goals of selected node - needed
show-unproven-goals-current &Show Unproven Goals of
selected node - needed
show-all-axioms-current &Show All
Axioms of selected node - needed
show-all-goals-current &Show All
Goals of selected node - needed
show-computed-theory-current &Show Computed Theory of
selected node - needed
show-taxonomy-current &Show
Taxonomy of selected node - not needed
show-concept-current &Show
Concept of selected node - not needed
show-node-info-current &Show
Node-Info of selected node - needed
show-node-info &{\textless}Nodes{\textgreater}
&Show Node-Info - needed
show-computed-theory &{\textless}Nodes{\textgreater}
&Show Computed Theory - needed
show-all-goals &{\textless}Nodes{\textgreater}
&Show All Goals - needed
show-proven-goals &{\textless}Nodes{\textgreater}
&Show Proven Goals - needed
show-unproven-goals &{\textless}Nodes{\textgreater}
&Show Unproven Goals - needed
show-all-axioms &{\textless}Nodes{\textgreater}
&Show All Axioms - needed
show-taxonomy &{\textless}Nodes{\textgreater}
&Show Taxonomy - not needed
show-concept &{\textless}Nodes{\textgreater}
&Show Concept - not needed
show-edge-info &{\textless}Edges{\textgreater}
&Show Edge-Info - needed
expand
&Extend
current node - ???
addview
&Add a
view - ???
help
&Show
all available commands - see DG menus?
quit
&Quit
- not needed
\bigskip
\bigskip
Here is an API for sending around updates:
\begin{itemize}
\item prove link. Input: IRI of link. Output: list of new links and/or
proof goals for simple ontologies that will prove the link
\end{itemize}
\bigskip
\bigskip
\bigskip
Evaluation and other services
OOPS! and similar services
we propose the following abstraction from the OOPS! API:
input: ontology\footnote{\ OOPS! has more inputs, but we let the list of
pitfalls empty, and the output format be XML.}
output: list of response elements of the following form:
type (for OOPS: pitfall, warning, suggestion)
code (an integer)
name
description
list of involved symbols\footnote{\ OOPS! outputs structured XML
elements that may contain multiple n{}-ary relations between symbols
(e.g. oops:MightBeEquivalentProperty and
oops:MightBeEquivalentAttribute). We prefer to have only one such
relation per response element.}
\bigskip
Annotator Service
\bigskip
This service it specific to bio ontologies. How to generalise it to
other domains? It seems that some (more static) list of service types
and (more dynamically growing) list of actual services (conforming to
these service types) would be useful. This of course also includes
services like OOPS!
\bigskip
Ontology Recommender
\bigskip
Interesting challenge to generalise this to ontologies written in
arbitrary languages...
\bigskip
Resource Index Service
\bigskip
could be adapted for Ontohub, if {\textquotedbl}concept{\textquotedbl}
is replaced by {\textquotedbl}symbol{\textquotedbl}
\bigskip
Notes Service (Term Proposals and Comments)
\bigskip
Logic-specific services
OWL specific services involving the class hierarchy
These services could also be used for other languages if there is a
suitable projection to OWL.
\bigskip
Remaining stuff from OOR
&find AllOntologyOrViewVersionsByVirtualId\#
&find LatestAutoPulledOntologyVersions\#
&find LatestActiveOntologyOrViewVersion\#
&find LatestActiveOntologyViewVersions\#
&find LatestOntologyOrViewVersion\#
& find LatestOntologyViewVersions\#
\bigskip
\end{document}