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