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

<http://data.bibliotheken.nl/id/thes/p374663122> a schema1:Person ;
    rdfs:label "Porter, Nicolaas" ;
    schema1:familyName "Porter" ;
    schema1:givenName "Nicolaas" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/95d516fe67370f296d461e87070cae38> ;
    schema1:name "Nicolaas Porter" ;
    schema1:sameAs <http://viaf.org/viaf/309897440> .

