@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/p123743117> a schema1:Person ;
    rdfs:label "Augusto, Maria Celeste Lopes (1945-)" ;
    schema1:alternateName "Augusto van Egmond, Celeste",
        "Augusto, Celeste",
        "Augusto, M. Celeste",
        "Lopes Augusto, Maria Celeste" ;
    schema1:birthDate "1945" ;
    schema1:familyName "Augusto" ;
    schema1:givenName "Maria Celeste Lopes" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7d68fb2f8df6057c4cb00050b3d92f0a> ;
    schema1:name "Maria Celeste Lopes Augusto" ;
    schema1:sameAs <http://viaf.org/viaf/38791001>,
        wd:Q54854371 .

