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

<http://data.bibliotheken.nl/id/thes/p073663336> a schema1:Person ;
    rdfs:label "Schmidt, Didero" ;
    schema1:familyName "Schmidt" ;
    schema1:givenName "Didero" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4693ccea72856909c733f64b88277a2b> ;
    schema1:name "Didero Schmidt" ;
    schema1:sameAs <http://viaf.org/viaf/281305261> .

