OEM Syntax

 previous contents next

  • example may be written as
    { book: { author: "Coetzee",
              title: "Disgrace",
              year: 1999
            }
    }
    
  • simple label-value pairs
  • labels can be repeated, e.g., for multiple authors
  • this is a serialisation syntax for the graph
  • what about graphs that are not trees?
  • introduce object identifiers (oids) for nodes

Peter Wood

9 of 21