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'>
 +
#
 +
#
 +
# Model Part
 +
#
 +
# Person
 +
Person isA Concept
 +
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 Concept
 +
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
 
</source>
 
</source>
 
<headertabs/>
 
<headertabs/>

Revision as of 21:10, 3 October 2017

Context
edit
name  FamilyContext
since  2015/01/13
master  http://master.bitplan.com/index.php/FamilyContext
[edit]
# 
# 
# Model Part
#
# Person
Person isA Concept
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 Concept
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