Object Exchange Model
The Object Exchange Model {{Cite book|last1=Papakonstantinou|first1=Y.|last2=Garcia-Molina|first2=H.|last3=Widom|first3=J.|title=Proceedings of the Eleventh International Conference on Data Engineering |chapter=Object exchange across heterogeneous information sources |date=1995|location=Taipei, Taiwan|publisher=IEEE Comput. Soc. Press|pages=251–260|citeseerx=10.1.1.47.5182|doi=10.1109/ICDE.1995.380386|isbn=978-0-8186-6910-1|s2cid=43955 }} (OEM) is a model for exchanging semi-structured data between object-oriented databases. It serves as the basic data model in numerous projects of the Stanford University Database Group, including Tsimmis, Lore, and C3. {{Cite web|url=http://infolab.stanford.edu/~mchughj/oemsyntax/oemsyntax.html|title=A Standard Textual Interchange Format for the Object Exchange Model (OEM)|website=infolab.stanford.edu|access-date=2020-02-07}}
Slight variations of OEM have evolved across different Stanford projects. In Lore, labels are actually on parent-child "links" rather than objects. For example, if an OEM object has multiple parents, different parent objects may use different labels to identify that object. An atomic value encoding a person's name might be included in one complex object using the label "Author" and in another complex object using the label "Editor." In C3, additional attributes are required for each object to annotate the changes to the object that have occurred over time.
OEM representations
[http://www.dcs.bbk.ac.uk/~ptw/teaching/ssd/slide9.html Textual OEM interchange format used in Lore]{{snd}} The goals of this interchange format were to have textual encodings of OEM to be easy to read, easy to edit, and easy to generate or parse by a program.
See also
References
{{reflist}}
External links
- [http://infolab.stanford.edu/~mchughj/oemsyntax/oemsyntax.html A Standard Textual Interchange Format for the Object Exchange Model]
{{database-software-stub}}