From: Colil: a database and search service for citation contexts in the life sciences domain
| SPARQL query |
|---|
| PREFIX colil: <http://purl.jp/bio/10/colil/ontology/201303#> |
| PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> |
| PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> |
| PREFIX togows: <http://togows.dbcls.jp/ontology/ncbi-pubmed#> |
| select ?Context where { |
| [] rdf:value ?Context ; |
| colil:mentions [ |
| rdfs:seeAlso [ |
| rdf:type colil:PubMed ; |
| togows:pmid “22135297” |
| ] |
| ]. |
| } |