aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xexamples/molecular-traits.scm6
1 files changed, 0 insertions, 6 deletions
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)))