Skip to content
Snippets Groups Projects
Commit 7b8dc2c4 authored by David Rouquet's avatar David Rouquet
Browse files

ajout des propriétés pour le contenu MD

parent edd4441a
No related branches found
No related tags found
2 merge requests!4Main,!3Daxid html2md
...@@ -43,6 +43,13 @@ ...@@ -43,6 +43,13 @@
rdfs:range :MacaoObject . 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 ### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/contientModule
:contientModule rdf:type owl:ObjectProperty ; :contientModule rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :contient ; rdfs:subPropertyOf :contient ;
...@@ -50,13 +57,6 @@ ...@@ -50,13 +57,6 @@
rdfs:range :Module . 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 ### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/contientSousPartie
:contientSousPartie rdf:type owl:ObjectProperty ; :contientSousPartie rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :contientModule ; rdfs:subPropertyOf :contientModule ;
...@@ -81,6 +81,43 @@ ...@@ -81,6 +81,43 @@
# Data properties # 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 ### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/cheminFichier
:cheminFichier rdf:type owl:DatatypeProperty ; :cheminFichier rdf:type owl:DatatypeProperty ;
rdfs:domain :MacaoRessource ; rdfs:domain :MacaoRessource ;
...@@ -89,21 +126,18 @@ ...@@ -89,21 +126,18 @@
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/commentaireInfo ### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/commentaireInfo
:commentaireInfo rdf:type owl:DatatypeProperty ; :commentaireInfo rdf:type owl:DatatypeProperty ;
rdfs:domain :Activite ; rdfs:domain :Activite .
rdfs:range rdf:XMLLiteral .
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/commentaireSucces ### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/commentaireSucces
:commentaireSucces rdf:type owl:DatatypeProperty ; :commentaireSucces rdf:type owl:DatatypeProperty ;
rdfs:domain :Activite ; rdfs:domain :Activite .
rdfs:range rdf:XMLLiteral .
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/commentaireSugg ### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/commentaireSugg
:commentaireSugg rdf:type owl:DatatypeProperty ; :commentaireSugg rdf:type owl:DatatypeProperty ;
rdfs:domain :Activite , rdfs:domain :Activite ,
:Reponse ; :Reponse .
rdfs:range rdf:XMLLiteral .
### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/correct ### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/correct
...@@ -135,6 +169,11 @@ ...@@ -135,6 +169,11 @@
# Classes # 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 ### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/Cours
:Cours rdf:type owl:Class ; :Cours rdf:type owl:Class ;
rdfs:subClassOf :Activite . rdfs:subClassOf :Activite .
...@@ -208,11 +247,6 @@ ...@@ -208,11 +247,6 @@
rdfs:subClassOf :MacaoContenu . 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 ### http://www.semanticweb.org/eliott/ontologies/2024/4/macao/Reponse
:Reponse rdf:type owl:Class ; :Reponse rdf:type owl:Class ;
rdfs:subClassOf :MacaoContenu . rdfs:subClassOf :MacaoContenu .
...@@ -241,4 +275,4 @@ ...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment