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

<http://data.bibliotheken.nl/id/thes/p072969865> a schema1:Person ;
    rdfs:label "Pierloot, Roland" ;
    schema1:description "Oostende",
        "ah: Mogelijk identiek aan: Roland Alphonse Jules Pierloot" ;
    schema1:familyName "Pierloot" ;
    schema1:givenName "Roland" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e048c66eccd6a67d77c3f4da67334e4e> ;
    schema1:name "Roland Pierloot" ;
    schema1:sameAs <http://viaf.org/viaf/287532855>,
        <https://isni.org/isni/0000000393318036> .

