From 54342f60be9331ce5ae72f66a062e4859a2ed565 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Thu, 29 Jan 2026 18:25:54 +0300 Subject: Delete duplication in molecular-traits.scm. Signed-off-by: Munyoki Kilyungi --- examples/molecular-traits.scm | 6 ------ 1 file changed, 6 deletions(-) (limited to 'examples/molecular-traits.scm') diff --git a/examples/molecular-traits.scm b/examples/molecular-traits.scm index 2f95ca3..7bec8ee 100755 --- a/examples/molecular-traits.scm +++ b/examples/molecular-traits.scm @@ -102,7 +102,6 @@ (gnt:has_experiment_design_info rdfs:label "Experiment Design") (gnt:has_experiment_type a owl:ObjectProperty) (gnt:has_experiment_type rdfs:comment "Information about the experiment type") - (gnt:has_experiment_type rdfs:comment "Information about the experiment type") (gnt:has_experiment_type rdfs:domain dcat:Dataset) (gnt:has_experiment_type rdfs:label "Experiment Type Metadata") (gnt:has_platform_info a owl:ObjectProperty) @@ -193,11 +192,6 @@ (field InfoFiles About_Data_Values_Processing))) (if (or (null? processing) (string-blank? processing)) "" (sanitize-rdf-string processing)))) - (set gnt:has_experiment_type - (let ((experiment-type - (field InfoFiles Experiment_Type))) - (if (or (null? experiment-type) (string-blank? experiment-type)) - "" (sanitize-rdf-string experiment-type)))) (set gnt:has_experiment_design (let ((experiment-design (field InfoFiles Overall_Design))) -- cgit 1.4.1