aboutsummaryrefslogtreecommitdiff
path: root/examples/dump-probesetfreeze.scm
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-07-30 12:27:50 +0300
committerMunyoki Kilyungi2023-07-31 13:12:27 +0300
commit67aa8fc2eb5e7267d1799df1be94fbcec71475c8 (patch)
tree17851518752bb8e351176a87c53347b97188380a /examples/dump-probesetfreeze.scm
parentc179a0fcf762804dcfe27fb23760ace35f19e016 (diff)
downloadgn-transform-databases-67aa8fc2eb5e7267d1799df1be94fbcec71475c8.tar.gz
Add gnc: prefix
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'examples/dump-probesetfreeze.scm')
-rwxr-xr-xexamples/dump-probesetfreeze.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/dump-probesetfreeze.scm b/examples/dump-probesetfreeze.scm
index 828ab00..30ea9f4 100755
--- a/examples/dump-probesetfreeze.scm
+++ b/examples/dump-probesetfreeze.scm
@@ -22,7 +22,7 @@
(schema-triples
(gnt:name rdfs:range rdfs:Literal))
(triples (string->identifier "platform" (field GeneChip Name))
- (set rdf:type 'gn:platform)
+ (set rdf:type 'gnc:platform)
(set gnt:name (field GeneChip GeneChipName))
(set gnt:geoPlatform
(ontology 'geoSeries:
@@ -50,7 +50,7 @@
'pre "_" 'post)
#:separator ""
#:proc string-capitalize-first)
- (set rdf:type 'gn:probesetDataset)
+ (set rdf:type 'gnc:probesetDataset)
(set gnt:avgMethod (string->identifier "avgmethod" (field AvgMethod Name)))
(set gnt:fullName (field ProbeSetFreeze FullName))
(set gnt:shortName (field ProbeSetFreeze ShortName))
@@ -71,6 +71,7 @@
(prefixes
'(("geoSeries:" "<http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=>")
("gn:" "<http://genenetwork.org/id/>")
+ ("gnc:" "<http://genenetwork.org/category/>")
("dct:" "<>")
("gnt:" "<http://genenetwork.org/term/>")
("rdf:" "<http://www.w3.org/1999/02/22-rdf-syntax-ns#>")