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

<http://data.bibliotheken.nl/id/thes/p19006188X> a schema1:Person ;
    rdfs:label "Box, Don (1962-)" ;
    schema1:birthDate "1962" ;
    schema1:familyName "Box" ;
    schema1:givenName "Don" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/99d2584f5db7c316034c679f82377fda> ;
    schema1:name "Don Box" ;
    schema1:sameAs <http://viaf.org/viaf/3292173>,
        <https://isni.org/isni/0000000109492193> .

