Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion RDFs/character.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,9 @@
# schema:birthPlace ""@ja, ""@en ;
lily:favorite "鍋料理"@ja ;
# lily:notGood ""@ja ;
# lily:hobby_talent ""@ja ;
lily:hobby_talent
"料理"@ja,
"読書"@ja ;
# lily:skillerVal ""^^xsd:integer ;
# lily:rareSkill ""^^xsd:string ;
# lily:subSkill ""^^xsd:string ;
Expand Down
14 changes: 14 additions & 0 deletions RDFs/legion.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -927,3 +927,17 @@
<Kuroyurinokimi> ;
a lily:Legion ;
.

### 私学アンブロシア女学苑高等學校

<Amphitrite>
schema:name "アンピトリテ"@ja, "Amphitrite"@en ;
# schema:alternateName ""@ja, ""@en ;
lily:disbanded false ;
# lily:legionGrade ""^^xsd:string ;
# lily:numberOfMembers ""^^xsd:integer ;
schema:member
<Morishita_Miyabi>,
<Tsukioka_Chino> ;
a lily:Legion ;
.
19 changes: 13 additions & 6 deletions RDFs/lily_ambrosia.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
foaf:age "17"^^xsd:integer ;
# schema:height ""^^xsd:float ;
# schema:weight ""^^xsd:float ;
# schema:birthDate ""^^xsd:gMonthDay ;
schema:birthDate "--01-02"^^xsd:gMonthDay ;
lily:lifeStatus "alive"^^xsd:string ;
# lily:killedIn ""^^xsd:string ;
# lily:bloodType ""^^xsd:string ;
Expand All @@ -28,7 +28,10 @@
# schema:birthPlace ""@ja, ""@en ;
# lily:favorite ""@ja ;
# lily:notGood ""@ja ;
# lily:hobby_talent ""@ja ;
lily:hobby_talent
"読書"@ja,
"乗馬"@ja,
"アーチェリー"@ja ;
# lily:skillerVal ""^^xsd:integer ;
lily:rareSkill "レジスタ"^^xsd:string ;
# lily:subSkill ""^^xsd:string ;
Expand All @@ -44,7 +47,7 @@
lily:grade "12"^^xsd:integer ;
# lily:class ""^^xsd:string ;
lily:gardenJobTitle "生徒会長"@ja ;
# lily:legion <> ;
lily:legion <Amphitrite> ;
# lily:legionJobTitle ""^^xsd:string ;
# lily:position ""^^xsd:string ;
# lily:pastLegion <> ;
Expand Down Expand Up @@ -221,7 +224,7 @@
foaf:age "15"^^xsd:integer ;
schema:height "156.0"^^xsd:float ;
# schema:weight ""^^xsd:float ;
# schema:birthDate ""^^xsd:gMonthDay ;
schema:birthDate "--03-20"^^xsd:gMonthDay ;
lily:lifeStatus "alive"^^xsd:string ;
# lily:killedIn ""^^xsd:string ;
# lily:bloodType ""^^xsd:string ;
Expand All @@ -232,7 +235,11 @@
# lily:notGood ""@ja ;
lily:hobby_talent
"書道"@ja,
"カリグラフィー"@ja ;
"カリグラフィー"@ja,
"読書"@ja,
"和歌"@ja,
"茶道"@ja,
"美食"@ja ;
# lily:skillerVal ""^^xsd:integer ;
lily:rareSkill "ファンタズム"^^xsd:string ;
# lily:subSkill ""^^xsd:string ;
Expand All @@ -248,7 +255,7 @@
lily:grade "10"^^xsd:integer ;
# lily:class ""^^xsd:string ;
# lily:gardenJobTitle ""@ja ;
# lily:legion <> ;
lily:legion <Amphitrite> ;
# lily:legionJobTitle ""^^xsd:string ;
lily:position "AZ"^^xsd:string ;
# lily:pastLegion <> ;
Expand Down
4 changes: 3 additions & 1 deletion RDFs/lily_irma.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,9 @@
schema:birthPlace "東京・清澄白河"@ja, "Kiyosumi-Shirakawa, Tokyo"@en ;
# lily:favorite ""@ja ;
# lily:notGood ""@ja ;
# lily:hobby_talent ""@ja ;
lily:hobby_talent
"ボトルキャップ集め"@ja,
"戦術論の勉強"@ja ;
# lily:skillerVal ""^^xsd:integer ;
lily:rareSkill "フェイズトランセンデンス"^^xsd:string ;
# lily:subSkill ""^^xsd:string ;
Expand Down
7 changes: 5 additions & 2 deletions RDFs/lily_yurigaoka.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -7820,7 +7820,7 @@
foaf:age "17"^^xsd:integer ;
schema:height "163.0"^^xsd:float ;
# schema:weight ""^^xsd:float ;
# schema:birthDate ""^^xsd:gMonthDay ;
schema:birthDate "--05-05"^^xsd:gMonthDay ;
lily:lifeStatus "alive"^^xsd:string ;
# lily:killedIn ""^^xsd:string ;
# lily:bloodType ""^^xsd:string ;
Expand All @@ -7829,7 +7829,10 @@
# schema:birthPlace ""@ja, ""@en ;
# lily:favorite ""@ja ;
# lily:notGood ""@ja ;
# lily:hobby_talent ""@ja ;
lily:hobby_talent
"アクアリウム"@ja,
"読書"@ja,
"仏閣巡り"@ja ;
# lily:skillerVal ""^^xsd:integer ;
lily:rareSkill "ゼノンパラドキサ"^^xsd:string ;
lily:subSkill "軍神の加護"^^xsd:string ;
Expand Down
4 changes: 3 additions & 1 deletion RDFs/teacher_ludovico.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
lily:notGood
"貝類"@ja,
"お酒"@ja ;
lily:hobby_talent "華道"@ja ;
lily:hobby_talent
"華道"@ja,
"茶道"@ja ;
lily:skillerVal "87"^^xsd:integer ;
lily:rareSkill "鷹の目"^^xsd:string ;
lily:subSkill
Expand Down
Loading