RDF ビューア
IRI を DESCRIBE してプロパティを表示します。本サイトの LOD (shibusawa.or.jp/lod) と Japan Search (jpsearch.go.jp) の IRI に対応。
describe
https://jpsearch.go.jp/term/property#contentHolder
Turtle ソースを表示
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix jps: <https://jpsearch.go.jp/term/property#> . jps:contentHolder rdf:type rdf:Property . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . jps:contentHolder rdfs:label "Content Holder" ; rdfs:isDefinedBy <https://jpsearch.go.jp/term/> ; rdfs:comment "\u8CC7\u6599\u306E\u4FDD\u7BA1\u8005\uFF08\u63D0\u4F9B\u8005\u3068\u5225\u306E\u5834\u5408\uFF09" . @prefix schema: <http://schema.org/> . jps:contentHolder schema:domainIncludes <https://jpsearch.go.jp/term/type/\u30A2\u30AF\u30BB\u30B9\u60C5\u5831> ; schema:rangeIncludes schema:Organization .