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

<http://data.bibliotheken.nl/id/thes/p155201921> a schema1:Person ;
    rdfs:label "Poelman, Jos" ;
    schema1:familyName "Poelman" ;
    schema1:givenName "Jos" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/be4d5bbc9cedc66095f38503b8e5c78c> ;
    schema1:name "Jos Poelman" ;
    schema1:sameAs <http://viaf.org/viaf/286933813> .

