Submitted by Egon Willighagen on 10th February 2012
Returns the the citations to papers identified by a single PubMed ID (via a crafted IRI) and the RDF types of the citing objects (assays and activities).
Query:
SELECT ?object ?type WHERE {
?paper <http://purl.org/ontology/bibo/pmid> <http://bio2rdf.org/pubmed:15139753> .
?object ?cites ?paper .
?object <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> ?type .
}
| Dataset | ChEMBL-RDF |
|---|---|
| Created By | Egon Willighagen |
| Published | 2012-02-10 13:30 |