RDF ビューア
IRI を DESCRIBE してプロパティを表示します。本サイトの LOD (shibusawa.or.jp/lod) と Japan Search (jpsearch.go.jp) の IRI に対応。
describe
https://jpsearch.go.jp/term/property#startEntity
| プロパティ | 値 |
|---|---|
| rdf:type | |
| rdfs:label | Start Entity |
| rdfs:isDefinedBy | |
| rdfs:comment | 時間実体の開始年にあたる時間実体を示す。 |
| schema:domainIncludes | |
| schema:rangeIncludes |
Turtle ソースを表示
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix jps: <https://jpsearch.go.jp/term/property#> . jps:startEntity rdf:type rdf:Property . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . jps:startEntity rdfs:label "Start Entity" ; rdfs:isDefinedBy <https://jpsearch.go.jp/term/> ; rdfs:comment "\u6642\u9593\u5B9F\u4F53\u306E\u958B\u59CB\u5E74\u306B\u3042\u305F\u308B\u6642\u9593\u5B9F\u4F53\u3092\u793A\u3059\u3002" . @prefix schema: <http://schema.org/> . @prefix type: <https://jpsearch.go.jp/term/type/> . jps:startEntity schema:domainIncludes type:Time ; schema:rangeIncludes type:Time .