Wikidata:WikiProject Medieval manuscripts National Library of the Netherlands

This project is part of the Wikidata efforts of the Koninklijke Bibliotheek Nederland

The Wikidata item for this Wikiproject is: WikiProject Medieval manuscripts of the KB, national library of the Netherlands (Q99485197)

Project aims

edit

This project aims to

  1. Create data models for the data of medieval manuscripts
  2. Create wikidata items for all the (single) manuscripts and manuscript codices in the Koninklijke Bibliotheek
  3. Create wikidata items for all the separate texts that are bound into (single) manuscripts
  4. Create Wikidata descriptions for 400 illuminated medieval manuscripts from the collections of KB (and Museum Meermanno), including their associated makers, places etc.
  5. Upload some 11.400 images and miniatures of the illuminations in these manuscripts to Wikimedia Commons, and link them to Wikidata (and v.v.)
  6. Write Wikipedia articles about the manuscripts

Progress

edit

Example of hierarchy

edit

Exploring overall hierachy

edit

QUERY BEWLOW SEEMS TO WORK, BUT NEED TO CHECK IF IT IS ACTUALLY CORRECT!!!

SELECT DISTINCT ?codex ?codexLabel ?manuscript ?manuscriptLabel ?text ?textLabel
WHERE 
{
  {
  ?codex wdt:P31 wd:Q2217259; wdt:P195 wd:Q1526131 #manuscript codex from KB collection 
  OPTIONAL{?codex wdt:P527 ?manuscript.} #manuscripts
  OPTIONAL{?manuscript wdt:P527 ?text.} #texts
  } 
  UNION
  {
  ?manuscript wdt:P31 wd:Q87167; wdt:P195 wd:Q1526131 #manuscripts from KB collection 
  OPTIONAL{?manuscript wdt:P527 ?text.} #texts
  } 
  UNION
  {
  ?text wdt:P31 wd:Q234460; wdt:P195 wd:Q1526131
  }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } 
}
ORDER BY DESC (?codexLabel)(?manuscriptLabel)(?textLabel)
Try it!

Exploring hierachy in KB manuscript codices

edit
SELECT DISTINCT ?codex ?codexLabel ?manuscript ?manuscriptLabel ?text ?textLabel
WHERE 
{
  ?codex wdt:P31 wd:Q2217259; wdt:P195 wd:Q1526131 #manuscript codex from KB collection 
  OPTIONAL{?codex wdt:P527 ?manuscript.} #manuscripts
  OPTIONAL{?manuscript wdt:P527 ?text.} #texts

  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } 
}
ORDER BY ASC (?codexLabel)
Try it!

Exploring hierachy in KB manuscripts

edit
SELECT DISTINCT ?manuscript ?manuscriptLabel ?text ?textLabel
WHERE 
{
  ?manuscript wdt:P31 wd:Q87167; wdt:P195 wd:Q1526131 #manuscripts from KB collection 
  OPTIONAL{?manuscript wdt:P527 ?text.} #texts

  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } 
}
ORDER BY ASC (?manuscriptLabel)
Try it!

Exploring hierachy in KB texts (none)

edit
SELECT DISTINCT ?text ?textLabel
WHERE 
{
  ?text wdt:P31 wd:Q234460; wdt:P195 wd:Q1526131 #texts from KB collection 
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } 
}
ORDER BY ASC (?textLabel)
Try it!

Sources

edit

Medieval manuscripts that are KB collection highlights

edit

Several medieval manuscripts are collection highlights from the Koninklijke Bibliotheek in The Hague

SPARQL

edit

Showing the manuscript (Q87167) (and subclasses) in the collection of the KB

SELECT DISTINCT ?item ?itemLabel ?pubdate
WHERE 
{
  ?item wdt:P31/wdt:P279* wd:Q87167. 
  ?item wdt:P195 wd:Q1526131 .
  OPTIONAL {?item wdt:P577 ?pubdate .
  FILTER(?pubdate <= "1551-01-01T00:00:00Z"^^xsd:dateTime)} #published before 1551
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } 
}
Try it!

Showing the miscellaneous manuscript (Q2217259) in the collection of the KB

SELECT DISTINCT ?item ?itemLabel ?shelfmark
WHERE 
{
  ?item wdt:P31 wd:Q2217259 . 
  ?item wdt:P195 wd:Q1526131 . 
  ?item wdt:P217 ?shelfmark .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } 
}
Try it!

(to do: remove shelfmarks that are actually catalog numbers/PPNs)

Data model

edit

Wikimedia Commons

edit

Other medieval manuscripts projects on Wikidata

edit
  • To add - Check other projects

Overview of subpages

edit