User:SStark: Difference between revisions

From Clavis Canonum
(updated link)
m (Updated personal information)
 
Line 1: Line 1:
Currently helping mostly with the technical implementations (both on the search interface as well as in the wiki).
Formerly employed by [[User:Christof Rolker]] to help with the technical implementations (both on the search interface as well as in the wiki). Occasionally still contributing, so if you notice a problem with one of my edits on the wiki which you think might be part of a bigger problem, please use my discussion page.


== Stuff I might need one day ==
== Stuff I might need one day ==

Latest revision as of 23:18, 18 November 2024

Formerly employed by User:Christof Rolker to help with the technical implementations (both on the search interface as well as in the wiki). Occasionally still contributing, so if you notice a problem with one of my edits on the wiki which you think might be part of a bigger problem, please use my discussion page.

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:Kanones-Sammlung need to be made instances of Q5146117.

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

List of manuscripts only in Category:Manuscripts and not in the GoogleList

For more information see Talk:List of manuscripts#Manual list vs. automatic list of MSS