EntitySchema:E1: Difference between revisions
From Beyond Notability
(Updated Schema text) |
(Updated Schema text) |
||
Schema / Line 13: | Schema / Line 13: | ||
<Person> { | <Person> { | ||
rdfs:label .* ; | |||
schema:description .* ; | |||
schema:name .* ; | |||
skos:prefLabel .* ; | |||
p:P9. .* ; | |||
} | } |
Revision as of 12:08, 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> {
rdfs:label .* ;
schema:description .* ;
schema:name .* ;
skos:prefLabel .* ;
p:P9. .* ;
}