RDF ビューア
IRI を DESCRIBE してプロパティを表示します。本サイトの LOD (shibusawa.or.jp/lod) と Japan Search (jpsearch.go.jp) の IRI に対応。
describe
https://jpsearch.go.jp/entity/time/1602-1615
| プロパティ | 値 |
|---|---|
| rdf:type | |
| rdfs:label | 1602~1615年 |
| schema:name | 1602~1615年@ja 1602-1615@en |
| schema:endDate | 1615^^xsd:gYear |
| schema:startDate | 1602^^xsd:gYear |
| jps:end | 1615^^xsd:integer |
| jps:endEntity | |
| jps:start | 1602^^xsd:integer |
| jps:startEntity |
この IRI を参照するトリプル
〈主語〉〈プロパティ〉〈この IRI〉の形で、この IRI を目的語として参照しているリソース
Turtle ソースを表示
@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/1602-1615> rdf:type type:Time . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . <https://jpsearch.go.jp/entity/time/1602-1615> rdfs:label "1602\uFF5E1615\u5E74" . @prefix schema: <http://schema.org/> . <https://jpsearch.go.jp/entity/time/1602-1615> schema:name "1602\uFF5E1615\u5E74"@ja , "1602-1615"@en . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <https://jpsearch.go.jp/entity/time/1602-1615> schema:endDate "1615"^^xsd:gYear ; schema:startDate "1602"^^xsd:gYear . @prefix jps: <https://jpsearch.go.jp/term/property#> . <https://jpsearch.go.jp/entity/time/1602-1615> jps:end 1615 ; jps:endEntity <https://jpsearch.go.jp/entity/time/1615> ; jps:start 1602 ; jps:startEntity <https://jpsearch.go.jp/entity/time/1602> . @prefix ns6: <https://jpsearch.go.jp/data/> . ns6:fcm_db-810917 schema:temporal <https://jpsearch.go.jp/entity/time/1602-1615> . _:vb429153317 jps:value <https://jpsearch.go.jp/entity/time/1602-1615> .