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

<http://data.bibliotheken.nl/id/thes/p427973449> a schema1:Person ;
    rdfs:label "Bossenbroek, W. J." ;
    schema1:description "Patrimonium" ;
    schema1:familyName "Bossenbroek" ;
    schema1:givenName "W. J." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/72519a58eeb16c526c52f8596e5e35bb> ;
    schema1:name "W. J. Bossenbroek" .

