
Overview
This is a memo about a library I created for generating RDF files from VSDX files.
GitHub - nakamura196/vsdx-rdf: a Python library for extracting RDF data from Visio files (.vsdx)
a Python library for extracting RDF data from Visio files (.vsdx) - nakamura196/vsdx-rdf
Background
I have been exploring methods for creating RDF data using Microsoft Visio in articles like the following.

Creating RDF Data Using Microsoft Visio
Creating RDF Data Using Microsoft Visio
This article corresponds to the note in the above article that said "This library will be introduced in a separate article."
Usage
Please refer to the following.
vsdx-rdf
Google Colab
A notebook is available for trying out this library.
After execution, ttl files and png files are output to /content/output.
Summary
There may be some rough edges, but I hope this serves as a helpful reference.


Comments
…