diff --git a/profiles/m-AIA/Dataset/index.ttl b/profiles/m-AIA/Dataset/index.ttl
new file mode 100644
index 0000000000000000000000000000000000000000..765f7f1c884fd722cd23f95cab0743d3afeca9aa
--- /dev/null
+++ b/profiles/m-AIA/Dataset/index.ttl
@@ -0,0 +1,67 @@
+@base <https://purl.org/coscine/ap/m-AIA/Dataset/>.
+
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
+@prefix dcterms: <http://purl.org/dc/terms/>.
+@prefix sh: <http://www.w3.org/ns/shacl#>.
+@prefix vocabterms: <https://purl.org/coscine/terms/>.
+@prefix aps: <https://purl.org/coscine/ap/>.
+
+_:autos5 rdf:first "1D";
+         rdf:rest _:autos6.
+_:autos6 rdf:first "2D";
+         rdf:rest _:autos7.
+_:autos7 rdf:first "3D";
+         rdf:rest rdf:nil.
+<https://purl.org/coscine/ap/m-AIA/Dataset/> dcterms:created "2022-11-03"^^xsd:date;
+                                                                    dcterms:creator "Marian Albers";
+                                                                    dcterms:description "Structured data from flow simulation with m-AIA solver"@en;
+                                                                    dcterms:subject "flow simulation"@en;
+                                                                    dcterms:title "m-AIA Dataset"@en;
+                                                                    a rdfs:Class,
+                                                                      sh:NodeShape;
+                                                                    sh:closed false;
+                                                                    sh:property [sh:datatype xsd:string ; 
+                                                                                 sh:maxCount 1  ; 
+                                                                                 sh:minCount 1  ; 
+                                                                                 sh:name "Data format"@en ; 
+                                                                                 sh:order 1  ; 
+                                                                                 sh:path <https://purl.org/coscine/terms/49f2f46d-5eae-4ef7-ae20-1f821b964bb1/>],
+                                                                                [sh:datatype xsd:float ; 
+                                                                                 sh:maxCount 1  ; 
+                                                                                 sh:minCount 1  ; 
+                                                                                 sh:name "Reynolds number"@en ; 
+                                                                                 sh:order 2  ; 
+                                                                                 sh:path <https://purl.org/coscine/terms/01c92b4b-f626-4793-9457-33e3e78f682c/>],
+                                                                                [sh:datatype xsd:float ; 
+                                                                                 sh:maxCount 1  ; 
+                                                                                 sh:minCount 1  ; 
+                                                                                 sh:name "Mach number"@en ; 
+                                                                                 sh:order 3  ; 
+                                                                                 sh:path <https://purl.org/coscine/terms/31cc0d1f-6941-423f-8a78-03a1fb1fa778/>],
+                                                                                [sh:maxCount 1  ; 
+                                                                                 sh:minCount 1  ; 
+                                                                                 sh:name "Dimensions"@en ; 
+                                                                                 sh:order 4  ; 
+                                                                                 sh:path <https://purl.org/coscine/terms/8f011b78-d64d-4605-97d4-ec6e59ac9f35/> ; 
+                                                                                 sh:in _:autos5],
+                                                                                [sh:datatype xsd:string ; 
+                                                                                 sh:minCount 1  ; 
+                                                                                 sh:name "Solver"@en ; 
+                                                                                 sh:order 5  ; 
+                                                                                 sh:path <https://purl.org/coscine/terms/935ccc3f-3b34-40d0-85a2-5c27c7e9114c/> ; 
+                                                                                 sh:defaultValue "FV"],
+                                                                                [sh:datatype xsd:date ; 
+                                                                                 sh:name "Created on"@en ; 
+                                                                                 sh:order 6  ; 
+                                                                                 sh:path <https://purl.org/coscine/terms/d6e6f0bd-430b-4d3b-8e35-137c7f3e531d/>],
+                                                                                [sh:datatype xsd:string ; 
+                                                                                 sh:name "Creator"@en ; 
+                                                                                 sh:order 7  ; 
+                                                                                 sh:path <https://purl.org/coscine/terms/4c6b6f70-1a6b-47b1-80a8-cee389389c09/>],
+                                                                                [sh:datatype xsd:string ; 
+                                                                                 sh:name "Computed on machine"@en ; 
+                                                                                 sh:order 8  ; 
+                                                                                 sh:path <https://purl.org/coscine/terms/96a2bac9-6ed3-48e4-8898-66f67d3e929b/> ; 
+                                                                                 sh:defaultValue "HLRS HAWK"].