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