aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-12-22 11:51:00 +0300
committerMunyoki Kilyungi2023-12-22 11:53:23 +0300
commit660d46f5ceeb070903e9560a2e22202fcab4a6e1 (patch)
treecd623221bf2705a319277d80045608023ab756b6 /examples
parent856eb75b763217fe72a5e505bd85983415987274 (diff)
downloadgn-transform-databases-660d46f5ceeb070903e9560a2e22202fcab4a6e1.tar.gz
Fix typo with pantherLink ResourceLink.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/genelist.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/genelist.scm b/examples/genelist.scm
index 9113ccd..9c1ced0 100755
--- a/examples/genelist.scm
+++ b/examples/genelist.scm
@@ -46,7 +46,7 @@
(gnc:abaLink rdfs:Class gnc:ResourceLink)
(gnc:abaLink rdfs:label "ABA")
(gnc:abaLink rdfs:comments "Allen Brain Atlas")
- (gnc:pantherLink rdf:Class gnc:ResourceLink)
+ (gnc:pantherLink rdfs:Class gnc:ResourceLink)
(gnc:pantherLink rdfs:label "PANTHER")
(gnc:pantherLink rdfs:comments "Gene and protein data resources from Celera-ABI")
(gnc:stringLink rdfs:Class gnc:ResourceLink)
@@ -186,7 +186,7 @@
"http://www.pantherdb.org/genes/geneList.do?searchType=basic&fieldName=all&organism=all&listType=1&fieldValue="
(uri-encode
(string-trim-both symbol))
- "a gnc:PantherLink"))
+ "a gnc:pantherLink"))
"")))
(set dct:references
(let ((symbol (field GeneList GeneSymbol)))