User:SStark

From Clavis Canonum
Revision as of 14:39, 24 November 2023 by SStark (talk | contribs) (Added stuff I might need to keep track of)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Currently helping mostly with the technical implementations (both on the search interface as well as in the wiki).

Stuff I might need one day

SPARQL-Query for finding all canoncial law collections

#title: Items in law collections
SELECT DISTINCT ?item ?itemLabel
WHERE {
    ?item wdt:P31 wd:Q5146117;            # Any instance of a canonical law collection
   
    SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],de" }
}

Before I can properly use this, all pages from Kategorie:Kanonische Sammlung need to be made instances of Q5146117.

Also, keep Wikidata:How to use data on Wikimedia projects in mind.