EntitySchema:E1: Difference between revisions

From Beyond Notability
(Updated Schema text)
(Updated Schema text)
 
(7 intermediate revisions by the same user not shown)
Schema / Line 1: Schema / Line 1:
PREFIX wd: <https://beyond-notability.wikibase.cloud/entity/>
PREFIX wdt: <https://beyond-notability.wikibase.cloud/prop/direct/>
PREFIX wdt: <https://beyond-notability.wikibase.cloud/prop/direct/>


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 . *; 
#was fellow of
wdt:P75 . *;
#land proprietor activities
wdt:P103 [wd:Q530,wd:Q678,wd:Q680] *;
#described at URL
wdt:P14 . *;


#Gender
#Archaeology Data Service person ID
wdt:P3 .* ;
wdt:P34 . *;
#Recorded by
wdt:P9 .?;
#election to SAL proposed by
wdt:P16 .*;
}
}

Latest revision as of 13:34, 11 August 2022

language codelabeldescriptionaliasesedit
enPerson of interestPerson of interestedit
en-gbPerson of interestPerson of interestedit
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 . *;
}