diff --git a/MCD_to_database_example.drawio b/MCD_to_database_example.drawio index a5d934d..af6c3cd 100644 --- a/MCD_to_database_example.drawio +++ b/MCD_to_database_example.drawio @@ -1,6 +1,6 @@ - + @@ -446,16 +446,19 @@ - + - + + + + @@ -472,13 +475,13 @@ - + - + diff --git a/MCD_to_database_example.png b/MCD_to_database_example.png new file mode 100644 index 0000000..86897ac Binary files /dev/null and b/MCD_to_database_example.png differ diff --git a/wiki_documentation/idRef/proprietes_population.md b/wiki_documentation/idRef/proprietes_population.md index d1861bd..ca25291 100644 --- a/wiki_documentation/idRef/proprietes_population.md +++ b/wiki_documentation/idRef/proprietes_population.md @@ -27,36 +27,34 @@ Noter que le résultat (10 juillet 2024) se trouve [dans ce fichier](./propriete ORDER BY DESC(?eff) +### Références bibliographiques - - PREFIX wdt: + PREFIX wdt: PREFIX owl: PREFIX wd: - - SELECT ?s ?p ?o - # SELECT ?p (count(*) as ?eff) - WHERE { - { SELECT DISTINCT ?uri - WHERE { - GRAPH { - ?si owl:sameAs ?uri. - FILTER( CONTAINS(STR(?uri), 'idref.fr')) + SELECT ?s ?p ?o + # SELECT ?p (count(*) as ?eff) + WHERE { + { SELECT DISTINCT ?uri + WHERE { + GRAPH { + ?si owl:sameAs ?uri. + FILTER( CONTAINS(STR(?uri), 'idref.fr')) + } } - } - - LIMIT 300 - } - SERVICE { - ?s ?uri; - a ; - ?o. } - } - #GROUP BY ?p -ORDER BY ?s - + LIMIT 300 + } + SERVICE { + ?s ?uri; + a ; + ?o. } + } + #GROUP BY ?p + ORDER BY ?s +### Auteurs PREFIX wdt: PREFIX owl: diff --git a/wiki_documentation/ontology_fuseki/ontologie_gestion.md b/wiki_documentation/ontology_fuseki/ontologie_gestion.md new file mode 100644 index 0000000..486790e --- /dev/null +++ b/wiki_documentation/ontology_fuseki/ontologie_gestion.md @@ -0,0 +1,12 @@ + + + + PREFIX rdf: + PREFIX rdfs: + + INSERT DATA { + GRAPH { + + rdfs:label 'Person'@en + } + }