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

<http://data.bibliotheken.nl/id/thes/p410346578> a schema1:Person ;
    rdfs:label "Escalante, Donovan" ;
    schema1:familyName "Escalante" ;
    schema1:givenName "Donovan" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a5def56d31595a9f563a28f14c9a975e> ;
    schema1:name "Donovan Escalante" ;
    schema1:sameAs <http://viaf.org/viaf/73149616681403750867> .

