diff --git a/data/SSC-06/SSC-06-01/SSC-06-01.dr.owl.ttl b/data/SSC-06/SSC-06-01/SSC-06-01.dr.owl.ttl
new file mode 100644
index 0000000000000000000000000000000000000000..620e8d1e5989c0762358dc8c336d14a855f6bd6d
--- /dev/null
+++ b/data/SSC-06/SSC-06-01/SSC-06-01.dr.owl.ttl
@@ -0,0 +1,74 @@
+@prefix : <https://tetras-libre.fr/mars/ssc#> .
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix xml: <http://www.w3.org/XML/1998/namespace> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@base <https://tetras-libre.fr/mars/ssc#> .
+
+<https://tetras-libre.fr/mars/ssc#> rdf:type owl:Ontology .
+
+#################################################################
+#    Object Properties
+#################################################################
+
+###  https://tetras-libre.fr/mars/ssc#part_of
+:part_of rdf:type owl:ObjectProperty .
+
+
+#################################################################
+#    Classes
+#################################################################
+
+###  https://tetras-libre.fr/mars/ssc#inner_system
+:inner_system rdf:type owl:Class ;
+              rdfs:subClassOf :system .
+
+
+###  https://tetras-libre.fr/mars/ssc#planet
+:planet rdf:type owl:Class .
+
+
+###  https://tetras-libre.fr/mars/ssc#system
+:system rdf:type owl:Class .
+
+
+###  https://tetras-libre.fr/mars/ssc#terestrial_planet
+:terestrial_planet rdf:type owl:Class ;
+                   rdfs:subClassOf :planet .
+
+
+#################################################################
+#    Individuals
+#################################################################
+
+###  https://tetras-libre.fr/mars/ssc#Earth
+:Earth rdf:type owl:NamedIndividual ,
+                :terestrial_planet ;
+       :part_of :inner_system_01 .
+
+
+###  https://tetras-libre.fr/mars/ssc#Mars
+:Mars rdf:type owl:NamedIndividual ,
+               :terestrial_planet ;
+      :part_of :inner_system_01 .
+
+
+###  https://tetras-libre.fr/mars/ssc#Mercury
+:Mercury rdf:type owl:NamedIndividual ,
+                  :terestrial_planet ;
+         :part_of :inner_system_01 .
+
+
+###  https://tetras-libre.fr/mars/ssc#Venus
+:Venus rdf:type owl:NamedIndividual ,
+                :terestrial_planet ;
+       :part_of :inner_system_01 .
+
+
+###  https://tetras-libre.fr/mars/ssc#inner_system_01
+:inner_system_01 rdf:type owl:NamedIndividual ,
+                          :inner_system .
+
+
+###  Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi
diff --git a/data/SSC-07/SSC-07-01/SSC-07-01.dr.owl.ttl b/data/SSC-07/SSC-07-01/SSC-07-01.dr.owl.ttl
new file mode 100644
index 0000000000000000000000000000000000000000..620e8d1e5989c0762358dc8c336d14a855f6bd6d
--- /dev/null
+++ b/data/SSC-07/SSC-07-01/SSC-07-01.dr.owl.ttl
@@ -0,0 +1,74 @@
+@prefix : <https://tetras-libre.fr/mars/ssc#> .
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix xml: <http://www.w3.org/XML/1998/namespace> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@base <https://tetras-libre.fr/mars/ssc#> .
+
+<https://tetras-libre.fr/mars/ssc#> rdf:type owl:Ontology .
+
+#################################################################
+#    Object Properties
+#################################################################
+
+###  https://tetras-libre.fr/mars/ssc#part_of
+:part_of rdf:type owl:ObjectProperty .
+
+
+#################################################################
+#    Classes
+#################################################################
+
+###  https://tetras-libre.fr/mars/ssc#inner_system
+:inner_system rdf:type owl:Class ;
+              rdfs:subClassOf :system .
+
+
+###  https://tetras-libre.fr/mars/ssc#planet
+:planet rdf:type owl:Class .
+
+
+###  https://tetras-libre.fr/mars/ssc#system
+:system rdf:type owl:Class .
+
+
+###  https://tetras-libre.fr/mars/ssc#terestrial_planet
+:terestrial_planet rdf:type owl:Class ;
+                   rdfs:subClassOf :planet .
+
+
+#################################################################
+#    Individuals
+#################################################################
+
+###  https://tetras-libre.fr/mars/ssc#Earth
+:Earth rdf:type owl:NamedIndividual ,
+                :terestrial_planet ;
+       :part_of :inner_system_01 .
+
+
+###  https://tetras-libre.fr/mars/ssc#Mars
+:Mars rdf:type owl:NamedIndividual ,
+               :terestrial_planet ;
+      :part_of :inner_system_01 .
+
+
+###  https://tetras-libre.fr/mars/ssc#Mercury
+:Mercury rdf:type owl:NamedIndividual ,
+                  :terestrial_planet ;
+         :part_of :inner_system_01 .
+
+
+###  https://tetras-libre.fr/mars/ssc#Venus
+:Venus rdf:type owl:NamedIndividual ,
+                :terestrial_planet ;
+       :part_of :inner_system_01 .
+
+
+###  https://tetras-libre.fr/mars/ssc#inner_system_01
+:inner_system_01 rdf:type owl:NamedIndividual ,
+                          :inner_system .
+
+
+###  Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi