Reviews (0)
For Workflow: Pubmed mashup demo in a Virtuoso triplestore
Pubmed mashup demo in a Virtuoso triplestore (1)
This workflow build a mashup in your local virtuoso server (available at http://localhost:8890/sparql) by downloading the needed pubmed documents from NCBI and by converting them into N3 format. Once all documents loaded into the triplestore you can query them with SPARQL.
For example try those queries :
SELECT count(*) WHERE {?s ?p ?o}
SELECT ?o, count(*)
WHERE {?s <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> ?o}
Dr Labrie's MeSH subject of interest :
SELECT ?o, count...
Created: 2009-02-11
Credits: Francois Belleau