DH2022: Mining and Modeling Spaces and Places

25. July 2022

logo_dh_2022.JPG

 

MiMoText submission to the Digital Humanities 2022 conference, "Mining and Modeling Spaces and Places for Literary History as Linked Open Data", has been accepted as a Short Presentation. The conference will take part 25-29 July 2022 in Tokyo, Japan and fully online.

 

A glimpse into our presentation is the following SPARQL-query on "publication places of French novels 1750-1800":

 

#defaultView:BubbleChart
SELECT ?topLabel (count(*) as ?count)
WHERE {
?item wdt:P8 ?top . #P8 = ‘narrative location’
?top rdfs:label ?topLabel .
filter(lang(?topLabel) = "en")
}
GROUP BY ?topLabel
ORDER BY desc(?count)

 

 

query1_overview_publication_places.png

 

More information on the conference here.

 

Read the abstract here.