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

<http://data.bibliotheken.nl/id/thes/p155771124> a schema1:Person ;
    rdfs:label "Brill, Walter" ;
    schema1:familyName "Brill" ;
    schema1:givenName "Walter" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/63a4499d8f6c36caea93c2bc103ae8c8> ;
    schema1:name "Walter Brill" ;
    schema1:sameAs <http://viaf.org/viaf/39951254>,
        <https://isni.org/isni/0000000009932921> .

