Overview

This is a memo about a library I created for generating RDF files from VSDX files.

https://github.com/nakamura196/vsdx-rdf

Background

I have been exploring methods for creating RDF data using Microsoft Visio in articles like the following.

/en/posts/e2b8920abbaf88/

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.

https://nakamura196.github.io/vsdx-rdf/

Google Colab

A notebook is available for trying out this library.

https://colab.research.google.com/github/nakamura196/000_tools/blob/main/vsdxファイルからrdfファイルを作成するプログラム.ipynb

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.