query-452ab6675229fe684a9b8ed0a4019851
Propertiesinstance of (P31)described by source (P1343)developer (P178)
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?proximity_contact_tracing_protocol ?proximity_contact_tracing_protocolLabel ?described_by_source ?described_by_sourceLabel ?developer ?developerLabel WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
?proximity_contact_tracing_protocol wdt:P31 wd:Q93251355.
OPTIONAL { ?proximity_contact_tracing_protocol wdt:P1343 ?described_by_source. }
OPTIONAL { ?proximity_contact_tracing_protocol wdt:P178 ?developer. }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?described_by_source"):::projected
v3("?developer"):::projected
v1("?proximity_contact_tracing_protocol"):::projected
c2(["bd:serviceParam"]):::iri
c6(["wd:Q93251355"]):::iri
c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end
v1 --"wdt:P31"--> c6
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P1343".-> v2
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P178".-> v3
end