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

<http://data.bibliotheken.nl/id/thes/p07106530X> a schema1:Person ;
    rdfs:label "Wilson, Fred (1937-)" ;
    schema1:birthDate "1937" ;
    schema1:familyName "Wilson" ;
    schema1:givenName "Fred" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/422f6499fae3ddbf74b8001695100a75> ;
    schema1:name "Fred Wilson" ;
    schema1:sameAs <http://viaf.org/viaf/92895204> .

