Submissions:Class Union
From Odp
If you are a member of quality committee please visit the
If you are author of this proposal or you want to contribute to this pattern's review, you can: specify if this revision takes in account any of the review(s) In general, it could be useful to visit the evaluation section to have information about the evaluation process of this proposal Current revision ID: 8503 |
Graphical representation
Diagram
General information
Name | Class Union |
---|---|
Also known as | |
Author(s) | François Scharffe |
SubmittedBy | FrancoisScharffe |
Description
Domain (if applicable) | |
---|---|
Alignment problem addressed | A class denoted in one ontology is the union of two classes in the second ontology |
Alignment solution | This pattern establishes a correspondence between a pair of classes in the first ontology and a single class in the other. This pattern is agnostic as to whether the correspondence is unidirectional or bidirectional. Direction of the correspondence can be achieved through combination of the pattern with the Class equivalence or Class Subsumption pattern. |
Alignment workflow | |
Reusable component |
Example
Problem example | |
---|---|
Solution example | Exemple in the alignment language RDF/XML syntax:
<Cell> <entity1> <Class> <or rdf:ParseType="Collection"> <Class rdf:about="O1:PersonBornInCanada"/> <Class rdf:about="O1:PersonWithCanadianParent"/> </or> </Class> </entity1> <entity2> <Class rdf:about="O2:CanadianCitizenByBirth"/> </entity2> <relation>equivalence</relation> </Cell> |
Consequences | A correspondence is established between the two classes |
Reference
Origin | |
---|---|
Known use | |
Reference | |
Related to | Submissions:Class equivalence, Submissions:Class subsumption |
Test |
Scenarios
Scenarios about Class Union
No scenario is added to this Content OP.
Reviews
Reviews about Class Union
There is no review about this proposal. This revision (revision ID 8503) takes in account the reviews: none
Other info at evaluation tab
Modeling issues
Modeling issues about Class Union
There is no Modeling issue related to this proposal.
References