What is known about HIV using Bio2RDF's SPARQL endpoints ?

Created: 2009-02-05 06:13:53      Last updated: 2009-02-05 06:15:22

To answer this question Bio2RDF Atlas about mouse and human genome sparql endpoint available at http://atlas.bio2rdf.org/sparql is searched.  The selected URIs are then loaded into your local Virtuoso triplestore at http://localhost:8890/sparql. You must enable insert mode into the graph.

Once the mashup is built, two SPARQL queries analyze the obtained graph.  Finally you can submit queries to the RDF mashup about HIV as you like.  Enjoy.

This is the queries present in this workflow :

CONSTRUCT {
  ?s ?p ?o .
}
FROM < geneid,uniprot,omim,pubmed,go >
WHERE {
  ?s ?p ?o .
  ?o bif:contains "hiv" .
}

then

SELECT * WHERE {?s ?p ?o}

then

SELECT ?type, count(*)
WHERE {
?s <rdf:type> ?type .
}

Information Preview

Medium

Information 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/644/download?version=2
[ More InfoExpand ]


Information Workflow Components

Information Authors (1)
Information Titles (2)
Information Descriptions (6)
Information Dependencies (0)
Inputs (0)
Processors (12)
Beanshells (4)
Outputs (4)
Datalinks (16)
Coordinations (2)

Information Workflow Type

Taverna 2

Information Uploader

Information License

All versions of this Workflow are licensed under:

Information Version 2 (latest) (of 2)

View version:

Information Credits (1)

(People/Groups)

Information Attributions (0)

(Workflows/Files)

None

Information Tags (8)

Log in to add Tags

Information Shared with Groups (0)

None

Information Featured In Packs (0)

None

Log in to add to one of your Packs

Information Attributed By (0)

(Workflows/Files)

None

Information Favourited By (1)

Information Statistics

 

Citations (0)

None


Version History

In chronological order:



Reviews Reviews (0)

No reviews yet

Be the first to review!



Comments Comments (2)

Log in to make a comment

  • Thursday 05 March 2009 14:48:21 (UTC)

    Dear Francois,

    Firstly, congratulation on the great job! I have been looking forward to this for a long time, a binding between Bio2RDF and Taverna.

    I have download your workflow and tried to run it using Taverna 2.0. However, no results were ever returned to me. I digged into the workflow and found that the value given to the string processor "virtuoso_server" is http://localhost:8890. Is this the reason why I got no results back? What should I fix to make the workflow run on my local desktop?

    Thanks,

    Jun

  • Tuesday 14 September 2010 16:17:15 (UTC)

     Jun,

    I think the workflow assumes that you have a triple-store running locally.  Basically it goes and gets the data for you, sticks it into your server, and then lets you query it.  

     Anyone have this working?

     




Workflow Other workflows that use similar services (0)

There are no workflows in myExperiment that use similar services to this Workflow.