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

<http://data.bibliotheken.nl/id/thes/p073278459> a schema1:Person ;
    rdfs:label "Jaspers, B.W." ;
    schema1:familyName "Jaspers" ;
    schema1:givenName "B.W." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f79cdaeeb31b9de4fd24023f2bd8e3eb> ;
    schema1:name "B.W. Jaspers" ;
    schema1:sameAs <http://viaf.org/viaf/280156663>,
        <https://isni.org/isni/0000000387252261> .

