query-76119fb11771e40db82e0bf5491f0097

rq turtle/ttl

: (P3333)ACM Digital Library event ID Items with

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?itemDescription ?idValue ?instanceOf ?instanceOfLabel {
  # P3333: ACM Digital Library event ID
  ?item wdt:P3333 ?idValue.
  OPTIONAL { ?item wdt:P31 ?instanceOf }
  SERVICE wikibase:label {bd:serviceParam wikibase:language "en" }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?idValue"):::projected v3("?instanceOf"):::projected v1("?item"):::projected c4(["bd:serviceParam"]):::iri c6(["en"]):::literal v1 --"wdt:P3333"--> v2 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P31".-> v3 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end