forked from mitsuhashi/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
knowledgegraph.html
94 lines (91 loc) · 4.92 KB
/
knowledgegraph.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
---
---
<!DOCTYPE html>
<!-- saved from url=(0032)http://dbcls.rois.ac.jp/research -->
<html lang="ja" data-page-type="knowledgegraph">
<!--<![endif]-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width">
<title>知識グラフ化への取り組み | DBCLS</title>
<link rel="stylesheet" href="style/default.css">
</head>
<body>
{% include header.html %}
<div class="content__wrapper">
<div id="subWrap">
<div class="sub__navigation sticky">
<h2 class="page-title">Research</h2>
<ul class="sub__navigation-wrapper outline-list-category__wrapper">
<li class="sub__navigation-title outline-list-category__title"><a href="/research.html">研究開発</a></li>
<li class="sub__navigation-title outline-list-category__title"><a href="/publications.html">発表論文等一覧</a></li>
<li class="sub__navigation-title outline-list-category__title active"><a
href="/knowledgegraph.html">知識グラフ化への取り組み</a>
</li>
</ul>
</div>
</div>
<div class="main__contents">
<div class="main__content-title__wrapper">
<h3 class="main__content-title">知識グラフ化への取り組み</h3>
</div>
<p class="research__description">
DBCLSでは、個別のデータベースを有機的に繋ぐことにより、それぞれのデータベースの価値をさらに高めることを目的として、国内外で構築されるデータベースに対し、DBCLS で開発している RDF
技術を元にデータベース統合の支援を行っています。そのために必要な国内外のデータベースを構築する研究機関と連携を図っており、DBCLS はセマンティック・ウェブによるデータベース統合の国際標準の整備に貢献しています。</p>
<h3 class="sub__content-title margin-top10">知識グラフ化支援</h3>
<div class="section-wrapper">
<article class="article__section event__section-ja">
<div class="article__section__inner">
<h4>RDF化ガイドライン</h4>
<p>RDF化を行う際に参考にするとよい指針について、特に初心者向けにまとめています。</p><a
href="https://github.com/dbcls/rdfizing-db-guidelines/blob/master/dbcls-rdfizing-db-guidelines-ja.md"
class="page_btn more_btn"> more </a>
</div>
</article>
<article class="article__section event__section-ja">
<div class="article__section__inner">
<h4>RDF講習会</h4>
<p>統合データベースを支えるセマンティック・ウェブ技術の講習会です。</p><a href="http://wiki.lifesciencedb.jp/mw/RDF-Tutorial"
class="page_btn more_btn"> more
</a>
</div>
</article>
<article class="article__section event__section-ja">
<div class="article__section__inner">
<h4>BioHackathon</h4>
<p>ライフサイエンス分野におけるデータベース統合のための技術開発を行う国際開発者会議です。</p><a href="http://biohackathon.org/"
class="page_btn more_btn"> more </a>
</div>
</article>
<article class="article__section event__section-ja">
<div class="article__section__inner">
<h4>Togothon (SPARQLthon)</h4>
<p>ライフサイエンス分野におけるセマンティック・ウェブの技術情報交流・共同研究開発を目的として毎月開催されています。</p><a
href="https://dbcls.github.io/Togothon/" class="page_btn more_btn"> more </a>
</div>
</article>
</div>
<h3 class="sub__content-title margin-top10">知識グラフの応用</h3>
<div class="section-wrapper">
<article class="article__section event__section-ja">
<div class="article__section__inner">
<h4>TogoDX/human</h4>
<p>ヒトに関するデータを統合的に探索・俯瞰・抽出するためのウェブアプリケーションです。</p><a
href="https://dbcls.rois.ac.jp/services.html#TogoDX%2Fhuman" class="page_btn more_btn"> more </a>
</div>
</article>
<article class="article__section event__section-ja">
<div class="article__section__inner">
<h4>NBDC RDFポータル</h4>
<p>日本の研究グループによって開発された生命科学データのRDFを集約しています。</p><a
href="https://dbcls.rois.ac.jp/services.html#NBDC_RDF_Portal" class="page_btn more_btn"> more </a>
</div>
</article>
</div>
</div>
</div>
{% include footer.html %}
<script src="script/underscore-min.js" type="text/javascript"></script>
<script src="script/default.js"></script>
</body>
</html>