Workflows

Search filter terms
Filter by type
Filter by tag
Filter by user
Filter by licence
Results per page:
Sort by:
Showing 3 results. Use the filters on the left and the search box below to refine the results.
Type: Taverna 2 Tag: text_mining User: Francois Belleau 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 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

Results per page:
Sort by: