@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/p070530254> a schema1:Person ;
    rdfs:label "Guzmán Blanco, Antonio (1828-1899)" ;
    schema1:birthDate "1828" ;
    schema1:deathDate "1899" ;
    schema1:familyName "Guzmán Blanco" ;
    schema1:givenName "Antonio" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/eab2f0c0e10248c941895461167d15e6> ;
    schema1:name "Antonio Guzmán Blanco" ;
    schema1:sameAs <http://viaf.org/viaf/49288391>,
        wd:Q602420,
        <https://isni.org/isni/0000000077309613> .

