Creativity Sharing and
Entrepreneurial Support
Login
Language
powered by
Language Setting
x
English
日本語 [Japanese]
Home
About
Tutorial
Examples
My page
Create New
web search
ツイート
LODチャレンジ2018エントリー作品 - データセット部門
Data
Under Development
介護の構造化マニュアルの例
URL :
https://github.com/satoshinishimura2460/Example_of_structured_manuals_for_elderly_care
S Nishimura
Send a Message
Join as a Collaborator
License
:
https://github.com/satoshinishimura2460/Example_of_structured_manuals_for_elderly_care/blob/master/LICENSE.md
Example_of_structured_manuals_for_elderly_care 介護の構造化マニュアルの例 構造化マニュアルとは 達成したい目的に向けて必要な行為とその関係を整理し、線や四角などの図形を用いて表現した業務手順書である。 例えば <行為>:〔角の取れた長方形〕〔名詞+動詞〕の形式で記述する <実行する人>:〔橙色の四角〕 配置:<行為>の左上 <目的が達成されるという関係>:〔縦線〕 配置:<行為>と<行為>の間 などの図形で表現する 介護における構造化マニュアルの例 8種類の介護行為について,どの介護現場でも共通して頻出する行為をまとめ,構造化マニュアルとして記述したものである.
Update: Oct 4, 2018
4
value
Like
Post to this page
Get Embed Code
Gadget Settings
height
px
language
English
日本語 [Japanese]
View
Detail
Summery
size
Preview
Place the code for your plugin wherever you want the gadget to appear on your page.
Text
detail
可視化イメージを以下に記す. https://github.com/satoshinishimura2460/Example_of_structured_manuals_for_elderly_care/blob/master/PDF/Example_of_structured_manuals_for_elderly_care.pdf
Update: Jun 9, 2018
(
S Nishimura
)
Image
detail
8種類の介護行為内訳
出典:
https://raw.githubusercontent.com/satoshinishimura2460/Example_of_structured_manuals_for_elderly_care/master/img_readme/statistical_information.png
Update: Jun 9, 2018
(
S Nishimura
)
Code
detail
SPARQLクエリ例
Click to Select
///ルートノード検索/// PREFIX rdf:
PREFIX owl:
PREFIX rdfs:
PREFIX xsd:
PREFIX sm:
PREFIX ont:
PREFIX act:
SELECT * WHERE { ?s a ont:Action. filter not exists { ?s ont:Achieve ?text. } } ///ある文字列(移乗)を含む行為の一覧/// PREFIX rdf:
PREFIX owl:
PREFIX rdfs:
PREFIX xsd:
PREFIX sm:
PREFIX ont:
PREFIX act:
SELECT ?label WHERE { ?action a ont:Action. ?action rdfs:label ?label. filter regex(?label, "移乗") } ///順序関係がある方法とその方法で達成する目的/// PREFIX rdf:
PREFIX owl:
PREFIX rdfs:
PREFIX xsd:
PREFIX smp:
SELECT ?GoalLabel ?WayLabel WHERE { ?Action a smp:Action. ?Action smp:Achieve ?Way. ?Way smp:Order ?Next. ?Action rdfs:label ?GoalLabel. ?Way rdfs:label ?WayLabel. ?Next rdfs:label ?NextLabel. } ///利用者のする行為/// PREFIX rdf:
PREFIX owl:
PREFIX rdfs:
PREFIX xsd:
PREFIX smp:
SELECT ?ActionLabel WHERE { ?Action a smp:Action. ?Action smp:hasActor ?Actor. ?Action rdfs:label ?ActionLabel. filter regex(?Actor, "利用者") }
Update: Jun 9, 2018
(
S Nishimura
)
Grant Information
Suggested fund information for realizing the idea.
** There is no grant has been suggested yet.
see more grants
Cite this page to create new one
Comments
The sender
Name
*
E-mail
*
Subject
*
Message
*
Access authentication
*
Send Message
Cancel