From fe728ef9afa78614cf285cd4b886005c3b0798cc Mon Sep 17 00:00:00 2001 From: Burkhart Wolff Date: Tue, 8 Feb 2022 07:14:11 +0100 Subject: [PATCH] polishing --- examples/scholarly_paper/2021-ITP-PMTI/paper.thy | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/examples/scholarly_paper/2021-ITP-PMTI/paper.thy b/examples/scholarly_paper/2021-ITP-PMTI/paper.thy index e0b8dfa..e999d1c 100644 --- a/examples/scholarly_paper/2021-ITP-PMTI/paper.thy +++ b/examples/scholarly_paper/2021-ITP-PMTI/paper.thy @@ -1074,8 +1074,8 @@ in meta-data and stronger invariants. subsection*[rw::related_work]\Related Work\ text\There are a number of approaches to use ontologies for structuring the link between -information and knowledge in the field of engineering, and to make it amenable to -search and/or consistency checking of documents: +information and knowledge, and to make it amenable to + "semantic" search in or consistency checking of documents: \<^item> The search engine \<^url>\http://shinh.org/wfs\ uses a quite brute-force, but practical approach. It is getting its raw-data from Wikipedia and PlanetMath @@ -1094,7 +1094,7 @@ search and/or consistency checking of documents: type-safeness, expressive power and "depth" of meta-data, which is adapted to the specific needs of ITP systems and theory developments. -\<^item> There are meanwhile a number of proposals of ontologies adapted to the mathematical domain: +\<^item> There are meanwhile a number of proposals of ontologies targeting mathematics: \<^item> \OntoMath\<^sup>P\<^sup>R\<^sup>O\ @{cite "Nevzorova2014OntoMathPO"} proposes a ``taxonomy of the fields of mathematics'' (pp 110). In total, \OntoMath\<^sup>P\<^sup>R\<^sup>O\ contains the daunting number of 3,449 classes, which is in part due to @@ -1126,16 +1126,15 @@ of formal content, be it in the engineering or the mathematics domain. Another line of future application is to increase the "depth" of build-in term antiquotations such \@{typ \'\\}\, \@{term \a + b\}\ and \@{thm \HOL.refl\}\, which are currently implemented just as -validations in the current logical context. In the future, they could be optionally expanded to +validations in the current logical context. In the future, they could optionally be expanded to the types, terms and theorems (with proof objects attached) in a meta-model of the Isabelle Kernel such as the one presented in @{cite "10.1007/978-3-030-79876-5_6"} (also available in the AFP). -This will allow for the HOL-specification of query-functions in, for example, proof-objects, and -pave the way to annotate proof-objects with typed meta-data. Such a technology could be relevant +This will allow for the HOL-specification of query-functions in, \<^eg>, proof-objects, and +pave the way to annotate them with typed meta-data. Such a technology could be relevant for the interoperability of proofs across different ITP platforms. \ -subsection*[bib::bibliography]\References\ - +(*<*) close_monitor*[this] end