_bodik.key

Size: px
Start display at page:

Download "_bodik.key"

Transcription

1

2

3

4 RDF Gnavi() WWW 4 www

5

6

7

8 Resource Description Framework

9

10

11

12

13

14

15

16

17

18

19

20 rdfs:type schema:website schema:about schema:lastreviewed rdfs:label db:fukuoka " "^^xsd:date rdfs:label "Fukuoka city official

21

22 rdfs:type schema:website schema:about schema:lastreviewed rdfs:label db:fukuoka " "^^xsd:date rdfs:label "Fukuoka city official rdfs:type schema:about schema:lastreviewed rdfs:label rdfs:label schema:website db:fukuoka " "^^xsd:date " List of nurseries in

23 rdfs:type schema:website schema:website schema:about schema:lastreviewed rdfs:label rdfs:label db:fukuoka " "^^xsd:date "Fukuoka city official rdfs:type schema:about schema:lastreviewed rdfs:label rdfs:label db:fukuoka " "^^xsd:date " List of nurseries in " List of nurseries in db:fukuoka rdfs:label schema:about rdfs:label schema:lastreviewed rdfs:type " "^^xsd:date schema:about schema:lastreviewed rdfs:label rdfs:type schema:website rdfs:label "Fukuoka city official

24 " List of nurseries in rdfs:label schema:website rdfs:type rdfs:label schema:lastreviewed " "^^xsd:date rdfs:type schema:about rdfs:label "Fukuoka" schema:lastreviewed rdfs:label rdfs:label rdfs:label db:fukuoka schema:about rdfs:label geo:lat "Fukuoka city official geo:lon " "^^xsd:float "130.4"^^xsd:float DBpedia...

25 lod-cloud.net

26

27

28 .rdf

29 <p about= myself" vocab=" typeof="person"> My name is <span property="name">antoine Trouvé</span>, my phone number is <span property="telephone">xxx-xxxx-xxx</span> and my homepage is <a property="url" href=" </p> schema:name Antoine Trouvé myself schema:label schema:url xxx-xxxx-xxx

30

31

32

33

34 Comparison RDF vs. Relational Relational Database RDF Query language SQL SPARQL Data topology 2D tables Graphs Database technology Relational database Triple store (RDF store, graph store) Data model Relational Model RDF 1.1 Abstract Syntax 34

35 prefix rdfs: < prefix bodic: < SELECT?englishName WHERE { GRAPH bodic:dataset1 {?s rdfs:label "@ja ; rdfs:label?englishname } } FILTER ( lang(?englishname) == en )

36 prefix rdfs: < prefix bodic: < SELECT?englishName WHERE { GRAPH bodic:dataset1 {?s rdfs:label "@ja ; rdfs:label?englishname } } FILTER ( lang(?englishname) == en )

37 prefix rdfs: < prefix bodic: < SELECT?englishName WHERE { GRAPH bodic:dataset1 {?s rdfs:label "@ja ; rdfs:label?englishname } } FILTER ( lang(?englishname) == en )

38 prefix rdfs: < prefix bodic: < SELECT?englishName WHERE { GRAPH bodic:dataset1 {?s rdfs:label "@ja ; rdfs:label?englishname } } FILTER ( lang(?englishname) == en )

39 prefix rdfs: < prefix bodic: < SELECT?s rdfs:label?englishname?englishname WHERE { GRAPH bodic:dataset1 {?s rdfs:label "@ja ; rdfs:label?englishname } } FILTER ( lang(?englishname) == en )

40 prefix rdfs: < prefix bodic: < SELECT?englishName WHERE { GRAPH bodic:dataset1 {?s rdfs:label "@ja ; rdfs:label?englishname } } FILTER ( lang(?englishname) == en )

41 ?s rdfs:label?englishname

42 ?s rdfs:label?englishname

43 prefix rdfs: < prefix bodic: < SELECT?englishName WHERE { GRAPH bodic:dataset1 {?s rdfs:label "@ja ; rdfs:label?englishname } FILTER ( lang(?englishname) == en ) }

44

45 SELECT DISTINCT?name WHERE { SERVICE < {?s rdfs:label?name } } www

46 SELECT DISTINCT?name WHERE { SERVICE < {?s rdfs:label?name } } www

47

48

49

50 INSERT {?a foaf:friend?b ; foaf:knows?b.?b foaf:knows?a. } WHERE {?b foaf:friend?a }

51

52 About Vocabulary Depending on the data you hold, you may need various vocabulary You may create your own But someone may have done the job for you! There are some W3C standard vocabularies RDF and RDF Schema (RDFS) geo for geographical data (e.g. longitude / latitude) SKOS, the simple knowledge organization system XSD, data types from the XML standards And some other well-established vocabularies Foaf (Friend of a friend) to describe human relations Schema.org to casually describe misc. resources such as public facilities, websites or drugs (aimed at being a general purpose vocabulary for RDFa and Microdata) Dublin Core to describe bibliographical resources DBPedia, Yago, two general-purpose vocabularies, used for online encyclopedia 52

53 About Vocabulary Depending on the data you hold, you may need various vocabulary You may create your own But someone may have done the job for you! There are some W3C standard vocabularies RDF and RDF Schema (RDFS) geo for geographical data (e.g. longitude / latitude) SKOS, the simple knowledge organization system XSD, data types from the XML standards And some other well-established vocabularies Foaf (Friend of a friend) to describe human relations Schema.org to casually describe misc. resources such as public facilities, websites or drugs (aimed at being a general purpose vocabulary for RDFa and Microdata) Dublin Core to describe bibliographical resources DBPedia, Yago, two general-purpose vocabularies, used for online encyclopedia 53

54 Find a vocabulary on prefix.cc Example of RDFS Used to describe RDF schema (we ll see later) W3C recommandation prefix.cc shows us the ranking of most popular vocabularies 54

55 55

56 We get the turtle version of the vocabulary! 56

57 We get the turtle version of the vocabulary! 57

58

59

60

61 bodic:vehicle a rdfs:class. bodic:car a rdfs:class ; rdfs:subclassof bodic:vehicle.. bodic:plane a rdfs:class ; rdfs:subclassof bodic:vehicle.. data:mycar a bodic:car. data:mycar a bodic:vehicle.

62

63

64

65

66

67

68

69

70

71

72

73

74

75

76

77

78

RDF-lecture-01_ key

RDF-lecture-01_ key 1 RDF @JST Linked Open Data RDF SPARQL 2016/10/7 . @prefix : .

More information

ORACLEセミナー key

ORACLEセミナー key a bit SPARQL advanced (@yayamamo) (BIND/VALUES) Federated Queries (SERVICE) CONSTRUCT ASK DESCRIBE Turtle prefix WEB API SPAQL http://www.w3.org/tr/sparql11-query/ p118 SPARQL :taro foaf:knows / foaf:interest?t.?t

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション SPARQL Semantic Web Stack (2007) SPARQL とは? RDF データを検索するためのクエリ言語 (RDBMS における SQL に相当 ) http://www.w3.org/tr/rdf-sparql-query/ http://www.asahi-net.or.jp/~ax2skmtn/internet/rdf/rdf-sparql-query.html ( 日本語訳

More information

講義概要 SPARQL とは? RDF ストア GraphDB による SPARQL 検索方法 Turtle 基本的なクエリ FILTER, OPTIONAL, DISTINCT, UNION, LIMIT, ORDER BY, GROUP BY, MAX, AVG, SUM, COUNT, リモー

講義概要 SPARQL とは? RDF ストア GraphDB による SPARQL 検索方法 Turtle 基本的なクエリ FILTER, OPTIONAL, DISTINCT, UNION, LIMIT, ORDER BY, GROUP BY, MAX, AVG, SUM, COUNT, リモー 2016 年度春学期 Web インテリジェンス論 SPARQL 講義概要 SPARQL とは? RDF ストア GraphDB による SPARQL 検索方法 Turtle 基本的なクエリ FILTER, OPTIONAL, DISTINCT, UNION, LIMIT, ORDER BY, GROUP BY, MAX, AVG, SUM, COUNT, リモートの SPARQL エンドポイントへのクエリ

More information

オントロジ入門

オントロジ入門 Web Web 2004-01-23 XML XML Web WG Web ( ) Web (RDF RDF ) (OWL) ( ) WG ( ) 2004-01-23 2 Web Web Web XML ( ) 2004-01-23 3 Web Web 2 Web HTML(XHTML) ( ) Web ( ) 2 Web 2004-01-23 4 2 Web Web (XHTML) (RDF)

More information

NLC配布用.ppt

NLC配布用.ppt Semantic Web September 20, 200 IBM( ) (uramoto@jp.ibm.com) Semantic Web ( )? Semantic Web 2 What can it do? (by Jim Hendler) 3 Semantic Web W3C Director Berners-Lee Web The Semantic Web is an extension

More information

L1 What Can You Blood Type Tell Us? Part 1 Can you guess/ my blood type? Well,/ you re very serious person/ so/ I think/ your blood type is A. Wow!/ G

L1 What Can You Blood Type Tell Us? Part 1 Can you guess/ my blood type? Well,/ you re very serious person/ so/ I think/ your blood type is A. Wow!/ G L1 What Can You Blood Type Tell Us? Part 1 Can you guess/ my blood type? 当ててみて / 私の血液型を Well,/ you re very serious person/ so/ I think/ your blood type is A. えーと / あなたはとっても真面目な人 / だから / 私は ~ と思います / あなたの血液型は

More information

はじめに

はじめに IT 1 NPO (IPEC) 55.7 29.5 Web TOEIC Nice to meet you. How are you doing? 1 type (2002 5 )66 15 1 IT Java (IZUMA, Tsuyuki) James Robinson James James James Oh, YOU are Tsuyuki! Finally, huh? What's going

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション /2 SemanticWeb SemanticWeb Web Web 2004.1 ( ), Evangelist, XML Consortium Technology Leader, SemanticWeb WG RSsS, ( ): Web ( ) SemanticWeb ( ): 0 Overview 4/4 Semantic Web [ ],, by DAML-S S (Semantic

More information

Vol.55 No (Jan. 2014) saccess 6 saccess 7 saccess 2. [3] p.33 * B (A) (B) (C) (D) (E) (F) *1 [3], [4] Web PDF a m

Vol.55 No (Jan. 2014) saccess 6 saccess 7 saccess 2. [3] p.33 * B (A) (B) (C) (D) (E) (F) *1 [3], [4] Web PDF   a m Vol.55 No.1 2 15 (Jan. 2014) 1,a) 2,3,b) 4,3,c) 3,d) 2013 3 18, 2013 10 9 saccess 1 1 saccess saccess Design and Implementation of an Online Tool for Database Education Hiroyuki Nagataki 1,a) Yoshiaki

More information

untitled

untitled DCMI nagamori@slis.tsukuba.ac.jp DCMI Metadata Schema Registry DCMI Dublin Core Metadata Initiative authoritative source 2004/10/29 2 1 Metadata is the information and documentation which makes data understandable

More information

10 2000 11 11 48 ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) CU-SeeMe NetMeeting Phoenix mini SeeMe Integrated Services Digital Network 64kbps 16kbps 128kbps 384kbps

More information

16_.....E...._.I.v2006

16_.....E...._.I.v2006 55 1 18 Bull. Nara Univ. Educ., Vol. 55, No.1 (Cult. & Soc.), 2006 165 2002 * 18 Collaboration Between a School Athletic Club and a Community Sports Club A Case Study of SOLESTRELLA NARA 2002 Rie TAKAMURA

More information

212013pp. 1 13 2 1 4 1980 1987 74.91997 70.12007 2014 1 31 1 64.4201161.8 1 2 3 1 3 2 4 3 2006 5 1 2 6 2 25.6 7 23.11 4.1 3.4 2 12.4 9.7 3.8 5.9 50.0 81.8 75.060.0 95.070.0 65.0 25.6 23.1 4.1 3.4 2006

More information

Webサービス本格活用のための設計ポイント

Webサービス本格活用のための設計ポイント The Web Services are a system which links up the scattered systems on the Internet, leveraging standardized technology such as SOAP, WSDL and UDDI. It is a general thought that in the future business enterprises

More information

橡dbweb2002-sato.PDF

橡dbweb2002-sato.PDF Web Web 1 Web XML DB Web EAI 2 RDF RDF Schema DAML+OIL OWL (Web Ontology Language) 3 Resource Description Framework (RDF) W3C XML http://www.net.intap.or.jp/intap/s-web/

More information

Hospitality-mae.indd

Hospitality-mae.indd Hospitality on the Scene 15 Key Expressions Vocabulary Check PHASE 1 PHASE 2 Key Expressions A A Contents Unit 1 Transportation 2 Unit 2 At a Check-in Counter (hotel) 7 Unit 3 Facilities and Services (hotel)

More information

RDF講習会

RDF講習会 SPARQL の基本 2016 年 10 月 7 日 第 1 回 RDF 講習会 岡別府 陽 子 アジェンダ SPARQL の基本 文法の紹介 1. 初めての SPARQL 2. 複数のトリプルパターンの指定 3. 必須ではないパターンの指定 4. 値による絞り込み 5. パターンの結合 6. 結果セットの操作 7. グループ化と集約関数 8. サブクエリ 実際に SPARQL を書くために 1.

More information

Microsoft Word - j201drills27.doc

Microsoft Word - j201drills27.doc Drill 1: Giving and Receiving (Part 1) [Due date: ] Directions: Describe each picture using the verb of giving and the verb of receiving. E.g.) (1) (2) (3) (4) 1 (5) (6) Drill 2: Giving and Receiving (Part

More information

20140602-NBDC-DBCLS-共同研究計画.key

20140602-NBDC-DBCLS-共同研究計画.key 26 NBDC/DBCLS http://jp.linkedin.com/in/toshiakikatayama 2014/6/2 @ NBDC (JST ) 26 NBDC RDF DB 国 内 外 に 散 在 しているライフサイエンス 分 野 のデータやデータベー スについて それらの 共 有 を 強 力 に 促 進 し 公 共 財 として 誰 でもが 自 由 に

More information

分散情報システム構成法 第5回 Semantic Webの基本とRDF

分散情報システム構成法  第5回 Semantic Webの基本とRDF Web Information System Design No.10 セマンティック Web アプリケーションアークテクチャ 萩野達也 1 セマンティック Web とは ( 前回 ) データの Web 文書の Web から データの Web へ メタデータ メタデータ = 文書やデータに関するデータ 計算機可読なメタデータをアプリケーションで共有する データの共有や統合を可能にする メタデータ about

More information

untitled

untitled DSpace 1 1 DSpace HOME...4 1.1 DSpace is Live...4 1.2 Search...4 1.3 Communities in DSpace...6 1.4...6 1.4.1 Browse...7 1.4.2 Sign on to...14 1.4.3 Help...16 1.4.4 About DSpace...16 2 My DSpace...17 2.1

More information

Juntendo Medical Journal

Juntendo Medical Journal * Department of Health Science Health Sociology Section, Juntendo University School of Health and Sports Science, Chiba, Japan (WHO: Ottawa Charter for Health promotion, 1986.) (WHO: Bangkok Charter

More information

Warm Up Topic Question Who was the last person you gave a gift to? 一番最近誰にプレゼントをあげましたか? Special Topics2

Warm Up Topic Question Who was the last person you gave a gift to? 一番最近誰にプレゼントをあげましたか? Special Topics2 This week is talking to about what to get for Tina's birthday, which is coming up in July. Lesson Targets Deciding on someone s birthday present 誰かの誕生日プレゼントを決める Giving advice Daily English Conversation

More information

XMLを基盤とするビジネスプロトコルの動向

XMLを基盤とするビジネスプロトコルの動向 XML Trends of XML-Based Business Protocols ebxml Web XML ebxml UN/CEFACT EDIFACTOASIS XML Web W3C World Wide Web Consortium Abstract XML-based technologies such as the Electronic Business XML Initiative

More information

20050314_02-4.ppt

20050314_02-4.ppt Oracle Database 10g Oracle XML DB 2005 3 14 1 Agenda Oracle XML DB XML SQL Oracle Database 10g Release 2 Copyright Oracle Corporation, 2005 All right reserved. 2 XML Oracle Database 10g Release 2 Oracle

More information

-2-

-2- Unit Children of the World NEW HORIZON English Course 'Have you been to?' 'What have you done as a housework?' -1- -2- Study Tour to Bangladesh p26 P26-3- Example: I am going to Bangladesh this spring.

More information

Microsoft Word - 4_研究成果の要約(森田).doc

Microsoft Word - 4_研究成果の要約(森田).doc 09-01048 Wikipedia Web Web API 1 2 503 3 Wikipedia WordNet 504 1: 3-1 Wikipedia 505 3-2 Wikipedia owl:sameas 506 101 64 52 45 39 34 29 25 22 19 16 13 10 7 4 1 0 2000 4000 6000 8000 10000 12000 14000 16000

More information

_念3)医療2009_夏.indd

_念3)医療2009_夏.indd Evaluation of the Social Benefits of the Regional Medical System Based on Land Price Information -A Hedonic Valuation of the Sense of Relief Provided by Health Care Facilities- Takuma Sugahara Ph.D. Abstract

More information

Read the following text messages. Study the names carefully. 次のメッセージを読みましょう 名前をしっかり覚えましょう Dear Jenny, Iʼm Kim Garcia. Iʼm your new classmate. These ar

Read the following text messages. Study the names carefully. 次のメッセージを読みましょう 名前をしっかり覚えましょう Dear Jenny, Iʼm Kim Garcia. Iʼm your new classmate. These ar LESSON GOAL: Can read a message. メッセージを読めるようになろう Complete the conversation using your own information. あなた自身のことを考えて 会話を完成させましょう 1. A: Whatʼs your name? B:. 2. A: Whatʼs your phone number, (tutor says studentʼs

More information

Page 1 of 6 B (The World of Mathematics) November 20, 2006 Final Exam 2006 Division: ID#: Name: 1. p, q, r (Let p, q, r are propositions. ) (10pts) (a

Page 1 of 6 B (The World of Mathematics) November 20, 2006 Final Exam 2006 Division: ID#: Name: 1. p, q, r (Let p, q, r are propositions. ) (10pts) (a Page 1 of 6 B (The World of Mathematics) November 0, 006 Final Exam 006 Division: ID#: Name: 1. p, q, r (Let p, q, r are propositions. ) (a) (Decide whether the following holds by completing the truth

More information

elemmay09.pub

elemmay09.pub Elementary Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Number Challenge Time:

More information

Microsoft Word - j201drills27.doc

Microsoft Word - j201drills27.doc Drill 1: Giving and Receiving (Part 1) Directions: Describe each picture using the verb of giving and the verb of receiving. (1) (2) (3) (4) 1 (5) (6) Drill 2: Giving and Receiving (Part 1) Directions:

More information

キャリアワークショップ教師用

キャリアワークショップ教師用 iii v vi vii viii ix x xi xii 1 2 3 4 1.1 CYCLE OF SELF-RELIANCE GOALS SUCCESS INTERACTION RESOURCES 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2.1 MY RESOURCES FOR THE EARTH IS FULL, AND THERE IS ENOUGH AND

More information

Core Ethics Vol.

Core Ethics Vol. Core Ethics Vol. < > Core Ethics Vol. ( ) ( ) < > < > < > < > < > < > ( ) < > ( ) < > - ( ) < > < > < > < > < > < > < > < > ( ) Core Ethics Vol. ( ) ( ) ( ) < > ( ) < > ( ) < > ( ) < >

More information

IPSJ SIG Technical Report Vol.2014-IOT-27 No.14 Vol.2014-SPT-11 No /10/10 1,a) 2 zabbix Consideration of a system to support understanding of f

IPSJ SIG Technical Report Vol.2014-IOT-27 No.14 Vol.2014-SPT-11 No /10/10 1,a) 2 zabbix Consideration of a system to support understanding of f 1,a) 2 zabbix Consideration of a system to support understanding of fault occurrences based on the similarity of the time series Miyaza Nao 1,a) Masuda Hideo 2 Abstract: With the development of network

More information

Microsoft PowerPoint takeda.pptx

Microsoft PowerPoint takeda.pptx Linked Data の現状と日本の課題 武田英明 国立情報学研究所東京大学人工物工学研究センター takeda@nii.ac.jp Linked Data とは何か Linked Data の現状 Linking Open Data (LOD) Linked Data の使い方 検索エンジン ブラウザ アプリ 日本における Linked Dataの課題 Linked Data 3 Linked

More information

[1] [3]. SQL SELECT GENERATE< media >< T F E > GENERATE. < media > HTML PDF < T F E > Target Form Expression ( ), 3.. (,). : Name, Tel name tel

[1] [3]. SQL SELECT GENERATE< media >< T F E > GENERATE. < media > HTML PDF < T F E > Target Form Expression ( ), 3.. (,). : Name, Tel name tel DEIM Forum 2011 C7-5 SuperSQL 223 8522 3 14 1 E-mail: tomonari@db.ics.keio.ac.jp, toyama@ics.keio.ac.jp SuperSQL, SQL SELECT GENERATE SQL., SuperSQL HTML,.,. SuperSQL, HTML, Equivalent Transformation on

More information

08.pdf

08.pdf 8 RDFa HTML/XHTML : ISBN: 978-4839931957 : : 2009/5/28 1 Microformats i18n abbr img RDFa RDF XHTML

More information

評論・社会科学 90号(よこ)(P)/4.咸

評論・社会科学 90号(よこ)(P)/4.咸 1 2008 7 1 1 4 5 1 1998 2003 2005 3 2 2008 7 1 2009 7 30 2009 11 18 2009 2009 2008 1 1 1 1 65 1970 3.1 2000 7.2 7 2008 10.7 14 2018 1 2 1985 41.92008 50.0 2004 15 59 2003 2010 79 2020 114 OECD 1 65 2006

More information

2

2 2011 8 6 2011 5 7 [1] 1 2 i ii iii i 3 [2] 4 5 ii 6 7 iii 8 [3] 9 10 11 cf. Abstracts in English In terms of democracy, the patience and the kindness Tohoku people have shown will be dealt with as an exception.

More information

外国語科 ( 英語 Ⅱ) 学習指導案 A TOUR OF THE BRAIN ( 高等学校第 2 学年 ) 神奈川県立総合教育センター 平成 20 年度研究指定校共同研究事業 ( 高等学校 ) 授業改善の組織的な取組に向けて 平成 21 年 3 月 平成 20 年度研究指定校である光陵高等学校において 授業改善に向けた組織的な取組として授業実践を行った学習指導案です 生徒主体の活動を多く取り入れ 生徒の学習活動に変化をもたせるとともに

More information

22 1,936, ,115, , , , , , ,

22 1,936, ,115, , , , , , , 21 * 2 3 1 1991 1945 200 60 1944 No. 41 2016 22 1,936,843 1945 1,115,594 1946 647,006 1947 598,507 1 60 2014 501,230 354,503 5 2009 405,571 5 1 2 2009 2014 5 37,285 1 2 1965 10 1975 66 1985 43 10 3 1990

More information

To the Conference of District 2652 It is physically impossile for Mary Jane and me to attend the District Conferences around the world. As a result, we must use representatives for that purpose. I have

More information

GPGPU

GPGPU GPGPU 2013 1008 2015 1 23 Abstract In recent years, with the advance of microscope technology, the alive cells have been able to observe. On the other hand, from the standpoint of image processing, the

More information

untitled

untitled ( 1,000 1 0562-92-8317 0562-93-8105 12 1000 133015303/25 10 700 90011303/30 100 0 100011303/25 1 30 2 30 3 1 12 5 3000 7000 9001130 5/135/276/37/88/5 1 2 35 2 10 5 3000 5000 3 9001130 6/86/227/68/249/21

More information

ABSTRACT The "After War Phenomena" of the Japanese Literature after the War: Has It Really Come to an End? When we consider past theses concerning criticism and arguments about the theme of "Japanese Literature

More information

国際恋愛で避けるべき7つの失敗と解決策

国際恋愛で避けるべき7つの失敗と解決策 7 http://lovecoachirene.com 1 7! 7! 1 NOT KNOWING WHAT YOU WANT 2 BEING A SUBMISSIVE WOMAN 3 NOT ALLOWING THE MAN TO BE YOUR HERO 4 WAITING FOR HIM TO LEAD 5 NOT SPEAKING YOUR MIND 6 PUTTING HIM ON A PEDESTAL

More information

ÿþ

ÿþ Abstract Social bookmark service is a tool to classify information on the web with user s own criteria. Organizing website with social bookmark service is fundamentally conducted for individual s benefit.

More information

tikeya[at]shoin.ac.jp The Function of Quotation Form -tte as Sentence-final Particle Tomoko IKEYA Kobe Shoin Women s University Institute of Linguisti

tikeya[at]shoin.ac.jp The Function of Quotation Form -tte as Sentence-final Particle Tomoko IKEYA Kobe Shoin Women s University Institute of Linguisti tikeya[at]shoin.ac.jp The Function of Quotation Form -tte as Sentence-final Particle Tomoko IKEYA Kobe Shoin Women s University Institute of Linguistic Sciences Abstract 1. emphasis 2. Speaker s impressions

More information

P30.pdf

P30.pdf The information version Kirishima City Public Relations, Japan MAY.2006 VOL.11 5 Kirishima City Public Relations,Japan 2006.5 VOL.11 i n f o r m a t i o n 2 3 Kirishima City Public Relations, 2006.5, Japan

More information

NextWebBtoB_BtoC _suwa.pdf

NextWebBtoB_BtoC _suwa.pdf twitter ID: suwaws 29.3 Billion$ GAAP:8.5 Billion$ 2010 Google :7,200 HONDA : 5,340 NTT : 5,096 docomo : 4,904 mitsubishi corp. : 4,631 TOYOTA : 4,081 On the Internet, nobody knows you're

More information

Title 社 会 化 教 育 における 公 民 的 資 質 : 法 教 育 における 憲 法 的 価 値 原 理 ( fulltext ) Author(s) 中 平, 一 義 Citation 学 校 教 育 学 研 究 論 集 (21): 113-126 Issue Date 2010-03 URL http://hdl.handle.net/2309/107543 Publisher 東 京

More information

914 Theory and Historical View ofindustrial Policy --Microscopic Instruction in Time ofwar-- Syosuke Takemura My role in this paper is to research into the theory and history of Japanese industral policy

More information

Web (RDF) RDF RSS FOAF RDF Web RDF RDF google rdf filetype:rdf rdf Web 122, , [1] ( ) [2] RDF RSS 6

Web (RDF) RDF RSS FOAF RDF Web RDF RDF google rdf filetype:rdf rdf Web 122, , [1] (   ) [2] RDF RSS 6 Web Web NEC Web (RDF) RDF RSS FOAF RDF Web RDF RDF google rdf filetype:rdf rdf Web 122,000 2003 11 5,440 2003 5 7 [1] ( http://www.atmarkit.co.jp/ ) [2] RDF RSS 6% 7% 39% RDF RSS 42% RSS (RDF Site Summary)

More information

日本ロータリー史

日本ロータリー史 2680 RI ( ) RI 1971 50 1 2 FUKUSHIMA Kisaji 38 1912 Southern Products William 1915 1920 KISOJO 3 1918 10 1919 1920 1 Albert Adams 4 In Japan authority to organize Rotary in Tokyo, its capital, has been

More information

API SCORM e-learning SCORM Sharable Content Object Reference ModelSCORM e-learning e-learning SCORM SCORM SCO LMS SCORM SCORM HTML XML JavaScript SCO

API SCORM e-learning SCORM Sharable Content Object Reference ModelSCORM e-learning e-learning SCORM SCORM SCO LMS SCORM SCORM HTML XML JavaScript SCO 18 API SCORM Development of SCORM Making Support System focus on using Data Model and API Instance 1070419 2007 3 9 API SCORM e-learning SCORM Sharable Content Object Reference ModelSCORM e-learning e-learning

More information

Abstract Journal of Agricultural Science 2

Abstract Journal of Agricultural Science 2 Cambridge Journals Online Cambridge University Press 2003 1 Cambridge University Press URL: http://www.journals.cambridge.org/ Cambridge Journal Online My CJO Browse Journals Subscribed Journals Subscribed

More information

”Лï−wŁfl‰IŠv‚æ89“ƒ/‚qfic“NŸH

”Лï−wŁfl‰IŠv‚æ89“ƒ/‚qfic“NŸH March Servio P KURATA YASUMICHI, A Consideration on Change of Welfare Institutions for the Aged through the History of Japan JAPAN JOURNAL OF SOCIAL SERVICES, MAY, NUMBERJAPANESE SOCIETY FOR THE STUDY

More information

Microsoft PowerPoint Digital-Document-6.pptx

Microsoft PowerPoint Digital-Document-6.pptx 本日のお品書き デジタルドキュメント (6) 高久雅生 2015 年 5 月 21 日 ( 木 )3 4 時限 ( 第 2 回レポートの返却 講評 ) ( 前回の復習 ) マークアップ言語とデジタルドキュメント メタ言語 SGML と XML 整形式 メタ言語とスキーマ 様々な応用 セマンティックウェブとデジタルドキュメント Semantic Web の基盤技術 オープンデータとメタデータ, ライセンス

More information

RTM RTM Risk terrain terrain RTM RTM 48

RTM RTM Risk terrain terrain RTM RTM 48 Risk Terrain Model I Risk Terrain Model RTM,,, 47 RTM RTM Risk terrain terrain RTM RTM 48 II, RTM CSV,,, RTM Caplan and Kennedy RTM Risk Terrain Modeling Diagnostics RTMDx RTMDx RTMDx III 49 - SNS 50 0

More information

A Contrastive Study of Japanese and Korean by Analyzing Mistranslation from Japanese into Korean Yukitoshi YUTANI Japanese, Korean, contrastive study, mistranslation, Japanese-Korean dictionary It is already

More information

日本語教育紀要 7/pdf用 表紙

日本語教育紀要 7/pdf用 表紙 JF JF NC JF JF NC peer JF Can-do JF JF http : // jfstandard.jpjf Can-doCommon European Framework of Reference for Languages : learning, teaching,assessment CEFR AABBCC CEFR ABB A A B B B B Can-do CEFR

More information

PowerPoint -O80_RKI.PDF

PowerPoint -O80_RKI.PDF Oracle8 Core Technology Seminar E: Oracle8 Oracle8 -- - Oracle8 -- - SQL> select * from t; C1 ---------- abcde fghij klmno pqrst uvwxy SQL> create index t_ind on t(c1) reverse; SQL> select file_id,block_id

More information

fx-9860G Manager PLUS_J

fx-9860G Manager PLUS_J fx-9860g J fx-9860g Manager PLUS http://edu.casio.jp k 1 k III 2 3 1. 2. 4 3. 4. 5 1. 2. 3. 4. 5. 1. 6 7 k 8 k 9 k 10 k 11 k k k 12 k k k 1 2 3 4 5 6 1 2 3 4 5 6 13 k 1 2 3 1 2 3 1 2 3 1 2 3 14 k a j.+-(),m1

More information

1 [1, 2, 3, 4, 5, 8, 9, 10, 12, 15] The Boston Public Schools system, BPS (Deferred Acceptance system, DA) (Top Trading Cycles system, TTC) cf. [13] [

1 [1, 2, 3, 4, 5, 8, 9, 10, 12, 15] The Boston Public Schools system, BPS (Deferred Acceptance system, DA) (Top Trading Cycles system, TTC) cf. [13] [ Vol.2, No.x, April 2015, pp.xx-xx ISSN xxxx-xxxx 2015 4 30 2015 5 25 253-8550 1100 Tel 0467-53-2111( ) Fax 0467-54-3734 http://www.bunkyo.ac.jp/faculty/business/ 1 [1, 2, 3, 4, 5, 8, 9, 10, 12, 15] The

More information

西川町広報誌NETWORKにしかわ2011年1月号

西川町広報誌NETWORKにしかわ2011年1月号 NETWORK 2011 1 No.657 平 成 四 年 四 の 開 校 に 向 け て 家 庭 教 育 を 考 え よ う! Every year around the winter holiday the Japanese custom of cleaning out your office space is performed. Everyone gets together and cleans

More information

sein_sandwich2_FM_bounus_NYUKO.indd

sein_sandwich2_FM_bounus_NYUKO.indd Sandwich method bonus 24 At a store - Buying clothes Hello! You re looking for a shirt?!? Well, this shirt here is the latest style, and the price is really reasonable. David A. Thayne s 2 Special Methods

More information

The Japanese Journal of Experimental Social Psychology. 2003, Vol. 42, No. 2, 146-165 Discoursive Strategy for the Commitment to Adoption with Infants Who Had Been Reared at Residential

More information

IPSJ SIG Technical Report Vol.2009-HCI-134 No /7/17 1. RDB Wiki Wiki RDB SQL Wiki Wiki RDB Wiki RDB Wiki A Wiki System Enhanced by Visibl

IPSJ SIG Technical Report Vol.2009-HCI-134 No /7/17 1. RDB Wiki Wiki RDB SQL Wiki Wiki RDB Wiki RDB Wiki A Wiki System Enhanced by Visibl 1. RDB Wiki 1 1 2 Wiki RDB SQL Wiki Wiki RDB Wiki RDB Wiki A Wiki System Enhanced by Visible RDB Operations Toshiya Okumura, 1 Minoru Terada 1 and Kazutaka Maruyama 2 Although Wiki systems can easily be

More information

エレクトーンのお客様向けiPhone/iPad接続マニュアル

エレクトーンのお客様向けiPhone/iPad接続マニュアル / JA 1 2 3 4 USB TO DEVICE USB TO DEVICE USB TO DEVICE 5 USB TO HOST USB TO HOST USB TO HOST i-ux1 6 7 i-ux1 USB TO HOST i-mx1 OUT IN IN OUT OUT IN OUT IN i-mx1 OUT IN IN OUT OUT IN OUT IN USB TO DEVICE

More information

79 Author s E-mail Address: marluna@shoin.ac.jp Consideration of food education needs that parents ask for nurseries MIYAMOTO Keiko Faculty of Human Sciences, Kobe Shoin Women s University Abstract 1 100

More information

morita.PDF

morita.PDF Web INTAP Web morita454@oki.com (c)2002 INTAP. All rights reserved. Web HTML RDF 2002/9/18 2 (c)2002 INTAP. All rights reserved. 1 RDF

More information

iPhone/iPad接続マニュアル

iPhone/iPad接続マニュアル / JA 2 3 USB 4 USB USB i-ux1 USB i-ux1 5 6 i-mx1 THRU i-mx1 THRU 7 USB THRU 1 2 3 4 1 2 3 4 5 8 1 1 9 2 1 2 10 1 2 2 6 7 11 1 2 3 4 5 6 7 8 12 1 2 3 4 5 6 13 14 15 WPA Supplicant Copyright 2003-2009, Jouni

More information

1 1 tf-idf tf-idf i

1 1 tf-idf tf-idf i 14 A Method of Article Retrieval Utilizing Characteristics in Newspaper Articles 1055104 2003 1 31 1 1 tf-idf tf-idf i Abstract A Method of Article Retrieval Utilizing Characteristics in Newspaper Articles

More information

,, 2024 2024 Web ,, ID ID. ID. ID. ID. must ID. ID. . ... BETWEENNo., - ESPNo. Works Impact of the Recruitment System of New Graduates as Temporary Staff on Transition from College to Work Naoyuki

More information

橡sit nakai-ppt

橡sit nakai-ppt GML(Geography Markup Language) nakai@mv.thd.pb.nttdata.co.jp NTT 1 1997 1997 1998 1999 1999 OGC XML Web Mapping SIG GIS Web Galdos Inc. ( ) 1998 2 XML 1.0 XML 1998 12 NTT MDML by NTT Data OGC Simple Features

More information

CONTENTS 3 4 6 8 9 10 11 12 14 20 21 22 Public relations brochure of Higashikawa 2 2016 February No.748 2

CONTENTS 3 4 6 8 9 10 11 12 14 20 21 22 Public relations brochure of Higashikawa 2 2016 February No.748 2 2 2016 February No.748 CONTENTS 3 4 6 8 9 10 11 12 14 20 21 22 Public relations brochure of Higashikawa 2 2016 February No.748 2 3 HIGASHIKAWA TOWN NEWS HIGASHIKAWA TOWN NEWS 4 5 92 92 7 6 DVD 8 Nature

More information

SPARQL とは SPARQL(" スパークル " と発音 [1]) は RDF クエリ言語の一種である その名称は再帰的頭字語になっており SPARQL Protocol and RDF Query Language の略 RDF クエリ言語とは Resource Description Fra

SPARQL とは SPARQL( スパークル  と発音 [1]) は RDF クエリ言語の一種である その名称は再帰的頭字語になっており SPARQL Protocol and RDF Query Language の略 RDF クエリ言語とは Resource Description Fra SPARQLAPI のご紹介 2014 年 3 月 20 日 先端 IT 活用推進コンソーシアムクラウド テクノロジー活用部会荒本道隆 Copyright 2014 Advanced IT Consortium to Evaluate, Apply and Drive All Rights Reserved. SPARQL とは SPARQL(" スパークル " と発音 [1]) は RDF クエリ言語の一種である

More information

L3 Japanese (90570) 2008

L3 Japanese (90570) 2008 90570-CDT-08-L3Japanese page 1 of 15 NCEA LEVEL 3: Japanese CD TRANSCRIPT 2008 90570: Listen to and understand complex spoken Japanese in less familiar contexts New Zealand Qualifications Authority: NCEA

More information

日本感性工学会論文誌

日本感性工学会論文誌 Vol.13 No.2 pp.391-402 2014 PROGRESS Consideration of the Transition in Mitsubishi Electric Corporate Website Design Transition in Response to Environmental Change and Record through the Case of Corporate

More information

Actual ESS Adapterの使用について

Actual ESS Adapterの使用について Actual ESS Adapter SQL External SQL Source FileMaker SQL ESS SQL FileMaker FileMaker SQL FileMaker FileMaker ESS SQL SQL FileMaker ODBC SQL FileMaker Microsoft SQL Server MySQL Oracle 3 ODBC Mac OS X Actual

More information

A Study of the Comprehensive Framework of Action for Job Retention amongst the Deaf and Hard of Hearing Makoto IWAYAMA Abstract The purpose of this pa

A Study of the Comprehensive Framework of Action for Job Retention amongst the Deaf and Hard of Hearing Makoto IWAYAMA Abstract The purpose of this pa Title 聴覚障害者の職場定着に向けた取り組みの包括的枠組みに関する考察 Author(s) 岩山, 誠 Citation 地域政策科学研究, 10: 1-24 Issue Date 2013-03-23 URL http://hdl.handle.net/10232/16661 http://ir.kagoshima-u.ac.jp A Study of the Comprehensive Framework

More information

50 23 10 26 11 13 1in 1 23 2 28 50 1 11 11 14 30 415 250 120 2

50 23 10 26 11 13 1in 1 23 2 28 50 1 11 11 14 30 415 250 120 2 第 6 号 2012 年 ( 平 成 24 年 ). 3. 31 後 期 インターナショナルオフィスの 活 動 23 3 FD SD 23 11 29 23 3 FD SD 1 20 1 50 23 10 26 11 13 1in 1 23 2 28 50 1 11 11 14 30 415 250 120 2 2011 9 18 2011 10 20 2011 10 25 2011 11 22 2011

More information

平成17年度大学院 知識システム特論

平成17年度大学院 知識システム特論 LinkedOpenData Linked Open Data の普及 Web 上で公開され, 相互に連結し合っている RDF データ これまで多く研究されてきた抽象的な概念構造が現実的な有用性を生むには依然高いハードルがある 具体物であるインスタンスの記述をした RDF(Linked Open Data) のデータベースを公開 共有し合うべきという風潮が高まっている 2007 年 5 月 2008

More information

untitled

untitled -1- -2- -3- -4- -5- OPERATION 44.4% 20.4% 14.8% 20.4% RECEIVING OPERATION CALLING OTHERS -6- (Evaluation) (Synthesis) (Analysis) (Application) (Comprehension) (Knowledge) -7- Level 3 Level 2 Level 1 Level

More information

IPSJ SIG Technical Report Vol.2016-CE-137 No /12/ e β /α α β β / α A judgment method of difficulty of task for a learner using simple

IPSJ SIG Technical Report Vol.2016-CE-137 No /12/ e β /α α β β / α A judgment method of difficulty of task for a learner using simple 1 2 3 4 5 e β /α α β β / α A judgment method of difficulty of task for a learner using simple electroencephalograph Katsuyuki Umezawa 1 Takashi Ishida 2 Tomohiko Saito 3 Makoto Nakazawa 4 Shigeichi Hirasawa

More information

浜松医科大学紀要

浜松医科大学紀要 On the Statistical Bias Found in the Horse Racing Data (1) Akio NODA Mathematics Abstract: The purpose of the present paper is to report what type of statistical bias the author has found in the horse

More information

アジェンダ オープンデータについて オープンガバメント セマンティック Web 技術 (RDF,SPARQL) RDF とは RDF の表現形式 : タートル,RDFa, マイクロデータ RDF グラフへの問い合わせ :SPARQL 利用環境 (SPARQL Timeliner,SparqlEPCU

アジェンダ オープンデータについて オープンガバメント セマンティック Web 技術 (RDF,SPARQL) RDF とは RDF の表現形式 : タートル,RDFa, マイクロデータ RDF グラフへの問い合わせ :SPARQL 利用環境 (SPARQL Timeliner,SparqlEPCU セマンティック Web 技術に触れてみよう! RDF/SPARQL ハンズオン勉強会 ~ オープンデータから LinkedData までを総ざらい ~ LOD について 2013/12/21 コンテキスト コンピューティング研究部会サブリーダー小林茂 アジェンダ オープンデータについて オープンガバメント セマンティック Web 技術 (RDF,SPARQL) RDF とは RDF の表現形式 :

More information

Core Ethics Vol. -

Core Ethics Vol. - Core Ethics Vol. - Core Ethics Vol. - Core Ethics Vol. % NICU - Core Ethics Vol. - - - - Core Ethics Vol. - NICU NICU NICU NICU http://www.arsvi.com/d/i.htm -. http://www.normanet.ne.jp/~ww/,,.,,, -.

More information

189 2015 1 80

189 2015 1 80 189 2015 1 A Design and Implementation of the Digital Annotation Basis on an Image Resource for a Touch Operation TSUDA Mitsuhiro 79 189 2015 1 80 81 189 2015 1 82 83 189 2015 1 84 85 189 2015 1 86 87

More information

file://\\Toro\chibao\ORF2004\1124-orf-sw\Printable.html

file://\\Toro\chibao\ORF2004\1124-orf-sw\Printable.html 第 2 フェーズを迎えた Semantic Web by 福重貴雄 (W3C 訪問研究員 / 松下電器産業株式会社 ) Table of contents 第 2フェーズを迎えた Semantic Web 1. Semantic Webとは Semantic Webとは これまでのWeb Semantic Web による解決策 RDF (Resource Description Framework)

More information

Web Web Web Web Web, i

Web Web Web Web Web, i 22 Web Research of a Web search support system based on individual sensitivity 1135117 2011 2 14 Web Web Web Web Web, i Abstract Research of a Web search support system based on individual sensitivity

More information