From 3031dbea38338959c4dd6a16ef2e67334319bca1 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Thu, 31 Aug 2023 11:22:24 +0300 Subject: Add examples Signed-off-by: Munyoki Kilyungi --- topics/next-gen-databases/gn-classification-scheme.gmi | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'topics/next-gen-databases/gn-classification-scheme.gmi') diff --git a/topics/next-gen-databases/gn-classification-scheme.gmi b/topics/next-gen-databases/gn-classification-scheme.gmi index e65de04..0302d2c 100644 --- a/topics/next-gen-databases/gn-classification-scheme.gmi +++ b/topics/next-gen-databases/gn-classification-scheme.gmi @@ -43,3 +43,11 @@ SELECT * WHERE { ``` => https://rdf-vocabulary.ddialliance.org/xkos.html [0] XKOS: An SKOS extension for representing statistical classifications. + +=> https://sparql.genenetwork.org/sparql?default-graph-uri=&qtxt=PREFIX%20xkos%3A%20%3Chttp%3A%2F%2Frdf-vocabulary.ddialliance.org%2Fxkos%23%3E%0APREFIX%20gnc%3A%20%3Chttp%3A%2F%2Fgenenetwork.org%2Fcategory%2F%3E%0APREFIX%20gn%3A%20%3Chttp%3A%2F%2Fgenenetwork.org%2Fid%2F%3E%0A%0ASELECT%20*%20WHERE%20%7B%0Agnc%3AResourceClassificationScheme%20%3Fp%20%3Fo%20.%0A%7D&format=text%2Fhtml&timeout=0&signal_void=on Classification Scheme + +=> https://sparql.genenetwork.org/sparql?default-graph-uri=&qtxt=PREFIX%20xkos%3A%20%3Chttp%3A%2F%2Frdf-vocabulary.ddialliance.org%2Fxkos%23%3E%0APREFIX%20gnc%3A%20%3Chttp%3A%2F%2Fgenenetwork.org%2Fcategory%2F%3E%0APREFIX%20gn%3A%20%3Chttp%3A%2F%2Fgenenetwork.org%2Fid%2F%3E%0A%0ASELECT%20*%20WHERE%20%7B%0Agnc%3ADatasetType%20%3Fp%20%3Fo%20.%0A%7D&format=text%2Fhtml&timeout=0&signal_void=on DataSet Types + +=> https://sparql.genenetwork.org/sparql?default-graph-uri=&qtxt=PREFIX%20xkos%3A%20%3Chttp%3A%2F%2Frdf-vocabulary.ddialliance.org%2Fxkos%23%3E%0APREFIX%20gnc%3A%20%3Chttp%3A%2F%2Fgenenetwork.org%2Fcategory%2F%3E%0APREFIX%20gn%3A%20%3Chttp%3A%2F%2Fgenenetwork.org%2Fid%2F%3E%0A%0ASELECT%20*%20WHERE%20%7B%0Agnc%3ASpecies%20%3Fp%20%3Fo%20.%0A%7D&format=text%2Fhtml&timeout=0&signal_void=on Species + +=> https://sparql.genenetwork.org/sparql?default-graph-uri=&qtxt=PREFIX%20xkos%3A%20%3Chttp%3A%2F%2Frdf-vocabulary.ddialliance.org%2Fxkos%23%3E%0APREFIX%20gnc%3A%20%3Chttp%3A%2F%2Fgenenetwork.org%2Fcategory%2F%3E%0APREFIX%20gn%3A%20%3Chttp%3A%2F%2Fgenenetwork.org%2Fid%2F%3E%0A%0ASELECT%20*%20WHERE%20%7B%0Agnc%3ASet%20%3Fp%20%3Fo%20.%0A%7D&format=text%2Fhtml&timeout=0&signal_void=on Set -- cgit v1.2.3