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

<http://data.bibliotheken.nl/id/thes/p375165576> a schema1:Person ;
    rdfs:label "Malfliet, Pieter" ;
    schema1:familyName "Malfliet" ;
    schema1:givenName "Pieter" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a3b9a24293f086a14f9ca81dffcd1a41> ;
    schema1:name "Pieter Malfliet" ;
    schema1:sameAs <http://viaf.org/viaf/309899573> .

