Submissions:Class intersection
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: 8959 |
Graphical representation
Diagram
General information
Name | Class intersection |
---|---|
Also known as | |
Author(s) | François Scharffe |
SubmittedBy | FrancoisScharffe |
Description
Domain (if applicable) | General |
---|---|
Alignment problem addressed | A class denoted in one ontology is the intersection of two classes in the second
ontology. |
Alignment solution | This pattern establishes a correpondence 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 Equivalent Class or Class subsumption patterns. |
Alignment workflow | |
Reusable component |
Example
Problem example | |
---|---|
Solution example | Example solution in the ontology alignment language:
<Cell> <entity1> <Class> <and rdf:ParseType="Collection"> <Class rdf:about="o1:Human"/> <Class rdf:about="o1:FemaleAnimal/> </and> </Class> </entity1> <entity2> <Class rdf:about="o2:HumanFemale"/> </entity2> <relation>equivalence</relation> </Cell> |
Consequences | A correspondence is established between a class in a source ontology and the intersection of a set of classes in a target ontology. |
Reference
Origin | |
---|---|
Known use | |
Reference | |
Related to | Submissions:Class equivalence, Submissions:Class subsumption |
Test |
Scenarios
Scenarios about Class intersection
No scenario is added to this Content OP.
Reviews
Reviews about Class intersection
There is no review about this proposal. This revision (revision ID 8959) takes in account the reviews: none
Other info at evaluation tab
Modeling issues
Modeling issues about Class intersection
There is no Modeling issue related to this proposal.
References