diff --git a/profiles/srfm/maya/index.ttl b/profiles/srfm/maya/index.ttl
index 8440c8679d48c1daaaed4af672ff50e887f1e5f3..a75f0e9afcb6e93a749d2474cf6b0a62e929a685 100644
--- a/profiles/srfm/maya/index.ttl
+++ b/profiles/srfm/maya/index.ttl
@@ -10,7 +10,7 @@
 @prefix unit: <http://qudt.org/vocab/unit/> .
 @prefix coscineSRFM: <https://purl.org/coscine/ap/srfm/haenselGretel#> .
 @prefix coscineSRFMSW: <https://purl.org/coscine/ap/srfm/schneewittchen#> .
-     
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 @prefix dcterms:<http://purl.org/dc/terms/> . 
 @prefix afr:<http://purl.allotrope.org/ontologies/result#> . 
 @prefix csmd:<http://www.purl.org/net/CSMD/4.0#sample_name> . 
@@ -22,7 +22,9 @@
 @prefix bao:<http://www.bioassayontology.org/bao#> . 
 @prefix afo:<http://purl.allotrope.org/ontologies/result#AFR_0001625> . 
 @prefix dbo:<http://dbpedia.org/ontology/> .
-    
+@prefix coscinedropShapeAnalysis: <https://purl.org/coscine/ap/sfb985/dropShapeAnalysis#> .
+
+
 <https://purl.org/coscine/ap/srfm/maya/>
     dcterms:license <http://spdx.org/licenses/MIT> ;
     dcterms:publisher <https://itc.rwth-aachen.de/> ;
@@ -39,7 +41,7 @@ sh:property [
 
   sh:property coscineSRFM:creator ;
   sh:property coscineSRFM:student ;
-  sh:property coscineSRFM:timeOfMeasurement ;
+  sh:property coscineSRFM:dateOfMeasurement ;
   sh:property coscineSRFM:measurementName ;
   sh:property coscineSRFM:sampleName ;
   sh:property coscineSRFM:samplePID ;
@@ -77,8 +79,13 @@ sh:property [
   sh:property coscineSRFMMaya:intervalIlluminationSample ;
   sh:property coscineSRFMSW:zStackOptions ;
   sh:property coscineSRFMSW:numFrames ;
-  sh:property coscineSRFMSW:sizeFov .
- 
+  sh:property coscineSRFMSW:sizeFov ;
+  sh:property coscinedropShapeAnalysis:comment ;
+  sh:property coscinedropShapeAnalysis:elabID .
+  
+
+
+
 coscineSRFM:creator
   sh:path dcterms:creator ;
   sh:order 0  ;
@@ -96,13 +103,13 @@ coscineSRFM:student
   sh:name "Student"@en, "Student"@de.
 
 
-coscineSRFM:timeOfMeasurement
+coscineSRFM:dateOfMeasurement
   sh:path afr:AFR_0000952e ;
   sh:order 2  ;
-  sh:description "date and time data was produced"@en ; 
-    sh:datatype xsd:dateTime ; 
+  sh:description "date data was produced"@en ; 
+    sh:datatype xsd:date ; 
   sh:minCount 1 ;
-  sh:name "Time of Measurement"@en, "Zeitpunkt der Messung"@de.
+  sh:name "Measurement Date"@en, "Datum der Messung"@de.
 
 
 coscineSRFM:measurementName
@@ -226,7 +233,7 @@ coscineSRFM:laserIntensity
   sh:description "raw maximum laser intensity measured at objective lens (mW)"@en ; 
     sh:datatype xsd:decimal ; 
   qudt:Unit unit:MilliW ; 
-  sh:name "Laser intensity [mW]"@en, "Laser-Intensität [mW]"@de.
+  sh:name "Maximum Laser Intensity at Objective Lens [mW]"@en, "maximale Laser Intensität am Objektiv [mW]"@de.
 
 
 coscineSRFM:laserSpotsize
@@ -280,7 +287,7 @@ coscineSRFM:excitationFilter
   sh:order 22  ;
   sh:description "Which excitation filter was used"@en ; 
     sh:datatype xsd:string ; 
-  sh:name "Excitation filter"@en, "Erregungsfilter"@de.
+  sh:name "Excitation filter"@en, "Anregungsfilter"@de.
 
 
 coscineSRFM:dichroicMirror
@@ -360,7 +367,7 @@ coscineSRFM:psfModificationMethod
   sh:description "Which modification has been used"@en ; 
     sh:class <http://purl.org/coscine/vocabularies/srfm/psfModificationMethodMaya> ; 
   sh:minCount 1 ;
-  sh:name "PSF Modification method"@en, "PSF-Änderungsmethode"@de.
+  sh:name "PSF Modification method"@en, "PSF-Modifizierung (Methode)"@de.
 
 
 coscineSRFM:pixelSize
@@ -391,10 +398,10 @@ coscineSRFM:acquisitionMode
 
 
 coscineSRFMMaya:intervalExposureCam
-  sh:path afo:delay ;
+  sh:path srfm:delayCam ;
   sh:order 35  ;
   sh:description "If intervals were set for acquisition, how long were they?"@en ; 
-    sh:datatype xsd:decimal ; 
+  sh:datatype xsd:decimal ; 
   qudt:Unit unit:MilliSEC ; 
   sh:name "Interval Exposure (Camera) [ms]"@en, "Intervall-Belichtung (Kamera) [ms]"@de.
 
@@ -404,14 +411,14 @@ coscineSRFMMaya:illuminationMode
   sh:order 36  ;
   sh:description "Was the sample illuminated continuously or not?"@en ; 
     sh:class <http://purl.org/coscine/vocabularies/srfm/illuminationMode> ; 
-  sh:name "Illumination mode"@en, "Beleuchtung Modus"@de.
+  sh:name "Sample Illumination Mode"@en, "Proben-Belichtungs-Methode"@de.
 
 
 coscineSRFMMaya:intervalIlluminationSample
-  sh:path afo:delay ;
+  sh:path srfm:delaySample ;
   sh:order 37  ;
   sh:description "If intervals were set for illumination, how long were they?"@en ; 
-    sh:datatype xsd:decimal ; 
+  sh:datatype xsd:decimal ; 
   qudt:Unit unit:MilliSEC ; 
   sh:name "Interval Illumination (Sample) [ms]"@en, "Intervall-Beleuchtung (Probe) [ms]"@de.
 
@@ -440,3 +447,18 @@ coscineSRFMSW:sizeFov
     sh:datatype xsd:string ; 
   sh:name "Size FOV"@en, "Größe Field Of View"@de.
 
+coscinedropShapeAnalysis:comment
+  sh:path rdfs:comment ;
+  sh:order 41 ;
+  sh:datatype xsd:string ; 
+  dash:singleLine false ;
+  sh:name "Additional notes"@en, "weitere Anmerkungen"@de 
+.
+
+coscinedropShapeAnalysis:elabID
+  sh:path obo:IAO_0020000 ;
+  sh:order 42 ;
+  sh:datatype xsd:string ; 
+  sh:name "Experiment ID (eLabFTW)"@en, "Experiment-ID (eLabFTW)"@de 
+.
+
diff --git a/terms/srfm/index.ttl b/terms/srfm/index.ttl
index 1898cfed3d0a95c0364b43d6e6f1be1ad6b132f2..df85f99ad1fb7ed10ff947c52c4e7b615c5a59ff 100644
--- a/terms/srfm/index.ttl
+++ b/terms/srfm/index.ttl
@@ -46,7 +46,7 @@ srfm:odFiltersUsed
 .
 
 srfm:illuminationTime
-  rdfs:label "Illumination time"@en, "Illumnationszeit"@de ; 
+  rdfs:label "Illumination time"@en, "Illuminationszeit"@de ; 
   dcterms:description "Indicates whether the sample is illuminated throughout the whole measurement (continuous) or the shutter was closed."@en
 . 
 
@@ -270,4 +270,14 @@ srfm:hexenhausLEDIntensity
 srfm:intervalIlluminationCombined
   rdfs:label "Illumination Interval"@en, "Intervall-Beleuchtung"@de ; 
   dcterms:description "Describes whether the illumination of the sample and the detector is continuous in setups Interval illumination and Interval exposure cannot be separated."@en
+.
+
+srfm:delayCam
+  rdfs:label "Interval Exposure (Camera) [ms]"@en, "Intervall-Belichtung (Kamera) [ms]"@de ;
+  dcterms:description "Length of intervals set for sample illumination."@en
+.
+
+srfm:delaySample
+  rdfs:label "Interval Illumination (Sample) [ms]"@en, "Intervall-Beleuchtung (Probe) [ms]"@de ;
+  dcterms:description "Length of intervals set for sample illumination."@en
 .
\ No newline at end of file
diff --git a/vocabularies/srfm/maxLaserSetting/index.ttl b/vocabularies/srfm/maxLaserSetting/index.ttl
index 83c002b59a22a24b40ad774cca10a2fda9c935a0..ec0c43aa40b971401c566acbda16dc0c2f45900c 100644
--- a/vocabularies/srfm/maxLaserSetting/index.ttl
+++ b/vocabularies/srfm/maxLaserSetting/index.ttl
@@ -38,16 +38,4 @@
         rdfs:label "500"@en , "500"@de ;
         rdfs:subClassOf <http://purl.org/coscine/vocabularies/srfm/maxLaserSetting> 
     .
-                    
-
-    <http://purl.org/coscine/vocabularies/srfm/maxLaserSetting#4> a <http://purl.org/coscine/vocabularies/srfm/maxLaserSetting#4>;
-        rdfs:label "500"@en , "500"@de ;
-        rdfs:subClassOf <http://purl.org/coscine/vocabularies/srfm/maxLaserSetting> 
-    .
-                    
-
-    <http://purl.org/coscine/vocabularies/srfm/maxLaserSetting#5> a <http://purl.org/coscine/vocabularies/srfm/maxLaserSetting#5>;
-        rdfs:label "300"@en , "300"@de ;
-        rdfs:subClassOf <http://purl.org/coscine/vocabularies/srfm/maxLaserSetting> 
-    .
                     
\ No newline at end of file