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

<http://data.bibliotheken.nl/id/thes/p074748033> a schema1:Person ;
    rdfs:label "Zurbrugg, Nicholas (1947-2001)" ;
    schema1:birthDate "1947" ;
    schema1:deathDate "2001" ;
    schema1:familyName "Zurbrugg" ;
    schema1:givenName "Nicholas" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/49009c546cb3dcf3ba12c332bdea7b0a> ;
    schema1:name "Nicholas Zurbrugg" ;
    schema1:sameAs <http://viaf.org/viaf/9972927>,
        wd:Q59533865,
        <https://isni.org/isni/0000000115933864> .

