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

<http://data.bibliotheken.nl/id/thes/p073249718> a schema1:Person ;
    rdfs:label "Blum, Francis" ;
    schema1:familyName "Blum" ;
    schema1:givenName "Francis" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2ed563987b610d0ab91a4c17a8ba03ea> ;
    schema1:name "Francis Blum" ;
    schema1:sameAs <http://viaf.org/viaf/282558164> .

