User:SStark: Difference between revisions
From Clavis Canonum
(Added stuff I might need to keep track of) |
(Category was renamed) |
||
Line 13: | Line 13: | ||
}</nowiki> | }</nowiki> | ||
Before I can properly use this, all pages from [https://de.wikipedia.org/wiki/Kategorie:Kanonische_Sammlung Kategorie: | Before I can properly use this, all pages from [https://de.wikipedia.org/wiki/Kategorie:Kanonische_Sammlung Kategorie:Kanones- Sammlung] need to be made instances of [https://www.wikidata.org/wiki/Q5146117 Q5146117]. | ||
Also, keep [https://www.wikidata.org/wiki/Wikidata:How_to_use_data_on_Wikimedia_projects Wikidata:How to use data on Wikimedia projects] in mind. | Also, keep [https://www.wikidata.org/wiki/Wikidata:How_to_use_data_on_Wikimedia_projects Wikidata:How to use data on Wikimedia projects] in mind. |
Revision as of 15:10, 16 November 2024
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:Kanones- Sammlung need to be made instances of Q5146117.
Also, keep Wikidata:How to use data on Wikimedia projects in mind.