about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMunyoki Kilyungi2026-01-27 21:18:06 +0300
committerMunyoki Kilyungi2026-01-27 21:18:06 +0300
commitc57715940a901e1151e530c3e7ab36778ecda5f7 (patch)
tree6ae1060ef91ab2e17d48b9574c7496fb30d75a8f
parentd2a131e7b6748b9974ee15e0df7f0aae5ed5873c (diff)
downloadgn-transform-databases-master.tar.gz
Use correct hierarchy. HEAD master
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rwxr-xr-xexamples/classification.scm12
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/classification.scm b/examples/classification.scm
index 7f89be8..16b08c6 100755
--- a/examples/classification.scm
+++ b/examples/classification.scm
@@ -23,19 +23,20 @@
    (gnc:resource_classification_scheme xkos:numberOfLevels "4")
    (gnc:resource_classification_scheme xkos:levels gnc:taxonomic_family)
    (gnc:resource_classification_scheme xkos:levels gnc:species)
-   (gnc:resource_classification_scheme xkos:levels gnc:set)
    (gnc:resource_classification_scheme xkos:levels gnc:population_category)
+   (gnc:resource_classification_scheme xkos:levels gnc:set)
    (gnc:population_category a xkos:ClassificationLevel)
    (gnc:population_category skos:inScheme gnc:resource_classification_scheme)
+   (gnc:population_category xkos:previousLevel gnc:species)
    (gnc:population_category xkos:nextLevel gnc:set)
    (gnc:population_category skos:prefLabel "Species")
    (gnc:population_category rdfs:label "Population Category")
-   (gnc:population_category xkos:depth "4")
+   (gnc:population_category xkos:depth "3")
    (gnt:population_category skos:definition "Classification of genetic populations by breeding design and data aggregation.")
    (gnc:species a xkos:ClassificationLevel)
    (gnc:species skos:inScheme gnc:resource_classification_scheme)
    (gnc:species xkos:previousLevel gnc:taxonomic_family)
-   (gnc:species xkos:nextLevel gnc:set)
+   (gnc:species xkos:nextLevel gnc:population_category)
    (gnc:species skos:prefLabel "Species")
    (gnc:species skos:definition "A classification level that that associates a given resource to a species in GeneNetwork.")
    (gnc:species xkos:depth "2"))
@@ -49,11 +50,10 @@
   (schema-triples
    (gnc:set a xkos:ClassificationLevel)
    (gnc:set skos:inScheme gnc:resource_classification_scheme)
-   (gnc:set xkos:nextLevel gnc:population_category)
-   (gnc:set xkos:previousLevel gnc:species)
+   (gnc:set xkos:previousLevel gnc:population_category)
    (gnc:set skos:prefLabel "InbredSet Group")
    (gnc:set skos:definition "A category representing groups of genetically related strains or individuals (inbred sets, recombinant inbred lines, etc.).")
-   (gnc:set xkos:depth "3"))
+   (gnc:set xkos:depth "4"))
   (triples "gnc:set"
     (set skos:member
          (string->identifier