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

<http://data.bibliotheken.nl/id/thes/p072906758> a schema1:Person ;
    rdfs:label "Woodfield, Richard" ;
    schema1:familyName "Woodfield" ;
    schema1:givenName "Richard" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f48612f137088c817896f01e5f3de3fb> ;
    schema1:name "Richard Woodfield" ;
    schema1:sameAs <http://viaf.org/viaf/250282580>,
        <https://isni.org/isni/0000000370882021> .

