about summary refs log tree commit diff
path: root/examples/classification.scm
diff options
context:
space:
mode:
authorMunyoki Kilyungi2026-01-23 13:28:08 +0300
committerMunyoki Kilyungi2026-01-23 13:28:08 +0300
commit91d5c073f71e5639f787583314f887a5b9cc3a14 (patch)
treea6b3c0edc14fc885329511b7fe5cdf71e3ad06c9 /examples/classification.scm
parent31d1ffda8080e20a308d33266579f0aa432bd9bd (diff)
downloadgn-transform-databases-91d5c073f71e5639f787583314f887a5b9cc3a14.tar.gz
Delete blank-node.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'examples/classification.scm')
-rwxr-xr-xexamples/classification.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/classification.scm b/examples/classification.scm
index 7ee8252..012c053 100755
--- a/examples/classification.scm
+++ b/examples/classification.scm
@@ -20,7 +20,9 @@
    (gnc:resource_classification_scheme a skos:ConceptScheme)
    (gnc:resource_classification_scheme skos:prefLabel "GeneNetwork Classification Scheme For Resources which are either defines as a dataset, an inbred group, or a species.")
    (gnc:resource_classification_scheme xkos:numberOfLevels "3")
-   (gnc:resource_classification_scheme xkos:levels "( gnc:dataset_type gnc:set gnc:species )")
+   (gnc:resource_classification_scheme xkos:levels gnc:dataset_type)
+   (gnc:resource_classification_scheme xkos:levels gnc:set)
+   (gnc:resource_classification_scheme xkos:levels gnc:species)
    (gnc:dataset_type a xkos:ClassificationLevel)
    (gnc:dataset_type skos:prefLabel "The Type of a Dataset which can be a ProbeSet, Genotype, or Phenotype")
    (gnc:dataset_type xkos:depth "1")