From e034cb0817fa3e5479f786d357b7c1ba4709f61c Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Mon, 28 Aug 2023 12:43:37 +0300 Subject: Replace gnc:Type with gnc:DatasetType Signed-off-by: Munyoki Kilyungi --- examples/classification.scm | 12 ++++++------ 1 file 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) -- cgit v1.2.3