diff options
author | Munyoki Kilyungi | 2023-08-28 12:43:37 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2023-08-28 12:43:37 +0300 |
commit | e034cb0817fa3e5479f786d357b7c1ba4709f61c (patch) | |
tree | 7bada7363919eb2a9ed8df787db762b7ae297d3e /examples | |
parent | 2d3d572aa7c5da0df07ace7536c3164ca62aec16 (diff) | |
download | gn-transform-databases-e034cb0817fa3e5479f786d357b7c1ba4709f61c.tar.gz |
Replace gnc:Type with gnc:DatasetType
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
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) |