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

<http://data.bibliotheken.nl/id/thes/p078376963> a schema1:Person ;
    rdfs:label "Aerts, P." ;
    schema1:familyName "Aerts" ;
    schema1:givenName "P." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/74cfc051686627d56128e57c13a0d4a3> ;
    schema1:name "P. Aerts" ;
    schema1:sameAs <http://viaf.org/viaf/280509099>,
        <https://isni.org/isni/0000000387558893> .

