vsdx-rdf
a Python library for extracting RDF data from Visio files (.vsdx)
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.1%) to scientific vocabulary
Keywords
Repository
a Python library for extracting RDF data from Visio files (.vsdx)
Basic Info
- Host: GitHub
- Owner: nakamura196
- License: apache-2.0
- Language: Jupyter Notebook
- Default Branch: main
- Homepage: https://nakamura196.github.io/vsdx-rdf/
- Size: 2.06 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
vsdx-rdf
vsdx-rdf is a Python library for extracting RDF data from Visio files (.vsdx). It is based on the vsdx library, which is a Python library for reading and writing Visio files.
Install
sh
pip install git+https://github.com/nakamura196/vsdx-rdf.git
How to use
In the following example, we extract RDF data from a Visio file and print it.
``` python INPUTFILE = "./data/input/sample/ex.vsdx" OUTPUTFILE = "./data/output"
Client.convert(INPUTFILE, OUTPUTFILE) ```
Processing: ./data/input/sample/ex.vsdx
depth (int): Optional; the depth of the graph to download, 0 by default.
``` python INPUTFILE = "./data/input/sample/*.vsdx" OUTPUTFILE = "./data/output_extra"
Client.convert(INPUTFILE, OUTPUTFILE, depth=1, verbose=False) ```
Processing: ./data/input/sample/ex.vsdx
Owner
- Name: Satoru Nakamura
- Login: nakamura196
- Kind: user
- Website: https://researchmap.jp/nakamura.satoru/?lang=english
- Repositories: 47
- Profile: https://github.com/nakamura196
Citation (CITATION.cff)
cff-version: 1.1.0
message: "Cite as"
authors:
- family-names: Nakamura
given-names: Satoru
orcid: https://orcid.org/0000-0001-8245-7925
affiliation: "The University of Tokyo (UT)"
website: https://researchmap.jp/nakamura.satoru?lang=en
title: "vsdx-rdf"
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 6 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
- Total maintainers: 1
pypi.org: vsdx-rdf
- Homepage: https://github.com/nakamura196/vsdx-rdf
- Documentation: https://vsdx-rdf.readthedocs.io/
- License: Apache Software License 2.0
-
Latest release: 0.0.1
published over 1 year ago
Rankings
Maintainers (1)
Dependencies
- fastai/workflows/quarto-ghp master composite
- fastai/workflows/nbdev-ci master composite
- lxml *
- nbdev *
- pyvis *
- rdflib *
- requests *
- vsdx *