Workflows

Search filter terms
Filter by type
Filter by tag
Filter by user
Filter by licence
Filter by group
Results per page:
Sort by:
Showing 20 results. Use the filters on the left and the search box below to refine the results.
Tag: sparql Licence: by-sa

Workflow What is Paget's disease sparql query example (3)

Thumb
SELECT distinct ?s1 FROM <http://atlas.bio2rdf.org/sparql> WHERE {   ?s1 ?p1 ?o1 .   ?o1 bif:contains "paget" .   FILTER( regex(?s1, "omim")   OR regex(?s1, "geneid") OR regex(?s1, "uniprot")) }   followed by SELECT ?type1, count(*) FROM <http://localhost:8890/sparql> WHERE {   ?s1 ?p1 ?o1 .   ?o1 bif:contains "paget" .   ?s1  

Created: 2009-01-20

Credits: User Francois Belleau

Workflow What is known about HIV using Bio2RDF's SP... (2)

Thumb
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 t...

Created: 2009-02-05 | Last updated: 2009-02-05

Credits: User Francois Belleau

Workflow Visualize Molecules from DBPedia as Molecu... (3)

Thumb
Downloads entries from DBPedia which have a SMILES and creates a molecule table with 2D structures of the hits found with SPARQL.

Created: 2010-03-14

Credits: User Egon Willighagen

Workflow List all algorithms and descriptors an Ope... (2)

Thumb
 Uses the OpenTox API 1.1 to discover all the available algorithms and descriptors for a given service.

Created: 2010-04-01 | Last updated: 2010-11-13

Credits: User Egon Willighagen

Workflow Open PDB entries in Jmol for hits found fo... (3)

Thumb
Queries Bio2RDF for proteins of which the title contains 'HIV', downloads them using the EMBL webservices and opens them in Bioclipse for visualization with Jmol.

Created: 2010-03-14 | Last updated: 2010-06-23

Credits: User Egon Willighagen

Workflow Lists all Taverna 2 workflows (1)

Thumb
Uses Bioclipse and the MyExperiment SPARQL end point.

Created: 2009-08-21 | Last updated: 2009-08-22

Credits: User Egon Willighagen

Workflow Author's collaborators according to pubmed (1)

Thumb
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())

Created: 2009-01-20 | Last updated: 2009-01-20

Credits: User Francois Belleau

Workflow Text search within sparql point (1)

Thumb
This workflow make possible full text search within different sparql point made available by the Bio2RDF project.

Created: 2009-01-19

Credits: User Francois Belleau

Workflow Query DBPedia for all entries with an InChI (1)

SPARQL against http://dbpedia.org/sparql that retrieves the first 100 ChemicalCompounds which has an InChI.

Created: 2009-11-20

Credits: User Egon Willighagen

Workflow Sponge into Virtuoso triplestore the neede... (2)

Thumb
query = labrie,f query = labrie query = labrie,f query = labrie query = h1n1 query = morissette,j query = labrie,f query = labrie query = h1n1 Get a list of paper from pubmed.

Created: 2009-11-17 | Last updated: 2009-11-27

Credits: User Francois Belleau

Results per page:
Sort by: