User:Jahl de Vautban/brouillon: Difference between revisions

From Wikidata
Jump to navigation Jump to search
Content deleted Content added
Jahl de Vautban (talk | contribs)
No edit summary
Jahl de Vautban (talk | contribs)
No edit summary
Line 19: Line 19:
(GROUP_CONCAT(DISTINCT ?tmauthor; separator=", ") as ?TMAuthor)
(GROUP_CONCAT(DISTINCT ?tmauthor; separator=", ") as ?TMAuthor)
# (GROUP_CONCAT(DISTINCT ?viaf; separator=", ") as ?VIAF)
# (GROUP_CONCAT(DISTINCT ?viaf; separator=", ") as ?VIAF)

WHERE {
WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],la". }
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],la". }
Line 25: Line 26:
{ ?item wdt:P6862 ?digiliblt } UNION
{ ?item wdt:P6862 ?digiliblt } UNION
{ ?item wdt:P7168 ?fgrh } UNION
{ ?item wdt:P7168 ?fgrh } UNION
{ ?item wdt:P8312 ?mqdq } UNION
{ ?item wdt:P6999 ?mqdq } UNION
{ ?item wdt:P6831 ?pinakes } UNION
{ ?item wdt:P6831 ?pinakes } UNION
{ ?item wdt:P6941 ?phi } UNION
{ ?item wdt:P6941 ?phi } UNION
Line 37: Line 38:
OPTIONAL { ?item wdt:P8122 ?dll }
OPTIONAL { ?item wdt:P8122 ?dll }
OPTIONAL { ?item wdt:P7041 ?perseus }
OPTIONAL { ?item wdt:P7041 ?perseus }
# OPTIONAL { ?item wdt:P214 ?viaf } UNION
# OPTIONAL { ?item wdt:P214 ?viaf } UNION

Revision as of 17:19, 15 February 2024

This list is periodically updated by a bot. Manual changes to the list will be removed on the next update!

WDQS | PetScan | TABernacle | Find images | Recent changes | Query: # Authors of antiquity and slightly beyond SELECT DISTINCT ?item ?itemLabel (GROUP_CONCAT(DISTINCT ?chap; separator=", ") as ?CHAP) (GROUP_CONCAT(DISTINCT ?ciris; separator=", ") as ?Ciris) (GROUP_CONCAT(DISTINCT ?clavisclavium; separator=", ") as ?ClavisClavium) (GROUP_CONCAT(DISTINCT ?corpuscorporum; separator=", ") as ?CorpusCorporum) (GROUP_CONCAT(DISTINCT ?dco; separator=", ") as ?DCO) (GROUP_CONCAT(DISTINCT ?digiliblt; separator=", ") as ?Digiliblt) (GROUP_CONCAT(DISTINCT ?dll; separator=", ") as ?DLL) (GROUP_CONCAT(DISTINCT ?fgrh; separator=", ") as ?FGRH) (GROUP_CONCAT(DISTINCT ?mqdq; separator=", ") as ?MQDQ) (GROUP_CONCAT(DISTINCT ?perseus; separator=", ") as ?Perseus) (GROUP_CONCAT(DISTINCT ?pinakes; separator=", ") as ?Pinakes) (GROUP_CONCAT(DISTINCT ?phi; separator=", ") as ?PHI) (GROUP_CONCAT(DISTINCT ?rspa; separator=", ") as ?RSPA) (GROUP_CONCAT(DISTINCT ?tlg; separator=", ") as ?TLG) (GROUP_CONCAT(DISTINCT ?tll; separator=", ") as ?TLL) (GROUP_CONCAT(DISTINCT ?tmauthor; separator=", ") as ?TMAuthor) # (GROUP_CONCAT(DISTINCT ?viaf; separator=", ") as ?VIAF) WHERE { SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],la". } { ?item wdt:P11790 ?chap } UNION { ?item wdt:P8065 ?ciris } UNION { ?item wdt:P6862 ?digiliblt } UNION { ?item wdt:P7168 ?fgrh } UNION { ?item wdt:P6999 ?mqdq } UNION { ?item wdt:P6831 ?pinakes } UNION { ?item wdt:P6941 ?phi } UNION { ?item wdt:P10536 ?rspa } UNION { ?item wdt:P3576 ?tlg } UNION { ?item wdt:P7042 ?tll } UNION { ?item wdt:P11252 ?tmauthor } OPTIONAL { ?item wdt:P7908 ?clavisclavium } OPTIONAL { ?item wdt:P7935 ?corpuscorporum } OPTIONAL { ?item wdt:P7038 ?dco } OPTIONAL { ?item wdt:P8122 ?dll } OPTIONAL { ?item wdt:P7041 ?perseus } # OPTIONAL { ?item wdt:P214 ?viaf } UNION } GROUP BY ?item ?itemLabel
End of automatically generated list.