User:Iwan.Aucamp/Organizer

From Wikidata
Jump to navigation Jump to search

Tasks

[edit]

WIPs

[edit]

TODO

[edit]

Periodic

[edit]

DONE

[edit]

STALLED

[edit]

Notes

[edit]

Citing / Cite-Q

[edit]

Examplars / Showcase / Model Items

[edit]


Linking

[edit]

Q Templates

[edit]

P Templates

[edit]


Statements

[edit]

Text

[edit]
[edit]

searches

[edit]

Housekeeping and Maintenance

[edit]

Policy, Rules and Guidelines

[edit]

Templates

[edit]

Properties B

[edit]

Noteable

[edit]

Model Properties

[edit]

Queries

[edit]

All properties:

SELECT ?property ?propertyLabel ?propertyDescription ?wbtype {
  ?property rdf:type wikibase:Property.
  ?property wikibase:propertyType ?wbtype.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Try it!

Property type tree

SELECT ?item ?itemLabel ?linkTo {
  # ?item subclass of (P279) Wikidata property (Q18616576)
  ?item wdt:P279* wd:Q18616576
  OPTIONAL { ?item wdt:P279 ?linkTo }
  SERVICE wikibase:label {bd:serviceParam wikibase:language "en" }
}
Try it!

Property type list

SELECT DISTINCT ?item ?itemLabel {
  # ?item subclass of (P279) Wikidata property (Q18616576)
  ?item wdt:P279* wd:Q18616576
  SERVICE wikibase:label {bd:serviceParam wikibase:language "en" }
}
Try it!


Type queries:

SELECT ?property ?propertyLabel ?propertyDescription ?wbtype {
  ?property rdf:type wikibase:Property.
  ?property wikibase:propertyType ?wbtype.
  # ?property instance of (P31) subclass of (P279) Wikidata property for authority control (Q18614948)
  ?property wdt:P31 / wdt:P279* wd:Q18614948.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Try it!
Wikidata property for authority control for people (Q19595382)
[edit]
SELECT ?property ?propertyLabel ?propertyDescription ?wbtype {
  ?property rdf:type wikibase:Property.
  ?property wikibase:propertyType ?wbtype.
  # ?property instance of (P31) subclass of (P279) Wikidata property for authority control for people (Q19595382)
  ?property wdt:P31 / wdt:P279* wd:Q19595382.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Try it!
Qualifiers
[edit]
SELECT DISTINCT ?property ?propertyLabel ?propertyDescription ?wbtype {
  ?property rdf:type wikibase:Property.
  ?property wikibase:propertyType ?wbtype.
  # ?property instance of (P31) subclass of (P279) Wikidata qualifier (Q15720608)
  ?property wdt:P31 / wdt:P279* wd:Q15720608.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Try it!
Wikidata property for a multi-source identifier (Q21264328)
[edit]
SELECT DISTINCT ?property ?propertyLabel ?propertyDescription ?wbtype {
  ?property rdf:type wikibase:Property.
  ?property wikibase:propertyType ?wbtype.
  ?property wdt:P31 / wdt:P279* wd:Q21264328.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Try it!
Wikidata property for items about works (Q18618644)
[edit]
SELECT DISTINCT ?property ?propertyLabel ?propertyDescription ?wbtype {
  ?property rdf:type wikibase:Property.
  ?property wikibase:propertyType wikibase:ExternalId.
  ?property wdt:P31 / wdt:P279* wd:Q18618644.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Try it!
Wikidata property for authority control for works (Q19833377)
[edit]
SELECT DISTINCT ?property ?propertyLabel ?propertyDescription ?wbtype {
  ?property rdf:type wikibase:Property.
  ?property wikibase:propertyType ?wbtype.
  ?property wdt:P31 / wdt:P279* wd:Q19833377.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Try it!

Other

[edit]

WikiProjects

[edit]

All wikiprojects

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

WikiProjects with Wikidata sitelinks:

# Q21025364 : WikiProject
SELECT ?item ?itemLabel ?aboutName WHERE {
  ?item wdt:P31 wd:Q21025364.
  ?article schema:about ?item ; schema:isPartOf <https://www.wikidata.org/> ;  schema:name ?aboutName .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Try it!


WikiProjects without Wikidata sitelinks:

# Q21025364 : WikiProject
SELECT ?item ?itemLabel ?aboutName WHERE {
  ?item wdt:P31 wd:Q21025364.
  MINUS {?article schema:about ?item ; schema:isPartOf <https://www.wikidata.org/> ;  schema:name ?aboutName}.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Try it!

WikiProjects with wikidata sitelinks and without en.wikipedia sitelinks:

# Q21025364 : WikiProject
SELECT ?item ?itemLabel ?aboutName WHERE {
  ?item wdt:P31 wd:Q21025364.
  ?article schema:about ?item ; schema:isPartOf <https://www.wikidata.org/> ;  schema:name ?aboutName .
  MINUS {?articleX schema:about ?item ; schema:isPartOf <https://en.wikipedia.org/> ;  schema:name ?aboutName}.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Try it!

Bots

[edit]

Learn

[edit]

Useful Queries

[edit]

Reasons for Deprecation

[edit]
SELECT ?item ?itemLabel WHERE {
  ?item wdt:P31/(wdt:P279)* wd:Q27949697
 .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en,en"  }  
}
LIMIT 10000
Try it!

WIPs

[edit]

Sub Pages

[edit]

search

Trash

[edit]

TODO

[edit]

see https://emedicine.medscape.com/article/1159069-overview

Check subclass relations for arterial hypertension (Q41861)

[edit]

...

SELECT DISTINCT ?item ?itemLabel WHERE {
  {
    ?item ((wdt:P31+)/(wdt:P279*))|(wdt:P279+) wd:Q169872
  }
  UNION
  {
    ?item ((wdt:P31+)/(wdt:P279*))|(wdt:P279+) wd:Q1441305
  }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Try it!

Properties

[edit]

Items

[edit]

Clean

[edit]

There are some articles about ancient measures in regions of Italy, they are not measurements themselves.

SELECT DISTINCT ?item ?itemLabel ?linkTo {
  ?item wdt:P279* wd:Q1789452
  OPTIONAL { ?item wdt:P279 ?linkTo }
  SERVICE wikibase:label {bd:serviceParam wikibase:language "en" }
}
Try it!

General

[edit]

Showcase / Exemplar

[edit]

DONE

[edit]