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

<http://data.bibliotheken.nl/id/thes/p411954954> a schema1:Person ;
    rdfs:label "Fallon, Jimmy (1974- ; Presentator en komiek)" ;
    schema1:birthDate "1974" ;
    schema1:familyName "Fallon" ;
    schema1:givenName "Jimmy" ;
    schema1:hasOccupation "Presentator en komiek" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/abaa9099d8e9ddb34e3c0b03ff2742cc> ;
    schema1:name "Jimmy Fallon" ;
    schema1:nationality "us" ;
    schema1:sameAs <http://viaf.org/viaf/2901153472516945360001>,
        <https://isni.org/isni/0000000467650585> .

