diff --git a/tetras_extraction/macao_12/macao_schema.ttl b/tetras_extraction/macao_12/macao_schema.ttl index 680dc04f212fe7963d17fc648d90000dbb551d4d..139e2a684185d9e4e45aa11714e8507cd4aa918b 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 .