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

<http://data.bibliotheken.nl/id/thes/p073225150> a schema1:Person ;
    rdfs:label "Preller, B.F." ;
    schema1:familyName "Preller" ;
    schema1:givenName "B.F." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a429d30ed504b07dc59a57e46b78aa4e> ;
    schema1:name "B.F. Preller" ;
    schema1:sameAs <http://viaf.org/viaf/283007806>,
        <https://isni.org/isni/0000000389586791> .

