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

<http://data.bibliotheken.nl/id/thes/p217010938> a schema1:Person ;
    rdfs:label "Scott, Mike (1946-)" ;
    schema1:birthDate "1946" ;
    schema1:familyName "Scott" ;
    schema1:givenName "Mike" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/cea316d68377c6b3da1ae64dc3bc8c4d> ;
    schema1:name "Mike Scott" ;
    schema1:sameAs <http://viaf.org/viaf/100338168>,
        <https://isni.org/isni/0000000115119328> .

