@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/p068804709> a schema1:Person ;
    rdfs:label "Llorente, Juan Antonio (1756-1823)" ;
    schema1:alternateName "Llorente, Jean Antoine" ;
    schema1:birthDate "1756" ;
    schema1:deathDate "1823" ;
    schema1:familyName "Llorente" ;
    schema1:givenName "Juan Antonio" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3e79d1685b63fccfe57f8529e64ed474> ;
    schema1:name "Juan Antonio Llorente" ;
    schema1:nationality "es" ;
    schema1:sameAs <http://viaf.org/viaf/59162623>,
        wd:Q1710349,
        <https://isni.org/isni/0000000121349728> .

