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

<http://data.bibliotheken.nl/id/thes/p075066408> a schema1:Person ;
    rdfs:label "Feres, João Bosco (1945-)" ;
    schema1:birthDate "1945" ;
    schema1:familyName "Feres" ;
    schema1:givenName "João Bosco" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/79cce19c8b2bb09df390d03077a1bbce> ;
    schema1:name "João Bosco Feres" ;
    schema1:sameAs <http://viaf.org/viaf/59123119>,
        <https://isni.org/isni/000000006133147X> .

