EntitySchema:E1: Difference between revisions

From Beyond Notability
(Updated Schema text)
(Updated Schema text)
Schema / Line 13: Schema / Line 13:


<Person> {
<Person> {
  #Recorded by
  bnwdt:P9 xsd:string ?;


   #Capital and Resources
        rdfs:label   .* ;
  election to SAL proposed by
        schema:description  .* ;
  bnwdt:P16  ;
        schema:name        .* ;
        skos:prefLabel      .* ;
        p:P9.                    .* ;


}
}

Revision as of 12:08, 11 August 2022

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

}