@@ -19,9 +19,23 @@ Ontology( <https://w3id.org/cmungall/monsters-and-magic>
1919 SubClassOf( mnm:Humanoid mnm:Creature )
2020 Declaration( Class( mnm:Orc ) )
2121 AnnotationAssertion( schema:description mnm:Orc "An orc is a humanoid creature from Middle-earth." )
22+ DataPropertyAssertion( mnm:armor_class mnm:Orc "13"^^xsd:integer )
23+ DataPropertyAssertion( mnm:strength mnm:Orc "16"^^xsd:integer )
24+ DataPropertyAssertion( mnm:dexterity mnm:Orc "11"^^xsd:integer )
25+ DataPropertyAssertion( mnm:constitution mnm:Orc "12"^^xsd:integer )
26+ DataPropertyAssertion( mnm:intelligence mnm:Orc "10"^^xsd:integer )
27+ DataPropertyAssertion( mnm:wisdom mnm:Orc "8"^^xsd:integer )
28+ DataPropertyAssertion( mnm:charisma mnm:Orc "8"^^xsd:integer )
2229 SubClassOf( mnm:Orc mnm:Humanoid )
2330 Declaration( Class( mnm:Goblin ) )
2431 AnnotationAssertion( schema:description mnm:Goblin "A goblin is a humanoid creature from Middle-earth." )
32+ DataPropertyAssertion( mnm:armor_class mnm:Goblin "15"^^xsd:integer )
33+ DataPropertyAssertion( mnm:strength mnm:Goblin "8"^^xsd:integer )
34+ DataPropertyAssertion( mnm:dexterity mnm:Goblin "14"^^xsd:integer )
35+ DataPropertyAssertion( mnm:constitution mnm:Goblin "10"^^xsd:integer )
36+ DataPropertyAssertion( mnm:intelligence mnm:Goblin "10"^^xsd:integer )
37+ DataPropertyAssertion( mnm:wisdom mnm:Goblin "8"^^xsd:integer )
38+ DataPropertyAssertion( mnm:charisma mnm:Goblin "8"^^xsd:integer )
2539 SubClassOf( mnm:Goblin mnm:Humanoid )
2640 Declaration( Class( mnm:SerpentineCreature ) )
2741 AnnotationAssertion( schema:description mnm:SerpentineCreature "A serpentine creature is a creature that has a snake-like body." )
@@ -67,24 +81,66 @@ Ontology( <https://w3id.org/cmungall/monsters-and-magic>
6781 SubClassOf( mnm:MagicallyCreatedCreature mnm:Creature )
6882 Declaration( Class( mnm:RugOfSmothering ) )
6983 AnnotationAssertion( schema:description mnm:RugOfSmothering "A rug of smothering is a rug that can be used to suffocate a creature." )
84+ DataPropertyAssertion( mnm:armor_class mnm:RugOfSmothering "13"^^xsd:integer )
85+ DataPropertyAssertion( mnm:strength mnm:RugOfSmothering "16"^^xsd:integer )
86+ DataPropertyAssertion( mnm:dexterity mnm:RugOfSmothering "11"^^xsd:integer )
87+ DataPropertyAssertion( mnm:constitution mnm:RugOfSmothering "12"^^xsd:integer )
88+ DataPropertyAssertion( mnm:intelligence mnm:RugOfSmothering "10"^^xsd:integer )
89+ DataPropertyAssertion( mnm:wisdom mnm:RugOfSmothering "8"^^xsd:integer )
90+ DataPropertyAssertion( mnm:charisma mnm:RugOfSmothering "8"^^xsd:integer )
7091 SubClassOf( mnm:RugOfSmothering mnm:MagicallyCreatedCreature )
7192 Declaration( Class( mnm:Basilisk ) )
7293 AnnotationAssertion( schema:description mnm:Basilisk "A basilisk is a legendary serpent-like creature with the body of a snake and the head of a king cobra." )
94+ DataPropertyAssertion( mnm:armor_class mnm:Basilisk "13"^^xsd:integer )
95+ DataPropertyAssertion( mnm:strength mnm:Basilisk "16"^^xsd:integer )
96+ DataPropertyAssertion( mnm:dexterity mnm:Basilisk "11"^^xsd:integer )
97+ DataPropertyAssertion( mnm:constitution mnm:Basilisk "12"^^xsd:integer )
98+ DataPropertyAssertion( mnm:intelligence mnm:Basilisk "10"^^xsd:integer )
99+ DataPropertyAssertion( mnm:wisdom mnm:Basilisk "8"^^xsd:integer )
100+ DataPropertyAssertion( mnm:charisma mnm:Basilisk "8"^^xsd:integer )
73101 SubClassOf( mnm:Basilisk mnm:SerpentineCreature )
74102 Declaration( Class( mnm:UndeadCreature ) )
75103 AnnotationAssertion( schema:description mnm:UndeadCreature "An undead creature is a creature that is dead, but has been brought back to life by magic." )
76104 SubClassOf( mnm:UndeadCreature mnm:Humanoid )
77105 Declaration( Class( mnm:WhiteWalker ) )
78106 AnnotationAssertion( schema:description mnm:WhiteWalker "A white walker is an undead creature from the Game of Thrones universe." )
107+ DataPropertyAssertion( mnm:armor_class mnm:WhiteWalker "13"^^xsd:integer )
108+ DataPropertyAssertion( mnm:strength mnm:WhiteWalker "16"^^xsd:integer )
109+ DataPropertyAssertion( mnm:dexterity mnm:WhiteWalker "11"^^xsd:integer )
110+ DataPropertyAssertion( mnm:constitution mnm:WhiteWalker "12"^^xsd:integer )
111+ DataPropertyAssertion( mnm:intelligence mnm:WhiteWalker "10"^^xsd:integer )
112+ DataPropertyAssertion( mnm:wisdom mnm:WhiteWalker "8"^^xsd:integer )
113+ DataPropertyAssertion( mnm:charisma mnm:WhiteWalker "8"^^xsd:integer )
79114 SubClassOf( mnm:WhiteWalker mnm:UndeadCreature )
80115 Declaration( Class( mnm:Lich ) )
81116 AnnotationAssertion( schema:description mnm:Lich "A lich is a fictional undead creature in the Dungeons & Dragons fantasy role-playing game." )
117+ DataPropertyAssertion( mnm:armor_class mnm:Lich "13"^^xsd:integer )
118+ DataPropertyAssertion( mnm:strength mnm:Lich "16"^^xsd:integer )
119+ DataPropertyAssertion( mnm:dexterity mnm:Lich "11"^^xsd:integer )
120+ DataPropertyAssertion( mnm:constitution mnm:Lich "12"^^xsd:integer )
121+ DataPropertyAssertion( mnm:intelligence mnm:Lich "10"^^xsd:integer )
122+ DataPropertyAssertion( mnm:wisdom mnm:Lich "8"^^xsd:integer )
123+ DataPropertyAssertion( mnm:charisma mnm:Lich "8"^^xsd:integer )
82124 SubClassOf( mnm:Lich mnm:UndeadCreature )
83125 Declaration( Class( mnm:Vampire ) )
84126 AnnotationAssertion( schema:description mnm:Vampire "A vampire is a fictional undead creature in the Dungeons & Dragons fantasy role-playing game." )
127+ DataPropertyAssertion( mnm:armor_class mnm:Vampire "13"^^xsd:integer )
128+ DataPropertyAssertion( mnm:strength mnm:Vampire "16"^^xsd:integer )
129+ DataPropertyAssertion( mnm:dexterity mnm:Vampire "11"^^xsd:integer )
130+ DataPropertyAssertion( mnm:constitution mnm:Vampire "12"^^xsd:integer )
131+ DataPropertyAssertion( mnm:intelligence mnm:Vampire "10"^^xsd:integer )
132+ DataPropertyAssertion( mnm:wisdom mnm:Vampire "8"^^xsd:integer )
133+ DataPropertyAssertion( mnm:charisma mnm:Vampire "8"^^xsd:integer )
85134 SubClassOf( mnm:Vampire mnm:UndeadCreature )
86135 Declaration( Class( mnm:Zombie ) )
87136 AnnotationAssertion( schema:description mnm:Zombie "A zombie is a fictional undead creature in the Dungeons & Dragons fantasy role-playing game." )
137+ DataPropertyAssertion( mnm:armor_class mnm:Zombie "13"^^xsd:integer )
138+ DataPropertyAssertion( mnm:strength mnm:Zombie "16"^^xsd:integer )
139+ DataPropertyAssertion( mnm:dexterity mnm:Zombie "11"^^xsd:integer )
140+ DataPropertyAssertion( mnm:constitution mnm:Zombie "12"^^xsd:integer )
141+ DataPropertyAssertion( mnm:intelligence mnm:Zombie "10"^^xsd:integer )
142+ DataPropertyAssertion( mnm:wisdom mnm:Zombie "8"^^xsd:integer )
143+ DataPropertyAssertion( mnm:charisma mnm:Zombie "8"^^xsd:integer )
88144 SubClassOf( mnm:Zombie mnm:UndeadCreature )
89145 Declaration( NamedIndividual( mnm:Smaug ) )
90146 Declaration( Class( mnm:Smaug ) )
@@ -98,6 +154,7 @@ Ontology( <https://w3id.org/cmungall/monsters-and-magic>
98154 ClassAssertion( mnm:WhiteWalker mnm:TheNightKing )
99155 Declaration( Class( mnm:Paladin ) )
100156 AnnotationAssertion( schema:description mnm:Paladin "A paladin is a holy warrior who fights evil using divine magic." )
157+ DataPropertyAssertion( mnm:hit_dice mnm:Paladin "D10" )
101158 Declaration( Class( mnm:Wizard ) )
102159 AnnotationAssertion( schema:description mnm:Wizard "A wizard is a person who practices magic." )
103160 Declaration( Class( mnm:Rogue ) )
0 commit comments