EntitySchema:E1: Difference between revisions
From Beyond Notability
(Created a new Schema: Person of interest) |
(Updated Schema text) |
||
(16 intermediate revisions by the same user not shown) | |||
Labels / en-gb | |||
Person of interest | |||
Descriptions / en-gb | |||
Person of interest | |||
Schema / Line 1: | Schema / Line 1: | ||
PREFIX | PREFIX wd: <https://beyond-notability.wikibase.cloud/entity/> | ||
PREFIX | PREFIX wdt: <https://beyond-notability.wikibase.cloud/prop/direct/> | ||
start = @<Person> | start = @<Person> | ||
<Person> { | # {0} == not allowed | ||
# * == zero or more | |||
# ? == zero or one | |||
# + == one or more | |||
# nothing == one and no more or less | |||
<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 . *; | |||
#was fellow of | |||
wdt:P75 . *; | |||
#land proprietor activities | |||
wdt:P103 [wd:Q530,wd:Q678,wd:Q680] *; | |||
#described at URL | |||
wdt:P14 . *; | |||
#Archaeology Data Service person ID | |||
wdt:P34 . *; | |||
} | } |
Latest revision as of 13:34, 11 August 2022
language code | label | description | aliases | edit |
---|---|---|---|---|
en | Person of interest | Person of interest | edit | |
en-gb | Person of interest | Person of interest | edit |
PREFIX wd: <https://beyond-notability.wikibase.cloud/entity/>
PREFIX wdt: <https://beyond-notability.wikibase.cloud/prop/direct/>
start = @<Person>
# {0} == not allowed
# * == zero or more
# ? == zero or one
# + == one or more
# nothing == one and no more or less
<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 . *;
#was fellow of
wdt:P75 . *;
#land proprietor activities
wdt:P103 [wd:Q530,wd:Q678,wd:Q680] *;
#described at URL
wdt:P14 . *;
#Archaeology Data Service person ID
wdt:P34 . *;
}