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.
What is Paget's disease sparql query example
(3)
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:
Francois Belleau
Triplify GO database external reference [...
(1)
Created: 2009-12-01 | Last updated: 2009-12-01
Credits:
Francois Belleau
Results per page:
Sort by: