RDF ビューア
IRI を DESCRIBE してプロパティを表示します。本サイトの LOD (shibusawa.or.jp/lod) と Japan Search (jpsearch.go.jp) の IRI に対応。
describe
https://jpsearch.go.jp/data/Showa_magazine-180002223#sourceinfo
| プロパティ | 値 |
|---|---|
| rdf:type | |
| schema:url | |
| schema:dateModified | 2023-02-21 |
| schema:relatedLink | |
| schema:provider | |
| jps:sourceData |
この 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-180002223#> . ns1:sourceinfo rdf:type <https://jpsearch.go.jp/term/type/\u30BD\u30FC\u30B9\u60C5\u5831> . @prefix schema: <http://schema.org/> . ns1:sourceinfo schema:url <https://search.showakan.go.jp/search/magazine/detail.php?material_cord=180002223> ; schema:dateModified "2023-02-21" . @prefix ns3: <https://jpsearch.go.jp/item/> . ns1:sourceinfo schema:relatedLink ns3:Showa_magazine-180002223 ; schema:provider <https://jpsearch.go.jp/entity/chname/\u662D\u548C\u9928\u30C7\u30B8\u30BF\u30EB\u30A2\u30FC\u30AB\u30A4\u30D6(\u96D1\u8A8C\u76EE\u9332)> . @prefix jps: <https://jpsearch.go.jp/term/property#> . ns1:sourceinfo jps:sourceData <https://jpsearch.go.jp/item/Showa_magazine-180002223.json> . @prefix ns5: <https://jpsearch.go.jp/data/> . ns5:Showa_magazine-180002223 jps:sourceInfo ns1:sourceinfo .