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

<http://data.bibliotheken.nl/id/thes/p163255830> a schema1:Person ;
    rdfs:label "Olffen, Woody van (1969-)" ;
    schema1:birthDate "1969" ;
    schema1:description "Drs",
        "Universitair docent aan de Economische Faculteit van de Universiteit Maastricht" ;
    schema1:familyName "van Olffen" ;
    schema1:givenName "Woody" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e41a151439577f6a9493cdf58ab33b44> ;
    schema1:name "Woody van Olffen" ;
    schema1:sameAs <http://viaf.org/viaf/47855455>,
        <https://isni.org/isni/0000000027025030> .

