Exemple #1
0
 def store_annotations(self, annotations):
     for annotation in annotations:
         ann = Annotation()
         ann.parse_json(annotation)
         ann.add_to_graph(self.sparql)
     return
Exemple #2
0
 def store_annotations(self, annotations):
     for annotation in annotations:
         ann = Annotation()
         ann.parse_json(annotation)
         ann.add_to_graph(self.sparql)
     return