vsdx-rdf

a Python library for extracting RDF data from Visio files (.vsdx)

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

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

python rdf visio
Last synced: 6 months ago · JSON representation ·

Repository

a Python library for extracting RDF data from Visio files (.vsdx)

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
python rdf visio
Created almost 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme Funding License Citation

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

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
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 6 Last month
Rankings
Dependent packages count: 10.8%
Average: 35.8%
Dependent repos count: 60.8%
Maintainers (1)
Last synced: 6 months ago

Dependencies

.github/workflows/deploy.yaml actions
  • fastai/workflows/quarto-ghp master composite
.github/workflows/test.yaml actions
  • fastai/workflows/nbdev-ci master composite
requirements.txt pypi
  • lxml *
  • nbdev *
  • pyvis *
  • rdflib *
  • requests *
  • vsdx *
setup.py pypi