<?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=MathieuDAquin</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=MathieuDAquin"/>
		<link rel="alternate" type="text/html" href="http://ontologydesignpatterns.org/index.php/Special:Contributions/MathieuDAquin"/>
		<updated>2026-04-18T03:40:44Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.25.6</generator>

	<entry>
		<id>http://ontologydesignpatterns.org/index.php?title=Submissions:Xsd:sequence_embedding&amp;diff=5723</id>
		<title>Submissions:Xsd:sequence embedding</title>
		<link rel="alternate" type="text/html" href="http://ontologydesignpatterns.org/index.php?title=Submissions:Xsd:sequence_embedding&amp;diff=5723"/>
				<updated>2009-09-08T13:02:03Z</updated>
		
		<summary type="html">&lt;p&gt;MathieuDAquin: Review has been created.  Annotation 'assigned' 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=Structural XML/DTD embedding to ontological meronymy&lt;br /&gt;
|Problem=This pattern addresses the re-engineering of certain embedded structures within XSD and DTD representations into a meronymic pattern.&lt;br /&gt;
}}&lt;br /&gt;
{{Reengineering OP Proposal NOR Template&lt;br /&gt;
|Description=*For a description of XSD see: http://en.wikipedia.org/wiki/XML_Schema_(W3C)&lt;br /&gt;
The pattern covers the cases where an xsd:element is embedded into an xsd:sequence, which is in its turn embedded by an xsd:element.&lt;br /&gt;
*The graphical representation only illustrates the XSD case.&lt;br /&gt;
*The DTD case is described in the example section.&lt;br /&gt;
|Graphical Representation=1.JPG&lt;br /&gt;
}}&lt;br /&gt;
{{Reengineering OP Proposal Ontology Template&lt;br /&gt;
|Description=The ontology comprising the pattern representing the relevant XSD or DTD fragment.&lt;br /&gt;
|Graphical Representation=Xsd-embedding2.JPG&lt;br /&gt;
}}&lt;br /&gt;
{{Reengineering OP Proposal Process Template&lt;br /&gt;
|Description=The re-engineering process involves a number of steps:&lt;br /&gt;
*The creation of embedding class and embedded class(es)&lt;br /&gt;
*The creation of an instance of the hasPart object property from the DOLCE Ultra Light ontology (http://www.ontologydesignpatterns.org/ont/dul/DUL.owl) with embedding class as domain and embedded class(es) as range.&lt;br /&gt;
|Graphical Representation=Xsd-step3.png&lt;br /&gt;
}}&lt;br /&gt;
{{Reengineering OP Proposal Scenario Example Template&lt;br /&gt;
|Description=The application scenario is in the area of the modelling of lexical translational equivalence according to the format of the XLIFF and TMX standards for translation memory.&lt;br /&gt;
}}&lt;br /&gt;
{{Reengineering OP Proposal NOR Example Template&lt;br /&gt;
|Description=XLIFF&lt;br /&gt;
The purpose of the OASIS XLIFF standard (http://docs.oasis-open.org/xliff/v1.2/os/xliff-core.html) is to define and promote, through extensible XML vocabularies, the adoption of a specification for the interchange of localizable software and document based objects and related metadata.&lt;br /&gt;
XLIFF should be able to mark-up and capture localization information and interoperate with different processes and phases without loss of information. It should fulfill specific requirements of being tool-neutral. It should support the localization related aspects of internationalization and entire localization process. It also needs to support common software and content data formats. This should also provide an extensibility mechanism to allow the development of tools compatible with an implementer’s proprietary data formats and workflow requirements.&lt;br /&gt;
&lt;br /&gt;
*1.	TransUnit: 	contains (a set of) translational equivalences&lt;br /&gt;
*2.	Source: 	the source of the translation pair&lt;br /&gt;
*3.	SegSource: 	the translatable text, divided into segments&lt;br /&gt;
*4.	Mrk: 		Each segment is marked by means of the &amp;lt;Mrk&amp;gt; element with attribute “mType” set to the value &amp;quot;seg&amp;quot;.&lt;br /&gt;
*5.	Target: 	the target of the translation pair&lt;br /&gt;
*6.	Alt-Trans: 	possible translations as Target instances&lt;br /&gt;
*7.	Equiv-trans: 	Indicates if the target language translation is a direct equivalent of the source text.&lt;br /&gt;
&lt;br /&gt;
DTD embedding is exemplified (but not illustrated on this page) by Translation Memory eXchange standard (TMX) (http://www.lisa.org/Translation-Memory-e.34.0.html). TMX is the vendor-neutral open XML standard for the exchange of Translation Memory data created by Computer Aided Translation and localization tools. The purpose of TMX is to allow easier exchange of translation memory data between tools and/or translation vendors with little or no loss of critical data during the process. In existence since 1998, TMX is a certifiable standard format. TMX is developed and maintained by OSCAR (Open Standards for Container/Content Allowing Re-use), a LISA  (Localization Industry Standards Association) Special Interest Group. &lt;br /&gt;
The following structure from TMX illustrates the same pattern conversion&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;!ELEMENT tu     (tuv+) &amp;gt;&lt;br /&gt;
This describes that a translation unit (tu) consists of one or more translation unit variants (tuv).&lt;br /&gt;
A translationUnit contains the data for a given translation unit.&lt;br /&gt;
A TranslationUnitVariant specifies text in a given language.&lt;br /&gt;
A more detailed description of TMX can be found in NeOn deliverable D2.4.3: Multilingual and Localization Support for Ontologies (www.neon-project.org).&lt;br /&gt;
|Graphical Representation=xsd-step4.png&lt;br /&gt;
|Web Reference=http://schemas.liquid-technologies.com/Oasis/XLIFF/1.2/default.html?url=http://schemas.liquid-technologies.com/Oasis/XLIFF/1.2/xliff-core-1_2-strict_xsd.html&lt;br /&gt;
}}&lt;br /&gt;
{{Reengineering OP Proposal Ontology Example Template&lt;br /&gt;
|Description=The xsd:sequence embedding pattern as the resulting ontology pattern.&lt;br /&gt;
|Graphical Representation=xsd-step5.JPG&lt;br /&gt;
|Web Reference=http://gate.ac.uk/gate-extras/neon/ontologies/xsd-embedding.owl&lt;br /&gt;
}}&lt;br /&gt;
{{Reengineering OP Proposal Process Example Template&lt;br /&gt;
|Description=The ontological pattern re-engineered from the XLIFF fragment.&lt;br /&gt;
|Graphical Representation=Xsd-embedding-6.png&lt;br /&gt;
}}&lt;br /&gt;
{{Reengineering OP Proposal Additional Information Template&lt;br /&gt;
|SubmittedBy=Wim Peters&lt;br /&gt;
|Author=Wim Peters&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:Main&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Review assigned]]&lt;/div&gt;</summary>
		<author><name>MathieuDAquin</name></author>	</entry>

	<entry>
		<id>http://ontologydesignpatterns.org/index.php?title=Reviews:MathieuDAquin_about_Xsd:sequence_embedding&amp;diff=5722</id>
		<title>Reviews:MathieuDAquin about Xsd:sequence embedding</title>
		<link rel="alternate" type="text/html" href="http://ontologydesignpatterns.org/index.php?title=Reviews:MathieuDAquin_about_Xsd:sequence_embedding&amp;diff=5722"/>
				<updated>2009-09-08T13:02:02Z</updated>
		
		<summary type="html">&lt;p&gt;MathieuDAquin: New page: {{Content OP Proposal Review Template |CreationDate=2009/9/8 |SubmittedBy=MathieuDAquin |ContentOPUnderReview=Xsd:sequence embedding |RevisionID=5628 |Score=0 - needs major revision |Revie...&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=MathieuDAquin&lt;br /&gt;
|ContentOPUnderReview=Xsd:sequence embedding&lt;br /&gt;
|RevisionID=5628&lt;br /&gt;
|Score=0 - needs major revision&lt;br /&gt;
|ReviewSummary=I don't really understand this pattern.&lt;br /&gt;
It seems to be representing the notion of sequence of objects, but focusing on the relation between the representation of sequence in XSD and the one in ontologies. &lt;br /&gt;
My impression is that this pattern is more generic and that the link with XSD is only one possible usage of it.&lt;br /&gt;
|ReviewConfidence=As I said, I don't understand it.&lt;br /&gt;
|ReviewProblems=I don't see what format level consideration should be included in design pattern definition.&lt;br /&gt;
Also, the ontology representation is not clear.. is it only a partOf pattern. The notion of sequence does not appear.&lt;br /&gt;
|ReviewRelevance=I guess it is relevant in the proposed scenario.&lt;br /&gt;
|ReviewReusability=Limited I believe.&lt;br /&gt;
|ReviewRelations=PartOf&lt;br /&gt;
|ReviewUnderstandability=There is a lot of description, but it doesn't help a lot in understanding how the pattern can be used.&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>MathieuDAquin</name></author>	</entry>

	<entry>
		<id>http://ontologydesignpatterns.org/index.php?title=Submissions:DisjointnessOfComplement_(DOC)&amp;diff=5721</id>
		<title>Submissions:DisjointnessOfComplement (DOC)</title>
		<link rel="alternate" type="text/html" href="http://ontologydesignpatterns.org/index.php?title=Submissions:DisjointnessOfComplement_(DOC)&amp;diff=5721"/>
				<updated>2009-09-08T12:50:56Z</updated>
		
		<summary type="html">&lt;p&gt;MathieuDAquin: Review has been created.  Annotation 'assigned' has been removed.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Logical_OP_Proposal_toolbar}}&lt;br /&gt;
{{Include Image}}&lt;br /&gt;
{{Logical OP General Template&lt;br /&gt;
|Name=DisjointnessOfComplement (DOC)&lt;br /&gt;
|SubmittedBy=CatherineRoussey, OscarCorcho, &lt;br /&gt;
}}&lt;br /&gt;
{{Logical OP Description Template&lt;br /&gt;
|Motivation=We have identified a set of patterns that are commonly used by domain experts in their DL formalisations and OWL implementations, and that normally result in unsatisfiable classes or modelling errors. As aforementioned all these antipatterns come from a misuse and misunderstanding of DL expressions by ontology developers. Thus they are all Logical AntiPatterns (LAP): they are independent from a specific domain of interest, but dependent on the expressivity of the logical formalism used for the representation.&lt;br /&gt;
|Aim=The ontology developer may want to say that C1 and C2 cannot share instances, instead of defining C1 as the logical negation of C2. Hence it could be more appropriate to state that C1 and C2 are disjoint.&lt;br /&gt;
|Solution=C1 isEquivalentTo not C2&lt;br /&gt;
should be replace by&lt;br /&gt;
C1 disjointWith C2&lt;br /&gt;
}}&lt;br /&gt;
{{Logical OP Example Template&lt;br /&gt;
|ProblemExample=Salt_Lagoon isEquivalentTo not Fresh_Waters&lt;br /&gt;
see concept Laguna_Salada in Hydrontology&lt;br /&gt;
|SolutionExample=http://www.dia.fi.upm.es/~ocorcho/OWLDebugging/&lt;br /&gt;
}}&lt;br /&gt;
{{Logical OP Reference Template}}&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:Main&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>MathieuDAquin</name></author>	</entry>

	<entry>
		<id>http://ontologydesignpatterns.org/index.php?title=Reviews:MathieuDAquin_about_DisjointnessOfComplement_(DOC)&amp;diff=5720</id>
		<title>Reviews:MathieuDAquin about DisjointnessOfComplement (DOC)</title>
		<link rel="alternate" type="text/html" href="http://ontologydesignpatterns.org/index.php?title=Reviews:MathieuDAquin_about_DisjointnessOfComplement_(DOC)&amp;diff=5720"/>
				<updated>2009-09-08T12:50:55Z</updated>
		
		<summary type="html">&lt;p&gt;MathieuDAquin: New page: {{Content OP Proposal Review Template |CreationDate=2009/9/8 |SubmittedBy=MathieuDAquin |ContentOPUnderReview=DisjointnessOfComplement (DOC) |RevisionID=5716 |Score=0 - needs major revisio...&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=MathieuDAquin&lt;br /&gt;
|ContentOPUnderReview=DisjointnessOfComplement (DOC)&lt;br /&gt;
|RevisionID=5716&lt;br /&gt;
|Score=0 - needs major revision&lt;br /&gt;
|ReviewSummary=I am not really sure what to do here. &lt;br /&gt;
What is proposed is an anti-pattern: a pattern which is sometimes used improperly and should, in these cases, be replaced by another. As far as I can tell, the portal is not intended to be used for such patterns.&lt;br /&gt;
in addition, many elements are missing.&lt;br /&gt;
It could be interesting to discuss anti-pattern and whether the proposed ones are good, what should be the description of such patterns, etc.&lt;br /&gt;
|ReviewConfidence=OK&lt;br /&gt;
|ReviewProblems=This does not fit the usual design patterns which are meant to be reused, but correspond to a pattern that should not be reused in cases where it is does not express the intended meaning. &lt;br /&gt;
&lt;br /&gt;
In addition, I am not actually convinced with the relation between the anti-pattern and the solution. The one to use is depends on what need to be expressed and I am not convinced that the one proposed corresponds to the one most often wrongly applied.&lt;br /&gt;
|ReviewRelevance=As an anti-pattern, maybe. &lt;br /&gt;
|ReviewReusability=The anti-pattern itself should not be reused. Sometimes the solution (replacement) should not be used either.&lt;br /&gt;
|ReviewUnderstandability=OK, except that most of the necessary is missing.&lt;br /&gt;
|ReviewClearRelevance=Not really, as it is not explained how to detect where this anti-pattern applies (when it is used incorrectly). Not appropriate explanation of the consequences of using this one instead of the solution (can be easily understood for users familiar with DLs, but probably not by others).&lt;br /&gt;
|ReviewFigures=No.&lt;br /&gt;
|ReviewMissing=It is not clear where this pattern comes from, what makes the authors think it is common, etc. See also &amp;quot;Clear Relevance and Consequences&amp;quot;&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>MathieuDAquin</name></author>	</entry>

	<entry>
		<id>http://ontologydesignpatterns.org/index.php?title=Submissions:ConceptGroup&amp;diff=5719</id>
		<title>Submissions:ConceptGroup</title>
		<link rel="alternate" type="text/html" href="http://ontologydesignpatterns.org/index.php?title=Submissions:ConceptGroup&amp;diff=5719"/>
				<updated>2009-09-08T12:34:03Z</updated>
		
		<summary type="html">&lt;p&gt;MathieuDAquin: Review has been created.  Annotation 'assigned' has been removed.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Content_OP_Proposal_toolbar}}&lt;br /&gt;
{{Include Image&lt;br /&gt;
|ImageName=ConceptGroupPattern.jpg&lt;br /&gt;
}}&lt;br /&gt;
{{Content OP Proposal Template&lt;br /&gt;
|SubmittedBy=Pierre-YvesVandenbussche&lt;br /&gt;
|Name=ConceptGroup&lt;br /&gt;
|Intent=This CP allows designers to represent concept group defined by intention (all concepts satisfying group membership condition) or by extension (all concepts referring a group).&lt;br /&gt;
|Domain=Parts and Collections, Vocabulary,&lt;br /&gt;
|ContentODPDescription=How a group entity stands alone?, How to represent either a vocabulary subset, a cross vocabulary subset or a whole vocabulary?, How to represent group concept members?&lt;br /&gt;
|ReusableOWLBuildingBlock=http://sites.google.com/site/pierreyvesvandenbussche/resources/ConceptGroup.owl&lt;br /&gt;
|Scenario=Used to describe whole vocabulary entity or vocabulary concepts subset. Compliant with RefSets in SNOMED-CT or themes in GEMET.&lt;br /&gt;
|ReengineeredFrom=SNOMED-CT Reference Sets specification: http://www.ihtsdo.org/fileadmin/user_upload/Docs_01/Technical_Docs/reference_sets.pdf&lt;br /&gt;
}}&lt;br /&gt;
{{Element list header}}&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:Main&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Review assigned]]&lt;/div&gt;</summary>
		<author><name>MathieuDAquin</name></author>	</entry>

	<entry>
		<id>http://ontologydesignpatterns.org/index.php?title=Reviews:MathieuDAquin_about_ConceptGroup&amp;diff=5718</id>
		<title>Reviews:MathieuDAquin about ConceptGroup</title>
		<link rel="alternate" type="text/html" href="http://ontologydesignpatterns.org/index.php?title=Reviews:MathieuDAquin_about_ConceptGroup&amp;diff=5718"/>
				<updated>2009-09-08T12:34:02Z</updated>
		
		<summary type="html">&lt;p&gt;MathieuDAquin: New page: {{Content OP Proposal Review Template |CreationDate=2009/9/8 |SubmittedBy=MathieuDAquin |ContentOPUnderReview=ConceptGroup |RevisionID=5660 |Score=0 - needs major revision |ReviewSummary=T...&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=MathieuDAquin&lt;br /&gt;
|ContentOPUnderReview=ConceptGroup&lt;br /&gt;
|RevisionID=5660&lt;br /&gt;
|Score=0 - needs major revision&lt;br /&gt;
|ReviewSummary=This pattern, as far as I understand, to represents groups of concepts. &lt;br /&gt;
I think the pattern would be interesting to discuss, but suffer from a number of problems as detailed below.&lt;br /&gt;
|ReviewConfidence=I am not really clear about this particular pattern.&lt;br /&gt;
|ReviewProblems=The general issues I see here concern clarity and possible usage.&lt;br /&gt;
The first thing is that I am not sure what is meant by concept here. Does it corresponds to the concept of an ontology? In this case shouldn't it be related to owl:Class in the OWL description? This would cause a number of issues at the logical level, in particular, if Group is a concept. This needs to be made clear in my opinion.&lt;br /&gt;
&lt;br /&gt;
Also, Group should be called ConceptGroup.&lt;br /&gt;
&lt;br /&gt;
I don't really understand the difference between subgroup and narrowerThan. Isn't a subgroup narrower?&lt;br /&gt;
&lt;br /&gt;
Finally, I don't see a clear application for this pattern as is.&lt;br /&gt;
|ReviewRelevance=Not clear to me.&lt;br /&gt;
|ReviewBestPractice=The current form of the pattern doesn't seem to relate with best practices, and at least in naming, is not really appropriate.&lt;br /&gt;
|ReviewReusability=Unclear.&lt;br /&gt;
|ReviewRelations=PartOf pattern applied to concepts?&lt;br /&gt;
|ReviewUnderstandability=Low&lt;br /&gt;
|ReviewClearProblem=Not really. I don't in which scenario this helps.&lt;br /&gt;
|ReviewClearRelevance=Not really.&lt;br /&gt;
|ReviewFigures=OK.&lt;br /&gt;
|ReviewMissing=example of usage, clear description/definition of the entities.&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>MathieuDAquin</name></author>	</entry>

	<entry>
		<id>http://ontologydesignpatterns.org/index.php?title=User:MathieuDAquin&amp;diff=2605</id>
		<title>User:MathieuDAquin</title>
		<link rel="alternate" type="text/html" href="http://ontologydesignpatterns.org/index.php?title=User:MathieuDAquin&amp;diff=2605"/>
				<updated>2008-06-26T09:20:28Z</updated>
		
		<summary type="html">&lt;p&gt;MathieuDAquin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{User Template&lt;br /&gt;
|FirstName=Mathieu&lt;br /&gt;
|LastName=DAquin&lt;br /&gt;
|Genre=Male&lt;br /&gt;
|Picture=ODPUser.png&lt;br /&gt;
|HomePage=http://kmi.open.ac.uk/people/mathieu/&lt;br /&gt;
|Organization=KMI&lt;br /&gt;
|OrganizationType=Educational Training and Research Institution&lt;br /&gt;
|OrganizationWebSite=http://kmi.open.ac.uk&lt;br /&gt;
|Country=United Kingdom United Kingdom  (GB)&lt;br /&gt;
|Role=Researcher&lt;br /&gt;
}}&lt;br /&gt;
{{Account Request Template&lt;br /&gt;
|Motivation=To find patterns to reuse for ontologies and to check best practices&lt;br /&gt;
|PossibleMainContribution=To have some help to solve modeling problems, To help other users to solve modeling problems&lt;br /&gt;
|DomainsOfInterest=Community:Academy, Community:General, Community:Healthcare, Community:Ontology, Community:Semiotics, Community:Time, Community:University&lt;br /&gt;
|HowDidIKnowAbout=colleagues&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>MathieuDAquin</name></author>	</entry>

	</feed>