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

<http://data.bibliotheken.nl/id/thes/p298609320> a schema1:Person ;
    rdfs:label "Vijfhuize, P.J." ;
    schema1:description "roepnaam: Philip" ;
    schema1:familyName "Vijfhuize" ;
    schema1:givenName "P.J." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e78995a4a28aee686d463e3399fba8f5> ;
    schema1:name "P.J. Vijfhuize" ;
    schema1:sameAs <http://viaf.org/viaf/284213855>,
        <https://isni.org/isni/0000000390527350> .

