diff --git a/examples/scholarly_paper/2021-ITP-PMTI/paper.thy b/examples/scholarly_paper/2021-ITP-PMTI/paper.thy index d4472cc6..3c157485 100644 --- a/examples/scholarly_paper/2021-ITP-PMTI/paper.thy +++ b/examples/scholarly_paper/2021-ITP-PMTI/paper.thy @@ -263,66 +263,13 @@ section\Invariants in DOF\ section\Proving Morphisms on Ontologies\ section\Example and Queries\ -section*[ontoexample::text_section,main_author="Some(@{docitem ''idir''}::author)"] \Case study\ -text\User Ontology\ +section*[ontoexample::text_section,main_author="Some(@{docitem ''idir''}::author)"] \Applications\ -onto_class Item = - name :: string +subsection\Engineering Example : An Extract from PLib\ -onto_class Product = Item + - serial_number :: integer - provider :: string - mass :: integer +subsection\Mathematics Example : An Extract from OntoMathPro\ -onto_class Software = Item + - version :: integer - -onto_class Electronic_Component = Product + - dimensions :: "integer set" - -datatype Hardware_Type = - Motherboard | - Expansion_Card | - Storage_Device | - Fixed_Media | - Removable_Media | - Input_Device | - Output_Device - -onto_class Computer_Hardware = Product + - type :: Hardware_Type - composed_of :: "Product set" - -text\Reference Ontology\ - -onto_class Resource = - name :: string - -onto_class Electronic = Resource + - provider :: string - manufacturer :: string - -onto_class Component = Electronic + - mass :: integer - dimensions :: "integer set" - -onto_class Simulation_Model = Electronic + - type :: string - -onto_class Informatic = Resource + - att :: string - -onto_class Hardware = Informatic + - type :: Hardware_Type - mass :: integer - composed_of :: "Component set" - -onto_class Software = Informatic + - version :: integer - - - section\Conclusion\