diff options
| author | Munyoki Kilyungi | 2026-01-23 13:27:43 +0300 |
|---|---|---|
| committer | Munyoki Kilyungi | 2026-01-23 13:27:43 +0300 |
| commit | 31d1ffda8080e20a308d33266579f0aa432bd9bd (patch) | |
| tree | b2b5c1a778b8aede5dac40e12fb076072db8bdb6 /examples | |
| parent | 02033b4eee1ad80707b38466b2a286a4e7baa0a7 (diff) | |
| download | gn-transform-databases-31d1ffda8080e20a308d33266579f0aa432bd9bd.tar.gz | |
sed -i 's|gnt:genetic-type|gnt:genetic_type|g' ./*/**.scm ./*scm
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'examples')
| -rwxr-xr-x | examples/classification.scm | 6 |
1 files changed, 3 insertions, 3 deletions
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)) |
