aboutsummaryrefslogtreecommitdiff
path: root/examples/classification.scm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/classification.scm')
-rwxr-xr-xexamples/classification.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/classification.scm b/examples/classification.scm
index 3843c49..828befa 100755
--- a/examples/classification.scm
+++ b/examples/classification.scm
@@ -59,7 +59,7 @@
(triples "gnc:Set"
(set skos:member
(string->identifier
- "set" (field InbredSet Name)))))
+ "set" (field InbredSet Name InbredSetName)))))
(define-transformer species
(tables (Species))
@@ -97,10 +97,10 @@
(gnt:mappingMethod a owl:ObjectProperty)
(gnt:mappingMethod rdfs:domain gnc:set))
(triples (string->identifier
- "set" (field InbredSet Name))
+ "set" (field InbredSet Name InbredSetName))
(set skos:inScheme 'gnc:ResourceClassificationScheme)
(set rdfs:label (field InbredSet FullName))
- (set skos:prefLabel (field InbredSet Name))
+ (set skos:prefLabel (field InbredSet Name InbredSetName))
(set gnt:geneticType (field InbredSet GeneticType))
(set gnt:family (field InbredSet Family))
(set gnt:mappingMethod (field MappingMethod Name))