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

<http://data.bibliotheken.nl/id/thes/p306282194> a schema1:Person ;
    rdfs:label "Williams, Michael (uitvinder)" ;
    schema1:description "B0825950: geb. en opgegroeid in Londen, auteur kinderboeken, CEO van BIS Publications" ;
    schema1:familyName "Williams" ;
    schema1:givenName "Michael" ;
    schema1:hasOccupation "uitvinder" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b2cdd56b867dda740a2d6eddf30dc0e1> ;
    schema1:name "Michael Williams" ;
    schema1:sameAs <http://viaf.org/viaf/96171112>,
        <https://isni.org/isni/0000000078921927> .

