You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.
Would it be possible to include VoID:dataset triples for each BEL file converted into RDF?
The information should come from the SET DOCUMENT statements (e.g. name, authors,...) from BEL files.
This would help to manage BEL content coming from different sources
In addition each BEL statement from a BEL file should have a link to the corresponding VoID:dataset URI
The text was updated successfully, but these errors were encountered:
This is a great idea for BEL RDF datasets and a natural fit with bel.rb. I would like to see openbel-server allow for insertion of evidence documents (e.g. BEL Script, XBEL, etc.) as a VoID dataset.
added BEL::Model::Evidence.to_void_dataset to yield RDF statements
representing the evidence's document header (in metadata).
RDF translator now writes out VoID data if the ":void_dataset_uri"
option is passed on BEL.translate.
refs #66
Would it be possible to include VoID:dataset triples for each BEL file converted into RDF?
The information should come from the SET DOCUMENT statements (e.g. name, authors,...) from BEL files.
http://www.w3.org/TR/void/#dataset
This would help to manage BEL content coming from different sources
In addition each BEL statement from a BEL file should have a link to the corresponding VoID:dataset URI
The text was updated successfully, but these errors were encountered: