@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

<http://data.bibliotheken.nl/id/thes/p205109969> a schema1:Person ;
    rdfs:label "Pulz Filho, Victor" ;
    schema1:alternateName "Filho, Victor Pulz" ;
    schema1:familyName "Pulz Filho" ;
    schema1:givenName "Victor" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/992f0442c87e191da7e1f34b44c3dff6> ;
    schema1:name "Victor Pulz Filho" ;
    schema1:nationality "br" ;
    schema1:sameAs <http://viaf.org/viaf/287094777>,
        <https://isni.org/isni/0000000392974402> .

