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 bnwd: <https://beyond-notability.wikibase.cloud/entity/>
PREFIX wd: <https://beyond-notability.wikibase.cloud/entity/>
PREFIX bnwds: <https://beyond-notability.wikibase.cloud/entity/statement/>
PREFIX wdt: <https://beyond-notability.wikibase.cloud/prop/direct/>
PREFIX bnwdv: <https://beyond-notability.wikibase.cloud/value/>
PREFIX bnwdt: <https://beyond-notability.wikibase.cloud/prop/direct/>
PREFIX bnp: <https://beyond-notability.wikibase.cloud/prop/>
PREFIX bnps: <https://beyond-notability.wikibase.cloud/prop/statement/>
PREFIX bnpq: <https://beyond-notability.wikibase.cloud/prop/qualifier/>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd:  <http://www.wikidata.org/entity/>


start = @<Person>
start = @<Person>


<Person> {
# {0} == not allowed
  #Recorded by
# * == zero or more
  bnwdt:P9 xsd:string +;
# ? == 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 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 . *;
}