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

<http://data.bibliotheken.nl/id/thes/p326696873> a schema1:Person ;
    rdfs:label "Spoelstra, Friso (1968-)" ;
    schema1:birthDate "1968" ;
    schema1:description "fotograaf" ;
    schema1:familyName "Spoelstra" ;
    schema1:givenName "Friso" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ff562d1e4e8f1c02d7066d30db0f5c98> ;
    schema1:name "Friso Spoelstra" ;
    schema1:sameAs <http://viaf.org/viaf/291273559>,
        wd:Q29221529,
        <https://isni.org/isni/0000000369017284> .

