query-b4bba1c5dd4d2fd761f83946243548d6

rq turtle/ttl

memory capacity ⟩ (Q79726)kilobyte 64 ⟨  [[Special:Search/Property:|Search]]  ⟩  (Q11140433)primary memory ⟨  (P527)has part(s)  ⟩  (Q99775)Commodore 64 ⟨   ⟩ (Q79735)megabyte 8 ⟨  [[Special:Search/Property:|Search]]  ⟩  (Q12635161)L2 cache ⟨  (P527)has part(s)  ⟩  (Q15218754)Core2 Quad Q6600 ⟨ Example and derivatives(Q8799)byte Allowed values(Q193395)recording medium DomainQuantityData typememory storage capacity of some data storage deviceDescription)Talk and documentation ((P2928) storage capacityDone:   Motivation 20:08, 6 June 2016 (UTC)) talk (LymantriaMemory storage capacity is a key figure of several computer related items. Discussion19:17, 13 June 2016 (UTC) Andy's edits; Talk to Andy); Pigsonthewing (Andy Mabbett. Support 19:26, 7 June 2016 (UTC)) talk (LymantriaChanged accordingly. 18:52, 7 June 2016 (UTC)) talk (ArthurPSmith thanks for initiating this, I think this is a good suggestion. Maybe just "memory capacity" as label? Support 05:09, 23 June 2016 (UTC)) talk (MisterSandersonDefinetely there is a conspiracy against me in this project... I'm still thinking what to do about it.--Which memory this property is exactly referring to? Using this query: memory capacity ⟩ (Q79726)kilobyte 64 ⟨  [[Special:Search/Property:|Search]]  ⟩  (Q11140433)primary memory ⟨  (P527)has part(s)  ⟩  (Q99775)Commodore 64 ⟨   ⟩ (Q79735)megabyte 8 ⟨  [[Special:Search/Property:|Search]]  ⟩  (Q12635161)L2 cache ⟨  (P527)has part(s)  ⟩  (Q15218754)Core2 Quad Q6600 ⟨ Example and derivatives(Q8799)byte Allowed values(Q193395)recording medium DomainQuantityData typememory storage capacity of some data storage deviceDescription)Talk and documentation ((P2928) storage capacityDone:   Motivation ]reply[20:08, 6 June 2016 (UTC)) talk (LymantriaMemory storage capacity is a key figure of several computer related items. Discussion]reply[19:17, 13 June 2016 (UTC) Andy's edits; Talk to Andy); Pigsonthewing (Andy Mabbett. Support ]reply[19:26, 7 June 2016 (UTC)) talk (LymantriaChanged accordingly. ]reply[18:52, 7 June 2016 (UTC)) talk (ArthurPSmith thanks for initiating this, I think this is a good suggestion. Maybe just "memory capacity" as label? Support ]reply[05:09, 23 June 2016 (UTC)) talk (MisterSandersonDefinetely there is a conspiracy against me in this project... I'm still thinking what to do about it.--Which memory this property is exactly referring to? Using this query:

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 ?value WHERE {
  ?item wdt:P2928 ?value
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
limit 100

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected v2("?value"):::projected c3(["bd:serviceParam"]):::iri c5(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"wdt:P2928"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c3 --"wikibase:language"--> c5 end