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

<http://data.bibliotheken.nl/id/thes/p408739053> a schema1:Person ;
    rdfs:label "Simon, Fred (1967-)" ;
    schema1:birthDate "1967" ;
    schema1:description "strips" ;
    schema1:familyName "Simon" ;
    schema1:givenName "Fred" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/944ecc9380e43fa4130ac23f6ac4580e> ;
    schema1:name "Fred Simon" ;
    schema1:sameAs <http://viaf.org/viaf/24674804>,
        <https://isni.org/isni/0000000114397510> .

