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

<http://data.bibliotheken.nl/id/thes/p069063982> a schema1:Person ;
    rdfs:label "Tardi, Jacques (1946-)" ;
    schema1:alternateName "Tardi, ..." ;
    schema1:birthDate "1946" ;
    schema1:description "illustrator, striptekenaar" ;
    schema1:familyName "Tardi" ;
    schema1:givenName "Jacques" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e6b432ca693926b375a4f34c30976570> ;
    schema1:name "Jacques Tardi" ;
    schema1:nationality "fr" ;
    schema1:sameAs <http://viaf.org/viaf/85424418>,
        wd:Q506449,
        <https://isni.org/isni/0000000121421179> .

