org.pathvisio.io.rdf
Library for saving GPMLRDF and WPRDF for a GPML data model
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 (8.3%) to scientific vocabulary
Repository
Library for saving GPMLRDF and WPRDF for a GPML data model
Basic Info
- Host: GitHub
- Owner: egonw
- License: apache-2.0
- Language: Java
- Default Branch: main
- Size: 173 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 4
Metadata Files
README.md
org.pathvisio.io.rdf
Library for saving GPMLRDF and WPRDF for a GPML data model. It consists of two parts, a libGPML extension to convert GPML into RDF, and a command line tool that allows one to do just that from the command line.
Installing
In this directory, follow the following instructions:
cd org.pathvisio.io.rdf
mvn clean install
And
cd org.wikipathways.rdf
mvn clean install
Creating WPRDF and GPMLRDF
cd org.wikipathways.rdf
java -cp target/gpml2rdf-4.0.0-SNAPSHOT.jar org.wikipathways.wp2rdf.CreateGPMLRDF path/to/WP4297.gpml WP4297.ttl
java -cp target/gpml2rdf-4.0.0-SNAPSHOT.jar org.wikipathways.wp2rdf.CreateWPRDF path/to/WP4297.gpml WP4297.ttl
Or generate them in one go with:
java -cp org.wikipathways.rdf/target/gpml2rdf-4.0.3.jar org.wikipathways.wp2rdf.CreateRDF WP1028.gpml WP1028.gpml.ttl WP1028.wp.ttl
Using ROBOT to find differences
./robot diff --left WP1028.wp.real.ttl --right WP1028.wp.ttl
Release alpha versions
This code is nowhere close to be replacing the current GPMLRDF, but a 4.0.0 series will be released as alpha to start putting together the full toolchain, which requires testing the whole workflow in action.
Version are updated with:
mvn versions:set -DnewVersion=4.0.0
git commit -m "New release" -a
Owner
- Name: Egon Willighagen
- Login: egonw
- Kind: user
- Location: Maastricht, The Netherlands
- Company: @BiGCAT-UM
- Website: https://chem-bla-ics.blogspot.com/
- Repositories: 530
- Profile: https://github.com/egonw
Open scientist teaching and doing research at Maastricht University.
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite the WikiPathways RDF paper."
title: libGPML export library for GPMLRDF and WPRDF
url: "https://github.com/egonw/org.pathvisio.io.rdf"
preferred-citation:
type: article
title: "Using the Semantic Web for Rapid Integration of WikiPathways with Other Biological Online Data Resources"
authors:
- family-names: Waagmeester
given-names: Andra
- family-names: Summer-Kutmon
given-names: Martina
- family-names: Riutta
given-names: Anders
- family-names: Miller
given-names: Ryan
- family-names: Willighagen
given-names: Egon
- family-names: Evelo
given-names: Chris T
- family-names: Pico
given-names: Alexander R.
doi: 10.1371/JOURNAL.PCBI.1004989
year: 2016
month: 6
day: 23
journal: PLOS Computational Biology
volume: 12
issue: 6
url: https://doi.org/10.1371/JOURNAL.PCBI.1004989
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: about 1 year 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
Dependencies
- actions/checkout v3 composite
- actions/setup-java v3 composite
- org.apache.jena:jena-arq 4.9.0
- org.pathvisio:org.pathvisio.libgpml 4.0.3
- org.junit.jupiter:junit-jupiter 5.10.0 test
- org.junit.jupiter:junit-jupiter-engine 5.10.0 test
- commons-cli:commons-cli 1.5.0
- org.pathvisio:org.pathvisio.io.rdf 4.0.2
- org.slf4j:slf4j-api 2.0.9
- org.slf4j:slf4j-simple 2.0.9