J-GLOBAL knowledge のプロパティを列挙。一般には 31件ヒット。
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX dcterms: <http://purl.org/dc/terms/>
select ?p
where
| javascript:(function(){var elementsX=document.querySelectorAll('nav[guidedhelpid="folder_path"] [data-tooltip]');var tooltipsX=Array.from(elementsX).map(function(el){return el.getAttribute('data-tooltip');});var elementsY=document.querySelectorAll('div[data-target="collapsedFolderDropdown"] [data-tooltip]');var tooltipsY=Array.from(elementsY).map(function(el){return el.getAttribute('data-tooltip');});var combinedTooltips=[tooltipsX.shift(),...tooltipsY,...tooltipsX].join(' > ');navigator.clipboard.writeText(combinedTooltips).then(function(){alert('Copied to clipboard: '+combinedTooltips);}).catch(function(err){console.error('Error copying to clipboard: ',err);});})(); |
| @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | |
| @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | |
| @prefix wd: <http://www.wikidata.org/entity/> . | |
| @prefix wdt: <http://www.wikidata.org/prop/direct/> . | |
| @prefix wikibase: <http://wikiba.se/ontology#> . | |
| @prefix wds: <http://www.wikidata.org/entity/statement/> . | |
| @prefix wdv: <http://www.wikidata.org/value/> . | |
| @prefix p: <http://www.wikidata.org/prop/> . | |
| @prefix psv: </prop/statement/value/> . | |
| @prefix psn: </prop/statement/value-normalized/> . |
| @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | |
| @prefix wd: <http://www.wikidata.org/entity/> . | |
| @prefix wdt: <http://www.wikidata.org/prop/direct/> . | |
| @prefix dcterms: <http://purl.org/dc/terms/> . | |
| wdt:P1535 rdfs:label "used by"@en. | |
| wdt:P279 rdfs:label "subclass of"@en. | |
| wdt:P1014 rdfs:label "Art & Architecture Thesaurus ID"@en. | |
| wdt:P1889 rdfs:label "different from"@en. | |
| wdt:P2888 rdfs:label "exact match"@en. |
| import json | |
| with open("landmark1 (1).json", "r", encoding="utf8") as fr: | |
| landmarks = json.load(fr)["landmarks"] | |
| with open("landmark.geojson", "w", encoding="utf8") as fw: | |
| fw.write("""{ | |
| "type": "FeatureCollection", | |
| "name": "points", | |
| "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, |
| @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | |
| @prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> . | |
| @prefix rekimin_e: <https://khirin-c.rekihaku.ac.jp/rdf/nmjh_rekimin_e/> . | |
| @prefix rekimin_e_31749180: <https://khirin-c.rekihaku.ac.jp/rdf/nmjh_rekimin_e/31749180#> . | |
| @prefix rekimin_e_entities: <https://khirin-c.rekihaku.ac.jp/rdf/nmjh_rekimin_e_entities/> . | |
| @prefix khirin_agent: <https://khirin-c.rekihaku.ac.jp/rdf/agent/> . | |
| @prefix khirin_datetime: <https://khirin-c.rekihaku.ac.jp/rdf/datetime/> . | |
| @prefix khirin_geo: <https://khirin-c.rekihaku.ac.jp/rdf/geo/> . | |
| @prefix khirin_type: <http://khirin-c.rekihaku.ac.jp/rdf/type/> . | |
| @prefix ob: <http://purl.org/object-biography/#> . |
| const fnva = function(data){ | |
| hval = BigInt(0x811c9dc5) | |
| for (var i = 0; i < data.length; i++){ | |
| hval ^= BigInt(data[i]) | |
| hval = (hval * BigInt(0x01000193)) % BigInt(2**32) | |
| } | |
| return hval.toString(16).slice(-8).toUpperCase() | |
| } | |
| const encoder = new TextEncoder() |
| <html> | |
| <head> | |
| <script src="https://apis.google.com/js/api.js"></script> | |
| <script src="https://unpkg.com/vue"></script> | |
| <script> | |
| const getDatedList = function (_original){ | |
| const datePattern = /^(\d+)\/(\d+)\s+/; | |
| arranged_list = [...Array(367)].map(e => {return {}}); //other and 365+(1 for leap year) | |
| for (let i=0; i<_original.length; i++){ |
| import csv | |
| template_body = """ | |
| {{ | |
| "type": "FeatureCollection", | |
| "features": [{items}] | |
| }} | |
| """ | |
| template_item = """ |
| #!/usr/bin/env python3 | |
| import os | |
| import time | |
| import sys | |
| from datetime import datetime | |
| from win10toast import ToastNotifier | |
| import pyscreenshot | |
| from PIL import Image |
J-GLOBAL knowledge のプロパティを列挙。一般には 31件ヒット。
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX dcterms: <http://purl.org/dc/terms/>
select ?p
where