i40-Tools / Alligator

Alligator: Transforms the RDF files generated from AML documents into Datalog code
1 stars 3 forks source link

Additional Information #3

Open omarrana opened 7 years ago

omarrana commented 7 years ago
<Name="ABC">  // attribute value matching

<WriterHeader> "abc"</WriterHeader>  // Node Value matching.

Additional Information comes under node value matching which is not yet implemented. We need to find a way that tells Additional information are semantically same or not. We do not have any refSemantic or E-class to match. In my opinion Value matching along with parent matching would be one way to solve the issue.

igrangel commented 7 years ago

The Additional information adds metadata about the different tools involved in the process, e.g., ToolA(mechanical) and ToolB(electrical). So, we have to find a way to integrate this, because in this case, if the information is not the same then it has to be merged. In this case the "same" would referred to the same String values.