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