User:YULdigitalpreservation/ValueSetLists

This page tracks the value set lists for resources in the domain of computing edit

File formats edit

The following query uses these:

  • Properties: instance of (P31)     , subclass of (P279)     
    SELECT DISTINCT ?app ?appLabel 
    WHERE {
      ?app wdt:P31/wdt:P279* wd:Q235557.
    
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Programming Languages edit

The following query uses these:

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

Keyboard Layout edit

The following query uses these:

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

Countries edit

The following query uses these:

  • Properties: ISO 3166-1 numeric code (P299)     
    SELECT ?item ?itemLabel ?value
    WHERE 
    {
      ?item wdt:P299 ?value.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Time Zones edit

The following query uses these:

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

Human Languages edit

The following query uses these:

Instruction Set Architecture edit

The following query uses these:

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

File Systems edit

The following query uses these:

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

Interface connectors edit

The following query uses these:

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

developers edit

The following query uses these:

  • Properties: instance of (P31)     , subclass of (P279)     , developer (P178)     
    SELECT DISTINCT
    ?dev ?devLabel
    WHERE 
    {
      ?item wdt:P31/wdt:P279* wd:Q7397.
      ?item wdt:P178 ?dev.
      ?dev wdt:P31/wdt:P279* ?class.
      VALUES ?class {wd:Q4830453 wd:Q43229 wd:Q7075 wd:Q33506}
      SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
    }