aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-11-22 18:28:41 +0300
committerMunyoki Kilyungi2023-11-22 18:28:41 +0300
commitaac0772e2ee29009242f0b01fa56f01f510b1f45 (patch)
tree0beb41aaff9d13144849623b1b543326f5eab760
parent7c57895d09f6eb9f8f53b20931a84297c4d3e64a (diff)
downloadgn-transform-databases-aac0772e2ee29009242f0b01fa56f01f510b1f45.tar.gz
Delete some RDF prefixes when transforming ProbeSet metadata.
External resources are explicitly defined so we don't need these prefixes. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rwxr-xr-xexamples/probeset.scm6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/probeset.scm b/examples/probeset.scm
index abb3ecb..e0a7685 100755
--- a/examples/probeset.scm
+++ b/examples/probeset.scm
@@ -145,15 +145,9 @@
("gnc:" "<http://genenetwork.org/category/>")
("gnt:" "<http://genenetwork.org/term/>")
("rdf:" "<http://www.w3.org/1999/02/22-rdf-syntax-ns#>")
- ("kegg:" "<http://bio2rdf.org/ns/kegg#>")
- ("pubchem:" "<https://pubchem.ncbi.nlm.nih.gov/>")
- ("omim:" "<https://www.omim.org/entry/>")
("rdfs:" "<http://www.w3.org/2000/01/rdf-schema#>")
- ("uniprot:" "<http://purl.uniprot.org/uniprot/>")
- ("chebi:" "<http://purl.obolibrary.org/obo/CHEBI_>")
("dct:" "<http://purl.org/dc/terms/>")
("owl:" "<http://www.w3.org/2002/07/owl#>")
- ("homologene:" "<https://bio2rdf.org/homologene:>")
("xsd:" "<http://www.w3.org/2001/XMLSchema#>")
("qb:" "<http://purl.org/linked-data/cube#>")
("sdmx-measure:" "<http://purl.org/linked-data/sdmx/2009/measure#>")