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

<http://data.bibliotheken.nl/id/thes/p182612120> a schema1:Person ;
    rdfs:label "D'Fali, ..." ;
    schema1:familyName "D'Fali" ;
    schema1:givenName "..." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a1d6303657719b81022b277c054e685e> ;
    schema1:name "... D'Fali" ;
    schema1:sameAs <http://viaf.org/viaf/282706292> .

