aboutsummaryrefslogtreecommitdiff
path: root/rdf-documentation/dump-publication.md
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-07-21 16:32:01 +0300
committerMunyoki Kilyungi2023-07-21 16:32:01 +0300
commit4d494d24f066ed1980f18796ac836bca2ad7b030 (patch)
treeddfa59bd410e6ec5448f96fea8267435e3865efe /rdf-documentation/dump-publication.md
parent0e9401165a0c3ad2b891c01efc485431f3229ef8 (diff)
downloadgn-docs-4d494d24f066ed1980f18796ac836bca2ad7b030.tar.gz
Update auto-generated docs
Diffstat (limited to 'rdf-documentation/dump-publication.md')
-rw-r--r--rdf-documentation/dump-publication.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/rdf-documentation/dump-publication.md b/rdf-documentation/dump-publication.md
index a40b597..90a366c 100644
--- a/rdf-documentation/dump-publication.md
+++ b/rdf-documentation/dump-publication.md
@@ -27,11 +27,11 @@ pubmed:pmid -> gn:author -> PublicationAuthors
Here's an example query:
```sparql
-@prefix gn-term: <http://genenetwork.org/terms/> .
-@prefix gn: <http://genenetwork.org/id/> .
-@prefix pubmed: <http://rdf.ncbi.nlm.nih.gov/pubmed/> .
-@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+PREFIX gn-term: <http://genenetwork.org/terms/>
+PREFIX gn: <http://genenetwork.org/id/>
+PREFIX pubmed: <http://rdf.ncbi.nlm.nih.gov/pubmed/>
+PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
+PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
SELECT ?s ?p ?o WHERE {
?s rdf:type gn:publication .