From 5a7d767c6a182903f39a10eab2842b93d8ded314 Mon Sep 17 00:00:00 2001 From: Anthony Geourjon <anthony.geourjon@tetras-libre.fr> Date: Mon, 13 Jan 2025 17:16:07 +0100 Subject: [PATCH] Add element in macao_schema.ttl --- tetras_extraction/schemes/macao_schema.ttl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/tetras_extraction/schemes/macao_schema.ttl b/tetras_extraction/schemes/macao_schema.ttl index e77aacc..b430438 100644 --- a/tetras_extraction/schemes/macao_schema.ttl +++ b/tetras_extraction/schemes/macao_schema.ttl @@ -242,3 +242,19 @@ :ExerciceTAT ) ; ]. + +### Addition from Eliott + +### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/Reponse +:Champ 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 . + + ### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/aReponseIncorrecte +:aSegment rdf:type owl:ObjectProperty ; + rdfs:domain :ExerciceTAT ; + rdfs:range :Segment . -- GitLab