forked from dbcls/website
-
Notifications
You must be signed in to change notification settings - Fork 1
/
knowledgegraph-en.html
97 lines (94 loc) · 4.43 KB
/
knowledgegraph-en.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
95
96
97
---
---
<!DOCTYPE html>
<!-- saved from url=(0032)http://dbcls.rois.ac.jp/research -->
<html lang="en" 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>Approach for Knowledge Graph | DBCLS</title>
<link rel="stylesheet" href="style/default.css">
</head>
<body>
{% include header_en.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-en.html">Research and
development</a></li>
<li class="sub__navigation-title outline-list-category__title"><a
href="/publications-en.html">Publications</a></li>
<li class="sub__navigation-title outline-list-category__title active"><a
href="/knowledgegraph-en.html">Approach for Knowledge Graph</a>
</li>
</ul>
</div>
</div>
<div class="main__contents">
<div class="main__content-title__wrapper">
<h3 class="main__content-title">Approach for Knowledge Graph</h3>
</div>
<p class="research__description">
We are conducting research and development for database integration based on semantic web technology and for the
difficulty in database integration caused by dispersed databases.</p>
<h3 class="sub__content-title margin-top10">Support for constructing Knowledge Graph</h3>
<div class="section-wrapper">
<article class="article__section event__section-ja">
<div class="article__section__inner">
<h4>RDFization Guideline</h4>
<p>Guidelines for beginners on useful references when converting a database to RDF.</p><a
href="https://github.com/dbcls/rdfizing-db-guidelines/blob/master/RDF-portal-guidelines-en.md"
class="page_btn more_btn"> more </a>
</div>
</article>
<article class="article__section event__section-ja">
<div class="article__section__inner">
<h4>RDF-Tutorial</h4>
<p>Annual tutorial on the Semantic Web technologies including RDF and SPARQL. (Held in Japanese)</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>Annual international hackathon for standardization and interoperability of database integration in life
sciences.</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>Togothon is a monthly hackathon for domestic developers/researchers interested in semantic web
technologies in life sciences. (Held in Japanese)</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">Application of Knowledge Graph</h3>
<div class="section-wrapper">
<article class="article__section event__section-ja">
<div class="article__section__inner">
<h4>TogoDX/human</h4>
<p>A web application for integrated exploration of human-related data.</p><a
href="https://dbcls.rois.ac.jp/services-en.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 Portal</h4>
<p>A collection of life science RDF datasets developed by Japanese research groups.</p><a
href="https://dbcls.rois.ac.jp/services-en.html#NBDC_RDF_Portal" class="page_btn more_btn"> more </a>
</div>
</article>
</div>
</div>
</div>
{% include footer_en.html %}
<script src="script/underscore-min.js" type="text/javascript"></script>
<script src="script/default.js"></script>
</body>
</html>