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

<http://data.bibliotheken.nl/id/thes/p333902149> a schema1:Person ;
    rdfs:label "Goede, José de" ;
    schema1:familyName "de Goede" ;
    schema1:givenName "José" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7214a5256ae487a5d9cd9e720c38d8c3> ;
    schema1:name "José de Goede" ;
    schema1:sameAs <http://viaf.org/viaf/7331161212095040070008>,
        <https://isni.org/isni/000000039368436X> .

