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

<http://data.bibliotheken.nl/id/thes/p154354945> a schema1:Person ;
    rdfs:label "Popma, Max" ;
    schema1:familyName "Popma" ;
    schema1:givenName "Max" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f9160ee38cc9abf1a807a67fc446cc27> ;
    schema1:name "Max Popma" ;
    schema1:sameAs <http://viaf.org/viaf/208558197>,
        <https://isni.org/isni/0000000396203314> .

