@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .
@prefix wd: <http://www.wikidata.org/entity/> .

<http://data.bibliotheken.nl/id/thes/p070351686> a schema1:Person ;
    rdfs:label "Brook, Peter Stephen Paul (1925-2022)" ;
    schema1:birthDate "1925" ;
    schema1:deathDate "2022" ;
    schema1:description "https://nl.wikipedia.org/wiki/Peter_Brook" ;
    schema1:familyName "Brook" ;
    schema1:givenName "Peter Stephen Paul" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e50d0d978bc87de7bf073ae8a5a1a49a> ;
    schema1:name "Peter Stephen Paul Brook" ;
    schema1:nationality "gb" ;
    schema1:sameAs <http://viaf.org/viaf/54145090>,
        wd:Q49760,
        <https://isni.org/isni/0000000119304117> .

