Ejemplo n.º 1
0
 def get_speakers(self):
     """ Return the speakers of the document."""
     return GraphWrapper.get_graph_property(self.graph, "speakers")
Ejemplo n.º 2
0
 def get_doc_type(self):
     """ Return the doctype of the document."""
     return GraphWrapper.get_graph_property(self.graph, self.doc_type)