RDF ビューア
IRI を DESCRIBE してプロパティを表示します。本サイトの LOD (shibusawa.or.jp/lod) と Japan Search (jpsearch.go.jp) の IRI に対応。
describe
https://jpsearch.go.jp/term/property#contentId
Turtle ソースを表示
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix jps: <https://jpsearch.go.jp/term/property#> . jps:contentId rdf:type rdf:Property . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . jps:contentId rdfs:label "Content Id" ; rdfs:isDefinedBy <https://jpsearch.go.jp/term/> ; rdfs:comment "\u63D0\u4F9B\u5143\u304C\u4ED8\u4E0E\u3059\u308B\u8B58\u5225\u5B50" . @prefix schema: <http://schema.org/> . jps:contentId schema:domainIncludes <https://jpsearch.go.jp/term/type/\u30A2\u30AF\u30BB\u30B9\u60C5\u5831> ; schema:rangeIncludes schema:Text .