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 025ae19..0577f1f 100755 --- a/examples/classification.scm +++ b/examples/classification.scm @@ -30,12 +30,12 @@ (gnc:ResourceClassificationScheme a skos:ConceptScheme) (gnc:ResourceClassificationScheme skos:prefLabel "GeneNetwork Classification Scheme For Resources") (gnc:ResourceClassificationScheme xkos:numberOfLevels "3") - (gnc:ResourceClassificationScheme xkos:levels "( gnc:Type gnc:Set gnc:Species )") - (gnc:Type a xkos:ClassificationLevel) - (gnc:Type skos:prefLabel "The Type of a Dataset which can be a ProbeSet, Genotype, or Phenotype") - (gnc:Type xkos:depth "1") - (gnc:Type skos:member gn:ProbeSet) - (gnc:Type skos:member gn:Genotype) + (gnc:ResourceClassificationScheme xkos:levels "( gnc:DatasetType gnc:Set gnc:Species )") + (gnc:DatasetType a xkos:ClassificationLevel) + (gnc:DatasetType skos:prefLabel "The Type of a Dataset which can be a ProbeSet, Genotype, or Phenotype") + (gnc:DatasetType xkos:depth "1") + (gnc:DatasetType skos:member gn:ProbeSet) + (gnc:DatasetType skos:member gn:Genotype) (gn:Genotype skos:altLabel "DNA Markers and SNPs") (gn:Genotype skos:prefLabel "Genotype") (gnc:Type skos:member gn:Phenotype) |