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

<http://data.bibliotheken.nl/id/thes/p170650448> a schema1:Person ;
    rdfs:label "Polman, S.P." ;
    schema1:description "archeologie",
        "roepnaam: Serge" ;
    schema1:familyName "Polman" ;
    schema1:givenName "S.P." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/13bf7dd43f5a4a07291d6cffb859154d> ;
    schema1:name "S.P. Polman" ;
    schema1:sameAs <http://viaf.org/viaf/290326402> .

