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

remove some property hierarchy so some are not propagated

parent c3a23ae2
No related branches found
No related tags found
1 merge request!4Main
...@@ -112,15 +112,12 @@ ...@@ -112,15 +112,12 @@
:commentaireInfo_html :commentaireInfo_html
rdf:type owl:DatatypeProperty ; rdf:type owl:DatatypeProperty ;
rdfs:range rdf:XMLLiteral ; rdfs:range rdf:XMLLiteral ;
rdfs:subPropertyOf :commentaireInfo ;
. .
:commentaireInfo_md :commentaireInfo_md
rdf:type owl:DatatypeProperty ; rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf :commentaireInfo ;
. .
:commentaireInfo_md_manual_edition :commentaireInfo_md_manual_edition
rdf:type owl:DatatypeProperty ; rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf :commentaireInfo ;
. .
:commentaireSucces :commentaireSucces
rdf:type owl:DatatypeProperty ; rdf:type owl:DatatypeProperty ;
...@@ -129,15 +126,12 @@ ...@@ -129,15 +126,12 @@
:commentaireSucces_html :commentaireSucces_html
rdf:type owl:DatatypeProperty ; rdf:type owl:DatatypeProperty ;
rdfs:range rdf:XMLLiteral ; rdfs:range rdf:XMLLiteral ;
rdfs:subPropertyOf :commentaireSucces ;
. .
:commentaireSucces_md :commentaireSucces_md
rdf:type owl:DatatypeProperty ; rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf :commentaireSucces ;
. .
:commentaireSucces_md_manual_edition :commentaireSucces_md_manual_edition
rdf:type owl:DatatypeProperty ; rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf :commentaireSucces ;
. .
:commentaireSugg :commentaireSugg
rdf:type owl:DatatypeProperty ; rdf:type owl:DatatypeProperty ;
...@@ -147,15 +141,12 @@ ...@@ -147,15 +141,12 @@
:commentaireSugg_html :commentaireSugg_html
rdf:type owl:DatatypeProperty ; rdf:type owl:DatatypeProperty ;
rdfs:range rdf:XMLLiteral ; rdfs:range rdf:XMLLiteral ;
rdfs:subPropertyOf :commentaireSugg ;
. .
:commentaireSugg_md :commentaireSugg_md
rdf:type owl:DatatypeProperty ; rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf :commentaireSugg ;
. .
:commentaireSugg_md_manual_edition :commentaireSugg_md_manual_edition
rdf:type owl:DatatypeProperty ; rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf :commentaireSugg ;
. .
:contenuDans :contenuDans
rdf:type owl:ObjectProperty ; rdf:type owl:ObjectProperty ;
...@@ -196,15 +187,12 @@ ...@@ -196,15 +187,12 @@
. .
:description_html :description_html
rdf:type owl:DatatypeProperty ; rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf :description ;
. .
:description_md :description_md
rdf:type owl:DatatypeProperty ; rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf :description ;
. .
:description_md_manual_edition :description_md_manual_edition
rdf:type owl:DatatypeProperty ; rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf :description ;
. .
:html :html
rdf:type owl:DatatypeProperty ; rdf:type owl:DatatypeProperty ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment