@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/p081612621> a schema1:Person ;
    rdfs:label "De Pierpont, Jacques" ;
    schema1:alternateName "Pierpont, Jacques de" ;
    schema1:familyName "De Pierpont" ;
    schema1:givenName "Jacques" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6629857fce6c100722de16745b167c88> ;
    schema1:name "Jacques De Pierpont" ;
    schema1:sameAs <http://viaf.org/viaf/282694082>,
        wd:Q6120974,
        <https://isni.org/isni/0000000389311544> .

