RDF ビューア
IRI を DESCRIBE してプロパティを表示します。本サイトの LOD (shibusawa.or.jp/lod) と Japan Search (jpsearch.go.jp) の IRI に対応。
describe
https://jpsearch.go.jp/term/property#temporal
Turtle ソースを表示
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix jps: <https://jpsearch.go.jp/term/property#> . jps:temporal rdf:type rdf:Property . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . jps:temporal rdfs:label "Temporal" ; rdfs:isDefinedBy <https://jpsearch.go.jp/term/> ; rdfs:comment "\u6642\u9593\u95A2\u4FC2\uFF1A\u4F5C\u6210\u3001\u516C\u958B\u3001\u767A\u898B\u3001\u4E3B\u984C\u306A\u3069\u8CC7\u6599\u306B\u95A2\u3059\u308B\u6642\u9593" . @prefix schema: <http://schema.org/> . jps:temporal schema:domainIncludes schema:CreativeWork . @prefix ns4: <http://www.openarchives.org/ore/terms/> . jps:temporal schema:domainIncludes ns4:Proxy . @prefix type: <https://jpsearch.go.jp/term/type/> . jps:temporal schema:rangeIncludes type:RelationDetail .