person record (E2)
Appearance
| language code | label | description | aliases | edit |
|---|---|---|---|---|
| en | person record | schema for validating Roovet Data person records | human record, biography record | edit |
PREFIX wd: <https://data.roovet.com/entity/>
PREFIX wdt: <https://data.roovet.com/prop/direct/>
start = @<personRecord>
<personRecord> {
wdt:P31 [wd:Q10] ; # instance of human
wdt:P9 IRI ; # Roovet Articles page
wdt:P28 . ; # Roovet Articles title
wdt:P10 IRI ? ; # Roovet profile URL
wdt:P11 IRI ? ; # Roovet Books author page
wdt:P15 IRI * ; # same as
}