<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">ConceptModeller: a Graph-Based Semantic Modeling Tool for Building Enterprise Applications</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><roleName>Dr</roleName><forename type="first">Sergey</forename><forename type="middle">V</forename><surname>Zykov</surname></persName>
							<email>szykov@hse.ru</email>
							<affiliation key="aff0">
								<orgName type="institution">State University Higher School of Economics</orgName>
								<address>
									<addrLine>33/5 Kirpichnaya St</addrLine>
									<postCode>105187</postCode>
									<settlement>Moscow</settlement>
									<country key="RU">Russia</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">ConceptModeller: a Graph-Based Semantic Modeling Tool for Building Enterprise Applications</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">BBAE4DB03F3EE1B32A9CDC82E5861FA1</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T06:39+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>ERP system</term>
					<term>semantic modeling</term>
					<term>software development</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>The paper outlines semantic-oriented methodology of enterprise software development. The methodology provides integrated visual semantic-oriented enterprise software development and integration in globally distributed heterogeneous environment. The ConceptModeller CASE tool fills the gap between formal computer science models and software engineering practices. The toolkit transforms frame-based data model representation into UML diagrams and backwards, thus providing reverse engineering up to model level. ConceptModeller is implemented under component-oriented approach, and it features adapters for integration with state-of-the-art CASE tools. The object repository of ConceptModeller is an XML (meta)database. Software development phases, from initial conceptualization and formal modeling to target enterprise-level implementation, are overviewed.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>Bulky and avalanche-like growing heterogeneous enterprise data systems demand novel approaches to the software development, which should be based on model and CASE-driven database and metadata base integration. The paper presents the ConceptModeller CASE tool, which bridges the model-engineering gap in the large-scale software development for globally distributed heterogeneous enterprise resource planning (ERP) systems.</p><p>Research objective is to outline conceptual and methodological foundations of ERP development and to apply them to enterprise-level CASE tools. Research methods are based on a creative synthesis of fundamental concepts of finite sequence <ref type="bibr" target="#b0">[1]</ref>, category <ref type="bibr" target="#b1">[2]</ref>, computations and semantic network <ref type="bibr" target="#b7">[8]</ref> theories.</p><p>The integrated ERP development methodology <ref type="bibr" target="#b4">[5]</ref> comprises a set of models and the supporting tools. The models include a frame-based problem domain representation model <ref type="bibr" target="#b6">[7]</ref>, and an abstract machine-based data manipulation model <ref type="bibr" target="#b11">[12,</ref><ref type="bibr" target="#b12">13]</ref>. The tools are ConceptModeller, which is used for visual semantic-oriented ERP system design/integration, and an intelligent enterprise content management system <ref type="bibr" target="#b12">[13]</ref><ref type="bibr" target="#b13">[14]</ref><ref type="bibr" target="#b14">[15]</ref>. ERP conceptual design, which is an essential component of the proposed methodology, includes an object-based (meta)data computational model, formal languages and CASE-like tools to represent and manipulate the objects. The ERP development methodology supports continuous multi-level two-way iterative enterprise system design/implementation, and it controls (meta)data objects state, consistency and integrity through the entire ERP system lifecycle. The paper focuses on a CASE-like tool, which supports semantic-level ERP integration and development. Let us define the frame related concepts to be discussed later on.</p><p>Under a primary concept, a physical or abstract object, selected within the problem domain, is implied. A primary concept is an intensional object, i.e. a type or a sort interpreted as a set. Under a constant (or an instantiation), a separate individual of an interpreted primary concept is implied. Generally speaking, a constant is an intensional object, however under a certain instantiation it should be bound to a single interpretation of a corresponding type. Under an interpretation D i  of a primary concept D i , all constants from D i are bound to respective instantiations from D i .</p><p>Any variable (either a free or a bound one) should have an assigned type (for free variables this is marked by a type arc, i.e., a "t"-marked arc pointing to a primary concept, which corresponds to the type(s) of constant(s) that can be assigned to the variables).</p><p>Under a frame a graph is implied, which represents a knowledge unit in terms of access and processing. Under a simple frame a frame is implied, which contains no sub-graphs, and which contains only constants, variables and arcs. Frames correspond to relations at database level. Arc type and interpretation frames are structurally subdivided into event, function (predicate) and characteristic ones.</p><p>Event frames are used to model system or user activities. Events are treated as specific predicates. A network representation of an elementary event frame is a node corresponding to the event predicate and outgoing role-marked role arcs pointing to the nodes, which represent predicate arguments. The arguments are either typed variables or typed constants of primary concept(s). Event frames are templates (i.e. intensional objects), since their arguments are not evaluated and, consequently, do not carry information on the real event. However, upon evaluation of all variables by appropriately typed constants, the predicate (and the event frame) gets a logical value. Role arcs correspond to event arguments and imply argument semantics in the event. This is the major distinction between role arcs and logical predicate arguments. Event frame role denotations are described in Table <ref type="table" target="#tab_0">1</ref>, an example is given in fig. <ref type="figure">3</ref>.</p><p>The integrated ERP problem domain features high complexity of the object classes and incomplete information on the structure of certain instantiations of these classes. However, both the set of class attributes and the set of operations over class objects can be determined rigorously. Thus, the suggested frame-based methodology appears to be applicable due to the following reasons: variety of heterogeneous classes, importance of association-based interclass relationships, and class inference (the latter is possible even under weak-structured character of some of the class instances).</p><p>Ontology-based approaches (such as Cyc project and its extensions <ref type="bibr" target="#b3">[4]</ref>, <ref type="bibr" target="#b5">[6]</ref>), even being aimed at large knowledgebase integration (as in <ref type="bibr" target="#b4">[5]</ref>, <ref type="bibr" target="#b8">[9]</ref>), tend to be comparable in efficiency to the approach suggested only under a total class-level uncertainty. However, such total classlevel uncertainties actually belong to quite different problem domains than the ECM. Such domains usually involve thesaurus to meet the relevance levels required (as in the task of building a web-page parser for semantic web <ref type="bibr" target="#b8">[9]</ref>, <ref type="bibr" target="#b7">[8]</ref>). The methodology foundations are rather similar to the ontology-based approaches (e.g. Cyc project uses predicate calculus-based CycL language, quite similar to Lisp <ref type="bibr" target="#b3">[4]</ref>, "conceptual model" <ref type="bibr" target="#b7">[8]</ref> etc.). Also, the ontology-based approaches use certain tools to simplify the data modeling and integration processes (e.g., UML and XML-based tools are used in <ref type="bibr" target="#b5">[6]</ref>). However, the ontology-based approaches often lack a well-balanced combination of formal models and industry-level SDKs (including visualization tools) for the entire ERP lifecycle, which results in low scalability and nonsuitability for the majority of enterprise-level applications <ref type="bibr" target="#b4">[5]</ref>, <ref type="bibr" target="#b5">[6]</ref>, <ref type="bibr" target="#b7">[8]</ref>. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">The Integrated ERP System Development Methodology</head><p>The methodology overview as a diagram is presented in fig. <ref type="figure" target="#fig_0">1</ref>.</p><p>The methodology develops conceptual approach to software engineering <ref type="bibr" target="#b9">[10]</ref> and some other approaches known as yet by the integrated set of object calculus models for problem domain (meta)data representation and manipulation. The models are based on a synthesis of typed -calculus <ref type="bibr" target="#b0">[1]</ref> and category theory, represented by category combinatory logic <ref type="bibr" target="#b1">[2]</ref>. The system environment is modeled by a state-based abstract machine in Cartesian closed categories <ref type="bibr" target="#b1">[2]</ref>. Computation semantics are modeled in terms of variable domains <ref type="bibr" target="#b7">[8]</ref>. Framebased approach <ref type="bibr" target="#b5">[6]</ref> is used to visually model the object behavior of heterogeneous weakstructured globally distributed problem domains.</p><p>The major benefits of the suggested composite theoretical background are unified control of (meta)information within a single model framework, and adequate object-relational mapping for semi-structured, heterogeneous ERP systems in globally distributed environments.</p><p>Definition and manipulation languages for data and metadata objects in globally distributed environments, which are based on relational algebra for ERP system data and object-oriented SQL extensions, can be represented as a specific (meta)data object model, extended by embedded scenario-activated scripts and stored procedure-based queries. UML-based objectrelational (meta)data transformation results in the architectural scheme of the ERP systems, represented by a set of model-and-CASE-driven UML diagrams and source code. At the first stage of the methodology, the world is the problem domain specification in natural language terms, the data manipulation language is first order logic, and in case of a dynamic problem domain -higher order logic.</p><p>The second stage is conceptualization, i.e. transformation from natural language problem domain representation to the formal model, and the universe is changed to conceptual model description of the problem domain <ref type="bibr" target="#b9">[10]</ref>. Therewith, problem domain specification elements are mapped into concepts, and natural language relationships -into role relators. Logic of predicates is adequate for static problem domain conceptual models <ref type="bibr" target="#b9">[10]</ref>, while dynamics is formalized by higher order logic, based on semantic domains, and descriptors <ref type="bibr" target="#b7">[8]</ref> are used in the data object definition language.</p><p>To increase visibility without losing rigorousness, we are using semantic network data definition language with Roussopulos type of frames for visualization <ref type="bibr" target="#b6">[7]</ref>. Thus, logical and casual relationships, integrity constraints and some other problem domain features are modeled. (Meta)data class hierarchy is modeled by partial order relationship (ISA). Due to frame algebra synthesis with finite sequence and category theories, formal software testing and verification of ERP systems and enterprise data warehouses becomes possible.</p><p>Dynamic (meta)data object behavior model is visualized by event frames. Frame algebra is used to model data object manipulation, it includes extensions for embedded functions and integrity constraints <ref type="bibr" target="#b6">[7]</ref>.</p><p>Problem domain conceptual model supported by the ConceptModeller tool <ref type="bibr" target="#b4">[5]</ref>, which is used for the third stage, the 'lower' CASE. The universe is changed for visual problem domain conceptual model representation in terms of frame hierarchy, the elements of which include concepts as nodes, relationships as arcs, and metadata as possible data object value ranges (including quantifiers, etc.).</p><p>The ConceptModeller tool is aimed at frame-based automatic visual ERP system design, development and integration. The tool supports partial order-based frame hierarchy, basic frame elements (e.g., arcs, nodes, etc.) and various frame types (including event frames). The ConceptModeller XML-based repository stores data and metadata (identifiers, integrity constraints, etc.) in a uniform way. The data object manipulation language is based on frame algebra.</p><p>During the fourth stage (intermediate CASE), the visual representation of problem domain conceptual model is automatically translated by ConceptModeller into UML standard specifications. At this stage, the universe is a UML model as a family of interrelated diagrams (use-case, class, etc.). UML has been chosen for complex distributed problem domain modeling (including heterogeneous and weak-structured problem domains), since it is an international standard for (large-scale) ERP system engineering. Frame elements are translated into UML diagrams, while hierarchy and integrity constraints are maintained (UML representation is preferred for complex heterogeneous ERP systems). The OCL language is used to describe integrity constraints for complex problem domains, which is a part of UML standard. The rest ERP implementation stages, from 'upper' CASE to implementation (fig. <ref type="figure" target="#fig_0">1</ref>), can be automated by traditional CASE tools.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">ConceptModeller: an Integral Part of the Methodology</head><p>To provide an adequate automation level of iterative ERP system development, reverse engineering is implemented in ConceptModeller as a semi-automated backward translation from UML to the frame model representation <ref type="bibr" target="#b6">[7]</ref>.</p><p>According to the methodology, the integration algorithm for embedding new components into the existing ERP system environment involves ConceptModeller as follows <ref type="bibr" target="#b10">[11,</ref><ref type="bibr" target="#b11">12]</ref>:</p><p>1. Design problem domain conceptual model and data model for the new component using ConceptModeller;</p><p>2. Reverse engineer existing components (possibly to as low as the problem domain conceptual model and data model level) using CASE tools, and ConceptModeller;</p><p>3. Define semantically preferable entities/objects and relationships for the components of the integration area(s) using ConceptModeller;</p><p>4. Eliminate doubling and contradictory entities and relationships of the integration area(s), so that only semantically preferable ones remain in the resulting problem domain conceptual model and data model using ConceptModeller;</p><p>5. Component-wise development of the integrated ERP system using ConceptModeller, and CASE tools.</p><p>The major benefits of ConceptModeller are: adequacy to problem domain and the data model; problem domain orientation (experts use familiar terms for objects and relationships); visualized software development; state-of-the-art development standards support (UML, XML, etc.); interface bridges to industrially approved CASE tools (IBM Rational, Microsoft Visual Studio, etc.); and two-way ERP system development (including reverse engineering). Due to the above benefits, ConceptModeller can be easily used by a wide spectrum of problem domain experts, and it allows to construct models in nearly natural language terms.</p><p>To ergonomically visualize frames, the interface has been improved to match the most userfriendly and efficient vector graphic processing application standards, such as Adobe PhotoShop. An example of simple frame visualization in ConceptModeller is given in fig. <ref type="figure">4</ref>.</p><p>Moreover, it becomes possible to automatically translate the integrated ERP and enterprise data warehouse scheme into problem domain conceptual model at any development stage (problem domain modeling, CASE-guided UML-based implementation, testing, maintenance, etc.). Thus, it becomes possible to formally verify and validate the software at various abstraction levels. Certain programming languages and techniques, such as SML.NET, can be used to accelerate the verification and validation processes.</p><p>The conceptual approach to visual software development is based on N.Roussopulos frame notation <ref type="bibr" target="#b6">[7]</ref>.</p><p>ConceptModeller user interface for visual problem-oriented (simple) frame development (fig. <ref type="figure">2</ref>) is the basic way of (meta)data entry and correction. Note, that the interface contains visualization facilities for the major elements of (simple) frames, such as concepts, variables, and various types of role arcs (variable, constant, type, characteristic and event frame roles).</p><p>In the above example, an event frame is visualized that describes a (simplified) business situation of enterprise web content publishing.</p><p>As the example demonstrates, the event frame visualization is fully adequate to conventional mathematical formal representation (fig. <ref type="figure">3,4</ref>). The ConceptModeller tool includes event-oriented components that visualize frames, store their XML representations, translate them into UML code, and visualize it as UML diagrams. A generalized scheme of problem domain conceptual model translation by ConceptModeller is given in fig. <ref type="figure" target="#fig_2">5</ref>. The scheme contains forward and reverse enterprise software development directions (since ConceptModeller supports both of them). Frame-to-UML translation is done component-wise and element-wise. The translation is based on algorithms and data structures, described in more detail in <ref type="bibr" target="#b10">[11]</ref>.</p><p>The majority of frame types (including event frames as in fig. <ref type="figure">3</ref>) allows transformation to standard UML diagrams (e.g., class diagrams, as in fig. <ref type="figure" target="#fig_3">6</ref>), which unifies user interface. Therewith, the data format is based on certain metadata types (including cardinality, frame type and some other parameters), which is not visualized in the interface, but which is used for ERP software system development both in forward (from frames to UML diagrams) and in reverse directions. The above ConceptModeller interface example can be interpreted as a primary report form. ConceptModeller features internal (system-level) report generation. The system reports contain a elaborate metadata, which is used to describe certain internal parameters of frames and UML diagrams (e.g., semantic roles for the arcs joining the concepts, etc.). Detailed description the metadata structure is beyond the scope of the paper, more details are given in <ref type="bibr" target="#b10">[11]</ref>.   The ConceptModeller tool is implemented in C# language and contains over 5,000 lines of source code including event-driven components for frame visualization, frame translation to UML code and for the visual representation of the resulting code. Microsoft Visual Studio .NET has been chosen as the platform for ConceptModeller implementation and was used as the application environment. The major platform choice criteria included Internet orientation, programming language spectrum for heterogeneous (meta)data manipulation, heterogeneous (meta)database integration degree, semi-structured (meta)data storage capacity, UML standard meeting, and technical support quality level. To provide efficient ERP development and integration in heterogeneous, globally distributed environments, a problem-oriented visual ConceptModeller CASE tool has been implemented. The tool allows to eliminate the logical gaps in existing software development methodologies by bridging problem domain formal model and conventional CASE systems. The CASE tool as a part of the software development methodology has been approved by a number of successful implementations of ERP systems in ITERA International Group of Companies with nearly 10,000 employees in around 150 companies of 24 countries <ref type="bibr" target="#b12">[13]</ref><ref type="bibr" target="#b13">[14]</ref><ref type="bibr" target="#b14">[15]</ref>. During the ERP development and integration, the problem domain specifications (in terms of semantic networks) have been transformed by ConceptModeller to UML diagrams, and, finally, into target ERP architecture and (meta)database schemes. The resulting Web pages have been published in ITERA Internet/Intranet portal (www.iteragroup.com) <ref type="bibr" target="#b13">[14]</ref>. As a result of the implementation based on the proposed methodology, implementation terms and costs compared to commercial software available have been considerably reduced (by the average of 30% in case of heterogeneous environments). The implementation proved efficiency of the approach on the whole and its separate components (concepts, models, and CASE tools). The author is going to continue his studies of problem-oriented software development methodologies, and the supporting models, algorithms and tools. A promising direction would be ConceptModeller revision on the basis of domain specific language (DSL) technology and the emerging UML-based visualization capabilities of Microsoft Visual Studio.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 1 .</head><label>1</label><figDesc>Fig. 1. General software development diagram</figDesc><graphic coords="4,130.08,144.32,360.00,333.60" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Fig 2 .Fig. 3 .Fig. 4 .</head><label>234</label><figDesc>Fig 2. ConceptModeller visual user interface</figDesc><graphic coords="7,139.20,153.44,350.88,254.16" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Fig. 5 .</head><label>5</label><figDesc>Fig. 5. ConceptModeller translation scheme</figDesc><graphic coords="9,112.08,180.32,396.00,149.76" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Fig. 6 .</head><label>6</label><figDesc>Fig. 6. UML diagram, the of 'publish' event frame translation</figDesc><graphic coords="10,149.52,159.44,331.20,246.24" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_4"><head>Fig. 7 .</head><label>7</label><figDesc>Fig. 7. XML description of a frame fragment in visualization database</figDesc><graphic coords="10,130.08,444.32,342.00,213.12" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0"><head></head><label></label><figDesc></figDesc><graphic coords="8,138.96,147.44,306.00,254.64" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1 .</head><label>1</label><figDesc>Event frame roles</figDesc><table><row><cell>Abbreviation</cell><cell>Meaning</cell><cell>Semantics Interpretation</cell></row><row><cell>a</cell><cell>agent</cell><cell>Action initiator (actor)</cell></row><row><cell>o</cell><cell>object</cell><cell>Addressee of the action</cell></row><row><cell>s</cell><cell>source</cell><cell>Location of the addressee of the action before the event</cell></row><row><cell>d</cell><cell>destination</cell><cell>Location of the addressee of the action after the event</cell></row><row><cell>r</cell><cell>result</cell><cell>Result of the action</cell></row></table></figure>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">The lambda calculus</title>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">P</forename><surname>Barendregt</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Studies in Logic</title>
				<meeting><address><addrLine>North Holland, Amsterdam</addrLine></address></meeting>
		<imprint>
			<date type="published" when="1984">1984</date>
			<biblScope unit="volume">103</biblScope>
		</imprint>
	</monogr>
	<note>revised edition</note>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">B</forename><surname>Curry</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Feys</surname></persName>
		</author>
		<title level="m">Combinatory logic</title>
				<meeting><address><addrLine>North Holland, Amsterdam</addrLine></address></meeting>
		<imprint>
			<date type="published" when="1958">1958</date>
			<biblScope unit="volume">1</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Combining analogy, intelligent information retrieval, and knowledge integration for analysis: A preliminary report</title>
		<author>
			<persName><forename type="first">K</forename><surname>Forbus</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Birnbaum</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Wagner</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">2005 International Conference on Intelligence Analysis</title>
				<meeting><address><addrLine>McLean, Virginia, USA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<monogr>
		<title level="m" type="main">Building Large Knowledge-Based Systems: Representation and Inference in the Cyc Project</title>
		<author>
			<persName><forename type="first">D</forename><surname>Lenat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">V</forename><surname>Guha</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1990">1990</date>
			<publisher>Addison-Wesley</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Structured Knowledge Source Integration: A Progress Report</title>
		<author>
			<persName><forename type="first">J</forename><surname>Masters</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Güngördü</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Integration of Knowledge Intensive Multiagent Systems</title>
				<meeting><address><addrLine>Cambridge, MA, USA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2003">2003</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Mapping Ontologies into Cyc</title>
		<author>
			<persName><forename type="first">S</forename><surname>Reed</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Lenat</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">AAAI 2002 Conference Workshop on Ontologies For The Semantic Web</title>
				<meeting><address><addrLine>Edmonton, Canada</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2002">2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<title level="m" type="main">A semantic network model of databases</title>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">D</forename><surname>Roussopulos</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1976">1976</date>
			<pubPlace>Toronto Univ</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<monogr>
		<title level="m" type="main">Lectures on a mathematical theory of computations</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">S</forename><surname>Scott</surname></persName>
		</author>
		<idno>PRG-19</idno>
		<imprint>
			<date type="published" when="1981">1981</date>
			<biblScope unit="page">148</biblScope>
		</imprint>
		<respStmt>
			<orgName>Oxford University Computing Laboratory Technical Monograph</orgName>
		</respStmt>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Automated OWL nnotation Assisted by a Large Knowledge Base</title>
		<author>
			<persName><forename type="first">M</forename><surname>Witbrock</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Panton</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">L</forename><surname>Reed</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Workshop on Knowledge Markup and Semantic Annotation at the 3rd International Semantic Web Conference (ISWC 2004)</title>
				<meeting><address><addrLine>Hiroshima, Japan</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2004">2004</date>
			<biblScope unit="page" from="71" to="80" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Event Driven Objects</title>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">E</forename><surname>Wolfengagen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Workshop on Computer Science and Information Technologies CSIT&apos;99</title>
				<meeting>the Workshop on Computer Science and Information Technologies CSIT&apos;99<address><addrLine>Moscow, Russia</addrLine></address></meeting>
		<imprint>
			<date type="published" when="1999">1999</date>
			<biblScope unit="page" from="88" to="96" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">ConceptModeller: Implementing a Semantically-Based Toolkit for Enterprise Applications</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">V</forename><surname>Zykov</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 1st International Conference on Computer Science and Engineering (CSE-2006)</title>
				<meeting>the 1st International Conference on Computer Science and Engineering (CSE-2006)<address><addrLine>Lviv, Ukraine; Lviv</addrLine></address></meeting>
		<imprint>
			<publisher>Publishing House</publisher>
			<date type="published" when="2006-10">October 2006. 2006</date>
			<biblScope unit="page" from="23" to="26" />
		</imprint>
		<respStmt>
			<orgName>of Lviv Polytechnic National University</orgName>
		</respStmt>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Enterprise Content Management: Bridging the Academia and Industry Gap In</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">V</forename><surname>Zykov</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of International Conference on Information Society (i-Society 2007)</title>
				<editor>
			<persName><forename type="first">C</forename><surname>Shoniregun</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Logvinovsky</surname></persName>
		</editor>
		<meeting>of International Conference on Information Society (i-Society 2007)<address><addrLine>Merrillville, Indiana, U.S.A.</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2007">October 7-11, 2007</date>
			<biblScope unit="page" from="145" to="152" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Enterprise Content Management: Theory and Engineering for Entire Lifecycle Support</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">V</forename><surname>Zykov</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 8th International Workshop on Computer Science and Information Technologies (CSIT&apos;2006)</title>
				<meeting>the 8th International Workshop on Computer Science and Information Technologies (CSIT&apos;2006)<address><addrLine>Karlsruhe, Germany</addrLine></address></meeting>
		<imprint>
			<publisher>USATU Editorial-Publishing Office</publisher>
			<date type="published" when="2006">2006</date>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="page" from="86" to="92" />
		</imprint>
		<respStmt>
			<orgName>Ufa State Aviation Technical University</orgName>
		</respStmt>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Integrated Methodology for Internet-Based Enterprise Information Systems Development</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">V</forename><surname>Zykov</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">1 st International Conference on Web Information Systems and Technologies WEBIST2005</title>
				<meeting><address><addrLine>Miami, FL, USA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2005-05">May 2005</date>
			<biblScope unit="page" from="168" to="175" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">An Integral Approach to Enterprise Content Management</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">V</forename><surname>Zykov</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of International World Multi-Conference on Systemics, Cybernetics and Informatics (WMSCI 2007)</title>
				<editor>
			<persName><forename type="first">N</forename><surname>Callaos</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">W</forename><surname>Lesso</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><forename type="middle">D</forename><surname>Zinn</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">B</forename><surname>Zmazek</surname></persName>
		</editor>
		<meeting>of International World Multi-Conference on Systemics, Cybernetics and Informatics (WMSCI 2007)<address><addrLine>Orlando, FL, U.S.A.</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2007">July 8-11, 2007</date>
			<biblScope unit="page" from="212" to="216" />
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
