RDF ビューア
IRI を DESCRIBE してプロパティを表示します。本サイトの LOD (shibusawa.or.jp/lod) と Japan Search (jpsearch.go.jp) の IRI に対応。
describe
https://jpsearch.go.jp/term/property#relatedLink
Turtle ソースを表示
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix jps: <https://jpsearch.go.jp/term/property#> . jps:relatedLink rdf:type rdf:Property . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . jps:relatedLink rdfs:label "Related Link" ; rdfs:isDefinedBy <https://jpsearch.go.jp/term/> ; rdfs:comment "\u69CB\u9020\u5316\u30CE\u30FC\u30C9\u3092\u7528\u3044\u3066\u95A2\u4FC2\u3092\u8A18\u8FF0\u3059\u308B\u3002" . @prefix schema: <http://schema.org/> . jps:relatedLink schema:domainIncludes schema:CreativeWork . @prefix ns4: <http://www.openarchives.org/ore/terms/> . jps:relatedLink schema:domainIncludes ns4:Proxy . @prefix type: <https://jpsearch.go.jp/term/type/> . jps:relatedLink schema:rangeIncludes type:RelationDetail .