@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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/p069567891> a schema1:Person ;
    rdfs:label "Ribeiro, Aquilino (1885-1963)" ;
    schema1:birthDate "1885" ;
    schema1:deathDate "1963" ;
    schema1:familyName "Ribeiro" ;
    schema1:givenName "Aquilino" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2671c7d0f0be6a846212896c2c381184> ;
    schema1:name "Aquilino Ribeiro" ;
    schema1:sameAs <http://viaf.org/viaf/2542676>,
        wd:Q623326 ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/ribe004> .

