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

<http://data.bibliotheken.nl/id/thes/p228166977> a schema1:Person ;
    rdfs:label "Stam, Ruud" ;
    schema1:description "verzamelaar pijpen" ;
    schema1:familyName "Stam" ;
    schema1:givenName "Ruud" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ab1d294c3578413c3fbd320ef1c189c3> ;
    schema1:name "Ruud Stam" ;
    schema1:sameAs <http://viaf.org/viaf/291306009>,
        <https://isni.org/isni/0000000396371529> .

