diff options
author | Munyoki Kilyungi | 2023-08-28 14:19:40 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2023-08-28 14:29:26 +0300 |
commit | fae546482521ad854ee837af3d3fe33fb873fd80 (patch) | |
tree | 0c3b46190dc03900bc9828e3c85e0fe911b8f50e /examples | |
parent | c7279cda5bfc12be67aa657c54fd7157b1f0b374 (diff) | |
download | gn-transform-databases-fae546482521ad854ee837af3d3fe33fb873fd80.tar.gz |
Add qb: and sdmx-measure: prefixes
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/probeset.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/probeset.scm b/examples/probeset.scm index b2ba3df..273c635 100755 --- a/examples/probeset.scm +++ b/examples/probeset.scm @@ -177,6 +177,8 @@ ("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#>") ("skos:" "<http://www.w3.org/2004/02/skos/core#>"))) (inputs (list probeset)) |