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

<http://data.bibliotheken.nl/id/thes/p434375535> a schema1:Person ;
    rdfs:label "Josse, Tristan (1988-)" ;
    schema1:birthDate "1988" ;
    schema1:description "striptekenaar" ;
    schema1:familyName "Josse" ;
    schema1:givenName "Tristan" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a918f643e053610802807157473b6192> ;
    schema1:name "Tristan Josse" ;
    schema1:nationality "fr" ;
    schema1:sameAs <http://viaf.org/viaf/6601153411802741700002>,
        <https://isni.org/isni/000000046783806X> .

