Author's collaborators according to pubmed
SELECT distinct ?s2
FROM <http://atlas.bio2rdf.org/sparql>
WHERE {
?s1 ?p1 ?o1 .
?o1 bif:contains "author" .
?s2 ?p2 ?s1 .
FILTER( regex(?s1, "pubmed") )
}
followed by
SELECT ?creator, count()
FROM <http://localhost:8890/sparql>
WHERE {
?s1 ?p1 .
?s1 ?p2 ?o2 .
FILTER( regex(?o2, "author"))
?s1 ?creator .
}
ORDER BY DESC(count())
Preview
Run
Run this Workflow in the Taverna Workbench...
Option 1:
Copy and paste this link into File > 'Open workflow location...'
http://www.myexperiment.org/workflows/634/download?version=1
[ More Info ]
Workflow Components
![header=[] body=[This is the author information extracted from the workflow version] cssheader=[boxoverTooltipHeader] cssbody=[boxoverTooltipBody] delay=[200] Information](/images/famfamfam_silk/information.png?1680607579)
![header=[] body=[These are the descriptive titles embedded within the workflow version] cssheader=[boxoverTooltipHeader] cssbody=[boxoverTooltipBody] delay=[200] Information](/images/famfamfam_silk/information.png?1680607579)
![header=[] body=[These are the descriptions embedded within the workflow version] cssheader=[boxoverTooltipHeader] cssbody=[boxoverTooltipBody] delay=[200] Information](/images/famfamfam_silk/information.png?1680607579)
![header=[] body=[These are the listed dependencies of the workflow] cssheader=[boxoverTooltipHeader] cssbody=[boxoverTooltipBody] delay=[200] Information](/images/famfamfam_silk/information.png?1680607579)
Reviews
(0)
Other workflows that use similar services
(0)
There are no workflows in myExperiment that use similar services to this Workflow.
No comments yet
Log in to make a comment