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

<http://data.bibliotheken.nl/id/thes/p070085064> a schema1:Person ;
    rdfs:label "Oosting, W.A." ;
    schema1:familyName "Oosting" ;
    schema1:givenName "W.A." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9b2d8c0224360df30a961bd6fb8d3781> ;
    schema1:name "W.A. Oosting" ;
    schema1:sameAs <http://viaf.org/viaf/288676151>,
        <https://isni.org/isni/0000000394219515> .

