Visualize PAV provenance as SVG
Created: 2013-03-05 23:36:36
Last updated: 2013-04-05 10:05:39
VoID descriptions are fetched as Turtle, cleaned up to be valid OWL ontology and include useful labels, processed through the OWL reasoner Pellet; this adds inferred PROV statements to the RDF, which is then fed to the PROV Toolbox, generating an SVG visualization of the provenance.
Note that this workflow downloads CWM, Pellet and ProvToolbox on demand, and uses UNIX command line tools like wget and md5 which are unlikely to work in Windows. This workflow has been tested on Ubuntu 12.10 with Taverna 2.4.0.
Preview
Run
Run this Workflow in the Taverna Workbench...
Workflow Components
Authors (1)
Titles (1)
Visualize PAV provenance as SVG |
Descriptions (1)
VoID descriptions are fetched as Turtle, cleaned up to be valid OWL ontology and include useful labels, processed through the OWL reasoner Pellet; this adds inferred PROV statements to the RDF, which is then fed to the PROV Toolbox, generating an SVG visualization of the provenance.
Note that this workflow downloads CWM, Pellet and ProvToolbox on demand, and uses UNIX command line tools like wget and md5 which are unlikely to work in Windows. This workflow has been tested on Ubuntu 12.10 with Taverna 2.4.0. |
Dependencies (0)
Inputs (1)
Name |
Description |
voidURI |
URI for a RDF Turtle file containing VoID description.
Note that the input is the URI as a string (in order to get the correct @base),
don't use "Set URL" button!
|
Processors (4)
Name |
Type |
Description |
fetchVoid |
workflow |
|
clean |
workflow |
|
owlreason |
workflow |
|
prov2svg |
workflow |
|
Datalinks (6)
Source |
Sink |
voidURI |
fetchVoid:turtleURI |
fetchVoid:turtle |
clean:unclean |
fetchVoid:fetch_turtle_actualURL |
clean:baseURI |
clean:clean |
owlreason:ttl |
owlreason:reasonedRdf |
prov2svg:prov |
prov2svg:svg |
provSVG |
Uploader
License
All versions of this Workflow are
licensed under:
Version 2 (latest)
(of 2)
Credits (1)
(People/Groups)
Attributions (0)
(Workflows/Files)
None
Shared with Groups (0)
None
Featured In Packs (1)
Log in to add to one of your Packs
Attributed By (0)
(Workflows/Files)
None
Favourited By (0)
No one
Statistics
Other workflows that use similar services
(0)
There are no workflows in myExperiment that use similar services to this Workflow.
Comments (1)
Log in to make a comment
Note that this workflow does not work on Windows as it uses command line tools like wget and unzip.