From 91d5c073f71e5639f787583314f887a5b9cc3a14 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Fri, 23 Jan 2026 13:28:08 +0300 Subject: Delete blank-node. Signed-off-by: Munyoki Kilyungi --- examples/classification.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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") -- cgit 1.4.1