ProvenanceContextEntity

From Knoesis wiki
Revision as of 15:47, 27 January 2010 by Satyasahoo (Talk | contribs)

Jump to: navigation, search

Provenance Context Entity (PaCE) Resource Page

SPARQL Query Set

The following queries were used in the evaluations.

1. M_PaCE Dataset

Query 1: All statements for a given PMID (e.g., 17209178)

PREFIX bkr: <http://mor.nlm.nih.gov/bkr/>
PREFIX dc: <http://purl.org/dc/elements/1.1/>
PREFIX provenir: <http://knoesis.wright.edu/provenir/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX umls: <http://mor.nlm.nih.gov/umls/>
PREFIX meta: <http://mor.nlm.nih.gov/umls/META_>
PREFIX sn: <http://mor.nlm.nih.gov/umls/SEMNET_>
SELECT ?st_s_inst ?st_p_inst ?st_o_inst
FROM <http://mor.nlm.nih.gov/bkr_instances_context1>
WHERE {
?st_s_inst ?st_p_inst ?st_o_inst .
?st_s_inst provenir:derives_from bkr:PUBMED_%s-INST .
}

Result Set