RDF ビューア
IRI を DESCRIBE してプロパティを表示します。本サイトの LOD (shibusawa.or.jp/lod) と Japan Search (jpsearch.go.jp) の IRI に対応。
describe
https://jpsearch.go.jp/entity/ncname/Fokker,_Anthony_Herman_Gerard
| プロパティ | 値 |
|---|---|
| rdf:type | |
| rdfs:label | Fokker, Anthony Herman Gerard |
この IRI を参照するトリプル
〈主語〉〈プロパティ〉〈この IRI〉の形で、この IRI を目的語として参照しているリソース
Turtle ソースを表示
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix type: <https://jpsearch.go.jp/term/type/> . <https://jpsearch.go.jp/entity/ncname/Fokker,_Anthony_Herman_Gerard> rdf:type type:Agent . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . <https://jpsearch.go.jp/entity/ncname/Fokker,_Anthony_Herman_Gerard> rdfs:label "Fokker, Anthony Herman Gerard" . @prefix schema: <http://schema.org/> . @prefix ns4: <https://jpsearch.go.jp/data/> . ns4:dignl-1043385 schema:creator <https://jpsearch.go.jp/entity/ncname/Fokker,_Anthony_Herman_Gerard> . @prefix jps: <https://jpsearch.go.jp/term/property#> . _:vb77764032 jps:value <https://jpsearch.go.jp/entity/ncname/Fokker,_Anthony_Herman_Gerard> .