User:YULdigitalpreservation/SPARQL2019

Queries 2019 edit

Vehicles used by people who have founded companies edit

The following query uses these:

Bubble chart of free software licenses approved by the FSF ranked by the number of software titles developed by research institutes edit

The following query uses these:

Features: BubbleChart (Q24515280)  View with Reasonator View with SQID

#defaultView:BubbleChart
SELECT DISTINCT ?license ?licenseLabel (COUNT(?item) AS ?count) WHERE {
  ?item (wdt:P31/wdt:P279*) wd:Q7397.
  ?item wdt:P178 ?dev.
  ?dev (wdt:P31/wdt:P279*) wd:Q31855.
  ?item wdt:P275 ?license.
  ?license wdt:P790 wd:Q48413.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
GROUP BY ?license ?licenseLabel
ORDER BY DESC(?count)

People who are computer scientists who have a child who is a computer scientist edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, occupation (P106)  View with Reasonator View with SQID, child (P40)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?child ?childLabel
    WHERE 
    {
      ?item wdt:P31 wd:Q5.
      ?item wdt:P106 wd:Q82594.
      ?item wdt:P40 ?child.
      ?child wdt:P106 wd:Q82594.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

People who are members of NAS who also have a child who is a member edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, member of (P463)  View with Reasonator View with SQID, child (P40)  View with Reasonator View with SQID
    WHERE 
    {
      ?item wdt:P31 wd:Q5.
      ?item wdt:P463 wd:Q270794.
      ?item wdt:P40 ?child.
      ?child wdt:P463 wd:Q270794.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

People who are employed by the company their parent founded edit

The following query uses these:

File formats published before 1985 edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, subclass of (P279)  View with Reasonator View with SQID, readable file format (P1072)  View with Reasonator View with SQID, inception (P571)  View with Reasonator View with SQID, publication date (P577)  View with Reasonator View with SQID
    SELECT DISTINCT ?format ?formatLabel ?date  ?pub 
    WHERE {
      ?format wdt:P31/wdt:P279* wd:Q235557.
      ?app wdt:P1072 ?format.
      OPTIONAL {?format wdt:P571 ?date}.
      OPTIONAL {?format wdt:P577 ?pub}.
      BIND (?date AS ?time)
      BIND (?pub AS ?time)
      FILTER((?time) < "1985-01-01"^^xsd:dateTime)
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
      
    }
    

File formats connected to software and dates edit

The following query uses these:

File formats w PUID that have not yet been connected to any software by P1072 edit

The following query uses these:

File formats with Wolfram Language entity id edit

The following query uses these:

Members of Open Media Alliance edit

The following query uses these:

  • Properties: member of (P463)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel 
    WHERE 
    {
      ?item wdt:P463 wd:Q20947086.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Map of HQ of OMA members edit

The following query uses these:

Features: map (Q24515275)  View with Reasonator View with SQID

#defaultView:Map
SELECT ?item ?itemLabel ?location ?locationLabel ?coord
WHERE 
{
  ?item wdt:P463 wd:Q20947086.
   ?item wdt:P159 ?location.
  ?location wdt:P625 ?coord.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Fellows of the ACM who have passed who have a snac id but no archives at statement edit

The following query uses these:

Nobel laureats who are also ACM Fellows edit

The following query uses these:

  • Properties: award received (P166)  View with Reasonator View with SQID, instance of (P31)  View with Reasonator View with SQID, subclass of (P279)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?date ?snac ?inst ?instLabel
    WHERE 
    {
      ?item wdt:P166 wd:Q18748039.
      ?item wdt:P166 ?award.
      ?award wdt:P31/wdt:P279* wd:Q7191.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Audio file formats and the software that can read them edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, readable file format (P1072)  View with Reasonator View with SQID
    NCT ?item ?itemLabel ?software ?softwareLabel ("00FFFF" AS ?rgb) WHERE {
      {?item wdt:P31 wd:Q682626.}
      UNION {?item wdt:P31 wd:Q758871}.
      ?software wdt:P1072 ?item.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Software that has a one-oc-a-kind computer as platform edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, image (P18)  View with Reasonator View with SQID, platform (P400)  View with Reasonator View with SQID
    SELECT ?computer ?computerLabel ?software ?softwareLabel WHERE {
      ?computer wdt:P31 wd:Q28542014.
      OPTIONAL {?computer wdt:P18 ?image}.
      ?software wdt:P400 ?computer.
       SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
      }
    

Orgs w ACM classification code, w stock exchange, inception edit

The following query uses these:

Software named after people edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, subclass of (P279)  View with Reasonator View with SQID, named after (P138)  View with Reasonator View with SQID
    SELECT DISTINCT ?software ?softwareLabel ?person ?personLabel  WHERE {
      ?software wdt:P31/wdt:P279* wd:Q7397.
      ?software wdt:P138 ?person.
      ?person wdt:P31 wd:Q5.
    SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
      }
    

Software titles w wine app id edit

The following query uses these:

  • Properties: Wine AppDB ID (P600)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?value
    WHERE 
    {
      ?item wdt:P600 ?value .
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Youtube channels with software as a main subject edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, main subject (P921)  View with Reasonator View with SQID, subclass of (P279)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?subject ?subjectLabel WHERE {
      ?item wdt:P31 wd:Q17558136.
      ?item wdt:P921 ?subject.
      ?subject wdt:P31/wdt:P279* wd:Q7397.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Software titles with a youtube channel id edit

The following query uses these:

Implementations edit

The following query uses these:

  • Properties: implementation of (P4428)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?thing ?thingLabel
    WHERE 
    {
      ?item wdt:P4428 ?thing.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

File formats used for 3D and the software titles that can read the formats edit

The following query uses these:

RfC from IETF with P50 edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, author (P50)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?author ?authorLabel
    WHERE 
    {
      ?item wdt:P31 wd:Q212971.
      ?item wdt:P50 ?author.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

RfC with main subject edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, main subject (P921)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?subject ?subjectLabel
    WHERE 
    {
      ?item wdt:P31 wd:Q212971.
      ?item wdt:P921 ?subject.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Fellows of the ACM who have supervised female doctoral students edit

The following query uses these:

  • Properties: award received (P166)  View with Reasonator View with SQID, doctoral advisor (P184)  View with Reasonator View with SQID, sex or gender (P21)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ("00FFFF" AS ?rgb) ?student ?studentLabel
    WHERE 
    {
      ?item wdt:P166 wd:Q24883503.
      ?student wdt:P184 ?item.
      ?student wdt:P21 wd:Q6581072.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Different version of the above edit

The following query uses these:

  • Properties: award received (P166)  View with Reasonator View with SQID, doctoral advisor (P184)  View with Reasonator View with SQID, sex or gender (P21)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ("00FFFF" AS ?rgb) ?student ?studentLabel
    WHERE 
    {
      ?item wdt:P166 wd:Q24883503.
      ?item wdt:P184 ?student.
      ?student wdt:P21 wd:Q6581072.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Emulators with developers- minus developers that are companies edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, subclass of (P279)  View with Reasonator View with SQID, developer (P178)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?dev ?devLabel
    WHERE 
    {
      ?item wdt:P31/wdt:P279* wd:Q202871.
      ?item wdt:P178 ?dev. 
      MINUS {?dev wdt:P31/wdt:P279* wd:Q4830453.}
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Emulators w id in LGDB by license edit

The following query uses these:

  • Properties: LGDB emulator ID (P5117)  View with Reasonator View with SQID, copyright license (P275)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?license ?licenseLabel ?lgdb WHERE {
      ?item wdt:P5117 ?lgdb.
      OPTIONAL { ?item wdt:P275 ?license. }
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

All described at URL statements that include the string"computerhistory" edit

The following query uses these:

  • Properties: described at URL (P973)  View with Reasonator View with SQID
    SELECT ?item ?url
    WHERE 
    {
      ?item wdt:P973 ?url.
      FILTER regex(str(?url), "computerhistory").
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

All described at URL statements that include the string "archive" edit

The following query uses these:

  • Properties: described at URL (P973)  View with Reasonator View with SQID
    SELECT ?item ?url
    WHERE 
    {
      ?item wdt:P973 ?url.
      FILTER regex(str(?url), "archive").
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

with format in the URL edit

The following query uses these:

  • Properties: described at URL (P973)  View with Reasonator View with SQID
    SELECT ?item ?url
    WHERE 
    {
      ?item wdt:P973 ?url.
      FILTER regex(str(?url), "format").
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

People who have worked at PARC and the educational institutions they attended edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, employer (P108)  View with Reasonator View with SQID, image (P18)  View with Reasonator View with SQID, educated at (P69)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?image ?school ?schoolLabel ("00FFFF" AS ?rgb) WHERE {
      ?item wdt:P31 wd:Q5.
      ?item wdt:P108 wd:Q750428.
      OPTIONAL { ?item wdt:P18 ?image. }
      ?item wdt:P69 ?school.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Items with a file format as a main subject edit

The following query uses these:

  • Properties: main subject (P921)  View with Reasonator View with SQID, instance of (P31)  View with Reasonator View with SQID, subclass of (P279)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel WHERE {
      ?item wdt:P921 ?format.
      ?format (wdt:P31/wdt:P279*) wd:Q235557.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Versions of Windows ranked by the number of software titles that run on them edit

The following query uses these:

Features: BubbleChart (Q24515280)  View with Reasonator View with SQID

#defaultView:BubbleChart
SELECT ?app ?appLabel  (count (?software) as ?count)
WHERE {
  ?app (wdt:P279*) wd:Q1406.
  ?software wdt:P306 ?app.
  MINUS {?software wdt:P306 wd:Q1406.}
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}

GROUP BY ?app ?appLabel 


ORDER BY DESC(?count)

Items that have EULA as license edit

The following query uses these:

  • Properties: copyright license (P275)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel 
    WHERE 
    {
      ?item wdt:P275 wd:Q725920.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Software that has DOS as OS and the (optional) file formats they are known to read edit

The following query uses these:

  • Properties: operating system (P306)  View with Reasonator View with SQID, readable file format (P1072)  View with Reasonator View with SQID
    SELECT DISTINCT ?app ?appLabel ?ff ?ffLabel 
    WHERE {
      ?app wdt:P306 wd:Q170434.
      OPTIONAL {?app wdt:P1072 ?ff.}
     
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Software with any subclass of windows as os and the ff they are known to read edit

The following query uses these:

removed optional for display edit

The following query uses these:

==

The following query uses these:

Software titles with a bibsys id and all other external ids used for them edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, subclass of (P279)  View with Reasonator View with SQID, NORAF ID (P1015)  View with Reasonator View with SQID
    SELECT ?propItem ?propItemLabel ?item ?itemLabel ("00FFFF" AS ?rgb) WHERE {
      ?item (wdt:P31/wdt:P279) wd:Q7397.
      ?item wdt:P1015 ?bibsys.
      ?item ?prop ?value.
      ?propItem wikibase:directClaim ?prop.
      ?propItem wikibase:propertyType wikibase:ExternalId.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Software titles with a google+account edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, subclass of (P279)  View with Reasonator View with SQID, Google+ ID (P2847)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?GooglePlus WHERE {
      ?item (wdt:P31/wdt:P279*) wd:Q7397.
      ?item wdt:P2847 ?GooglePlus.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Based on RIFF edit

The following query uses these:

  • Properties: based on (P144)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel 
    WHERE 
    {
      ?item wdt:P144 wd:Q1196805.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Software Libraries by # of ff readable edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, readable file format (P1072)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel  (COUNT(?format) AS ?count)
    WHERE 
    {
      ?item wdt:P31 wd:Q188860.
      ?item wdt:P1072 ?format.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    
    
    
    GROUP BY ?item ?itemLabel 
    ORDER BY DESC(?count)
    

File formats for which there is a Synalysis grammar file edit

The following query uses these:

  • Properties: described at URL (P973)  View with Reasonator View with SQID, file format (P2701)  View with Reasonator View with SQID
    SELECT DISTINCT ?item ?itemLabel WHERE {
      ?item wdt:P973 ?url.
      ?item p:P973 _:b6.
      _:b6 pq:P2701 wd:Q27823203.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

One-of-a-kind computers w heritage designation edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, subclass of (P279)  View with Reasonator View with SQID, heritage designation (P1435)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?designation ?designationLabel
    WHERE 
    {
      ?item wdt:P31/wdt:P279* wd:Q28542014.
      ?item wdt:P1435 ?designation.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Bitcoin Exchanges by country edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, subclass of (P279)  View with Reasonator View with SQID, country (P17)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?country ?countryLabel
    WHERE 
    {
      ?item wdt:P31/wdt:P279* wd:Q20107444.
      OPTIONAL {?item wdt:P17 ?country}.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Businesses where a child of one of the founders has been or is currently employed edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, subclass of (P279)  View with Reasonator View with SQID, founded by (P112)  View with Reasonator View with SQID, child (P40)  View with Reasonator View with SQID, employer (P108)  View with Reasonator View with SQID
    SELECT DISTINCT ?item ?itemLabel ?founder ?founderLabel ?child ?childLabel WHERE {
      ?item (wdt:P31/wdt:P279*) wd:Q4830453.
      ?item wdt:P112 ?founder.
      ?founder wdt:P40 ?child.
      ?child wdt:P108 ?item.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Graph of graphics software and their readable file formats edit

The following query uses these:

Password cracking software edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel 
    WHERE 
    {
      ?item wdt:P31 wd:Q26921397.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Discontinued software titles developed by Avira edit

The following query uses these:

  • Properties: developer (P178)  View with Reasonator View with SQID, discontinued date (P2669)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?date WHERE {
      ?item wdt:P178 wd:Q468381.
      ?item wdt:P2669 ?date.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Scientific software and the file formats they read edit

The following query uses these:

File formats w PUID and software known to read them edit

The following query uses these:

  • Properties: readable file format (P1072)  View with Reasonator View with SQID, PRONOM file format ID (P2748)  View with Reasonator View with SQID
    SELECT ?software ?softwareLabel ("00FFFF" AS ?rgb) ?format ?formatLabel WHERE {
      ?software wdt:P1072 ?format.
      ?format wdt:P2748 ?pronom.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Graph of file formats w PUID and software known to read them edit

The following query uses these:

Features: Graph (Q24515287)  View with Reasonator View with SQID

#defaultView:Graph
SELECT ?software ?softwareLabel ("00FFFF" AS ?rgb) ?format ?formatLabel WHERE {
  ?software wdt:P1072 ?format.
  ?format wdt:P2748 ?pronom.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Software titles dev by libraries edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, subclass of (P279)  View with Reasonator View with SQID, developer (P178)  View with Reasonator View with SQID
    SELECT DISTINCT ?item ?itemLabel ?dev ?devLabel
    WHERE 
    {
      ?item wdt:P31/wdt:P279* wd:Q7397.
      ?item wdt:P178 ?dev.
      ?dev wdt:P31/wdt:P279* wd:Q7075.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Software titles dev by Archives edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, subclass of (P279)  View with Reasonator View with SQID, developer (P178)  View with Reasonator View with SQID
    SELECT DISTINCT ?item ?itemLabel ?dev ?devLabel
    WHERE 
    {
      ?item wdt:P31/wdt:P279* wd:Q7397.
      ?item wdt:P178 ?dev.
      ?dev wdt:P31/wdt:P279* wd:Q166118.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Software titles dev by Museums edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, subclass of (P279)  View with Reasonator View with SQID, developer (P178)  View with Reasonator View with SQID
    SELECT DISTINCT ?item ?itemLabel ?dev ?devLabel
    WHERE 
    {
      ?item wdt:P31/wdt:P279* wd:Q7397.
      ?item wdt:P178 ?dev.
      ?dev wdt:P31/wdt:P279* wd:Q33506.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Giving Pledge, companies, software titles edit

The following query uses these:

Features: Graph (Q24515287)  View with Reasonator View with SQID

#defaultView:Graph
SELECT DISTINCT ?person ?personLabel ?image ?company ?companyLabel ("00FFFF" AS ?rgb) ?software ?softwareLabel
WHERE 
{
  
  wd:Q203807 wdt:P1891 ?person.
  ?company wdt:P112  ?person. 
  ?person wdt:P18 ?image.
  ?company wdt:P31/wdt:P279* wd:Q4830453.
  ?software wdt:P178 ?company.
  ?software wdt:P31/wdt:P279* wd:Q7397.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

File formats with a Elhuyar ZTH ID edit

The following query uses these:

Cad software and readable file formats edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, subclass of (P279)  View with Reasonator View with SQID, readable file format (P1072)  View with Reasonator View with SQID
    SELECT ?app ("00FFFF" AS ?rgb) ?appLabel  ?format ?formatLabel
    WHERE 
    {
      ?app wdt:P31/wdt:P279* wd:Q15548076.
     
      ?app wdt:P1072 ?format.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Bubble chart of formats sharing same extension edit

The following query uses these:

Features: BubbleChart (Q24515280)  View with Reasonator View with SQID

#defaultView:BubbleChart
SELECT DISTINCT ?extension ?extensionLabel (COUNT(?format) AS ?count) WHERE {
  ?format (p:P31/ps:P31/wdt:P279*) wd:Q235557.
  ?format wdt:P1195 ?extension.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}
GROUP BY ?extension ?extensionLabel
HAVING ((COUNT(?format)) > 3)
ORDER BY DESC(?count)

Bubble chart of licenses used by academic institutions edit

The following query uses these:

Features: BubbleChart (Q24515280)  View with Reasonator View with SQID

#defaultView:BubbleChart
SELECT DISTINCT ?license ?licenseLabel (COUNT(?software) AS ?count)
WHERE 
{
  ?item wdt:P31/wdt:P279* wd:Q4671277.
  ?software wdt:P31/wdt:P279* wd:Q7397.
  ?software wdt:P178 ?item.
  ?software wdt:P275 ?license.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

GROUP BY ?license ?licenseLabel 
ORDER BY DESC(?count)

Bubble chart viz of non-profit orgs and the software licenses they use edit

The following query uses these:

Features: BubbleChart (Q24515280)  View with Reasonator View with SQID

#defaultView:BubbleChart
SELECT DISTINCT  ?license ?licenseLabel (COUNT(?software) AS ?count)
WHERE 
{
  ?item wdt:P31/wdt:P279* wd:Q163740.
  ?software wdt:P31/wdt:P279* wd:Q7397.
  ?software wdt:P178 ?item.
  ?software wdt:P275 ?license.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

GROUP BY ?license ?licenseLabel 
ORDER BY DESC(?count)

Taxa named after women scientists edit

The following query uses these:

Features: Graph (Q24515287)  View with Reasonator View with SQID

#defaultView:Graph
SELECT ?item ("00FFFF" AS ?rgb) ?itemLabel ?person ?personLabel ?image
WHERE 
{
  ?item wdt:P31 wd:Q16521.
  ?item wdt:P138 ?person.
  ?person wdt:P21 wd:Q6581072.
  ?person wdt:P106 ?occ.
  ?occ wdt:P279* wd:Q901.
  OPTIONAL {?person wdt:P18 ?image}.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Anything named after women scientists edit

The following query uses these:

Features: Graph (Q24515287)  View with Reasonator View with SQID

#defaultView:Graph
SELECT ?item ("00FFFF" AS ?rgb) ?itemLabel ?person ?personLabel ?image
WHERE 
{
  ?item wdt:P138 ?person.
  ?person wdt:P21 wd:Q6581072.
  ?person wdt:P106 ?occ.
  ?occ wdt:P279* wd:Q901.
  OPTIONAL {?person wdt:P18 ?image}.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Scholarly articles by people who worked at PARC at some point edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, employer (P108)  View with Reasonator View with SQID, author (P50)  View with Reasonator View with SQID, publication date (P577)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?article ?articleLabel ?date
    WHERE 
    {
      ?item wdt:P31 wd:Q5.
      ?item wdt:P108 wd:Q750428.
      ?article wdt:P31 wd:Q13442814.
      ?article wdt:P50 ?item. 
      ?article wdt:P577 ?date.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Software developed by people who have been employed by PARC edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, employer (P108)  View with Reasonator View with SQID, subclass of (P279)  View with Reasonator View with SQID, developer (P178)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?software ?softwareLabel
    WHERE 
    {
      ?item wdt:P31 wd:Q5.
      ?item wdt:P108 wd:Q750428.
      ?software wdt:P31/wdt:P279* wd:Q7397.
      ?software wdt:P178 ?item.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Describes a project that uses X software edit

The following query uses these:

When Apple publishes software under a free license, which for the free licenses approved by the FSF do they use? edit

The following query uses these:

Features: BubbleChart (Q24515280)  View with Reasonator View with SQID

#defaultView:BubbleChart
SELECT DISTINCT ?license ?licenseLabel (COUNT(?item) AS ?count) WHERE {
  ?item (wdt:P31/wdt:P279*) wd:Q7397.
  ?item wdt:P178 wd:Q312.
  
  ?item wdt:P275 ?license.
  ?license wdt:P790 wd:Q48413.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
GROUP BY ?license ?licenseLabel
ORDER BY DESC(?count)

When Microsoft publishes software under a free license, which for the free licenses approved by the FSF do they use? edit

The following query uses these:

Features: BubbleChart (Q24515280)  View with Reasonator View with SQID

#defaultView:BubbleChart
SELECT DISTINCT ?license ?licenseLabel (COUNT(?item) AS ?count) WHERE {
  ?item (wdt:P31/wdt:P279*) wd:Q7397.
  ?item wdt:P178 wd:Q2283.
  
  ?item wdt:P275 ?license.
  ?license wdt:P790 wd:Q48413.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
GROUP BY ?license ?licenseLabel
ORDER BY DESC(?count)

When Google publishes software under a free license, which for the free licenses approved by the FSF do they use? edit

The following query uses these:

Features: BubbleChart (Q24515280)  View with Reasonator View with SQID

#defaultView:BubbleChart
SELECT DISTINCT ?license ?licenseLabel (COUNT(?item) AS ?count) WHERE {
  ?item (wdt:P31/wdt:P279*) wd:Q7397.
  ?item wdt:P178 wd:Q95.
  
  ?item wdt:P275 ?license.
  ?license wdt:P790 wd:Q48413.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
GROUP BY ?license ?licenseLabel
ORDER BY DESC(?count)

When Facebook publishes software under a free license, which for the free licenses approved by the FSF do they use? edit

The following query uses these:

Features: BubbleChart (Q24515280)  View with Reasonator View with SQID

#defaultView:BubbleChart
SELECT DISTINCT ?license ?licenseLabel (COUNT(?item) AS ?count) WHERE {
  ?item (wdt:P31/wdt:P279*) wd:Q7397.
  ?item wdt:P178 wd:Q380.
  
  ?item wdt:P275 ?license.
  ?license wdt:P790 wd:Q48413.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
GROUP BY ?license ?licenseLabel
ORDER BY DESC(?count)

Orgs with a crunchbase id by the stock exchanges they are traded on edit

The following query uses these:

Timeline of digital container formats with logos edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, publication date (P577)  View with Reasonator View with SQID, logo image (P154)  View with Reasonator View with SQID, inception (P571)  View with Reasonator View with SQID
    #defaultView:Timeline
    SELECT ?item ?itemLabel ?date ?inception ?logo WHERE {
      ?item wdt:P31 wd:Q167772.
      OPTIONAL { ?item wdt:P577 ?date. }
      OPTIONAL { ?item wdt:P154 ?logo. }
      OPTIONAL { ?item wdt:P571 ?date. }
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Keyboard layouts with optional image edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, image (P18)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?image
    WHERE 
    {
      ?item wdt:P31 wd:Q725744.
      OPTIONAL {?item wdt:P18 ?image.}
     
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

File formats named after other things edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, subclass of (P279)  View with Reasonator View with SQID, named after (P138)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?thing ?thingLabel
    WHERE 
    {
      ?item wdt:P31/wdt:P279* wd:Q235557.
      ?item wdt:P138 ?thing. 
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Data serialization formats edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID
    SELECT DISTINCT ?item ?itemLabel 
    WHERE 
    {
      ?item wdt:P31 wd:Q24451526.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Image grid of the musicians who have software named after them edit

The following query uses these:

Features: ImageGrid (Q24515278)  View with Reasonator View with SQID

#defaultView:ImageGridimag
SELECT DISTINCT ?item ?itemLabel ?after ?image WHERE {
  ?item (wdt:P31/wdt:P279*) wd:Q7397.
  ?item wdt:P138 ?after.
  ?after wdt:P106 ?musician.
  ?musician wdt:P279* wd:Q639669.
  OPTIONAL { ?after wdt:P18 ?image. }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Image grid of athletes that have software named after them edit

The following query uses these:

Features: ImageGrid (Q24515278)  View with Reasonator View with SQID

#defaultView:ImageGrid
SELECT DISTINCT ?item ?itemLabel ?after ?image WHERE {
  ?item (wdt:P31/wdt:P279*) wd:Q7397.
  ?item wdt:P138 ?after.
  ?after wdt:P106 ?athlete.
  ?athlete wdt:P279 wd:Q2066131.
  OPTIONAL { ?after wdt:P18 ?image. }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

File formats connect to more than 10 software titles edit

The following query uses these:

Features: BubbleChart (Q24515280)  View with Reasonator View with SQID

#defaultView:BubbleChart
SELECT ?ff ?ffLabel (COUNT(?app) AS ?count) WHERE {
  ?app (wdt:P31/wdt:P279*) wd:Q7397.
  ?app wdt:P1072 ?ff.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}
GROUP BY ?ff ?ffLabel
HAVING ((COUNT(?app)) > 10)
ORDER BY DESC(?count)

Developers of software that can read file format w PUID edit

The following query uses these:

Software titles with a category on Wikimedia Commons edit

The following query uses these:

Data Serialization formats and the external ids used for them edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID
    SELECT DISTINCT ?item ("00FFFF" AS ?rgb) ?itemLabel ?propItem ?propItemLabel  WHERE {
      ?item wdt:P31 wd:Q24451526.
      ?item ?prop ?value.
      ?propItem wikibase:directClaim ?prop.
      ?propItem wikibase:propertyType wikibase:ExternalId.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Office Suites with component parts edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, has part(s) (P527)  View with Reasonator View with SQID
    SELECT ?item ("00FFFF" AS ?rgb) ?itemLabel ?component ?componentLabel
    WHERE 
    {
      ?item wdt:P31 wd:Q207170.
      ?item wdt:P527 ?component. 
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Iana service name edit

The following query uses these:

  • Properties: IANA service name (P5814)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?value
    WHERE 
    {
      ?item wdt:P5814 ?value .
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Parts of the Internet Protocol Suite and the sources that describe them edit

The following query uses these:

Features: Graph (Q24515287)  View with Reasonator View with SQID

#defaultView:Graph
SELECT ?item ("00FFFF" AS ?rgb) ?itemLabel ?source ?sourceLabel WHERE {
  ?item wdt:P361 wd:Q81414.
  ?item wdt:P1343 ?source.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Software with JSTOR topic id edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, subclass of (P279)  View with Reasonator View with SQID, JSTOR topic ID (P3827)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?topic ?topicLabel
    WHERE 
    {
      ?item wdt:P31/wdt:P279* wd:Q7397.
      ?item wdt:P3827 ?topic.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

reference manager software opt lic opt ff edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, readable file format (P1072)  View with Reasonator View with SQID, copyright license (P275)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?format ?formatLabel ?lic ?licLabel
    WHERE 
    {
      ?item wdt:P31 wd:Q1403556.
      OPTIONAL {?item wdt:P1072 ?format.}
      OPTIONAL {?item wdt:P275 ?lic.}
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Protocols that have parts edit

The following query uses these:

Distinct file extensions in Wikidata edit

The following query uses these:

  • Properties: file extension (P1195)  View with Reasonator View with SQID
    SELECT DISTINCT ?extension
    WHERE 
    {
      ?item wdt:P1195 ?extension.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Instances of any of the types of software and their component parts edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, has part(s) (P527)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?component ?componentLabel 
    WHERE 
    {
      ?item wdt:P31 ?type.
      ?type wdt:P31 wd:Q28530532.
      ?item wdt:P527 ?component. 
      
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Software named after human biblical figure edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, subclass of (P279)  View with Reasonator View with SQID, named after (P138)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel 
    WHERE 
    {
      ?item wdt:P31/wdt:P279* wd:Q7397.
      ?item wdt:P138 ?person. 
      ?person wdt:P31 wd:Q20643955.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Software named after mythological Greek character edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, subclass of (P279)  View with Reasonator View with SQID, named after (P138)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel 
    WHERE 
    {
      ?item wdt:P31/wdt:P279* wd:Q7397.
      ?item wdt:P138 ?person. 
      ?person wdt:P31 wd:Q22988604.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Image grid of software named after places edit

The following query uses these:

Features: ImageGrid (Q24515278)  View with Reasonator View with SQID

#defaultView:ImageGrid
SELECT DISTINCT ?item ?itemLabel ?after ?afterLabel ?image WHERE {
  ?item (wdt:P31/wdt:P279*) wd:Q7397.
  ?item wdt:P138 ?after.
  ?after (wdt:P31/wdt:P279*) wd:Q1496967.
  OPTIONAL { ?after wdt:P18 ?image. }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Software titles related to 3d computer graphics and the file formats they read edit

The following query uses these:

Features: Graph (Q24515287)  View with Reasonator View with SQID

#defaultView:Graph
SELECT ?item ("00FFFF" AS ?rgb) ?itemLabel ?ff ?ffLabel WHERE {
  ?item wdt:P366 wd:Q189177.
  ?item wdt:P1072 ?ff.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Image grid of items with a Rosetta Code id edit

The following query uses these:

Features: ImageGrid (Q24515278)  View with Reasonator View with SQID

#defaultView:ImageGrid
SELECT ?item ?itemLabel ?image ?code
WHERE 
{
  ?item wdt:P5047 ?code.
  OPTIONAL {?item wdt:P18 ?image.}
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Software titles with ESCO skill id edit

The following query uses these:

  • Properties: ESCO skill ID (P4644)  View with Reasonator View with SQID, instance of (P31)  View with Reasonator View with SQID, subclass of (P279)  View with Reasonator View with SQID
    SELECT DISTINCT ?item ?itemLabel ?value WHERE {
      ?item wdt:P4644 ?value.
      ?item (wdt:P31/wdt:P279*) wd:Q7397.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Software titles with Canadiana id edit

The following query uses these:

Women members of the ACM edit

The following query uses these:

  • Properties: sex or gender (P21)  View with Reasonator View with SQID, occupation (P106)  View with Reasonator View with SQID, member of (P463)  View with Reasonator View with SQID, image (P18)  View with Reasonator View with SQID, instance of (P31)  View with Reasonator View with SQID, author (P50)  View with Reasonator View with SQID
    SELECT ?item ("00FFFF" AS ?rgb) ?itemLabel ?image  ?pub ?pubLabel
    WHERE 
    {
      ?item wdt:P21 wd:Q6581072.
      ?item wdt:P106 wd:Q82594.
      ?item wdt:P463 wd:Q127992.
      OPTIONAL {?item wdt:P18 ?image.}
      ?pub wdt:P31 wd:Q13442814.
      ?pub wdt:P50 ?item.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Bubble chart of file formats (identified by PUID) by the number of software titles they have been connected to via P1072 edit

The following query uses these:

  • Properties: PRONOM file format ID (P2748)  View with Reasonator View with SQID, readable file format (P1072)  View with Reasonator View with SQID
    SELECT DISTINCT ?puid (COUNT(?software) AS ?count)
    WHERE {
      ?format wdt:P2748 ?puid .
      ?software wdt:P1072 ?format.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
      }
    GROUP BY ?puid
    
    HAVING(COUNT(?software) > 9)
    
    ORDER BY DESC(?count)
    

Dataset for the above edit

The following query uses these:

  • Properties: PRONOM file format ID (P2748)  View with Reasonator View with SQID, readable file format (P1072)  View with Reasonator View with SQID
    SELECT DISTINCT ?software ?softwareLabel ?format ?formatLabel ?puid 
    WHERE {
      ?format wdt:P2748 ?puid .
      ?software wdt:P1072 ?format.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
      }
    

Bubble chart showing families edit

The following query uses these:

Features: BubbleChart (Q24515280)  View with Reasonator View with SQID

#defaultView:BubbleChart
SELECT DISTINCT   ?family ?familyLabel  (COUNT(?software) AS ?count)
WHERE {
  ?family wdt:P31 wd:Q26085352.
  ?family  wdt:P527 ?format.
  ?software wdt:P1072 ?format.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  }

GROUP BY ?family ?familyLabel


HAVING(COUNT(?software) > 5)


ORDER BY DESC(?count)

Graph viz of devs of file format families and component formats edit

The following query uses these:

Features: Graph (Q24515287)  View with Reasonator View with SQID

#defaultView:Graph
SELECT DISTINCT  ?dev ("00FFFF" AS ?rgb) ?devLabel ?family ?familyLabel ?format ?formatLabel
WHERE {
  ?family wdt:P31 wd:Q26085352.
  ?family  wdt:P527 ?format.
    ?format wdt:P178 ?dev.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  }

Image grid of people who have offupation computer sci and have a snac id edit

The following query uses these:

  • Properties: SNAC ARK ID (P3430)  View with Reasonator View with SQID, occupation (P106)  View with Reasonator View with SQID, image (P18)  View with Reasonator View with SQID
    #Items for people with the occupation 'computer scientist' that have an ID from the Social Networks Archival Contex project
    SELECT ?item ?itemLabel ?value ?image WHERE {
      ?item wdt:P3430 ?value.
      ?item wdt:P106 wd:Q82594.
      OPTIONAL { ?item wdt:P18 ?image. }
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Software named after common names of animals edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, subclass of (P279)  View with Reasonator View with SQID, named after (P138)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?class ?classLabel
    WHERE 
    {
      ?item wdt:P31/wdt:P279* wd:7397.
      ?item wdt:P138 ?class. 
      ?class wdt:P31 wd:Q55983715.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Software named after taxon or common name of animals edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, subclass of (P279)  View with Reasonator View with SQID, named after (P138)  View with Reasonator View with SQID, logo image (P154)  View with Reasonator View with SQID, image (P18)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?class ?classLabel ?taxon ?taxonLabel ?logo ?image
    WHERE 
    {
      ?item wdt:P31/wdt:P279* wd:Q7397.
      ?item wdt:P138 ?class. 
      ?class wdt:P31 wd:Q55983715.
      ?item wdt:P138 ?taxon.
      ?taxon wdt:P31 wd:Q16521.
      OPTIONAL {?item wdt:P154 ?logo}.
      OPTIONAL {?taxon wdt:P18 ?image}.
    
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Raster graphics editor software and the file formats they can open, optional PRONOM id for the format edit

The following query uses these:

Features: Graph (Q24515287)  View with Reasonator View with SQID

#defaultView:Graph
#Raster graphics editor software and the file formats they can open, optional PRONOM id for the format
SELECT ?item ("00FFFF" AS ?rgb) ?itemLabel ?format ?formatLabel ?puid 
WHERE 
{
  ?item wdt:P31 wd:Q2351962 ;
        wdt:P1072 ?format. 
 {?format wdt:P2748 ?puid}
  UNION
  {
    ?format wdt:P527 ?part.
    ?part wdt:P2748 ?puid.
  }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

using OPTIONAL edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, readable file format (P1072)  View with Reasonator View with SQID, PRONOM file format ID (P2748)  View with Reasonator View with SQID, has part(s) (P527)  View with Reasonator View with SQID
    #Raster graphics editor software and the file formats they can open, option PRONOM id for the format
    SELECT DISTINCT ?item ?itemLabel ?format ?formatLabel ?puid 
    WHERE 
    {
      {?item wdt:P31 wd:Q2351962 ;
            wdt:P1072 ?format. 
      OPTIONAL {?format wdt:P2748 ?puid}.}
      UNION
      {?item wdt:P31 wd:Q2351962 ;
            wdt:P1072 ?format. 
      ?format wdt:P527 ?part.
      ?part wdt:P2748 ?puid.
      }
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Software titles dev by Autodesk and readable ff edit

The following query uses these:

Software titles that have their own subreddits and optional logo image edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, subclass of (P279)  View with Reasonator View with SQID, subreddit (P3984)  View with Reasonator View with SQID, logo image (P154)  View with Reasonator View with SQID
    SELECT DISTINCT ?software ?softwareLabel ?image ?subreddit WHERE {
      ?software (wdt:P31/wdt:P279*) wd:Q7397.
      ?software wdt:P3984 ?subreddit.
      OPTIONAL { ?software wdt:P154 ?image. }
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Digital container formats and that have component parts edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, subclass of (P279)  View with Reasonator View with SQID, has part(s) (P527)  View with Reasonator View with SQID
    SELECT DISTINCT ?item ("00FFFF" AS ?rgb) ?itemLabel ?part ?partLabel WHERE {
      ?item (wdt:P31/wdt:P279*) wd:Q167772.
      ?item wdt:P527 ?part.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Software titles named after entities from Tolkien edit

The following query uses these:

Companies that are named after entities from Tolkien edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, named after (P138)  View with Reasonator View with SQID, from narrative universe (P1080)  View with Reasonator View with SQID
    SELECT DISTINCT ?company ?companyLabel  ?thing ?thingLabel
    WHERE 
    { 
      ?company wdt:P31 wd:Q4830453.
      ?company wdt:P138 ?thing. 
      ?thing wdt:P1080 wd:Q81738.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

People who have won the Turing Award and their past doctoral students edit

The following query uses these:

  • Properties: award received (P166)  View with Reasonator View with SQID, doctoral advisor (P184)  View with Reasonator View with SQID
    SELECT DISTINCT ?item ("00FFFF" AS ?rgb)?itemLabel ?student ?studentLabel
    WHERE 
    {
      ?item wdt:P166 wd:Q185667.
      ?student wdt:P184 ?item.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

People who have won the Turing Award (with image) and their past doctoral students edit

The following query uses these:

  • Properties: award received (P166)  View with Reasonator View with SQID, doctoral advisor (P184)  View with Reasonator View with SQID, image (P18)  View with Reasonator View with SQID
    SELECT DISTINCT ?item ("00FFFF" AS ?rgb) ?itemLabel  ?image  ?student ?studentLabel
    WHERE 
    {
      ?item wdt:P166 wd:Q185667.
      ?student wdt:P184 ?item.
      ?item wdt:P18 ?image.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Companies w LinkedIn company id by the number of software titles developed edit

The following query uses these:

Features: BubbleChart (Q24515280)  View with Reasonator View with SQID

#defaultView:BubbleChart
SELECT ?item ?itemLabel ?linkedin (COUNT(?software) AS ?count) WHERE {
  ?item wdt:P4264 ?linkedin.
  ?software wdt:P178 ?item;
    (wdt:P31/(wdt:P279*)) wd:Q7397.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
GROUP BY ?item ?itemLabel ?linkedin
ORDER BY DESC (?count)

edit

The following query uses these:

RFCs authored by Steve Crocker edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, author (P50)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel 
    WHERE 
    {
      ?item wdt:P31 wd:Q212971.
      ?item wdt:P50 wd:Q3178997.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Screen Readers edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, subclass of (P279)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel 
    WHERE 
    {
      ?item wdt:P31/wdt:P279* wd:Q1328864.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Genre "screencasting"software" edit

The following query uses these:

  • Properties: genre (P136)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel 
    WHERE 
    {
      ?item wdt:P136 wd:Q60345396.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Timeline of cryptocurrencies edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, logo image (P154)  View with Reasonator View with SQID, inception (P571)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?date ?logo WHERE {
      ?item wdt:P31 wd:Q13479982.
      OPTIONAL { ?item wdt:P154 ?logo. }
      ?item wdt:P571 ?date.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Genre "screencasting"software" optional license edit

The following query uses these:

  • Properties: genre (P136)  View with Reasonator View with SQID, copyright license (P275)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?license ?licenseLabel
    WHERE 
    {
      ?item wdt:P136 wd:Q60345396.
      OPTIONAL {?item wdt:P275 ?license}.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

use url shortening edit

The following query uses these:

  • Properties: has use (P366)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel WHERE {
      ?item wdt:P366 wd:Q637342.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Companies founded by Fellows of the ACM edit

The following query uses these:

  • Properties: award received (P166)  View with Reasonator View with SQID, founded by (P112)  View with Reasonator View with SQID, image (P18)  View with Reasonator View with SQID, logo image (P154)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?image ?company ?companyLabel ?logo
    WHERE 
    {
      ?item wdt:P166 wd:Q18748039.
      ?company wdt:P112 ?item. 
      OPTIONAL {?item wdt:P18 ?image. }
      OPTIONAL {?company wdt:P154 ?logo.}
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Companies founded by people who have received an award from the ACM with optional logos and images edit

The following query uses these:

  • Properties: award received (P166)  View with Reasonator View with SQID, conferred by (P1027)  View with Reasonator View with SQID, founded by (P112)  View with Reasonator View with SQID, image (P18)  View with Reasonator View with SQID, logo image (P154)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?image  ?company ?companyLabel ?logo
    WHERE 
    {
      ?item wdt:P166 ?award.
      ?award wdt:P1027 wd:Q127992.
      ?company wdt:P112 ?item. 
      OPTIONAL {?item wdt:P18 ?image. }
      OPTIONAL {?company wdt:P154 ?logo.}
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Accounting software edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, subclass of (P279)  View with Reasonator View with SQID, operating system (P306)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?licLabel WHERE {
      ?item (wdt:P31/(wdt:P279*)) wd:Q974828.
      OPTIONAL { ?item wdt:P306 ?lic. }
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Classes to which tos belog edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, subclass of (P279)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?class ?classLabel
    WHERE 
    {
      ?item wdt:P31 wd:Q28530532.
      ?item wdt:P279 ?class.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Count of statements per item that have LOC fdd edit

The following query uses these:

  • Properties: Library of Congress Format Description Document ID (P3266)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?value ?statements WHERE {
      {
        SELECT * WHERE {
          ?item wdt:P3266 ?value.
          ?item wikibase:statements ?statements.
        }
        ORDER BY DESC(?st)
      }
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    ORDER BY DESC(?st) ?item
    

Documentation Generator by programming lang edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, programmed in (P277)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?lang ?langLabel
    WHERE 
    {
      ?item wdt:P31 wd:Q2164323.
      ?item wdt:P277 ?lang.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Prolinux db ids edit

The following query uses these:

  • Properties: Pro-Linux.de DBApp ID (P6665)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?id 
    {
      ?item wdt:P6665 ?id.
      
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Count of statements for ff items edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, subclass of (P279)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?statements WHERE {
      {
        SELECT * WHERE {
          ?item wdt:P31/wdt:P279* wd:Q235557;
            wikibase:statements ?statements.
        }
        ORDER BY DESC (?st)
      }
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    ORDER BY DESC (?st) (?item)
    

Founders of companies that provide launch services edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, founded by (P112)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?founder ?founderLabel 
    WHERE 
    {
      ?item wdt:P31 wd:Q11753232.
      ?item wdt:P112 ?founder.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Emulators with an entry in the Pro-Linux.de database edit

The following query uses these:

Software titles that have derivative works edit

The following query uses these:

File formats that have derivative works edit

The following query uses these:

Members of European Committee for Interoperable Systems edit

The following query uses these:

  • Properties: member of (P463)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel 
    WHERE 
    {
      ?item wdt:P463 wd:Q2985457.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Members of Linux Foundation edit

The following query uses these:

  • Properties: member of (P463)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel 
    WHERE 
    {
      ?item wdt:P463 wd:Q858851.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Map of HQ locations of the member orgs of the OpenAPI Initiative edit

The following query uses these:

File formats that were developed by a company that was acquired by another company edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, subclass of (P279)  View with Reasonator View with SQID, followed by (P156)  View with Reasonator View with SQID, developer (P178)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?format ?formatLabel ?comp ?compLabel
    WHERE 
    {
      ?item wdt:P31/wdt:P279* wd:Q4830453.
      ?item wdt:P156 ?comp.
      ?format wdt:P178 ?item.
      ?format wdt:P31/wdt:P279* wd:Q235557.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Software that depends on GDAL edit

SELECT ?item ?itemLabel 
WHERE 
{
  ?item wdt:P1547 wd:Q580605.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Try it!

Parent org Alphabet, Inc edit

The following query uses these:

  • Properties: parent organization (P749)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel 
    WHERE 
    {
      ?item wdt:P749 wd:Q20800404.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Subsidiary of Alphabet edit

The following query uses these:

  • Properties: has subsidiary (P355)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel 
    WHERE 
    {
      wd:Q95 wdt:P355 ?item.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Computer scientists who play the piano edit

The following query uses these:

  • Properties: occupation (P106)  View with Reasonator View with SQID, instrument (P1303)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel 
    WHERE 
    {
      ?item wdt:P106 wd:Q82594.
      ?item wdt:P1303 wd:Q5994.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

People employed by DEC edit

The following query uses these:

  • Properties: employer (P108)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel 
    WHERE 
    {
      ?item wdt:P108 wd:Q690079.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

People who have worked at Los Alamos edit

The following query uses these:

  • Properties: employer (P108)  View with Reasonator View with SQID, image (P18)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?image
    WHERE 
    {
      ?item wdt:P108 wd:Q379848.
      OPTIONAL {?item wdt:P18 ?image.}
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Founding members of HSA Foundation and their subsidiaries edit

The following query uses these:

  • Properties: founded by (P112)  View with Reasonator View with SQID, has subsidiary (P355)  View with Reasonator View with SQID
    SELECT ?item ("00FFFF" AS ?rgb) ?itemLabel ?subsidiary ?subsidiaryLabel WHERE {
      wd:Q17092068 wdt:P112 ?item.
      OPTIONAL { ?item wdt:P355 ?subsidiary. }
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Timeline of versions of PDF edit

The following query uses these:

  • Properties: has part(s) (P527)  View with Reasonator View with SQID, publication date (P577)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?date
    WHERE 
    {
      wd:Q42332 wdt:P527 ?item.
      OPTIONAL {?item wdt:P577 ?date.}
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Software titles developed by Fellows of the ACM edit

The following query uses these:

  • Properties: award received (P166)  View with Reasonator View with SQID, developer (P178)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?software ?softwareLabel WHERE {
      ?item wdt:P166 wd:Q18748039.
      ?software wdt:P178 ?item.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Software written in Ruby edit

The following query uses these:

  • Properties: programmed in (P277)  View with Reasonator View with SQID, logo image (P154)  View with Reasonator View with SQID
    SELECT DISTINCT ?software ?softwareLabel ?image WHERE {
      ?software wdt:P277 wd:Q161053.
      OPTIONAL { ?software wdt:P154 ?image. }
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Orgs founded by Marconi Fellows edit

The following query uses these:

Features: Graph (Q24515287)  View with Reasonator View with SQID

#defaultView:Graph
SELECT ?item ("00FFFF" AS ?rgb) ?itemLabel ?org ?orgLabel
WHERE 
{
  ?item wdt:P166 wd:Q473292.
  ?org wdt:P112 ?item 
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Where are Marconi Fellows educated? edit

The following query uses these:

Features: Graph (Q24515287)  View with Reasonator View with SQID

#defaultView:Graph
SELECT ?item ("00FFFF" AS ?rgb) ?itemLabel ?school ?schoolLabel
WHERE 
{
  ?item wdt:P166 wd:Q473292.
  ?item wdt:P69 ?school.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Image Gallery of winners of the ACM software System Award edit

The following query uses these:

  • Properties: award received (P166)  View with Reasonator View with SQID, image (P18)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?image
    WHERE 
    {
      ?item wdt:P166 wd:Q986509.
      ?item wdt:P18 ?image
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Seed Accelerators edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel 
    WHERE 
    {
      ?item wdt:P31 wd:Q4086495.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Companies in which Y Combinator is an investor edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, investor (P1951)  View with Reasonator View with SQID, industry (P452)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?industryLabel
    WHERE 
    {
      ?item wdt:P31 wd:Q4830453.
      ?item wdt:P1951 wd:Q2616400.
      OPTIONAL {?item wdt:P452 ?industry.}
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Orgs founded by members of PPM edit

The following query uses these:

  • Properties: part of (P361)  View with Reasonator View with SQID, founded by (P112)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?org ?orgLabel
    WHERE 
    {
      ?item wdt:P361 wd:Q7156556. 
      ?org wdt:P112 ?item. 
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Computer Museums and images edit

The following query uses these:

Features: ImageGrid (Q24515278)  View with Reasonator View with SQID

#defaultView:ImageGrid
SELECT ?item ?itemLabel ?image WHERE {
  ?item wdt:P31 wd:Q1093436.
  OPTIONAL { ?item wdt:P18 ?image. }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Orgs founded by PPM graph w images edit

The following query uses these:

Features: Graph (Q24515287)  View with Reasonator View with SQID

#defaultView:Graph
SELECT ?item ("00FFFF" AS ?rgb) ?itemLabel ?image ?org ?orgLabel WHERE {
  ?item wdt:P361 wd:Q7156556.
  OPTIONAL { ?item wdt:P18 ?image. }
  ?org wdt:P112 ?item.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Members of Linux Foundation w MoMA id edit

The following query uses these:

Api endpoint edit

The following query uses these:

  • Properties: API endpoint URL (P6269)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?endpoint
    WHERE 
    {
      ?item wdt:P6269 ?endpoint
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Video games ig noble edit

The following query uses these:

People employed by Bell Labs edit

The following query uses these:

  • Properties: employer (P108)  View with Reasonator View with SQID, image (P18)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?date ?image WHERE {
      ?item wdt:P108 wd:Q217365.
      OPTIONAL { ?item wdt:P18 ?image. }
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

CVE for MDS edit

The following query uses these:

IM Pei buildings edit

The following query uses these:

  • Properties: architect (P84)  View with Reasonator View with SQID, image (P18)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?image WHERE {
      ?item wdt:P84 wd:Q46868.
      OPTIONAL { ?item wdt:P18 ?image. }
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Cray supercomputers edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, subclass of (P279)  View with Reasonator View with SQID, developer (P178)  View with Reasonator View with SQID, manufacturer (P176)  View with Reasonator View with SQID, image (P18)  View with Reasonator View with SQID
    SELECT DISTINCT ?item ?itemLabel ?image WHERE {
      ?item (wdt:P31/(wdt:P279*)) wd:Q121117.
      { ?item wdt:P178 wd:Q144060. }
      UNION
      { ?item wdt:P176 wd:Q144060. }
      OPTIONAL { ?item wdt:P18 ?image. }
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Software developed by the LIGO scientific collaboration edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, developer (P178)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel 
    WHERE 
    {
      ?item wdt:P31 wd:Q7397. 
      ?item wdt:P178 wd:Q6458663.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Software plus license info dev by LIGO scientific collab edit

The following query uses these:

  • Properties: developer (P178)  View with Reasonator View with SQID, copyright license (P275)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?license ?licenseLabel
    WHERE 
    {
      ?item wdt:P178 wd:Q6458663.
      ?item wdt:P275 ?license. 
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

file formats based on XML edit

The following query uses these:

External ids for Pac-Man arcade game edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, publication date (P577)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel ?propItem ?propItemLabel ?value WHERE {
      ?item wdt:P31 wd:Q7889;
        wdt:P577 "+1980-05-22T00:00:00Z"^^xsd:dateTime;
        ?prop ?value.
      ?propItem wikibase:directClaim ?prop;
        wikibase:propertyType wikibase:ExternalId.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Orgs that are members of MyData Global edit

The following query uses these:

Map plotted with coords of universities that are members of the W3C edit

The following query uses these:

Features: map (Q24515275)  View with Reasonator View with SQID

#defaultView:Map
SELECT DISTINCT ?item ?itemLabel ?loc ?locLabel ?coord WHERE {
  ?item (wdt:P31/(wdt:P279*)) wd:Q3918;
    wdt:P463 wd:Q37033;
    wdt:P131 ?loc.
  ?loc wdt:P625 ?coord.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Bubble chart of industries per org with crunchbase id edit

The following query uses these:

Features: BubbleChart (Q24515280)  View with Reasonator View with SQID

#defaultView:BubbleChart
SELECT ?industry ?industryLabel (COUNT(?item) AS ?count) WHERE {
  ?item wdt:P2088 ?crunchbase;
    wdt:P452 ?industry.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
GROUP BY ?industry ?industryLabel
ORDER BY DESC (?count)

network operator edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, subclass of (P279)  View with Reasonator View with SQID
    SELECT ?item ?itemLabel 
    WHERE 
    {
      ?item wdt:P31/wdt:P279* wd:Q62058278.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Operators of the W3C edit

The following query uses these:

  • Properties: operator (P137)  View with Reasonator View with SQID
    SELECT  ?host ?hostLabel
    WHERE 
    {
      wd:Q37033 wdt:P137 ?host.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Software titles named after animals edit

The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, subclass of (P279)  View with Reasonator View with SQID, named after (P138)  View with Reasonator View with SQID, image (P18)  View with Reasonator View with SQID
    SELECT DISTINCT ?item ?itemLabel  ?taxon ?taxonLabel  ?image
    WHERE 
    {
      ?item wdt:P31/wdt:P279* wd:Q7397.
      ?item wdt:P138 ?taxon.
      ?taxon wdt:P31 wd:Q16521.
      OPTIONAL {?taxon wdt:P18 ?image}.
    
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Companies acquired by Salesforce plus Crunchbase Org ID edit

The following query uses these:

iOS using subclass edit

Template:SPARQL2

Companies followed by NVIDIA edit

Template:SPARQL2

Subclass of GPU edit

Template:SPARQL2

input method is natural language interface edit

Template:SPARQL2

Cryptocurrency with unicode character edit

Template:SPARQL2

Item with JIS id edit

Template:SPARQL2

Emulators and external ids edit

Template:SPARQL2

members of game edit

Template:SPARQL2

Graph of former Microsoft employees and the companies they have founded edit

Template:SPARQL2

Repology id edit

Template:SPARQL2

Fictional Humans who have the occupation security hacker edit

Template:SPARQL2

based on YAML edit

Template:SPARQL2

software titles w BnF id edit

Template:SPARQL2

P31 topics for main subjects of RFCs edit

Template:SPARQL2

P279 topics for main subjects of RFCs edit

Template:SPARQL2

Bubble chart for topics used as main subjects of RFCs edit

Template:SPARQL2

Count of number of software titles that have P1072 edit

Template:SPARQL2

items produced by Kyoto Animation with images of their main subjects edit

Template:SPARQL2

People who have the value "666" as an external identifier in a system known to Wikidata edit

Template:SPARQL2

Edition or translation of usage for operating systems edit

Template:SPARQL2