Skip to content
Snippets Groups Projects
Commit b2d78c32 authored by Eliott Sammier's avatar Eliott Sammier
Browse files

Update ontology schema

parent a35298dc
No related branches found
No related tags found
No related merge requests found
......@@ -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 .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment