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

<http://data.bibliotheken.nl/id/thes/p425757196> a schema1:Person ;
    rdfs:label "De Vos, Pieter-Jan" ;
    schema1:familyName "De Vos" ;
    schema1:givenName "Pieter-Jan" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/81d494a6cf30b5d7f8af72d9f29c8809> ;
    schema1:name "Pieter-Jan De Vos" ;
    schema1:nationality "be" ;
    schema1:sameAs <http://viaf.org/viaf/9969161211812740070001>,
        <https://isni.org/isni/0000000502523048> .

