From 3335fbeb6777436fd73688143435663e2a4b461b Mon Sep 17 00:00:00 2001 From: Babibubebon Date: Thu, 8 Sep 2022 16:51:15 +0900 Subject: [PATCH] add jpsearch query --- content/docs/useful-datasets.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/content/docs/useful-datasets.md b/content/docs/useful-datasets.md index 6846524..89bc6f3 100644 --- a/content/docs/useful-datasets.md +++ b/content/docs/useful-datasets.md @@ -68,6 +68,26 @@ WHERE { {{< / yasgui-query >}} +### ジャパンサーチ: パブリックドメイン(CC0)な作品の画像を取得する {#jpsearch-public-domain-image} +`https://jpsearch.go.jp/rdf/sparql/` +{{< yasgui-query yasgui-id="datasets" title="パブリックドメイン(CC0)な作品の画像を取得する" endpoint="https://jpsearch.go.jp/rdf/sparql/" >}} +PREFIX owl: +PREFIX rdfs: +PREFIX schema: +PREFIX jps: + +SELECT ?class ?label ?creatorLabel ?media WHERE { + ?s a ?class ; + schema:creator/rdfs:label ?creatorLabel ; + rdfs:label ?label ; + jps:accessInfo [ + schema:license ; + schema:associatedMedia ?media ; + ] . +} +{{< / yasgui-query >}} + + ### LuciaDB: レギオンとその所属リリィの数を集計する {#luciadb-legion-list} `https://luciadb.assaultlily.com/sparql/query` {{< yasgui-query yasgui-id="datasets" title="レギオンとその所属リリィの数を集計する" endpoint="https://luciadb.assaultlily.com/sparql/query" >}}