<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://ontologydesignpatterns.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=VioletaDamjanovic</id>
		<title>'Ontology Design Patterns' - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://ontologydesignpatterns.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=VioletaDamjanovic"/>
		<link rel="alternate" type="text/html" href="http://ontologydesignpatterns.org/index.php/Special:Contributions/VioletaDamjanovic"/>
		<updated>2026-04-04T04:20:04Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.25.6</generator>

	<entry>
		<id>http://ontologydesignpatterns.org/index.php?title=Submissions:Classification_scheme_-_path_enumeration_model_-_to_Taxonomy&amp;diff=5712</id>
		<title>Submissions:Classification scheme - path enumeration model - to Taxonomy</title>
		<link rel="alternate" type="text/html" href="http://ontologydesignpatterns.org/index.php?title=Submissions:Classification_scheme_-_path_enumeration_model_-_to_Taxonomy&amp;diff=5712"/>
				<updated>2009-09-08T11:04:35Z</updated>
		
		<summary type="html">&lt;p&gt;VioletaDamjanovic: Review has been created.  Annotation 'assigned' has been removed.  Annotation 'waiting' has been removed.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Reengineering_OP_Proposal_toolbar}}&lt;br /&gt;
{{Reengineering OP Proposal General Information Template&lt;br /&gt;
|Name=Classification scheme - path enumeration model - to Taxonomy&lt;br /&gt;
|Problem=Re-engineering a classification scheme which follows the path enumeration model to design a taxonomy.&lt;br /&gt;
}}&lt;br /&gt;
{{Reengineering OP Proposal NOR Template&lt;br /&gt;
|Description=A non-ontological resource holds a classification scheme which follows the path enumeration model.&lt;br /&gt;
A classification scheme is a rooted tree of concepts, in which each concept groups entities by some particular degree of similarity. The semantics of the hierarchical relation between parents and children concepts may vary depending of the context.&lt;br /&gt;
The path enumeration data model for classification schemes take advantage of that there is one and only one path from the root to every item in the classification. The path enumeration model stores that path as string by concatenating either the edges or the keys of the classification scheme items in the path.&lt;br /&gt;
|Graphical Representation=PathEnumeration.png&lt;br /&gt;
}}&lt;br /&gt;
{{Reengineering OP Proposal Ontology Template&lt;br /&gt;
|Description=The generated ontology will be based on the taxonomy architectural pattern (AP-TX-01). Each category in the classification scheme is mapped to a class, and the semantics of the relationship between children and parent categories are mapped to subClassOf relations.&lt;br /&gt;
|Graphical Representation=Ontology.png&lt;br /&gt;
}}&lt;br /&gt;
{{Reengineering OP Proposal Process Template&lt;br /&gt;
|Description=1. Identify the classification scheme items whose their path enumeration values are equal to their key values, i.e. classification scheme items without parents. &lt;br /&gt;
&lt;br /&gt;
2. For each one of the above identified classification scheme items cei:&lt;br /&gt;
&lt;br /&gt;
2.1. Create the corresponding ontology class, Ci class.&lt;br /&gt;
&lt;br /&gt;
2.2. Identify the classification scheme items, cej , which are children of cei, by using the path enumeration values.&lt;br /&gt;
&lt;br /&gt;
2.3. For each one of the above identified classification scheme items cej :&lt;br /&gt;
&lt;br /&gt;
2.3.1. Create the corresponding ontology class, Cj class.&lt;br /&gt;
&lt;br /&gt;
2.3.2. Set up the subClassOf relation between Cj and Ci.&lt;br /&gt;
&lt;br /&gt;
2.3.3. Repeat from step 2.2 for cej as a new cei.&lt;br /&gt;
&lt;br /&gt;
3. If there are more than one classification scheme items without parent cei&lt;br /&gt;
&lt;br /&gt;
3.1. Create an ad-hoc class as the root class of the ontology.&lt;br /&gt;
&lt;br /&gt;
3.2. Set up the subClassOf relation between Ci class and the root class.&lt;br /&gt;
|Graphical Representation=Wfcspeso.png&lt;br /&gt;
}}&lt;br /&gt;
{{Reengineering OP Proposal Scenario Example Template&lt;br /&gt;
|Description=Suppose that someone wants to build an ontology based on the International Standard Classification of Occupations (for European Union purposes) ISCO-88 (COM). This classification scheme follows the path enumeration data model.&lt;br /&gt;
}}&lt;br /&gt;
{{Reengineering OP Proposal NOR Example Template&lt;br /&gt;
|Description=The International Standard Classification of Occupations (for European Union purposes), 1988 version: ISCO-88 (COM) published by Eurostat is modeled with the path enumeration data model.&lt;br /&gt;
|Graphical Representation=PathEnumerationOccupations.png&lt;br /&gt;
|Web Reference=http://ec.europa.eu/eurostat/ramon/nomenclatures/index.cfm? TargetUrl=LST_NOM&amp;amp;StrLanguageCode=EN&amp;amp;IntFamilyCode=260276&amp;amp;TxtSearch=&lt;br /&gt;
}}&lt;br /&gt;
{{Reengineering OP Proposal Ontology Example Template&lt;br /&gt;
|Description=The generated ontology will be based on the taxonomy architectural pattern (AP-TX-01). Each occupation in the classification scheme is mapped to a class, and the semantics of the relationship between children and parent categories are mapped to subClassOf relations.&lt;br /&gt;
|Graphical Representation=OccupationsOntology.png&lt;br /&gt;
|Web Reference=http://droz.dia.fi.upm.es/hrmontology/&lt;br /&gt;
}}&lt;br /&gt;
{{Reengineering OP Proposal Process Example Template&lt;br /&gt;
|Description=1. Create the LEGISLATORS, SENIOR OFFICIALS AND MANAGERS class.&lt;br /&gt;
&lt;br /&gt;
2. Create the Legislators and senior officials class, and set up the sub-&lt;br /&gt;
ClassOf relation between the Legislators and senior officials class&lt;br /&gt;
and the LEGISLATORS, SENIOR OFFICIALS AND MANAGERS class.&lt;br /&gt;
&lt;br /&gt;
3. Create the Corporate managers class, and set up the subClassOf relation&lt;br /&gt;
between the Corporate managers class and the LEGISLATORS, SENIOR&lt;br /&gt;
OFFICIALS AND MANAGERS class.&lt;br /&gt;
&lt;br /&gt;
4. Create the PROFESSIONALS class.&lt;br /&gt;
&lt;br /&gt;
5. Create the Occupation class.&lt;br /&gt;
&lt;br /&gt;
6. Set up the subClassOf relation between the LEGISLATORS, SENIOR&lt;br /&gt;
OFFICIALS AND MANAGERS class and the Occupation class.&lt;br /&gt;
&lt;br /&gt;
7. Set up the subClassOf relation between the PROFESSIONALS class and the&lt;br /&gt;
Occupation class.&lt;br /&gt;
|Graphical Representation=Wfcspesoexample.png&lt;br /&gt;
}}&lt;br /&gt;
{{Reengineering OP Proposal Additional Information Template&lt;br /&gt;
|SubmittedBy=Boris Villazón Terrazas&lt;br /&gt;
|Author=Boris Villazón Terrazas&lt;br /&gt;
|Also known as=Classification scheme - path enumeration model - to Taxonomy&lt;br /&gt;
|Related to=Use the Architectural Pattern: TX-AP-01&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Scenarios about me}}&lt;br /&gt;
{{Reviews about me}}&lt;br /&gt;
{{Submission to event&lt;br /&gt;
|Event=WOP2009&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Review assigned]]&lt;/div&gt;</summary>
		<author><name>VioletaDamjanovic</name></author>	</entry>

	<entry>
		<id>http://ontologydesignpatterns.org/index.php?title=Reviews:VioletaDamjanovic_about_Classification_scheme_-_path_enumeration_model_-_to_Taxonomy&amp;diff=5711</id>
		<title>Reviews:VioletaDamjanovic about Classification scheme - path enumeration model - to Taxonomy</title>
		<link rel="alternate" type="text/html" href="http://ontologydesignpatterns.org/index.php?title=Reviews:VioletaDamjanovic_about_Classification_scheme_-_path_enumeration_model_-_to_Taxonomy&amp;diff=5711"/>
				<updated>2009-09-08T11:04:34Z</updated>
		
		<summary type="html">&lt;p&gt;VioletaDamjanovic: New page: {{Content OP Proposal Review Template |CreationDate=2009/9/8 |SubmittedBy=VioletaDamjanovic |ContentOPUnderReview=Classification scheme - path enumeration model - to Taxonomy |RevisionID=5...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Content OP Proposal Review Template&lt;br /&gt;
|CreationDate=2009/9/8&lt;br /&gt;
|SubmittedBy=VioletaDamjanovic&lt;br /&gt;
|ContentOPUnderReview=Classification scheme - path enumeration model - to Taxonomy&lt;br /&gt;
|RevisionID=5629&lt;br /&gt;
|Score=2 - accept for certification&lt;br /&gt;
|ReviewSummary=Path enumeration model stores a path from the root to every node in the tree by concatenating them in the path. The proposed pattern describes the way of translating classification scheme into taxonomy using path enumeration model. This pattern is explained nicely and simple enough to be widely used and accepted for a specific purpose. &lt;br /&gt;
|ReviewConfidence=Not confident with the problem addressed, rather the domain of the pattern. &lt;br /&gt;
|ReviewProblems=The main problem of this pattern can be seen in its reusability. As for each classification scheme that is going to be translated into taxonomy, the path enumeration brings unique concatenations between the tree' nodes. Therefore, the proposed pattern must be uniquely organized according to the specific classification scheme. To my understanding of the problem, changing classification scheme brings new results of the applied path enumeration method. Otherwise, in case of translating wide-known classification cheme into taxonomy, such a pattern can be recommended to be used/reused.&lt;br /&gt;
|ReviewRelevance=The proposed pattern is relevant to the wide community around the Semantic Web and ontologies, not particularly only to the ontologydesignpatterns.org. &lt;br /&gt;
|ReviewBestPractice=The proposed pattern is definitely an interesting solution to the translation of classification scheme into taxonomy. &lt;br /&gt;
|ReviewReusability=The reusability of the pattern is strictly related to classification scheme. &lt;br /&gt;
|ReviewRelations=As the author of the pattern stated, it is related to the Architectural pattern TX-AP-01.&lt;br /&gt;
|ReviewUnderstandability=Well presented.&lt;br /&gt;
|ReviewClearProblem=It is clear enough. &lt;br /&gt;
|ReviewClearRelevance=It is clear.&lt;br /&gt;
|ReviewFigures=It is clear.&lt;br /&gt;
|ReviewMissing=Parhaps some real usage of the proposed pattern can be found. &lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>VioletaDamjanovic</name></author>	</entry>

	<entry>
		<id>http://ontologydesignpatterns.org/index.php?title=Ontology_Design_Patterns_._org_(ODP)&amp;diff=4604</id>
		<title>Ontology Design Patterns . org (ODP)</title>
		<link rel="alternate" type="text/html" href="http://ontologydesignpatterns.org/index.php?title=Ontology_Design_Patterns_._org_(ODP)&amp;diff=4604"/>
				<updated>2009-06-24T22:05:32Z</updated>
		
		<summary type="html">&lt;p&gt;VioletaDamjanovic: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Latest news box}}&lt;br /&gt;
&lt;br /&gt;
[[Main_Page| OntologyDesignPatterns.org]] '''is a Semantic Web portal dedicated to ontology design patterns (ODPs)'''. &lt;br /&gt;
The portal started under the NeOn project that still partly supports its development ([http://www.neon-project.org  http://www.neon-project.org]).&lt;br /&gt;
&lt;br /&gt;
[[Image:Neonlogo.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''[[WOP2009:Main| Visit the home page of the 1st Workshop on Ontology Patterns (WOP) - at ISWC 2009]]'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{MainPageMap}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There is much more... &lt;br /&gt;
Check out the [[Odp:About|about ODP page]] for more information on the portal content and structure.&lt;br /&gt;
&lt;br /&gt;
{{Info tip| If you have no idea what we are talking about, visit the [[Odp:WhatIsAPattern|&amp;quot;What is a pattern?&amp;quot;]] page.}}&lt;/div&gt;</summary>
		<author><name>VioletaDamjanovic</name></author>	</entry>

	<entry>
		<id>http://ontologydesignpatterns.org/index.php?title=Ontology_Design_Patterns_._org_(ODP)&amp;diff=4603</id>
		<title>Ontology Design Patterns . org (ODP)</title>
		<link rel="alternate" type="text/html" href="http://ontologydesignpatterns.org/index.php?title=Ontology_Design_Patterns_._org_(ODP)&amp;diff=4603"/>
				<updated>2009-06-24T21:57:47Z</updated>
		
		<summary type="html">&lt;p&gt;VioletaDamjanovic: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Latest news box}}&lt;br /&gt;
&lt;br /&gt;
[[Main_Page| OntologyDesignPatterns.org]] '''is a Semantic Web portal dedicated to ontology design patterns (ODPs)'''. &lt;br /&gt;
The portal started under the NeOn project that still partly supports its development ([http://www.neon-project.org  http://www.neon-project.org]).&lt;br /&gt;
&lt;br /&gt;
[[Image:Neonlogo.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''[[WOP2009:Main| Visit the home page of the 1st Workshop on Ontology Patterns (WOP) - a ISWC Workshop]]'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{MainPageMap}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There is much more... &lt;br /&gt;
Check out the [[Odp:About|about ODP page]] for more information on the portal content and structure.&lt;br /&gt;
&lt;br /&gt;
{{Info tip| If you have no idea what we are talking about, visit the [[Odp:WhatIsAPattern|&amp;quot;What is a pattern?&amp;quot;]] page.}}&lt;/div&gt;</summary>
		<author><name>VioletaDamjanovic</name></author>	</entry>

	<entry>
		<id>http://ontologydesignpatterns.org/index.php?title=%27Ontology_Design_Patterns%27:News/3&amp;diff=3892</id>
		<title>'Ontology Design Patterns':News/3</title>
		<link rel="alternate" type="text/html" href="http://ontologydesignpatterns.org/index.php?title=%27Ontology_Design_Patterns%27:News/3&amp;diff=3892"/>
				<updated>2009-04-06T09:52:14Z</updated>
		
		<summary type="html">&lt;p&gt;VioletaDamjanovic: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{NewsInfo&lt;br /&gt;
|SubmittedBy=VioletaDamjanovic&lt;br /&gt;
|PostedOn=2009-04-2T10:10:52&lt;br /&gt;
|ShortText=New presentation called &amp;quot;The Loreley of Ontology Design Patterns&amp;quot; is now available in Training navigation area http://ontologydesignpatterns.org/wiki/Training:The_Loreley_of_Ontology_Design_Patterns&lt;br /&gt;
}}&lt;br /&gt;
{{TitleDescription Template&lt;br /&gt;
|Title=The Loreley of Ontology Design Patterns&lt;br /&gt;
|Description=The purpose of this presentation is to inform, educate and disseminate information on the Ontology Design Patterns only in an informative way. It is available in Training navigation area at http://ontologydesignpatterns.org/wiki/Training:The_Loreley_of_Ontology_Design_Patterns&lt;br /&gt;
&lt;br /&gt;
This presentation has been prepared to be given to the seminar attendees in Salzburg Research and GOOD OLD AI network. &lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>VioletaDamjanovic</name></author>	</entry>

	<entry>
		<id>http://ontologydesignpatterns.org/index.php?title=%27Ontology_Design_Patterns%27:News/3&amp;diff=3884</id>
		<title>'Ontology Design Patterns':News/3</title>
		<link rel="alternate" type="text/html" href="http://ontologydesignpatterns.org/index.php?title=%27Ontology_Design_Patterns%27:News/3&amp;diff=3884"/>
				<updated>2009-04-02T11:06:59Z</updated>
		
		<summary type="html">&lt;p&gt;VioletaDamjanovic: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{NewsInfo&lt;br /&gt;
|SubmittedBy=VioletaDamjanovic&lt;br /&gt;
|PostedOn=2009-04-2T10:10:52&lt;br /&gt;
|ShortText=New presentation called &amp;quot;The Loreley of Ontology Design Patterns&amp;quot; is now available in Training navigation area http://ontologydesignpatterns.org/wiki/Training:The_Loreley_of_Ontology_Design_Patterns &lt;br /&gt;
}}&lt;br /&gt;
{{TitleDescription Template&lt;br /&gt;
|Title=The Loreley of Ontology Design Patterns&lt;br /&gt;
|Description=The purpose of this presentation is to inform, educate and disseminate information on the Ontology Design Patterns only in an informative way. It is available in Training navigation area at http://ontologydesignpatterns.org/wiki/Training:The_Loreley_of_Ontology_Design_Patterns &lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>VioletaDamjanovic</name></author>	</entry>

	<entry>
		<id>http://ontologydesignpatterns.org/index.php?title=%27Ontology_Design_Patterns%27:News/3&amp;diff=3883</id>
		<title>'Ontology Design Patterns':News/3</title>
		<link rel="alternate" type="text/html" href="http://ontologydesignpatterns.org/index.php?title=%27Ontology_Design_Patterns%27:News/3&amp;diff=3883"/>
				<updated>2009-04-02T11:04:55Z</updated>
		
		<summary type="html">&lt;p&gt;VioletaDamjanovic: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{NewsInfo&lt;br /&gt;
|SubmittedBy=VioletaDamjanovic&lt;br /&gt;
|PostedOn=2009-04-2T10:10:52&lt;br /&gt;
|ShortText=New presentation called &amp;quot;The Loreley of Ontology Design Patterns&amp;quot; is now available in Training navigation area http://ontologydesignpatterns.org/wiki/Training:The_Loreley_of_Ontology_Design_Patterns &lt;br /&gt;
}}&lt;br /&gt;
{{TitleDescription Template&lt;br /&gt;
|Title=The Loreley of Ontology Design Patterns&lt;br /&gt;
|Description=The purpose of this presentation is to inform, educate and disseminate information on the Ontology Design Patterns concepts. It is now available in Training navigation area at http://ontologydesignpatterns.org/wiki/Training:The_Loreley_of_Ontology_Design_Patterns &lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>VioletaDamjanovic</name></author>	</entry>

	<entry>
		<id>http://ontologydesignpatterns.org/index.php?title=%27Ontology_Design_Patterns%27:News/3&amp;diff=3882</id>
		<title>'Ontology Design Patterns':News/3</title>
		<link rel="alternate" type="text/html" href="http://ontologydesignpatterns.org/index.php?title=%27Ontology_Design_Patterns%27:News/3&amp;diff=3882"/>
				<updated>2009-04-02T11:03:35Z</updated>
		
		<summary type="html">&lt;p&gt;VioletaDamjanovic: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{NewsInfo&lt;br /&gt;
|SubmittedBy=VioletaDamjanovic&lt;br /&gt;
|PostedOn=2009-04-2T10:10:52&lt;br /&gt;
|ShortText=New presentation called &amp;quot;The Loreley of Ontology Design Patterns&amp;quot; is now available in Training navigation area http://ontologydesignpatterns.org/wiki/Training:The_Loreley_of_Ontology_Design_Patterns &lt;br /&gt;
}}&lt;br /&gt;
{{TitleDescription Template&lt;br /&gt;
|Title=The Loreley of Ontology Design Patterns&lt;br /&gt;
|Description=The presentation is now available in Training navigation area http://ontologydesignpatterns.org/wiki/Training:The_Loreley_of_Ontology_Design_Patterns &lt;br /&gt;
The purpose of this presentation is to inform, educate and disseminate information on the Ontology Design Patterns concepts. &lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>VioletaDamjanovic</name></author>	</entry>

	<entry>
		<id>http://ontologydesignpatterns.org/index.php?title=%27Ontology_Design_Patterns%27:News/3&amp;diff=3881</id>
		<title>'Ontology Design Patterns':News/3</title>
		<link rel="alternate" type="text/html" href="http://ontologydesignpatterns.org/index.php?title=%27Ontology_Design_Patterns%27:News/3&amp;diff=3881"/>
				<updated>2009-04-02T11:00:16Z</updated>
		
		<summary type="html">&lt;p&gt;VioletaDamjanovic: New page: {{NewsInfo |SubmittedBy=VioletaDamjanovic |PostedOn=2009-04-2T10:10:52 |ShortText=New presentation called &amp;quot;The Loreley of Ontology Design Patterns&amp;quot; is now available in Training navigation ...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{NewsInfo&lt;br /&gt;
|SubmittedBy=VioletaDamjanovic&lt;br /&gt;
|PostedOn=2009-04-2T10:10:52&lt;br /&gt;
|ShortText=New presentation called &amp;quot;The Loreley of Ontology Design Patterns&amp;quot; is now available in Training navigation area http://ontologydesignpatterns.org/wiki/Training:The_Loreley_of_Ontology_Design_Patterns &lt;br /&gt;
}}&lt;br /&gt;
{{TitleDescription Template&lt;br /&gt;
|Title=The Loreley of Ontology Design Patterns&lt;br /&gt;
|Description=The purpose of this presentation is to inform, educate and disseminate information on the Ontology Design Patterns concepts. &lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>VioletaDamjanovic</name></author>	</entry>

	<entry>
		<id>http://ontologydesignpatterns.org/index.php?title=Training:The_Loreley_of_Ontology_Design_Patterns&amp;diff=3880</id>
		<title>Training:The Loreley of Ontology Design Patterns</title>
		<link rel="alternate" type="text/html" href="http://ontologydesignpatterns.org/index.php?title=Training:The_Loreley_of_Ontology_Design_Patterns&amp;diff=3880"/>
				<updated>2009-04-02T10:29:44Z</updated>
		
		<summary type="html">&lt;p&gt;VioletaDamjanovic: New page: {{Tutorial Template |Title=The Loreley of Ontology Design Patterns |Author=VioletaDamjanovic,  |Goal=Education &amp;amp; Dissemination |Description=As Loreley stands for alluring and echoing singi...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Tutorial Template&lt;br /&gt;
|Title=The Loreley of Ontology Design Patterns&lt;br /&gt;
|Author=VioletaDamjanovic, &lt;br /&gt;
|Goal=Education &amp;amp; Dissemination&lt;br /&gt;
|Description=As Loreley stands for alluring and echoing singing of the ancient Greek sirens, the role of Ontology Design Patterns has been seen in designing solutions to the echoing (frequent) modelling problems in ontology engineering that help in creating rich and straightforward ontologies with reduced effort. The aim of this presentation is to briefly introduce us to the Ontology Design Patterns as a helphul ontology engineering paradigm. &lt;br /&gt;
}}&lt;br /&gt;
{{Tutorial resources begin}}&lt;br /&gt;
{{External Resource Template&lt;br /&gt;
|Location=http://www.slideshare.net/vdamjanovic/3the-loreley-of-the-odpmarch-2009public&lt;br /&gt;
}}&lt;br /&gt;
{{Tutorial exercises}}&lt;/div&gt;</summary>
		<author><name>VioletaDamjanovic</name></author>	</entry>

	<entry>
		<id>http://ontologydesignpatterns.org/index.php?title=User_talk:VioletaDamjanovic&amp;diff=3587</id>
		<title>User talk:VioletaDamjanovic</title>
		<link rel="alternate" type="text/html" href="http://ontologydesignpatterns.org/index.php?title=User_talk:VioletaDamjanovic&amp;diff=3587"/>
				<updated>2009-02-27T22:46:14Z</updated>
		
		<summary type="html">&lt;p&gt;VioletaDamjanovic: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Welcome to ''Odp''!''' We hope you will contribute much and well. &lt;br /&gt;
You will probably want to read the [[Help:Contents|help pages]]. Again, welcome and have fun! [[User:ValentinaPresutti|Admin]] 16:18, 3 February 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Violeta' talk&lt;br /&gt;
&lt;br /&gt;
1. &amp;quot;Ontologizing Business Processes&amp;quot; talk at the Research Seminar on Process Modelling Patterns, 24th of February 2009, ISTC, Rome, Italy &lt;br /&gt;
&lt;br /&gt;
2. &amp;quot;Ontology Design Patterns Starter Guide&amp;quot; talk at KIS (Knowledge based IS) group meeting, 5th of March 2009, SRFG, Salzburg, Austria&lt;/div&gt;</summary>
		<author><name>VioletaDamjanovic</name></author>	</entry>

	<entry>
		<id>http://ontologydesignpatterns.org/index.php?title=Help:Contents&amp;diff=3586</id>
		<title>Help:Contents</title>
		<link rel="alternate" type="text/html" href="http://ontologydesignpatterns.org/index.php?title=Help:Contents&amp;diff=3586"/>
				<updated>2009-02-27T22:45:12Z</updated>
		
		<summary type="html">&lt;p&gt;VioletaDamjanovic: Removing all content from page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>VioletaDamjanovic</name></author>	</entry>

	<entry>
		<id>http://ontologydesignpatterns.org/index.php?title=Help:Contents&amp;diff=3585</id>
		<title>Help:Contents</title>
		<link rel="alternate" type="text/html" href="http://ontologydesignpatterns.org/index.php?title=Help:Contents&amp;diff=3585"/>
				<updated>2009-02-27T22:43:24Z</updated>
		
		<summary type="html">&lt;p&gt;VioletaDamjanovic: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;1. &amp;quot;Ontologizing Business Processes&amp;quot; talk at the Research Seminar on Process Modelling Patterns, 24th of February 2009, ISTC, Rome, Italy &lt;br /&gt;
&lt;br /&gt;
2. &amp;quot;Ontology Design Patterns Starter Guide&amp;quot; talk at KIS (Knowledge based IS) group meeting, 5th of March 2009, SRFG, Salzburg, Austria&lt;/div&gt;</summary>
		<author><name>VioletaDamjanovic</name></author>	</entry>

	<entry>
		<id>http://ontologydesignpatterns.org/index.php?title=Help:Contents&amp;diff=3584</id>
		<title>Help:Contents</title>
		<link rel="alternate" type="text/html" href="http://ontologydesignpatterns.org/index.php?title=Help:Contents&amp;diff=3584"/>
				<updated>2009-02-27T22:43:06Z</updated>
		
		<summary type="html">&lt;p&gt;VioletaDamjanovic: New page: 1. &amp;quot;Ontologizing Business Processes&amp;quot; talk at the Research Seminar on Process Modelling Patterns, 24th of February 2009, ISTC, Rome, Italy  2. &amp;quot;Ontology Design Patterns Starter Guide&amp;quot; talk ...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;1. &amp;quot;Ontologizing Business Processes&amp;quot; talk at the Research Seminar on Process Modelling Patterns, 24th of February 2009, ISTC, Rome, Italy &lt;br /&gt;
2. &amp;quot;Ontology Design Patterns Starter Guide&amp;quot; talk at KIS (Knowledge based IS) group meeting, 5th of March 2009, SRFG, Salzburg, Austria&lt;/div&gt;</summary>
		<author><name>VioletaDamjanovic</name></author>	</entry>

	<entry>
		<id>http://ontologydesignpatterns.org/index.php?title=%27Ontology_Design_Patterns%27:EB-1st-f2f-2009Feb23&amp;diff=3252</id>
		<title>'Ontology Design Patterns':EB-1st-f2f-2009Feb23</title>
		<link rel="alternate" type="text/html" href="http://ontologydesignpatterns.org/index.php?title=%27Ontology_Design_Patterns%27:EB-1st-f2f-2009Feb23&amp;diff=3252"/>
				<updated>2009-02-04T22:29:32Z</updated>
		
		<summary type="html">&lt;p&gt;VioletaDamjanovic: /* Process Modeling Pattern Seminar (attendees) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
&lt;br /&gt;
= First Face 2 Face meeting of odp Editorial Board =&lt;br /&gt;
&lt;br /&gt;
=== Agenda ===&lt;br /&gt;
&lt;br /&gt;
=== Venue ===&lt;br /&gt;
&lt;br /&gt;
The meeting will be held at the '''Institute for Cognitive Science and Technology''', '''Piaget''' room (first floor).&lt;br /&gt;
&lt;br /&gt;
Via San Martino della Battaglia 44, Rome&lt;br /&gt;
&lt;br /&gt;
=== Hotels ===&lt;br /&gt;
&lt;br /&gt;
==== *** ====&lt;br /&gt;
&lt;br /&gt;
'''Hotel Villa delle Rose'''  &lt;br /&gt;
* Address: Via Vicenza 5 &lt;br /&gt;
* Phone: +39-06-4451795&lt;br /&gt;
&lt;br /&gt;
* Rates:&lt;br /&gt;
** Single room: Euro 75,00&lt;br /&gt;
** Double room: Euro 100,00&lt;br /&gt;
** Breakfast included&lt;br /&gt;
&lt;br /&gt;
* Distance and Route: walking distance, 3 minutes&lt;br /&gt;
 &lt;br /&gt;
* Web site: http://www.villadellerose.it/it/index.htm&lt;br /&gt;
&lt;br /&gt;
'''Hotel S. Marco'''  &lt;br /&gt;
* Address: Via Villafranca 1 &lt;br /&gt;
* Phone: +3906490437 &lt;br /&gt;
&lt;br /&gt;
* Services: &lt;br /&gt;
** Pay tv &lt;br /&gt;
** Internet access &lt;br /&gt;
** minibar &lt;br /&gt;
** From 29.01.2009 to 15.03.2009 (free of charge)  &lt;br /&gt;
&lt;br /&gt;
* Rates:&lt;br /&gt;
** Single room : Euro 80&lt;br /&gt;
** Double room single occupancy: Euro 90&lt;br /&gt;
** Double room : Euro 99,00&lt;br /&gt;
&lt;br /&gt;
* Distance and route: 1 minute walking distance&lt;br /&gt;
&lt;br /&gt;
* Web site: http://www.hotelsanmarcoroma.com/&lt;br /&gt;
&lt;br /&gt;
'''Hotel Montecarlo'''  &lt;br /&gt;
* Address: Via Palestro 17/a &lt;br /&gt;
* Phone: +39064460000&lt;br /&gt;
&lt;br /&gt;
* Rates: &lt;br /&gt;
** Single room: Euro 70,00&lt;br /&gt;
** Double room :Euro 90,00&lt;br /&gt;
&lt;br /&gt;
* Distance and route: 4 minutes walking distance&lt;br /&gt;
&lt;br /&gt;
* Web site: http://laral.istc.cnr.it/address.htm&lt;br /&gt;
&lt;br /&gt;
==== **** ====&lt;br /&gt;
&lt;br /&gt;
'''Hotel Artemide'''&lt;br /&gt;
&lt;br /&gt;
* Address: Via Nazionale 22 &lt;br /&gt;
* Phone: +3906489911&lt;br /&gt;
&lt;br /&gt;
* Services&lt;br /&gt;
** Internet access&lt;br /&gt;
** Mini-bar&lt;br /&gt;
** Room service&lt;br /&gt;
** Satellite TV&lt;br /&gt;
** Free daily newspaper&lt;br /&gt;
&lt;br /&gt;
* Rates: &lt;br /&gt;
** Single room:   Euro 170,00&lt;br /&gt;
** Double single use : Euro 170,00&lt;br /&gt;
** Breakfast included&lt;br /&gt;
&lt;br /&gt;
* Distance and route: 10 minutes walking &lt;br /&gt;
&lt;br /&gt;
* Web site: http://www.hotelartemide.it/en/index.htm&lt;br /&gt;
&lt;br /&gt;
'''Hotel Cosmopolita'''&lt;br /&gt;
* Address: Via di Sant'Eufemia 5 (close to Piazza Venezia)&lt;br /&gt;
* Phone: +390699707606&lt;br /&gt;
&lt;br /&gt;
* Services:&lt;br /&gt;
** Internet access&lt;br /&gt;
** Mini-bar&lt;br /&gt;
** Direct phone&lt;br /&gt;
** Satellite TV&lt;br /&gt;
** Room service&lt;br /&gt;
&lt;br /&gt;
* Rates&lt;br /&gt;
** Single room : Euro   120,00&lt;br /&gt;
** Double room: Euro  130,00&lt;br /&gt;
** Breakfast included&lt;br /&gt;
&lt;br /&gt;
Web site: http://www.leonardihotels.com/Pace-Elvezia/index2.jsp&lt;br /&gt;
&lt;br /&gt;
* Distance and route: Take the bus 40 in Piazza Venezia and get off after three stops at Termini Station. From Termini walk for 5 minutes.&lt;br /&gt;
&lt;br /&gt;
* Web site: http://www.hotel-cosmopolita.com/&lt;br /&gt;
&lt;br /&gt;
'''Hotel Pace Elvetia'''&lt;br /&gt;
* Address: Via IV Novembre 104 &lt;br /&gt;
* Phone: +39066795105&lt;br /&gt;
&lt;br /&gt;
* Services:&lt;br /&gt;
** Wi-Fi in the hall&lt;br /&gt;
** Bar and Rooftop Terrace&lt;br /&gt;
** Remote control satellite tv&lt;br /&gt;
** Minibar&lt;br /&gt;
** Direct-dial telephone &lt;br /&gt;
&lt;br /&gt;
* Rates:&lt;br /&gt;
** Single room : Euro   80,00&lt;br /&gt;
** Double room: Euro 100,00&lt;br /&gt;
** Breakfast included&lt;br /&gt;
&lt;br /&gt;
* Distance and route: Take the bus 40 in Piazza Venezia and get off after three stops at Termini Station. From Termini just walk for 5 minutes.&lt;br /&gt;
&lt;br /&gt;
* Web site: http://www.leonardihotels.com/Pace-Elvezia/index2.jsp&lt;br /&gt;
&lt;br /&gt;
=== Editorial Board member ===&lt;br /&gt;
{{Group eb members}}&lt;br /&gt;
&lt;br /&gt;
=== Attendees ===&lt;br /&gt;
* [[User:ValentinaPresutti| Valentina Presutti]]&lt;br /&gt;
* [[User:RimDJEDIDI| Rim Djedidi]]&lt;br /&gt;
* [[User:VojtechSvatek| Vojtech Svatek]]&lt;br /&gt;
* [[User:VioletaDamjanovic| Violeta Damjanovic]]&lt;br /&gt;
&lt;br /&gt;
=== Sunday dinner attendees ===&lt;br /&gt;
&lt;br /&gt;
* [[USer:ValentinaPresutti| Valentina Presutti]]&lt;br /&gt;
* [[USer:RimDJEDIDI| Rim Djedidi]]&lt;br /&gt;
* [[User:VojtechSvatek| Vojtech Svatek]] (coming quite late, after 11pm, if at all)&lt;br /&gt;
&lt;br /&gt;
=== Monday dinner attendees ===&lt;br /&gt;
* [[USer:ValentinaPresutti| Valentina Presutti]]&lt;br /&gt;
* [[User:VojtechSvatek| Vojtech Svatek]]&lt;br /&gt;
* [[User:VioletaDamjanovic| Violeta Damjanovic]]&lt;br /&gt;
&lt;br /&gt;
=== Process Modeling Pattern Seminar (attendees) ===&lt;br /&gt;
* [[USer:ValentinaPresutti| Valentina Presutti]]&lt;br /&gt;
* [[User:VioletaDamjanovic| Violeta Damjanovic]]&lt;br /&gt;
&lt;br /&gt;
=== Minutes ===&lt;/div&gt;</summary>
		<author><name>VioletaDamjanovic</name></author>	</entry>

	<entry>
		<id>http://ontologydesignpatterns.org/index.php?title=%27Ontology_Design_Patterns%27:EB-1st-f2f-2009Feb23&amp;diff=3251</id>
		<title>'Ontology Design Patterns':EB-1st-f2f-2009Feb23</title>
		<link rel="alternate" type="text/html" href="http://ontologydesignpatterns.org/index.php?title=%27Ontology_Design_Patterns%27:EB-1st-f2f-2009Feb23&amp;diff=3251"/>
				<updated>2009-02-04T22:28:35Z</updated>
		
		<summary type="html">&lt;p&gt;VioletaDamjanovic: /* Monday dinner attendees */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
&lt;br /&gt;
= First Face 2 Face meeting of odp Editorial Board =&lt;br /&gt;
&lt;br /&gt;
=== Agenda ===&lt;br /&gt;
&lt;br /&gt;
=== Venue ===&lt;br /&gt;
&lt;br /&gt;
The meeting will be held at the '''Institute for Cognitive Science and Technology''', '''Piaget''' room (first floor).&lt;br /&gt;
&lt;br /&gt;
Via San Martino della Battaglia 44, Rome&lt;br /&gt;
&lt;br /&gt;
=== Hotels ===&lt;br /&gt;
&lt;br /&gt;
==== *** ====&lt;br /&gt;
&lt;br /&gt;
'''Hotel Villa delle Rose'''  &lt;br /&gt;
* Address: Via Vicenza 5 &lt;br /&gt;
* Phone: +39-06-4451795&lt;br /&gt;
&lt;br /&gt;
* Rates:&lt;br /&gt;
** Single room: Euro 75,00&lt;br /&gt;
** Double room: Euro 100,00&lt;br /&gt;
** Breakfast included&lt;br /&gt;
&lt;br /&gt;
* Distance and Route: walking distance, 3 minutes&lt;br /&gt;
 &lt;br /&gt;
* Web site: http://www.villadellerose.it/it/index.htm&lt;br /&gt;
&lt;br /&gt;
'''Hotel S. Marco'''  &lt;br /&gt;
* Address: Via Villafranca 1 &lt;br /&gt;
* Phone: +3906490437 &lt;br /&gt;
&lt;br /&gt;
* Services: &lt;br /&gt;
** Pay tv &lt;br /&gt;
** Internet access &lt;br /&gt;
** minibar &lt;br /&gt;
** From 29.01.2009 to 15.03.2009 (free of charge)  &lt;br /&gt;
&lt;br /&gt;
* Rates:&lt;br /&gt;
** Single room : Euro 80&lt;br /&gt;
** Double room single occupancy: Euro 90&lt;br /&gt;
** Double room : Euro 99,00&lt;br /&gt;
&lt;br /&gt;
* Distance and route: 1 minute walking distance&lt;br /&gt;
&lt;br /&gt;
* Web site: http://www.hotelsanmarcoroma.com/&lt;br /&gt;
&lt;br /&gt;
'''Hotel Montecarlo'''  &lt;br /&gt;
* Address: Via Palestro 17/a &lt;br /&gt;
* Phone: +39064460000&lt;br /&gt;
&lt;br /&gt;
* Rates: &lt;br /&gt;
** Single room: Euro 70,00&lt;br /&gt;
** Double room :Euro 90,00&lt;br /&gt;
&lt;br /&gt;
* Distance and route: 4 minutes walking distance&lt;br /&gt;
&lt;br /&gt;
* Web site: http://laral.istc.cnr.it/address.htm&lt;br /&gt;
&lt;br /&gt;
==== **** ====&lt;br /&gt;
&lt;br /&gt;
'''Hotel Artemide'''&lt;br /&gt;
&lt;br /&gt;
* Address: Via Nazionale 22 &lt;br /&gt;
* Phone: +3906489911&lt;br /&gt;
&lt;br /&gt;
* Services&lt;br /&gt;
** Internet access&lt;br /&gt;
** Mini-bar&lt;br /&gt;
** Room service&lt;br /&gt;
** Satellite TV&lt;br /&gt;
** Free daily newspaper&lt;br /&gt;
&lt;br /&gt;
* Rates: &lt;br /&gt;
** Single room:   Euro 170,00&lt;br /&gt;
** Double single use : Euro 170,00&lt;br /&gt;
** Breakfast included&lt;br /&gt;
&lt;br /&gt;
* Distance and route: 10 minutes walking &lt;br /&gt;
&lt;br /&gt;
* Web site: http://www.hotelartemide.it/en/index.htm&lt;br /&gt;
&lt;br /&gt;
'''Hotel Cosmopolita'''&lt;br /&gt;
* Address: Via di Sant'Eufemia 5 (close to Piazza Venezia)&lt;br /&gt;
* Phone: +390699707606&lt;br /&gt;
&lt;br /&gt;
* Services:&lt;br /&gt;
** Internet access&lt;br /&gt;
** Mini-bar&lt;br /&gt;
** Direct phone&lt;br /&gt;
** Satellite TV&lt;br /&gt;
** Room service&lt;br /&gt;
&lt;br /&gt;
* Rates&lt;br /&gt;
** Single room : Euro   120,00&lt;br /&gt;
** Double room: Euro  130,00&lt;br /&gt;
** Breakfast included&lt;br /&gt;
&lt;br /&gt;
Web site: http://www.leonardihotels.com/Pace-Elvezia/index2.jsp&lt;br /&gt;
&lt;br /&gt;
* Distance and route: Take the bus 40 in Piazza Venezia and get off after three stops at Termini Station. From Termini walk for 5 minutes.&lt;br /&gt;
&lt;br /&gt;
* Web site: http://www.hotel-cosmopolita.com/&lt;br /&gt;
&lt;br /&gt;
'''Hotel Pace Elvetia'''&lt;br /&gt;
* Address: Via IV Novembre 104 &lt;br /&gt;
* Phone: +39066795105&lt;br /&gt;
&lt;br /&gt;
* Services:&lt;br /&gt;
** Wi-Fi in the hall&lt;br /&gt;
** Bar and Rooftop Terrace&lt;br /&gt;
** Remote control satellite tv&lt;br /&gt;
** Minibar&lt;br /&gt;
** Direct-dial telephone &lt;br /&gt;
&lt;br /&gt;
* Rates:&lt;br /&gt;
** Single room : Euro   80,00&lt;br /&gt;
** Double room: Euro 100,00&lt;br /&gt;
** Breakfast included&lt;br /&gt;
&lt;br /&gt;
* Distance and route: Take the bus 40 in Piazza Venezia and get off after three stops at Termini Station. From Termini just walk for 5 minutes.&lt;br /&gt;
&lt;br /&gt;
* Web site: http://www.leonardihotels.com/Pace-Elvezia/index2.jsp&lt;br /&gt;
&lt;br /&gt;
=== Editorial Board member ===&lt;br /&gt;
{{Group eb members}}&lt;br /&gt;
&lt;br /&gt;
=== Attendees ===&lt;br /&gt;
* [[User:ValentinaPresutti| Valentina Presutti]]&lt;br /&gt;
* [[User:RimDJEDIDI| Rim Djedidi]]&lt;br /&gt;
* [[User:VojtechSvatek| Vojtech Svatek]]&lt;br /&gt;
* [[User:VioletaDamjanovic| Violeta Damjanovic]]&lt;br /&gt;
&lt;br /&gt;
=== Sunday dinner attendees ===&lt;br /&gt;
&lt;br /&gt;
* [[USer:ValentinaPresutti| Valentina Presutti]]&lt;br /&gt;
* [[USer:RimDJEDIDI| Rim Djedidi]]&lt;br /&gt;
* [[User:VojtechSvatek| Vojtech Svatek]] (coming quite late, after 11pm, if at all)&lt;br /&gt;
&lt;br /&gt;
=== Monday dinner attendees ===&lt;br /&gt;
* [[USer:ValentinaPresutti| Valentina Presutti]]&lt;br /&gt;
* [[User:VojtechSvatek| Vojtech Svatek]]&lt;br /&gt;
* [[User:VioletaDamjanovic| Violeta Damjanovic]]&lt;br /&gt;
&lt;br /&gt;
=== Process Modeling Pattern Seminar (attendees) ===&lt;br /&gt;
* [[USer:ValentinaPresutti| Valentina Presutti]]&lt;br /&gt;
&lt;br /&gt;
=== Minutes ===&lt;/div&gt;</summary>
		<author><name>VioletaDamjanovic</name></author>	</entry>

	<entry>
		<id>http://ontologydesignpatterns.org/index.php?title=%27Ontology_Design_Patterns%27:EB-1st-f2f-2009Feb23&amp;diff=3250</id>
		<title>'Ontology Design Patterns':EB-1st-f2f-2009Feb23</title>
		<link rel="alternate" type="text/html" href="http://ontologydesignpatterns.org/index.php?title=%27Ontology_Design_Patterns%27:EB-1st-f2f-2009Feb23&amp;diff=3250"/>
				<updated>2009-02-04T22:27:29Z</updated>
		
		<summary type="html">&lt;p&gt;VioletaDamjanovic: /* Monday dinner attendees */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
&lt;br /&gt;
= First Face 2 Face meeting of odp Editorial Board =&lt;br /&gt;
&lt;br /&gt;
=== Agenda ===&lt;br /&gt;
&lt;br /&gt;
=== Venue ===&lt;br /&gt;
&lt;br /&gt;
The meeting will be held at the '''Institute for Cognitive Science and Technology''', '''Piaget''' room (first floor).&lt;br /&gt;
&lt;br /&gt;
Via San Martino della Battaglia 44, Rome&lt;br /&gt;
&lt;br /&gt;
=== Hotels ===&lt;br /&gt;
&lt;br /&gt;
==== *** ====&lt;br /&gt;
&lt;br /&gt;
'''Hotel Villa delle Rose'''  &lt;br /&gt;
* Address: Via Vicenza 5 &lt;br /&gt;
* Phone: +39-06-4451795&lt;br /&gt;
&lt;br /&gt;
* Rates:&lt;br /&gt;
** Single room: Euro 75,00&lt;br /&gt;
** Double room: Euro 100,00&lt;br /&gt;
** Breakfast included&lt;br /&gt;
&lt;br /&gt;
* Distance and Route: walking distance, 3 minutes&lt;br /&gt;
 &lt;br /&gt;
* Web site: http://www.villadellerose.it/it/index.htm&lt;br /&gt;
&lt;br /&gt;
'''Hotel S. Marco'''  &lt;br /&gt;
* Address: Via Villafranca 1 &lt;br /&gt;
* Phone: +3906490437 &lt;br /&gt;
&lt;br /&gt;
* Services: &lt;br /&gt;
** Pay tv &lt;br /&gt;
** Internet access &lt;br /&gt;
** minibar &lt;br /&gt;
** From 29.01.2009 to 15.03.2009 (free of charge)  &lt;br /&gt;
&lt;br /&gt;
* Rates:&lt;br /&gt;
** Single room : Euro 80&lt;br /&gt;
** Double room single occupancy: Euro 90&lt;br /&gt;
** Double room : Euro 99,00&lt;br /&gt;
&lt;br /&gt;
* Distance and route: 1 minute walking distance&lt;br /&gt;
&lt;br /&gt;
* Web site: http://www.hotelsanmarcoroma.com/&lt;br /&gt;
&lt;br /&gt;
'''Hotel Montecarlo'''  &lt;br /&gt;
* Address: Via Palestro 17/a &lt;br /&gt;
* Phone: +39064460000&lt;br /&gt;
&lt;br /&gt;
* Rates: &lt;br /&gt;
** Single room: Euro 70,00&lt;br /&gt;
** Double room :Euro 90,00&lt;br /&gt;
&lt;br /&gt;
* Distance and route: 4 minutes walking distance&lt;br /&gt;
&lt;br /&gt;
* Web site: http://laral.istc.cnr.it/address.htm&lt;br /&gt;
&lt;br /&gt;
==== **** ====&lt;br /&gt;
&lt;br /&gt;
'''Hotel Artemide'''&lt;br /&gt;
&lt;br /&gt;
* Address: Via Nazionale 22 &lt;br /&gt;
* Phone: +3906489911&lt;br /&gt;
&lt;br /&gt;
* Services&lt;br /&gt;
** Internet access&lt;br /&gt;
** Mini-bar&lt;br /&gt;
** Room service&lt;br /&gt;
** Satellite TV&lt;br /&gt;
** Free daily newspaper&lt;br /&gt;
&lt;br /&gt;
* Rates: &lt;br /&gt;
** Single room:   Euro 170,00&lt;br /&gt;
** Double single use : Euro 170,00&lt;br /&gt;
** Breakfast included&lt;br /&gt;
&lt;br /&gt;
* Distance and route: 10 minutes walking &lt;br /&gt;
&lt;br /&gt;
* Web site: http://www.hotelartemide.it/en/index.htm&lt;br /&gt;
&lt;br /&gt;
'''Hotel Cosmopolita'''&lt;br /&gt;
* Address: Via di Sant'Eufemia 5 (close to Piazza Venezia)&lt;br /&gt;
* Phone: +390699707606&lt;br /&gt;
&lt;br /&gt;
* Services:&lt;br /&gt;
** Internet access&lt;br /&gt;
** Mini-bar&lt;br /&gt;
** Direct phone&lt;br /&gt;
** Satellite TV&lt;br /&gt;
** Room service&lt;br /&gt;
&lt;br /&gt;
* Rates&lt;br /&gt;
** Single room : Euro   120,00&lt;br /&gt;
** Double room: Euro  130,00&lt;br /&gt;
** Breakfast included&lt;br /&gt;
&lt;br /&gt;
Web site: http://www.leonardihotels.com/Pace-Elvezia/index2.jsp&lt;br /&gt;
&lt;br /&gt;
* Distance and route: Take the bus 40 in Piazza Venezia and get off after three stops at Termini Station. From Termini walk for 5 minutes.&lt;br /&gt;
&lt;br /&gt;
* Web site: http://www.hotel-cosmopolita.com/&lt;br /&gt;
&lt;br /&gt;
'''Hotel Pace Elvetia'''&lt;br /&gt;
* Address: Via IV Novembre 104 &lt;br /&gt;
* Phone: +39066795105&lt;br /&gt;
&lt;br /&gt;
* Services:&lt;br /&gt;
** Wi-Fi in the hall&lt;br /&gt;
** Bar and Rooftop Terrace&lt;br /&gt;
** Remote control satellite tv&lt;br /&gt;
** Minibar&lt;br /&gt;
** Direct-dial telephone &lt;br /&gt;
&lt;br /&gt;
* Rates:&lt;br /&gt;
** Single room : Euro   80,00&lt;br /&gt;
** Double room: Euro 100,00&lt;br /&gt;
** Breakfast included&lt;br /&gt;
&lt;br /&gt;
* Distance and route: Take the bus 40 in Piazza Venezia and get off after three stops at Termini Station. From Termini just walk for 5 minutes.&lt;br /&gt;
&lt;br /&gt;
* Web site: http://www.leonardihotels.com/Pace-Elvezia/index2.jsp&lt;br /&gt;
&lt;br /&gt;
=== Editorial Board member ===&lt;br /&gt;
{{Group eb members}}&lt;br /&gt;
&lt;br /&gt;
=== Attendees ===&lt;br /&gt;
* [[User:ValentinaPresutti| Valentina Presutti]]&lt;br /&gt;
* [[User:RimDJEDIDI| Rim Djedidi]]&lt;br /&gt;
* [[User:VojtechSvatek| Vojtech Svatek]]&lt;br /&gt;
* [[User:VioletaDamjanovic| Violeta Damjanovic]]&lt;br /&gt;
&lt;br /&gt;
=== Sunday dinner attendees ===&lt;br /&gt;
&lt;br /&gt;
* [[USer:ValentinaPresutti| Valentina Presutti]]&lt;br /&gt;
* [[USer:RimDJEDIDI| Rim Djedidi]]&lt;br /&gt;
* [[User:VojtechSvatek| Vojtech Svatek]] (coming quite late, after 11pm, if at all)&lt;br /&gt;
&lt;br /&gt;
=== Monday dinner attendees ===&lt;br /&gt;
* [[USer:ValentinaPresutti| Valentina Presutti]]&lt;br /&gt;
* [[User:VojtechSvatek| Vojtech Svatek]]&lt;br /&gt;
* [[User:Violeta Damjanovic| Violeta Damjanovic]]&lt;br /&gt;
&lt;br /&gt;
=== Process Modeling Pattern Seminar (attendees) ===&lt;br /&gt;
* [[USer:ValentinaPresutti| Valentina Presutti]]&lt;br /&gt;
&lt;br /&gt;
=== Minutes ===&lt;/div&gt;</summary>
		<author><name>VioletaDamjanovic</name></author>	</entry>

	<entry>
		<id>http://ontologydesignpatterns.org/index.php?title=%27Ontology_Design_Patterns%27:EB-1st-f2f-2009Feb23&amp;diff=3249</id>
		<title>'Ontology Design Patterns':EB-1st-f2f-2009Feb23</title>
		<link rel="alternate" type="text/html" href="http://ontologydesignpatterns.org/index.php?title=%27Ontology_Design_Patterns%27:EB-1st-f2f-2009Feb23&amp;diff=3249"/>
				<updated>2009-02-04T22:25:33Z</updated>
		
		<summary type="html">&lt;p&gt;VioletaDamjanovic: /* Attendees */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
&lt;br /&gt;
= First Face 2 Face meeting of odp Editorial Board =&lt;br /&gt;
&lt;br /&gt;
=== Agenda ===&lt;br /&gt;
&lt;br /&gt;
=== Venue ===&lt;br /&gt;
&lt;br /&gt;
The meeting will be held at the '''Institute for Cognitive Science and Technology''', '''Piaget''' room (first floor).&lt;br /&gt;
&lt;br /&gt;
Via San Martino della Battaglia 44, Rome&lt;br /&gt;
&lt;br /&gt;
=== Hotels ===&lt;br /&gt;
&lt;br /&gt;
==== *** ====&lt;br /&gt;
&lt;br /&gt;
'''Hotel Villa delle Rose'''  &lt;br /&gt;
* Address: Via Vicenza 5 &lt;br /&gt;
* Phone: +39-06-4451795&lt;br /&gt;
&lt;br /&gt;
* Rates:&lt;br /&gt;
** Single room: Euro 75,00&lt;br /&gt;
** Double room: Euro 100,00&lt;br /&gt;
** Breakfast included&lt;br /&gt;
&lt;br /&gt;
* Distance and Route: walking distance, 3 minutes&lt;br /&gt;
 &lt;br /&gt;
* Web site: http://www.villadellerose.it/it/index.htm&lt;br /&gt;
&lt;br /&gt;
'''Hotel S. Marco'''  &lt;br /&gt;
* Address: Via Villafranca 1 &lt;br /&gt;
* Phone: +3906490437 &lt;br /&gt;
&lt;br /&gt;
* Services: &lt;br /&gt;
** Pay tv &lt;br /&gt;
** Internet access &lt;br /&gt;
** minibar &lt;br /&gt;
** From 29.01.2009 to 15.03.2009 (free of charge)  &lt;br /&gt;
&lt;br /&gt;
* Rates:&lt;br /&gt;
** Single room : Euro 80&lt;br /&gt;
** Double room single occupancy: Euro 90&lt;br /&gt;
** Double room : Euro 99,00&lt;br /&gt;
&lt;br /&gt;
* Distance and route: 1 minute walking distance&lt;br /&gt;
&lt;br /&gt;
* Web site: http://www.hotelsanmarcoroma.com/&lt;br /&gt;
&lt;br /&gt;
'''Hotel Montecarlo'''  &lt;br /&gt;
* Address: Via Palestro 17/a &lt;br /&gt;
* Phone: +39064460000&lt;br /&gt;
&lt;br /&gt;
* Rates: &lt;br /&gt;
** Single room: Euro 70,00&lt;br /&gt;
** Double room :Euro 90,00&lt;br /&gt;
&lt;br /&gt;
* Distance and route: 4 minutes walking distance&lt;br /&gt;
&lt;br /&gt;
* Web site: http://laral.istc.cnr.it/address.htm&lt;br /&gt;
&lt;br /&gt;
==== **** ====&lt;br /&gt;
&lt;br /&gt;
'''Hotel Artemide'''&lt;br /&gt;
&lt;br /&gt;
* Address: Via Nazionale 22 &lt;br /&gt;
* Phone: +3906489911&lt;br /&gt;
&lt;br /&gt;
* Services&lt;br /&gt;
** Internet access&lt;br /&gt;
** Mini-bar&lt;br /&gt;
** Room service&lt;br /&gt;
** Satellite TV&lt;br /&gt;
** Free daily newspaper&lt;br /&gt;
&lt;br /&gt;
* Rates: &lt;br /&gt;
** Single room:   Euro 170,00&lt;br /&gt;
** Double single use : Euro 170,00&lt;br /&gt;
** Breakfast included&lt;br /&gt;
&lt;br /&gt;
* Distance and route: 10 minutes walking &lt;br /&gt;
&lt;br /&gt;
* Web site: http://www.hotelartemide.it/en/index.htm&lt;br /&gt;
&lt;br /&gt;
'''Hotel Cosmopolita'''&lt;br /&gt;
* Address: Via di Sant'Eufemia 5 (close to Piazza Venezia)&lt;br /&gt;
* Phone: +390699707606&lt;br /&gt;
&lt;br /&gt;
* Services:&lt;br /&gt;
** Internet access&lt;br /&gt;
** Mini-bar&lt;br /&gt;
** Direct phone&lt;br /&gt;
** Satellite TV&lt;br /&gt;
** Room service&lt;br /&gt;
&lt;br /&gt;
* Rates&lt;br /&gt;
** Single room : Euro   120,00&lt;br /&gt;
** Double room: Euro  130,00&lt;br /&gt;
** Breakfast included&lt;br /&gt;
&lt;br /&gt;
Web site: http://www.leonardihotels.com/Pace-Elvezia/index2.jsp&lt;br /&gt;
&lt;br /&gt;
* Distance and route: Take the bus 40 in Piazza Venezia and get off after three stops at Termini Station. From Termini walk for 5 minutes.&lt;br /&gt;
&lt;br /&gt;
* Web site: http://www.hotel-cosmopolita.com/&lt;br /&gt;
&lt;br /&gt;
'''Hotel Pace Elvetia'''&lt;br /&gt;
* Address: Via IV Novembre 104 &lt;br /&gt;
* Phone: +39066795105&lt;br /&gt;
&lt;br /&gt;
* Services:&lt;br /&gt;
** Wi-Fi in the hall&lt;br /&gt;
** Bar and Rooftop Terrace&lt;br /&gt;
** Remote control satellite tv&lt;br /&gt;
** Minibar&lt;br /&gt;
** Direct-dial telephone &lt;br /&gt;
&lt;br /&gt;
* Rates:&lt;br /&gt;
** Single room : Euro   80,00&lt;br /&gt;
** Double room: Euro 100,00&lt;br /&gt;
** Breakfast included&lt;br /&gt;
&lt;br /&gt;
* Distance and route: Take the bus 40 in Piazza Venezia and get off after three stops at Termini Station. From Termini just walk for 5 minutes.&lt;br /&gt;
&lt;br /&gt;
* Web site: http://www.leonardihotels.com/Pace-Elvezia/index2.jsp&lt;br /&gt;
&lt;br /&gt;
=== Editorial Board member ===&lt;br /&gt;
{{Group eb members}}&lt;br /&gt;
&lt;br /&gt;
=== Attendees ===&lt;br /&gt;
* [[User:ValentinaPresutti| Valentina Presutti]]&lt;br /&gt;
* [[User:RimDJEDIDI| Rim Djedidi]]&lt;br /&gt;
* [[User:VojtechSvatek| Vojtech Svatek]]&lt;br /&gt;
* [[User:VioletaDamjanovic| Violeta Damjanovic]]&lt;br /&gt;
&lt;br /&gt;
=== Sunday dinner attendees ===&lt;br /&gt;
&lt;br /&gt;
* [[USer:ValentinaPresutti| Valentina Presutti]]&lt;br /&gt;
* [[USer:RimDJEDIDI| Rim Djedidi]]&lt;br /&gt;
* [[User:VojtechSvatek| Vojtech Svatek]] (coming quite late, after 11pm, if at all)&lt;br /&gt;
&lt;br /&gt;
=== Monday dinner attendees ===&lt;br /&gt;
* [[USer:ValentinaPresutti| Valentina Presutti]]&lt;br /&gt;
* [[User:VojtechSvatek| Vojtech Svatek]]&lt;br /&gt;
&lt;br /&gt;
=== Process Modeling Pattern Seminar (attendees) ===&lt;br /&gt;
* [[USer:ValentinaPresutti| Valentina Presutti]]&lt;br /&gt;
&lt;br /&gt;
=== Minutes ===&lt;/div&gt;</summary>
		<author><name>VioletaDamjanovic</name></author>	</entry>

	<entry>
		<id>http://ontologydesignpatterns.org/index.php?title=User:VioletaDamjanovic&amp;diff=3221</id>
		<title>User:VioletaDamjanovic</title>
		<link rel="alternate" type="text/html" href="http://ontologydesignpatterns.org/index.php?title=User:VioletaDamjanovic&amp;diff=3221"/>
				<updated>2009-02-03T17:05:11Z</updated>
		
		<summary type="html">&lt;p&gt;VioletaDamjanovic: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{User Template&lt;br /&gt;
|FirstName=Violeta&lt;br /&gt;
|LastName=Damjanovic&lt;br /&gt;
|Genre=Female&lt;br /&gt;
|EmailAddress=violeta.damjanovic@salzburgresearch.at&lt;br /&gt;
|HomePage=http://vdamjanovic.googlepages.com/&lt;br /&gt;
|Organization=Salzburg Research&lt;br /&gt;
|OrganizationType=Educational Training and Research Institution&lt;br /&gt;
|OrganizationWebSite=http://www.salzburgresearch.at/company/index_e.php&lt;br /&gt;
|Country=Austria  (AT)&lt;br /&gt;
|Role=Researcher&lt;br /&gt;
}}&lt;br /&gt;
{{Account Request Template&lt;br /&gt;
|Motivation=strongly believe in the importance of ontology design patterns; pragmatically came to the relevance of using ontology design patterns to enable certain interaction model for the knowledge that we want to exchange; enabling mechanisms for (semi-)automatically manipulating of knowledge; personally like playing with/thinking about knowledge (re)engineering; ODP community is the most important source of useful knowledge about ontology design patterns&lt;br /&gt;
|PossibleMainContribution=To help other users to solve modeling problems&lt;br /&gt;
|DomainsOfInterest=Community:Business, Community:Ontology, Community:Semiotics, Community:Workflow&lt;br /&gt;
|DomainsOfInterestOther=business processes,&lt;br /&gt;
|HowDidIKnowAbout=colleagues&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>VioletaDamjanovic</name></author>	</entry>

	</feed>