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

<http://data.bibliotheken.nl/id/thes/p158487680> a schema1:Person ;
    rdfs:label "Oosterberg, Willem" ;
    schema1:familyName "Oosterberg" ;
    schema1:givenName "Willem" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4f468be1523b11f12f7043ca6fb7799a> ;
    schema1:name "Willem Oosterberg" ;
    schema1:sameAs <http://viaf.org/viaf/191314299>,
        <https://isni.org/isni/0000000395286314> .

