| Line 1: |
Line 1: |
| | + | {{SPARQL|label= Mickey Mouse's social network |
| | + | |state={{{state}}} |
| | + | |query= |
| | + | #defaultView:Graph |
| | + | SELECT ?node ?nodeLabel ?nodeImage ?childNode ?childNodeLabel ?childNodeImage ?rgb WHERE { |
| | + | { |
| | + | BIND(pdio:Q308 AS ?node) |
| | + | ?node ?p ?i. |
| | + | OPTIONAL { ?node pdiot:P47 ?nodeImage. } |
| | + | ?childNode ?x ?p. |
| | + | ?childNode rdf:type wikibase:Property. |
| | + | FILTER(STRSTARTS(STR(?i), "https://wiki.personaldata.io/entity/Q")) |
| | + | FILTER(STRSTARTS(STR(?childNode), "https://wiki.personaldata.io/entity/P")) |
| | + | } |
| | + | UNION |
| | + | { |
| | + | BIND("EFFBD8" AS ?rgb) |
| | + | pdio:Q308 ?p ?childNode. |
| | + | OPTIONAL { ?childNode pdiot:P47 ?childNodeImage. } |
| | + | ?node ?x ?p. |
| | + | ?node rdf:type wikibase:Property. |
| | + | FILTER(STRSTARTS(STR(?childNode), "https://wiki.personaldata.io/entity/Q")) |
| | + | } |
| | + | OPTIONAL { |
| | + | ?node pdiot:P47 ?nodeImage. |
| | + | ?childNode pdiot:P47 ?childNodeImage. |
| | + | } |
| | + | SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } |
| | + | } |
| | + | }} |
| | + | |
| | {{SPARQL|label=simple view of FB|state={{{state}}}|query={{SPARQLTableQuery|table=Q383}}}} | | {{SPARQL|label=simple view of FB|state={{{state}}}|query={{SPARQLTableQuery|table=Q383}}}} |
| | {{SPARQL|label=extended view of FB | | {{SPARQL|label=extended view of FB |
| − | |state=collapsed | + | |state={{{state}}} |
| | + | |query=#defaultView:Graph |
| | + | SELECT ?origin ?originLabel ?destination ?destinationLabel ?rgb ?edgeLabel WHERE |
| | + | { |
| | + | |
| | + | pdio:Q1044 pdiot:P129 ?origin. |
| | + | pdio:Q1044 pdiot:P129 ?destination. |
| | + | pdio:Q1044 pdiop:P130 ?association_statement. |
| | + | ?association_statement pdiopq:P131 ?origin. |
| | + | ?association_statement pdiopq:P132 ?destination. |
| | + | ?association_statement pdiops:P130 ?edge. |
| | + | SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } |
| | + | } |
| | + | }} |
| | + | {{SPARQL|label=simple view of various Facebook tools, and how they exchange information|state={{{state}}}|query={{SPARQLTableQuery|table=Q383}}}} |
| | + | |
| | + | {{SPARQL|label=extended view of various Facebook tools, and how they exchange information |
| | + | |state={{{state}}} |
| | |query=#defaultView:Graph | | |query=#defaultView:Graph |
| | SELECT ?origin ?originLabel ?destination ?destinationLabel ?rgb ?edgeLabel WHERE | | SELECT ?origin ?originLabel ?destination ?destinationLabel ?rgb ?edgeLabel WHERE |
| Line 15: |
Line 63: |
| | } | | } |
| | }} | | }} |
| | + | {{SPARQL|label=how disinformation blends into our information ecosystem through Facebook|state={{{state}}}|query={{SPARQLTableQuery|table=Q366}}}} |
| | + | {{SPARQL|state={{{state}}}|label=summary of the Cambridge Analytica scandal|query={{SPARQLTableQuery|table=Q384}}}} |