From 550fb168a17006f873652a0364c75ffd7132f057 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Wed, 30 Aug 2023 18:09:23 +0300 Subject: Add an extra alias to InbredSet.InbredSetName Signed-off-by: Munyoki Kilyungi --- examples/classification.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/classification.scm') 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)) -- cgit v1.2.3