aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xexamples/classification.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/classification.scm b/examples/classification.scm
index c88ea6a..92c4bf0 100755
--- a/examples/classification.scm
+++ b/examples/classification.scm
@@ -93,7 +93,7 @@
(gnt:belongs_to_species rdfs:range gnc:species))
(triples
(string->identifier "" (remap-species-identifiers (field Species Fullname)))
- (set rdfs:type 'gnc:species)
+ (set rdf:type 'gnc:species)
(set rdfs:label (remap-species-identifiers (field Species Fullname)))
(set skos:prefLabel (field Species MenuName))
(set skos:altLabel (field Species SpeciesName))
@@ -147,7 +147,7 @@
(gnt:belongs_to_group rdfs:range gnc:set)
(gnt:belongs_to_group rdfs:label "belongs-to-group"))
(triples (string->identifier "set" (field InbredSet Name InbredSetName) #:separator "_")
- (set rdfs:type 'gnc:set)
+ (set rdf:type 'gnc:set)
(set rdfs:label (field InbredSet FullName))
(set skos:prefLabel (field InbredSet Name InbredSetName))
(set gnt:genetic_type (field InbredSet GeneticType))