diff options
author | Munyoki Kilyungi | 2023-11-22 18:28:41 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2023-11-22 18:28:41 +0300 |
commit | aac0772e2ee29009242f0b01fa56f01f510b1f45 (patch) | |
tree | 0beb41aaff9d13144849623b1b543326f5eab760 /examples | |
parent | 7c57895d09f6eb9f8f53b20931a84297c4d3e64a (diff) | |
download | gn-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>
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/probeset.scm | 6 |
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#>") |