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

<http://data.bibliotheken.nl/id/thes/p137162057> a schema1:Person ;
    rdfs:label "Pos, Rick" ;
    schema1:familyName "Pos" ;
    schema1:givenName "Rick" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1de68923529b2887209cae21e542440f> ;
    schema1:name "Rick Pos" ;
    schema1:sameAs <http://viaf.org/viaf/283912709>,
        <https://isni.org/isni/000000039031753X> .

