Difference between revisions of "Events/Trainings/SEM/Modélisation"
Jump to navigation
Jump to search
(Created page with "{{Graph|state=collapsed |objects_and_colors= (pdio:Q110 "FF0000") (pdio:Q495 "00FF00") (pdio:Q559 "0000FF") (pdio:Q153 "333333") (pdio:Q491 "888800") (pdio:Q807 "008888") (p...") |
|||
Line 1: | Line 1: | ||
+ | == Exemples == | ||
+ | Voir [[Visualizations]] | ||
+ | |||
+ | == Modélisons un graphe == | ||
+ | * session post-it | ||
+ | * sur machine | ||
+ | |||
+ | == Faisons le tourner == | ||
{{Graph|state=collapsed | {{Graph|state=collapsed | ||
|objects_and_colors= | |objects_and_colors= |
Revision as of 12:05, 15 January 2020
Exemples
Voir Visualizations
Modélisons un graphe
- session post-it
- sur machine
Faisons le tourner
PREFIX pdio: <https://wiki.personaldata.io/entity/>
PREFIX pdiot: <https://wiki.personaldata.io/prop/direct/>
PREFIX pdiop: <https://wiki.personaldata.io/prop/>
PREFIX pdiops: <https://wiki.personaldata.io/prop/statement/>
PREFIX pdiopq: <https://wiki.personaldata.io/prop/qualifier/>
#defaultView:Graph
SELECT ?object ?objectLabel ?rgb ?subject ?subjectLabel
WHERE {
VALUES {{{ selector_objects}}} {
{{{ objects}}}
}
VALUES {{{selector_predicates}}} {
pdiot:P3
pdiot:P28
}
?subject ?predicate ?object
SERVICE wikibase:label {
bd:serviceParam wikibase:language "en" .
}
}
LIMIT 1000