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

<http://data.bibliotheken.nl/id/thes/p238811956> a schema1:Person ;
    rdfs:label "Buys, Barthold (1912-1970)" ;
    schema1:alternateName "Buijs, Barthold",
        "Buijs, Bob" ;
    schema1:birthDate "1912" ;
    schema1:deathDate "1970" ;
    schema1:description "Scheen",
        "schilder" ;
    schema1:familyName "Buys" ;
    schema1:givenName "Barthold" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/22e661960db20a22e97139576614121a> ;
    schema1:name "Barthold Buys" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/289544016>,
        <https://isni.org/isni/0000000394905769> .

