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

<http://data.bibliotheken.nl/id/thes/p227224787> a schema1:Person ;
    rdfs:label "Nickerson, Al" ;
    schema1:familyName "Nickerson" ;
    schema1:givenName "Al" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6744d49661c473b44077ba01fa8bbb54> ;
    schema1:name "Al Nickerson" ;
    schema1:sameAs <http://viaf.org/viaf/281829328>,
        <https://isni.org/isni/0000000388635088> .

