From 31d1ffda8080e20a308d33266579f0aa432bd9bd Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Fri, 23 Jan 2026 13:27:43 +0300 Subject: sed -i 's|gnt:genetic-type|gnt:genetic_type|g' ./*/**.scm ./*scm Signed-off-by: Munyoki Kilyungi --- examples/classification.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples') diff --git a/examples/classification.scm b/examples/classification.scm index e3da8da..7ee8252 100755 --- a/examples/classification.scm +++ b/examples/classification.scm @@ -83,8 +83,8 @@ (left-join MappingMethod "ON InbredSet.MappingMethodId=MappingMethod.Id"))) (schema-triples - (gnt:genetic-type a owl:ObjectProperty) - (gnt:genetic-type rdfs:domain gnc:set) + (gnt:genetic_type a owl:ObjectProperty) + (gnt:genetic_type rdfs:domain gnc:set) (gnt:code a owl:ObjectProperty) (gnt:code rdfs:domain gnc:set) ;; Already defined as an owl prop in species @@ -98,7 +98,7 @@ (set skos:inScheme 'gnc:resource_classification_scheme) (set rdfs:label (field InbredSet FullName)) (set skos:prefLabel (field InbredSet Name InbredSetName)) - (set gnt:genetic-type (field InbredSet GeneticType)) + (set gnt:genetic_type (field InbredSet GeneticType)) (set gnt:family (field InbredSet Family)) (set gnt:mapping_method (field MappingMethod Name)) (set gnt:code (field InbredSet InbredSetCode)) -- cgit 1.4.1