Overview

This is a memo about trying out the “Tale of Genji in Textbooks LOD” (Kyokasho no Naka no Genji Monogatari LOD).

https://linkdata.org/work/rdf1s10294i

It is described as follows.

The “Tale of Genji in Textbooks LOD” is an LOD conversion of data on The Tale of Genji published in post-war authorized textbooks for the classical literature section of high schools.

I would like to thank all those involved in creating and publishing the “Tale of Genji in Textbooks LOD”.

Creating a SPARQL Endpoint

This time we use DyDra. We registered the data using Python, referencing the following article.

DDYYDDRRAA__EANPDIP_OKIENYT==xhxtxtxpxs://dydra.com/ut-digital-archives/genji_u/sparql
fec#c#crnlllodiRiRimpeeeeeongngndititityns.s.dt=titir,ememaDrprp_ayooppdgrgryiretet._an_n_akCjbjbpeliyiyiyim_t_eafefi=nkiximtiltlpD(_e_eoyel(l(rdni"i"trds.s.apt/t/DCoddyliaadinttretaaan,//Ctggl.aeeilpnneoijjna_iitdkmt_eaeeykxn)itv__(ll"ii.ss.tt/__.ttettnllv.."tt)xxtt"",,""ttuurrttllee""))

As a note, the URIs in the RDF had a mixture of http://linkdata.org/resource/rdf1s10294i# and https://linkdata.org/resource/rdf1s10294i#. This time, I performed a replacement to unify them to http://linkdata.org/resource/rdf1s10294i# before registering them in the SPARQL endpoint.

Verification with Snorql

I created a Snorql instance to query the constructed SPARQL endpoint.

https://nakamura196.github.io/snorql_examples/genji/

For example, in the following, textbooks using the Kiritsubo chapter are linked via schema:workExample.

https://nakamura196.github.io/snorql_examples/genji/?describe=http%3A%2F%2Flinkdata.org%2Fresource%2Frdf1s10294i%23genji_01

In the following, chapters published in the textbook “Koto Kobun 3” are linked via dct:hasPart.

https://nakamura196.github.io/snorql_examples/genji/?describe=http%3A%2F%2Flinkdata.org%2Fresource%2Frdf1s10294i%23text_001

Visualization with Yasgui

I also tried visualization using Yasgui. For more information about Yasgui, please refer to the following.

Counting Chapters per Textbook

Details

PSW}GOREHRRELE?ODFERtUEICEePRXTx{tBBd?ddYYctdcctectt?d:xt::tet:tpes<Thiuxchiatbt(ttsll?tlPei?cpeasto:r?heu/?ttexn/perttpu?xT)ubvt?irloTptliliul.sutbeohmllreeei?gr;;sp/hud(ebccrl/oitusenhrtem(rs?/v>olume)as?count)?text

Counting Textbooks per Chapter

Details

PPSW}GORREHRREELE?ODFFERcUEIICEhPRXXTa{pBBds?tYYcccethhr?d:eacempsdhs<atccach:ehtp(tre:t?t<Tmtecphiairo:tt:tTu/tlwlin/peoettp:rl)u/(k?er/cEclsoxh.cuaaohnmpretptgm(le/a?erd.tTce?irxtttgtele/)xer>tma;ss/>?count)

We can see that “Kiritsubo” is included in the most textbooks.

Number of Textbooks per Authorization Year

Details

PSW}GOREHRRELE?ODFERtUEICEePRXTx{tBBj(YYpsj-tp?atr-yse(tecx?ea(tyxr?betyoabeoroak)or:k)a:<sahut?ttyhpeosar:ri/)z/ew(d3cYioedua.nrotr(?g?y/yejeapar-rt).exatsbo?ockunt)

Please note that there are gaps (missing years) on the X axis.

Relationship Between Publishers and Textbooks

Details

PPc}W}RRoHEEn??E??BFFsbbRwbIIItooEooNXXrooroDukk{kk(dscIcctdds<ddRthccchccI:e{tthttt(m::et::C<aptmpptOh:uiasuiNtbt::btCt<llwllAphie/ieT:tsrds(/th?kch?"/petEmethp:rixiritu/ta.ttr/?lmg?lplspepipe:.cultuohb.ehb./relulegmi?bix/asb.sad.hoihmceooeprrk/rltgU;b;ee/Ri.r>Ibomors./g/#/>:"n,umSbTeRr(>?p1ub.lisher)))AS?publisherURI)

This is limited to textbooks that include the Kiritsubo chapter.

While there may be more effective visualization methods, you can view a list of textbooks by publisher.

Summary

There may be some points where my understanding of the RDF data content is incorrect, but I hope this serves as a useful reference for using the “Tale of Genji in Textbooks LOD” and various LOD-related tools.