RDF ビューア
IRI を DESCRIBE してプロパティを表示します。本サイトの LOD (shibusawa.or.jp/lod) と Japan Search (jpsearch.go.jp) の IRI に対応。
describe
https://jpsearch.go.jp/data/Showa_magazine-160000304#article04
| プロパティ | 値 |
|---|---|
| rdf:type | |
| rdfs:label | お正月 |
| schema:isPartOf | |
| schema:creator | |
| jps:agential | _:b6_vb424068982 _:b6_vb424068981 |
この IRI を参照するトリプル
〈主語〉〈プロパティ〉〈この IRI〉の形で、この IRI を目的語として参照しているリソース
Turtle ソースを表示
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns1: <https://jpsearch.go.jp/data/Showa_magazine-160000304#> . ns1:article04 rdf:type <https://jpsearch.go.jp/term/type/\u8A18\u4E8B> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns1:article04 rdfs:label "\u304A\u6B63\u6708" . @prefix schema: <http://schema.org/> . @prefix ns4: <https://jpsearch.go.jp/data/> . ns1:article04 schema:isPartOf ns4:Showa_magazine-160000304 ; schema:creator <https://jpsearch.go.jp/entity/chname/\u521D\u5C71\u6ECB> , <https://jpsearch.go.jp/entity/ncname/\u7AF9\u5185\u3066\u308B\u3088> . @prefix jps: <https://jpsearch.go.jp/term/property#> . ns1:article04 jps:agential _:vb424068982 , _:vb424068981 . ns4:Showa_magazine-160000304 schema:hasPart ns1:article04 .