EntitySchema:E1: Difference between revisions

Updated Schema text
(Updated Schema text)
(Updated Schema text)
Schema / Line 3: Schema / Line 3:


start = @<Person>
start = @<Person>
# {0} == not allowed
# * == zero or more
# ? == zero or one
# + == one or more
# nothing == one and no more or less


<Person>{
<Person>{
#Gender
wdt:P3 [wd:Q3,wd:Q10] ;
#Recorded by
wdt:P9 .?;
#election to SAL proposed by
wdt:P16 . *;
#date of death
wdt:P15 . *;
#date of birth
wdt:P26 . *;
#resided at
wdt:P29 . *;
#academic degree
wdt:P59 . *;
#area of expertise
wdt:P64 . *;
#spouse
wdt:P41 . *;
#was member of
wdt:P67 . *; 


#Gender
#was fellow of
wdt:P3 [wd:Q3,wd:Q10] {1} ;
wdt:P75 . *;
#Recorded by
wdt:P9 .?;
#election to SAL proposed by
wdt:P16 .*;
}
}
2,187

edits