aboutsummaryrefslogtreecommitdiff
path: root/examples/classification.scm
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-08-30 18:09:23 +0300
committerMunyoki Kilyungi2023-08-30 18:16:10 +0300
commit550fb168a17006f873652a0364c75ffd7132f057 (patch)
treed6f659810ed44d67b669e59eef9bd8f43585e159 /examples/classification.scm
parentb212b91f7f0454d64c86b85693d37783a42d5bc3 (diff)
downloadgn-transform-databases-550fb168a17006f873652a0364c75ffd7132f057.tar.gz
Add an extra alias to InbredSet.InbredSetName
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
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))