@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/p091728665> a schema1:Person ;
    rdfs:label "Bugge, John Michael (1941-)" ;
    schema1:birthDate "1941" ;
    schema1:familyName "Bugge" ;
    schema1:givenName "John Michael" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f317877472f634f998441ad563c52af6> ;
    schema1:name "John Michael Bugge" ;
    schema1:sameAs <http://viaf.org/viaf/109879049>,
        wd:Q55940427,
        <https://isni.org/isni/0000000081754410> .

