Linked Data Browser
URIで指定されたRDFソースを取得し、グラフを基本URI毎に表形式で表示します。URIはこのブラウザで表示するリンクになるので、リンクするデータを辿って行くことができます(簡単な機能説明)。
This browser will fetch RDF source from specified URI, and describe its graph as tables, where object URIs will be hyper links via this browser so that you will be able to follow your nose. See an explanation.
Some Linked Data Exampels
MLA関連のデータ
- 夏目漱石 - Web NDLA
- Linked Data - LCSH
- Weaving the Web - British Library
- Weaving the Web - OCLC (Work)
- Webの創成 - 国立国会図書館
- Webの創成 - Japan Search
- Judith Gautier - Bibliothèque nationale de France
- 藤田嗣治 - LODAC
- The Rosetta Stone - British Museum (request type = application/rdf+xml)
- Beethoven's Missa - Europeana
- Portrait de Mona Lisa - Europeana (Proxy)
- Beethoven's Missa - Europeana (SPARQL1) (SPARQL describe , request type = turtle)
- Der Web-Report - Deutschen Nationalbibliothek (request type = application/rdf+xml)
位置情報関連データ Geo related data
Data.gov.uk
- Electronic Communications Act 2000 - legislation
- London Heathrow Airport - transportation
- Abbey Road - Ordnance Survey (陸地測量局)
- Little London - 50K Gazetteer
- EC2A 4AN - UK Code Point
- University of Oxford - education
お馴染みL(o)D
- Tim Berners-Lee's FOAF
- EastEnders - BBC Programme
- ツァラトゥストラはこう語った (交響詩) - DBpedia Janapese
- 2001: A Space Odyssey - Linked MDB
- Roger Norrington - DBpedia
- Induction of pluripotent stem cells...(iPS細胞論文) - PubMed (SPARQL describe )
- SOX-2 (iPS細胞樹立に必要な4遺伝子の一つ) - UniProt
- Barley - AGROVOC
- Whisky - OpenCyc (force type = rdfxml)
- Whisky - UMBEL
さまざまなLinked Data
- What is left to do? Dublin Core 2012 Keynote - Slideshare (force type = microdata)
- 十字穴付なべ小ねじ H形 JIS - ねじLOD
- ISWC 2013 - Semantic Web Dog Food
- Curvature Dial: Eyes-free parameter entry for GUIs!
- Classic Playing Cards (nest level = 1)
- UK Building - New Zepler
- KBO data- Elephant Bird Consulting
- Occupy Prishtina (force type = jsonld)
Other Linked Data Browsers
- Q&D RDF Browser シンプルで速い。これもARC2を利用。
- LodLive 洗練された視覚表示。1リソース毎に展開するので全体像は把握しにくい。
- LodView こちらはテキスト中心。LodLiveの親戚。
- LOD Browser Switch 複数のLDブラウザから選択できる(すでに利用不可になったものが結構多い)。
An explanation
ノードの多いRDFグラフを把握しやすくするため、関連ノードを表にまとめて示します。反復されるプロパティを折りたたみ、同じソース内に記述されている関連リソースを入れ子にして、できるだけコンパクトに表示しています。
- 入れ子レベルは"set nest level"で設定できます。指定しなければデフォルトは2階層(1回だけ入れ子)です。ただしRDFリストは入れ子にせず一つのテーブルで各要素を行として表示します。
- 取得するデータの構文は応答ヘッダによって判定しますが、HTMLの場合はmicrodataの抽出を試みます。判定した構文でグラフが取得できない場合は、構文選択ボタンを表示します。また
t
パラメータでturtle
、rdfxml
、jsonld
、microdata
を直接指定することもできます(t
パラメータは受け取ったデータの構文解釈を強制するものです。特定構文でリクエストしたい場合は、rt
パラメータを用いてください)。 - 第1レベルのリソースが複数ある場合は先頭に目次を表示します。またソースURIに対応するリソース、および主トピックのリソースはプロパティセルの背景色を変えて示します。
- URIのリンクはこのブラウザを使って新たに取り込みますが、隣に示されるを使うと表示中のRDFを受け継いでリンク先URIのグラフと併合して表示します。リンク先がRDFではないと想定されるときは、直接リンクをあわせて表示します。
- また、表示しているテーブルの単位でRDFグラフの視覚化を呼び出して描画してみることができます。ただしおよそ300トリプルを超えると図が巨大になりすぎるので、グラフ描画ボタンは表示されません。なお、現在のところ取得できるソースの最大サイズを200KBに制限しています。
"set nest level" controls how far the related resources to be put into the parent table (default is 2). RDF List is represented in one table, rather than nested rdf:rest. Tables of source URI and primary topic resources will be highlighted by different color scheme. Repeated property values will be folded (can be toggled).
Format is detected from response header. You can force format interpretation by t
parameter with a value of turtle
, rdfxml
. jsonld
or microdata
. Use rt
parameter if you want to force request with specific accept header.
URIs will be shown as links with this browser. button will merge new URI graph, with button if it looks non RDF. Visualization button will be provided at the bottom of each table, as long as the data size is not too big as a figure (roughly less than 300 triples).