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

<http://data.bibliotheken.nl/id/thes/p07110013X> a schema1:Person ;
    rdfs:label "MacWilliams, Peter" ;
    schema1:familyName "MacWilliams" ;
    schema1:givenName "Peter" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c6872812e4fdce67e041416682af8957> ;
    schema1:name "Peter MacWilliams" ;
    schema1:sameAs <http://viaf.org/viaf/284844509>,
        <https://isni.org/isni/0000000391051278> .

