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

<http://data.bibliotheken.nl/id/thes/p31042724X> a schema1:Person ;
    rdfs:label "Bos, Rodney P. (1972-)" ;
    schema1:birthDate "1972" ;
    schema1:description "Rodney Bos is afgestudeerd als bestuurskundige en werkzaam bij de politie.",
        "drs." ;
    schema1:familyName "Bos" ;
    schema1:givenName "Rodney P." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/42c8d1418e6814903f6b685a71b95f3c> ;
    schema1:name "Rodney P. Bos" ;
    schema1:sameAs <http://viaf.org/viaf/289594769> .

