@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/p304264148> a schema1:Person ;
    rdfs:label "Joly, Jean-Baptiste" ;
    schema1:familyName "Joly" ;
    schema1:givenName "Jean-Baptiste" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e5a3ba5ea38fff3d20725fc37f7a282f> ;
    schema1:name "Jean-Baptiste Joly" ;
    schema1:sameAs <http://viaf.org/viaf/2689663>,
        wd:Q38693202,
        <https://isni.org/isni/0000000109487546> .

