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

<http://data.bibliotheken.nl/id/thes/p322944058> a schema1:Person ;
    rdfs:label "Wouters, Pieter" ;
    schema1:description "Kennisinstituut voor Mobiliteitsbeleid (KiM)" ;
    schema1:familyName "Wouters" ;
    schema1:givenName "Pieter" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3b8444f9aaa1f8dce137421935b697a7> ;
    schema1:name "Pieter Wouters" ;
    schema1:sameAs <http://viaf.org/viaf/290572846> .

