EntitySchema:E1: Difference between revisions
From Beyond Notability
(Updated British English label, description or aliases) |
(Updated Schema text) |
||
Schema / Line 8: | Schema / Line 8: | ||
PREFIX wdt: <http://www.wikidata.org/prop/direct/> | PREFIX wdt: <http://www.wikidata.org/prop/direct/> | ||
PREFIX wd: <http://www.wikidata.org/entity/> | PREFIX wd: <http://www.wikidata.org/entity/> | ||
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | |||
start = @<Person> | start = @<Person> | ||
Schema / Line 13: | Schema / Line 14: | ||
<Person> { | <Person> { | ||
#Recorded by | #Recorded by | ||
bnwdt:P9 xsd:string | bnwdt:P9 xsd:string ?; | ||
} | } |
Revision as of 12:03, 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 bnwd: <https://beyond-notability.wikibase.cloud/entity/>
PREFIX bnwds: <https://beyond-notability.wikibase.cloud/entity/statement/>
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/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
start = @<Person>
<Person> {
#Recorded by
bnwdt:P9 xsd:string ?;
}