MI-FraunhoferIWM / data2rdf

About A generic pipeline that can be used to map raw data to RDF.
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Create merged graph in the example #31

Closed yoavnash closed 1 week ago

yoavnash commented 7 months ago

The example file is missing the creation of the merged graph:

merged_graph = os.path.join(output_folder, 'merged_graph.ttl')
pipeline.export_ttl(merged_graph)

Also, to make it more instructive, a text block could be added at the end to explain what was generated (e.g., the hdf5 files)

MBueschelberger commented 1 week ago

v2.0.0 directly delivers an rdflib Graph which can be serialized and printed within the notebook.