no message

This commit is contained in:
Idir AIT SADOUNE 2018-04-06 14:25:21 +02:00
parent 376c3fdd3b
commit c3a4111833
3 changed files with 6 additions and 35 deletions

View File

@ -1,9 +0,0 @@
theory IdirExample
imports "../../ontologies/ScientificPaperOnto"
begin
text*[p1::Paragraph] {* ceci est un paragraphe *}
text*[abs::Abstract, content = p1]{* *}
end

View File

@ -1,26 +0,0 @@
theory ScientificPaperOnto
imports "../Isa_DOF"
begin
doc_class Paragraph =
content :: "string list"
doc_class Abstract =
content :: Paragraph
doc_class SubSection =
id :: integer
content :: "Paragraph list"
doc_class Section =
id :: integer
content :: "Paragraph list"
itsSubSection :: "SubSection list"
doc_class Article =
content :: "(Abstract + Section) list"
where
"(Abstract.
Section*)"
end

View File

@ -0,0 +1,6 @@
theory mathex_onto
imports "../Isa_DOF"
begin
end