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

<http://data.bibliotheken.nl/id/thes/p317298429> a schema1:Person ;
    rdfs:label "Silva, José (1941- ; jr.)" ;
    schema1:alternateName "Silva, Joe" ;
    schema1:birthDate "1941" ;
    schema1:familyName "Silva" ;
    schema1:givenName "José" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6061ba68bdfd9a539be03f5728e720b8> ;
    schema1:name "José Silva (jr.)" ;
    schema1:sameAs <http://viaf.org/viaf/21593462>,
        <https://isni.org/isni/0000000040351762> .

