|
|
Schema / Line 1: |
Schema / Line 1: |
| 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> | | start = @<Person> |
|
| |
|
| <Person>{ | | <Person>{ |
| rdfs:label .* ;
| | P3 .* ; |
| schema:description .* ;
| |
| schema:name .* ;
| |
| skos:prefLabel .* ;
| |
| bnp:P3 .* ;
| |
| } | | } |