RDF ビューア
IRI を DESCRIBE してプロパティを表示します。本サイトの LOD (shibusawa.or.jp/lod) と Japan Search (jpsearch.go.jp) の IRI に対応。
describe
https://jpsearch.go.jp/entity/time/天明
| プロパティ | 値 |
|---|---|
| rdf:type | |
| rdfs:label | 天明 (1781-1789) |
| owl:sameAs | |
| schema:name | てんめい@ja-kana Tenmei@en 天明@ja |
| skos:closeMatch | |
| schema:endDate | 1789^^xsd:gYear |
| schema:startDate | 1781^^xsd:gYear |
| jps:end | 1789^^xsd:integer |
| jps:endEntity | |
| jps:start | 1781^^xsd:integer |
| jps:startEntity |
この IRI を参照するトリプル
〈主語〉〈プロパティ〉〈この IRI〉の形で、この IRI を目的語として参照しているリソース
| プロパティ | 主語 |
|---|---|
| schema:isPartOf |
Turtle ソースを表示
@prefix schema: <http://schema.org/> . <https://jpsearch.go.jp/entity/time/1781> schema:isPartOf <https://jpsearch.go.jp/entity/time/\u5929\u660E> . <https://jpsearch.go.jp/entity/time/1782> schema:isPartOf <https://jpsearch.go.jp/entity/time/\u5929\u660E> . <https://jpsearch.go.jp/entity/time/1783> schema:isPartOf <https://jpsearch.go.jp/entity/time/\u5929\u660E> . <https://jpsearch.go.jp/entity/time/1784> schema:isPartOf <https://jpsearch.go.jp/entity/time/\u5929\u660E> . <https://jpsearch.go.jp/entity/time/1785> schema:isPartOf <https://jpsearch.go.jp/entity/time/\u5929\u660E> . <https://jpsearch.go.jp/entity/time/1786> schema:isPartOf <https://jpsearch.go.jp/entity/time/\u5929\u660E> . <https://jpsearch.go.jp/entity/time/1787> schema:isPartOf <https://jpsearch.go.jp/entity/time/\u5929\u660E> . <https://jpsearch.go.jp/entity/time/1788> schema:isPartOf <https://jpsearch.go.jp/entity/time/\u5929\u660E> . <https://jpsearch.go.jp/entity/time/1789> schema:isPartOf <https://jpsearch.go.jp/entity/time/\u5929\u660E> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix type: <https://jpsearch.go.jp/term/type/> . <https://jpsearch.go.jp/entity/time/\u5929\u660E> rdf:type type:CalendarEra , type:Time . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . <https://jpsearch.go.jp/entity/time/\u5929\u660E> rdfs:label "\u5929\u660E (1781-1789)" . @prefix owl: <http://www.w3.org/2002/07/owl#> . <https://jpsearch.go.jp/entity/time/\u5929\u660E> owl:sameAs <http://ja.dbpedia.org/resource/\u5929\u660E> , <http://datetime.hutime.org/calendar/1001/era/2371671.5> . @prefix ns5: <http://www.wikidata.org/entity/> . <https://jpsearch.go.jp/entity/time/\u5929\u660E> owl:sameAs ns5:Q1194121 . @prefix dbpedia: <http://dbpedia.org/resource/> . <https://jpsearch.go.jp/entity/time/\u5929\u660E> owl:sameAs dbpedia:Tenmei ; schema:name "\u3066\u3093\u3081\u3044"@ja-kana , "Tenmei"@en , "\u5929\u660E"@ja . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . <https://jpsearch.go.jp/entity/time/\u5929\u660E> skos:closeMatch <https://jpsearch.go.jp/entity/time/1781-1789> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <https://jpsearch.go.jp/entity/time/\u5929\u660E> schema:endDate "1789"^^xsd:gYear ; schema:startDate "1781"^^xsd:gYear . @prefix jps: <https://jpsearch.go.jp/term/property#> . <https://jpsearch.go.jp/entity/time/\u5929\u660E> jps:end 1789 ; jps:endEntity <https://jpsearch.go.jp/entity/time/1789> ; jps:start 1781 ; jps:startEntity <https://jpsearch.go.jp/entity/time/1781> .