Jump to content

person record (E2)

From Roovet Data
Revision as of 14:38, 9 May 2026 by 172.59.70.130 (talk) (Created a new Schema: person record)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
language codelabeldescriptionaliasesedit
enperson recordschema for validating Roovet Data person recordshuman record, biography recordedit
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
}