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

<http://data.bibliotheken.nl/id/thes/p439503876> a schema1:Person ;
    rdfs:label "Machado, Filipe" ;
    schema1:familyName "Machado" ;
    schema1:givenName "Filipe" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d0f9eac4b0d86cfa06e3ebc20d07350a> ;
    schema1:name "Filipe Machado" ;
    schema1:sameAs <https://isni.org/isni/0000000512649090> .

