diff options
Diffstat (limited to 'examples')
| -rwxr-xr-x | examples/classification.scm | 12 |
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 |
