diff --git a/tetras_extraction/macao_schema.ttl b/tetras_extraction/macao_schema.ttl
index dd1d3d8dd4a35536d35d779043f97ca7b75dcfe3..58e14140cf1f423047104edc777c43f6cd43993e 100644
--- a/tetras_extraction/macao_schema.ttl
+++ b/tetras_extraction/macao_schema.ttl
@@ -43,6 +43,13 @@
           rdfs:range :MacaoObject .
 
 
+###  http://www.semanticweb.org/eliott/ontologies/2024/4/macao/contientActivite
+:contientActivite rdf:type owl:ObjectProperty ;
+                  rdfs:subPropertyOf :contient ;
+                  rdfs:domain :SousPartie ;
+                  rdfs:range :Activite .
+
+
 ###  http://www.semanticweb.org/eliott/ontologies/2024/4/macao/contientModule
 :contientModule rdf:type owl:ObjectProperty ;
                 rdfs:subPropertyOf :contient ;
@@ -50,13 +57,6 @@
                 rdfs:range :Module .
 
 
-###  http://www.semanticweb.org/eliott/ontologies/2024/4/macao/contientPage
-:contientActivite rdf:type owl:ObjectProperty ;
-              rdfs:subPropertyOf :contient ;
-              rdfs:domain :SousPartie ;
-              rdfs:range :Activite .
-
-
 ###  http://www.semanticweb.org/eliott/ontologies/2024/4/macao/contientSousPartie
 :contientSousPartie rdf:type owl:ObjectProperty ;
                     rdfs:subPropertyOf :contientModule ;
@@ -81,6 +81,43 @@
 #    Data properties
 #################################################################
 
+###  http://www.semanticweb.org/eliott/ontologies/2024/4/macao#commentaireInfo_html
+:commentaireInfo_html rdf:type owl:DatatypeProperty ;
+                      rdfs:subPropertyOf :commentaireInfo ;
+                      rdfs:range rdf:XMLLiteral .
+
+
+###  http://www.semanticweb.org/eliott/ontologies/2024/4/macao#commentaireInfo_md
+:commentaireInfo_md rdf:type owl:DatatypeProperty ;
+                    rdfs:subPropertyOf :commentaireInfo .
+
+
+###  http://www.semanticweb.org/eliott/ontologies/2024/4/macao#commentaireSuccess_html
+:commentaireSuccess_html rdf:type owl:DatatypeProperty ;
+                         rdfs:subPropertyOf :commentaireSucces ;
+                         rdfs:range rdf:XMLLiteral .
+
+
+###  http://www.semanticweb.org/eliott/ontologies/2024/4/macao#commentaireSuccess_md
+:commentaireSuccess_md rdf:type owl:DatatypeProperty ;
+                       rdfs:subPropertyOf :commentaireSucces .
+
+
+###  http://www.semanticweb.org/eliott/ontologies/2024/4/macao#commentaireSugg_html
+:commentaireSugg_html rdf:type owl:DatatypeProperty ;
+                      rdfs:subPropertyOf :commentaireSugg ;
+                      rdfs:range rdf:XMLLiteral .
+
+
+###  http://www.semanticweb.org/eliott/ontologies/2024/4/macao#commentaireSugg_md
+:commentaireSugg_md rdf:type owl:DatatypeProperty ;
+                    rdfs:subPropertyOf :commentaireSugg .
+
+
+###  http://www.semanticweb.org/eliott/ontologies/2024/4/macao#description_md
+:description_md rdf:type owl:DatatypeProperty .
+
+
 ###  http://www.semanticweb.org/eliott/ontologies/2024/4/macao/cheminFichier
 :cheminFichier rdf:type owl:DatatypeProperty ;
                rdfs:domain :MacaoRessource ;
@@ -89,21 +126,18 @@
 
 ###  http://www.semanticweb.org/eliott/ontologies/2024/4/macao/commentaireInfo
 :commentaireInfo rdf:type owl:DatatypeProperty ;
-                 rdfs:domain :Activite ;
-                 rdfs:range rdf:XMLLiteral .
+                 rdfs:domain :Activite .
 
 
 ###  http://www.semanticweb.org/eliott/ontologies/2024/4/macao/commentaireSucces
 :commentaireSucces rdf:type owl:DatatypeProperty ;
-                   rdfs:domain :Activite ;
-                   rdfs:range rdf:XMLLiteral .
+                   rdfs:domain :Activite .
 
 
 ###  http://www.semanticweb.org/eliott/ontologies/2024/4/macao/commentaireSugg
 :commentaireSugg rdf:type owl:DatatypeProperty ;
-                 rdfs:domain :Activite,
-                             :Reponse ;
-                 rdfs:range rdf:XMLLiteral .
+                 rdfs:domain :Activite ,
+                             :Reponse .
 
 
 ###  http://www.semanticweb.org/eliott/ontologies/2024/4/macao/correct
@@ -135,6 +169,11 @@
 #    Classes
 #################################################################
 
+###  http://www.semanticweb.org/eliott/ontologies/2024/4/macao/Activite
+:Activite rdf:type owl:Class ;
+          rdfs:subClassOf :MacaoContenu .
+
+
 ###  http://www.semanticweb.org/eliott/ontologies/2024/4/macao/Cours
 :Cours rdf:type owl:Class ;
        rdfs:subClassOf :Activite .
@@ -208,11 +247,6 @@
         rdfs:subClassOf :MacaoContenu .
 
 
-###  http://www.semanticweb.org/eliott/ontologies/2024/4/macao/Page
-:Activite rdf:type owl:Class ;
-      rdfs:subClassOf :MacaoContenu .
-
-
 ###  http://www.semanticweb.org/eliott/ontologies/2024/4/macao/Reponse
 :Reponse rdf:type owl:Class ;
          rdfs:subClassOf :MacaoContenu .
@@ -241,4 +275,4 @@
 ] .
 
 
-###  Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi
+###  Generated by the OWL API (version 4.5.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi