Source: wdump-5317.nt
- Total entities: 1,713,196
- Unique properties: 10,472
- Total property triples: 56,806,127
| Property | Label | Entities | % of Entities | Triples |
|---|
This drawing is a section of a map or travel guide (Dōchū-ki) from the Edo period, depicting the Tōkaidō, the most important road connecting Edo (Tokyo) and Kyoto.
Here is the translation of the text labels from right to left:
1. The Yellow Strip on the Right
新松之後茶ヤ (likely reading: Shin-matsu no Ushiro Chaya)新 (Shin) = New松 (Matsu) = Pine tree| { | |
| "@context": "https://raw.githubusercontent.com/SemanticLab/data-export/main/context/context.jsonld", | |
| "@id": "semlab:Q314", | |
| "@type": [ | |
| "Person" | |
| ], | |
| "acquaintanceOf": [ | |
| { | |
| "52ndStUserConsensus": [ | |
| 3 |
| import requests | |
| import json | |
| import base64 | |
| import glob | |
| from PIL import Image | |
| headers = { | |
| 'Content-Type': 'application/x-www-form-urlencoded', | |
| } |
| import os | |
| # if using Apple MPS, fall back to CPU for unsupported ops | |
| os.environ["PYTORCH_ENABLE_MPS_FALLBACK"] = "1" | |
| import numpy as np | |
| import torch | |
| import matplotlib.pyplot as plt | |
| from PIL import Image | |
| import glob | |
| { | |
| "load_composer_autoloader": true, | |
| "name": "WikibaseQualityConstraints", | |
| "author": [ | |
| "BP2014N1", | |
| "Lucas Werkmeister" | |
| ], | |
| "url": "https://www.mediawiki.org/wiki/Extension:WikibaseQualityConstraints", | |
| "descriptionmsg": "wbqc-desc", | |
| "version": "1.0.0", |
| { | |
| "load_composer_autoloader": true, | |
| "name": "WikibaseQualityConstraints", | |
| "author": [ | |
| "BP2014N1", | |
| "Lucas Werkmeister" | |
| ], | |
| "url": "https://www.mediawiki.org/wiki/Extension:WikibaseQualityConstraints", | |
| "descriptionmsg": "wbqc-desc", | |
| "version": "1.0.0", |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <!-- | |
| This is an HTML comment | |
| You can write text in a comment and the content won't be visible in the page | |
| --> | |
| <meta charset="utf-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <rdf:RDF xmlns:bf="http://id.loc.gov/ontologies/bibframe/" xmlns:bflc="http://id.loc.gov/ontologies/bflc/" xmlns:lclocal="http://id.loc.gov/ontologies/lclocal/" xmlns:madsrdf="http://www.loc.gov/mads/rdf/v1#" xmlns:pmo="http://performedmusicontology.org/ontology/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:streams="info:lc/streams#" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <bf:Instance rdf:about="http://id.loc.gov/resources/instances/20898769"> | |
| <rdf:type rdf:resource="http://id.loc.gov/ontologies/bibframe/Print"/> | |
| <bf:issuance> | |
| <bf:Issuance rdf:about="http://id.loc.gov/vocabulary/issuance/mono"/> | |
| </bf:issuance> | |
| <bf:provisionActivity> | |
| <bf:ProvisionActivity> | |
| <rdf:type rdf:resource="http://id.loc.gov/ontologies/bibframe/Publication"/> |
| import requests | |
| import json | |
| source_data = json.load(open('data.json')) | |
| url = 'https://maps.googleapis.com/maps/api/geocode/json' |