RDF ビューア
IRI を DESCRIBE してプロパティを表示します。本サイトの LOD (shibusawa.or.jp/lod) と Japan Search (jpsearch.go.jp) の IRI に対応。
describe
https://jpsearch.go.jp/term/property#end
Turtle ソースを表示
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix jps: <https://jpsearch.go.jp/term/property#> . jps:end rdf:type rdf:Property . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . jps:end rdfs:label "End" ; rdfs:isDefinedBy <https://jpsearch.go.jp/term/> ; rdfs:comment "\u6642\u9593\u7BC4\u56F2\u306E\u7D42\u4E86\u5E74\u3092\u6574\u6570\u5024\u3067\u793A\u3059\u3002" . @prefix schema: <http://schema.org/> . @prefix type: <https://jpsearch.go.jp/term/type/> . jps:end schema:domainIncludes type:Time . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . jps:end schema:rangeIncludes xsd:integer .