From b2d78c32d97422b2bbc46467701c392e796e92ad Mon Sep 17 00:00:00 2001 From: eliott <eliott.sammier@tetras-libre.fr> Date: Tue, 11 Jun 2024 11:08:43 +0200 Subject: [PATCH] Update ontology schema --- tetras_extraction/macao_12/macao_schema.ttl | 62 +++++++++++++++++---- 1 file changed, 50 insertions(+), 12 deletions(-) diff --git a/tetras_extraction/macao_12/macao_schema.ttl b/tetras_extraction/macao_12/macao_schema.ttl index 680dc04f..139e2a68 100644 --- a/tetras_extraction/macao_12/macao_schema.ttl +++ b/tetras_extraction/macao_12/macao_schema.ttl @@ -14,6 +14,23 @@ # Object Properties ################################################################# +### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/aReponse +:aReponse rdf:type owl:ObjectProperty ; + rdfs:range :Reponse . + + +### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/aReponseCorrecte +:aReponseCorrecte rdf:type owl:ObjectProperty ; + rdfs:domain :Exercice ; + rdfs:range :Reponse . + + +### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/aReponseIncorrecte +:aReponseIncorrecte rdf:type owl:ObjectProperty ; + rdfs:domain :Exercice ; + rdfs:range :Reponse . + + ### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/contenuDans :contenuDans rdf:type owl:ObjectProperty ; owl:inverseOf :contient . @@ -64,24 +81,40 @@ # Data properties ################################################################# -### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/aReponseCorrecte -:aReponseCorrecte rdf:type owl:DatatypeProperty ; - rdfs:domain :Exercice ; - rdfs:range xsd:positiveInteger . - - -### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/aReponseIncorrecte -:aReponseIncorrecte rdf:type owl:DatatypeProperty ; - rdfs:domain :Exercice ; - rdfs:range xsd:positiveInteger . - - ### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/cheminFichier :cheminFichier rdf:type owl:DatatypeProperty ; rdfs:domain :MacaoRessource ; rdfs:range xsd:anyURI . +### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/commentaireInfo +:commentaireInfo rdf:type owl:DatatypeProperty ; + rdfs:domain :Page ; + rdfs:range rdf:XMLLiteral . + + +### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/commentaireSucces +:commentaireSucces rdf:type owl:DatatypeProperty ; + rdfs:domain :Page ; + rdfs:range rdf:XMLLiteral . + + +### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/commentaireSugg +:commentaireSugg rdf:type owl:DatatypeProperty ; + rdfs:domain :Page ; + rdfs:range rdf:XMLLiteral . + + +### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/correct +:correct rdf:type owl:DatatypeProperty ; + rdfs:range xsd:boolean . + + +### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/html +:html rdf:type owl:DatatypeProperty ; + rdfs:range rdf:XMLLiteral . + + ### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/id :id rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf owl:topDataProperty ; @@ -179,6 +212,11 @@ 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/SimpleFlash :SimpleFlash rdf:type owl:Class ; rdfs:subClassOf :FlashObject . -- GitLab