Difference between revisions of "FamilyContext"

From BITPlan royal-family Wiki
Jump to navigation Jump to search
Line 16: Line 16:
 
= sidif =
 
= sidif =
 
<source lang='java' id='sidif'>
 
<source lang='java' id='sidif'>
#  
+
#
#  
+
# Context:FamilyContext
# Model Part
+
#
 +
FamilyContext isA Context
 +
"FamilyContext" is name of it
 
#
 
#
 
# Person
 
# Person
Person isA Concept
+
Person isA Topic
 +
"FamilyContext" is context of it
 
name addsTo Person
 
name addsTo Person
 
name hasType Text
 
name hasType Text
Line 43: Line 46:
 
monthDied hasType Number
 
monthDied hasType Number
 
# Family
 
# Family
Family isA Concept
+
Family isA Topic
 
name addsTo Family
 
name addsTo Family
 
name hasType Text
 
name hasType Text
Line 62: Line 65:
 
husbandOf addsTo Family
 
husbandOf addsTo Family
 
husbandOf hasType Family
 
husbandOf hasType Family
 +
"FamilyContext" is context of it
 
</source>
 
</source>
 
<headertabs/>
 
<headertabs/>

Revision as of 21:12, 3 October 2017

Context
edit
name  FamilyContext
since  2015/01/13
master  http://master.bitplan.com/index.php/FamilyContext
[edit]
#
# Context:FamilyContext
#
FamilyContext isA Context
"FamilyContext" is name of it
#
# Person
Person isA Topic
"FamilyContext" is context of it
name addsTo Person
name hasType Text
nobleTitle addsTo Person
nobleTitle hasType Text
born addsTo Person
born hasType Date
yearBorn addsTo Person
yearBorn hasType Number
monthBorn addsTo Person
monthBorn hasType Number
birthPlace addsTo Person
birthPlace hasType Text
died addsTo Person
died hasType Date
diedAt addsTo Person
diedAt hasType Text
yearDied addsTo Person
yearDied hasType Number
monthDied addsTo Person
monthDied hasType Number
# Family
Family isA Topic
name addsTo Family
name hasType Text
weddingDate addsTo Family
weddingDate hasType Date
weddingPlace addsTo Family
weddingPlace hasType Text
yearMarried addsTo Family
yearMarried hasType Number
monthMarried addsTo Family
monthMarried hasType Number
divorced addsTo Family
divorced hasType Boolean
childOf addsTo Family
childOf hasType Family
parentOf addsTo Family
parentOf hasType Family
husbandOf addsTo Family
husbandOf hasType Family
"FamilyContext" is context of it